summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-04 06:31:23 +0000
committerSam James <sam@gentoo.org>2021-04-04 06:32:29 +0000
commit18370abece5f725c68a9dec2997546acb11094eb (patch)
tree717d73c937855ad1852c156894a179dd011bcbca /games-engines
parentgames-engines/frobtads: drop 1.2.3-r1 (diff)
downloadgentoo-18370abece5f725c68a9dec2997546acb11094eb.tar.gz
gentoo-18370abece5f725c68a9dec2997546acb11094eb.tar.bz2
gentoo-18370abece5f725c68a9dec2997546acb11094eb.zip
games-engines/frobtads: port to EAPI 7
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-engines')
-rw-r--r--games-engines/frobtads/files/frobtads-1.2.4-tinfo.patch4
-rw-r--r--games-engines/frobtads/frobtads-1.2.4.ebuild14
2 files changed, 11 insertions, 7 deletions
diff --git a/games-engines/frobtads/files/frobtads-1.2.4-tinfo.patch b/games-engines/frobtads/files/frobtads-1.2.4-tinfo.patch
index c50b5a05de43..f37f2ed22ce2 100644
--- a/games-engines/frobtads/files/frobtads-1.2.4-tinfo.patch
+++ b/games-engines/frobtads/files/frobtads-1.2.4-tinfo.patch
@@ -1,7 +1,7 @@
https://bugs.gentoo.org/602446
---- frobtads-1.2.4/configure.ac
-+++ frobtads-1.2.4/configure.ac
+--- a/configure.ac
++++ b/configure.ac
@@ -88,6 +88,7 @@
# doesn't hust to try pdcurses as a last resort.)
#
diff --git a/games-engines/frobtads/frobtads-1.2.4.ebuild b/games-engines/frobtads/frobtads-1.2.4.ebuild
index f0fd3816a632..6270e7fa08f6 100644
--- a/games-engines/frobtads/frobtads-1.2.4.ebuild
+++ b/games-engines/frobtads/frobtads-1.2.4.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit autotools
@@ -16,8 +16,10 @@ IUSE="debug tads2compiler tads3compiler"
RESTRICT="!tads3compiler? ( test )"
-RDEPEND="net-misc/curl
- sys-libs/ncurses:0="
+RDEPEND="
+ net-misc/curl
+ sys-libs/ncurses:0=
+"
DEPEND="${RDEPEND}"
DOCS=( doc/{AUTHORS,BUGS,ChangeLog.old,NEWS,README,SRC_GUIDELINES,THANKS} )
@@ -28,7 +30,9 @@ PATCHES=(
src_prepare() {
default
- eautoreconf #602446
+
+ # bug #602446
+ eautoreconf
}
src_configure() {