summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-arch/pure-sfv')
-rw-r--r--app-arch/pure-sfv/files/pure-sfv-0.3-fix-build-system.patch3
-rw-r--r--app-arch/pure-sfv/metadata.xml2
-rw-r--r--app-arch/pure-sfv/pure-sfv-0.3-r2.ebuild (renamed from app-arch/pure-sfv/pure-sfv-0.3-r1.ebuild)14
3 files changed, 9 insertions, 10 deletions
diff --git a/app-arch/pure-sfv/files/pure-sfv-0.3-fix-build-system.patch b/app-arch/pure-sfv/files/pure-sfv-0.3-fix-build-system.patch
index ca2143f1f956..b7f6771b5ed9 100644
--- a/app-arch/pure-sfv/files/pure-sfv-0.3-fix-build-system.patch
+++ b/app-arch/pure-sfv/files/pure-sfv-0.3-fix-build-system.patch
@@ -1,10 +1,11 @@
--- a/Makefile
+++ b/Makefile
-@@ -54,18 +54,16 @@
+@@ -54,18 +54,17 @@
VC_CRAP = pure-sfv.ncb pure-sfv.plg
-CFLAGS += -Wall -Werror -O2 -g -Wno-unused
++CFLAGS += -Wall -Wno-unused
INSTALL_PREFIX = /usr/local
INSTALL_PROGRAM = /usr/bin/install -c
diff --git a/app-arch/pure-sfv/metadata.xml b/app-arch/pure-sfv/metadata.xml
index e48e0f140627..95cada5ab6da 100644
--- a/app-arch/pure-sfv/metadata.xml
+++ b/app-arch/pure-sfv/metadata.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<upstream>
diff --git a/app-arch/pure-sfv/pure-sfv-0.3-r1.ebuild b/app-arch/pure-sfv/pure-sfv-0.3-r2.ebuild
index f28c6df42ec4..66c827b6cdf3 100644
--- a/app-arch/pure-sfv/pure-sfv-0.3-r1.ebuild
+++ b/app-arch/pure-sfv/pure-sfv-0.3-r2.ebuild
@@ -1,25 +1,23 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
-inherit flag-o-matic toolchain-funcs
+inherit toolchain-funcs
DESCRIPTION="utility to test and create .sfv files and create .par files"
-HOMEPAGE="http://pure-sfv.sourceforge.net/"
-SRC_URI="mirror://sourceforge/pure-sfv/${PN}_${PV}_src.tar.gz"
+HOMEPAGE="https://pure-sfv.sourceforge.net/"
+SRC_URI="https://downloads.sourceforge.net/pure-sfv/${PN}_${PV}_src.tar.gz"
+S="${WORKDIR}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~hppa ppc x86"
-IUSE=""
RESTRICT="test"
-S=${WORKDIR}
PATCHES=( "${FILESDIR}"/${PN}-0.3-fix-build-system.patch )
src_configure() {
- append-cflags -Wall -Wno-unused
tc-export CC
}