games-engines/frobtads: Remove old
authorDavid Seifert <soap@gentoo.org>
Wed, 20 Dec 2017 21:30:19 +0000 (22:30 +0100)
committerDavid Seifert <soap@gentoo.org>
Thu, 21 Dec 2017 01:41:26 +0000 (02:41 +0100)
Package-Manager: Portage-2.3.16, Repoman-2.3.6

games-engines/frobtads/Manifest
games-engines/frobtads/frobtads-1.2.2.ebuild [deleted file]
games-engines/frobtads/frobtads-1.2.3.ebuild [deleted file]

index 61c1572dfa0ed08c41b0f6126fe275d321d7df37..cc66446b02fcff5e17a9e18041904b11be3bcf11 100644 (file)
@@ -1,2 +1 @@
-DIST frobtads-1.2.2.tar.gz 5213193 BLAKE2B 323454711b2554634d162073d11dd65719dec609ef00579c775afe49ae7f074c2990240ccf218df39b2da615a8c404b21602a33f7abd9babe44dc3a9af4b8b7d SHA512 14c0c8a624632b00a7615e643f592eac2d6a0a523f9e019527e9ae8f04402cc4ee1568417bacbfdfd31df6452536a65e012ba0f0d3cced8ba6901988e7a5bc42
 DIST frobtads-1.2.3.tar.gz 5227704 BLAKE2B fd481201da6dbddf3b0f5adf7c600282c9500bd65cebebf13e23b139ca1e9793091c6df50bebebed179c6f775d188c8ccbe8450d0058863c55dd322e8a92ce32 SHA512 4efb888860edda24bb5a5812967d0b863614558e9839cf0cfabc649ab0175719bf663de5e725034ba160c015d269dbe2df046cf47ad1019e668bf5b1fb564d7d
diff --git a/games-engines/frobtads/frobtads-1.2.2.ebuild b/games-engines/frobtads/frobtads-1.2.2.ebuild
deleted file mode 100644 (file)
index 4238931..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils flag-o-matic games
-
-DESCRIPTION="Curses-based interpreter and dev tools for TADS 2 and TADS 3 text adventures"
-HOMEPAGE="http://www.tads.org/frobtads.htm"
-SRC_URI="http://www.tads.org/frobtads/${P}.tar.gz"
-
-LICENSE="TADS2 TADS3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug tads2compiler tads3compiler"
-
-RESTRICT="!tads3compiler? ( test )"
-
-RDEPEND="net-misc/curl
-       sys-libs/ncurses:0"
-DEPEND=${RDEPEND}
-
-DOCS=( doc/{AUTHORS,BUGS,ChangeLog.old,NEWS,README,SRC_GUIDELINES,THANKS} )
-
-src_configure() {
-       append-cxxflags -fpermissive
-       egamesconf \
-               $(use_enable debug t3debug) \
-               $(use_enable debug error-checking) \
-               $(use_enable tads2compiler t2-compiler) \
-               $(use_enable tads3compiler t3-compiler)
-}
-
-src_test() {
-       emake -j1 sample
-       ./frob -i plain -p samples/sample.t3 <<- END_FROB_TEST
-               save
-               testsave.sav
-               restore
-               testsave.sav
-       END_FROB_TEST
-       [[ $? -eq 0 ]] || die "Failed to run test game"
-}
-
-src_install() {
-       default
-       prepgamesdirs
-}
diff --git a/games-engines/frobtads/frobtads-1.2.3.ebuild b/games-engines/frobtads/frobtads-1.2.3.ebuild
deleted file mode 100644 (file)
index eb4fea8..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils flag-o-matic games
-
-DESCRIPTION="Curses-based interpreter and dev tools for TADS 2 and TADS 3 text adventures"
-HOMEPAGE="http://www.tads.org/frobtads.htm"
-SRC_URI="http://www.tads.org/frobtads/${P}.tar.gz"
-
-LICENSE="TADS2 TADS3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug tads2compiler tads3compiler"
-
-RESTRICT="!tads3compiler? ( test )"
-
-RDEPEND="net-misc/curl
-       sys-libs/ncurses:0"
-DEPEND=${RDEPEND}
-
-DOCS=( doc/{AUTHORS,BUGS,ChangeLog.old,NEWS,README,SRC_GUIDELINES,THANKS} )
-
-src_configure() {
-       append-cxxflags -fpermissive
-       append-libs $(curl-config --libs)
-       egamesconf \
-               $(use_enable debug t3debug) \
-               $(use_enable debug error-checking) \
-               $(use_enable tads2compiler t2-compiler) \
-               $(use_enable tads3compiler t3-compiler)
-}
-
-src_test() {
-       emake -j1 sample
-       ./frob -i plain -p samples/sample.t3 <<- END_FROB_TEST
-               save
-               testsave.sav
-               restore
-               testsave.sav
-       END_FROB_TEST
-       [[ $? -eq 0 ]] || die "Failed to run test game"
-}
-
-src_install() {
-       default
-       prepgamesdirs
-}