diff options
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/pure-sfv/files/pure-sfv-0.3-fix-build-system.patch | 3 | ||||
-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) | 10 |
2 files changed, 6 insertions, 7 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/pure-sfv-0.3-r1.ebuild b/app-arch/pure-sfv/pure-sfv-0.3-r2.ebuild index f28c6df42ec4..fec0272766c1 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-2022 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" +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 } |