* [gentoo-commits] repo/gentoo:master commit in: games-puzzle/groundhog/
@ 2021-04-19 19:12 Sam James
0 siblings, 0 replies; only message in thread
From: Sam James @ 2021-04-19 19:12 UTC (permalink / raw
To: gentoo-commits
commit: 8122ea6f8b26d76cce8fa2f11e1636b7f1dae198
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 19 18:35:27 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 19 19:12:10 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8122ea6f
games-puzzle/groundhog: port to EAPI 7
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-puzzle/groundhog/groundhog-1.4-r1.ebuild | 24 ++++++++++++++++--------
1 file changed, 16 insertions(+), 8 deletions(-)
diff --git a/games-puzzle/groundhog/groundhog-1.4-r1.ebuild b/games-puzzle/groundhog/groundhog-1.4-r1.ebuild
index ba93616b670..5fc37b168a5 100644
--- a/games-puzzle/groundhog/groundhog-1.4-r1.ebuild
+++ b/games-puzzle/groundhog/groundhog-1.4-r1.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
-inherit desktop epatch autotools
+EAPI=7
+
+inherit autotools desktop
DEB_VER="9"
DESCRIPTION="Put the balls in the pockets of the same color by manipulating a maze of tubes"
@@ -26,16 +27,22 @@ DEPEND="${RDEPEND}
src_prepare() {
default
- cd "${WORKDIR}"
- epatch groundhog_${PV}-${DEB_VER}.diff
- cd "${S}"
+
+ cd "${WORKDIR}" || die
+ eapply groundhog_${PV}-${DEB_VER}.diff
+
+ cd "${S}" || die
sed -e "s:groundhog-1.4/::" -i \
- debian/patches/sv.po.patch || die
+ "${WORKDIR}"/debian/patches/sv.po.patch || die
+
eapply \
- $(sed -e 's:^:debian/patches/:' debian/patches/series) \
+ $(sed -e "s:^:${WORKDIR}/debian/patches/:" "${WORKDIR}"/debian/patches/series) \
"${FILESDIR}"/${P}-flags.patch
+
mv configure.in configure.ac || die
+
AT_M4DIR="m4" eautoreconf
+
sed -i 's:$(localedir):/usr/share/locale:' \
$(find . -name 'Makefile.in*') || die
}
@@ -46,6 +53,7 @@ src_configure() {
src_install() {
default
+
doicon src/pixmaps/${PN}.xpm
make_desktop_entry ${PN} "Groundhog" /usr/share/pixmaps/${PN}.xpm
}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2021-04-19 19:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-19 19:12 [gentoo-commits] repo/gentoo:master commit in: games-puzzle/groundhog/ Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox