* [gentoo-commits] repo/gentoo:master commit in: games-util/higan-purify/files/, games-util/higan-purify/
@ 2021-04-04 9:52 Sam James
0 siblings, 0 replies; only message in thread
From: Sam James @ 2021-04-04 9:52 UTC (permalink / raw
To: gentoo-commits
commit: 0777edf17540376b5d0f722601f5ee6c9bbd3532
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 4 09:43:21 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 4 09:51:57 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0777edf1
games-util/higan-purify: port to EAPI 7, eutils--, multilib--
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../higan-purify/files/higan-purify-03-QA.patch | 8 ++++----
games-util/higan-purify/higan-purify-03.ebuild | 20 +++++++++++---------
2 files changed, 15 insertions(+), 13 deletions(-)
diff --git a/games-util/higan-purify/files/higan-purify-03-QA.patch b/games-util/higan-purify/files/higan-purify-03-QA.patch
index e523ba4cad9..b1a65b172d6 100644
--- a/games-util/higan-purify/files/higan-purify-03-QA.patch
+++ b/games-util/higan-purify/files/higan-purify-03-QA.patch
@@ -1,5 +1,5 @@
---- purify_v03-source/purify/Makefile
-+++ purify_v03-source/purify/Makefile
+--- a/Makefile
++++ b/Makefile
@@ -2,8 +2,8 @@
include phoenix/Makefile
@@ -20,8 +20,8 @@
else ifeq ($(platform),win)
windres phoenix/windows/phoenix.rc obj/phoenix-resource.o
$(cpp) -shared -o phoenix.dll obj/phoenix.o $(phoenixlink)
---- purify_v03-source/purify/phoenix/Makefile
-+++ purify_v03-source/purify/phoenix/Makefile
+--- a/phoenix/Makefile
++++ b/phoenix/Makefile
@@ -4,13 +4,13 @@
endif
diff --git a/games-util/higan-purify/higan-purify-03.ebuild b/games-util/higan-purify/higan-purify-03.ebuild
index e9613fa1ec2..d7c54373ff1 100644
--- a/games-util/higan-purify/higan-purify-03.ebuild
+++ b/games-util/higan-purify/higan-purify-03.ebuild
@@ -1,32 +1,34 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
-inherit eutils multilib toolchain-funcs
+inherit toolchain-funcs
MY_P=purify_v${PV}-source
-
DESCRIPTION="Rom purifier for higan"
HOMEPAGE="http://byuu.org/higan/"
SRC_URI="https://higan.googlecode.com/files/${MY_P}.tar.xz"
+S="${WORKDIR}"/${MY_P}/purify
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
RDEPEND="
dev-games/higan-ananke
x11-libs/gtk+:2
x11-libs/libX11"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
-S="${WORKDIR}"/${MY_P}/purify
+PATCHES=(
+ "${FILESDIR}"/${P}-QA.patch
+)
src_prepare() {
- epatch "${FILESDIR}"/${P}-QA.patch
+ default
+
sed -i \
-e "/handle/s#/usr/local/lib#/usr/$(get_libdir)#" \
nall/dl.hpp || die
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2021-04-04 9:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-04 9:52 [gentoo-commits] repo/gentoo:master commit in: games-util/higan-purify/files/, games-util/higan-purify/ Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox