* [gentoo-commits] repo/gentoo:master commit in: app-arch/pure-sfv/files/, app-arch/pure-sfv/
@ 2022-07-02 20:07 David Seifert
0 siblings, 0 replies; only message in thread
From: David Seifert @ 2022-07-02 20:07 UTC (permalink / raw
To: gentoo-commits
commit: 9b238ac2bcef23787e296f58bd993cd7a08ca7dc
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 2 20:06:58 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Jul 2 20:06:58 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b238ac2
app-arch/pure-sfv: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap <AT> gentoo.org>
app-arch/pure-sfv/files/pure-sfv-0.3-fix-build-system.patch | 3 ++-
.../{pure-sfv-0.3-r1.ebuild => pure-sfv-0.3-r2.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
similarity index 77%
rename from app-arch/pure-sfv/pure-sfv-0.3-r1.ebuild
rename to 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
}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2022-07-02 20:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-02 20:07 [gentoo-commits] repo/gentoo:master commit in: app-arch/pure-sfv/files/, app-arch/pure-sfv/ David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox