public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-engines/frobtads/
@ 2016-04-01 19:56 Michael Sterrett
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Sterrett @ 2016-04-01 19:56 UTC (permalink / raw
  To: gentoo-commits

commit:     4db2df77ff56124a895d5c7d8a7ca080f7a5666e
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  1 19:47:28 2016 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Fri Apr  1 19:49:10 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4db2df77

games-engines/frobtads: version bump

Package-Manager: portage-2.2.26

 games-engines/frobtads/Manifest              |  1 +
 games-engines/frobtads/frobtads-1.2.3.ebuild | 49 ++++++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/games-engines/frobtads/Manifest b/games-engines/frobtads/Manifest
index ce82383..4ed780f 100644
--- a/games-engines/frobtads/Manifest
+++ b/games-engines/frobtads/Manifest
@@ -1 +1,2 @@
 DIST frobtads-1.2.2.tar.gz 5213193 SHA256 f2802f6b8b2fb1e2a2c46cdec92b32e7135b6aceb3054a588eb9ebb9434a186e SHA512 14c0c8a624632b00a7615e643f592eac2d6a0a523f9e019527e9ae8f04402cc4ee1568417bacbfdfd31df6452536a65e012ba0f0d3cced8ba6901988e7a5bc42 WHIRLPOOL ffdd10df65bdd11512c115d8ef0a9a990fa31220628b437eb351eddd2a260fd51d838096cd9860c737861f941e18c148b85a15388c2544e047f6f2ef589ae9b3
+DIST frobtads-1.2.3.tar.gz 5227704 SHA256 88c6a987813d4be1420a1c697e99ecef4fa9dd9bc922be4acf5a3054967ee788 SHA512 4efb888860edda24bb5a5812967d0b863614558e9839cf0cfabc649ab0175719bf663de5e725034ba160c015d269dbe2df046cf47ad1019e668bf5b1fb564d7d WHIRLPOOL 47f23a3d8adbaea2c450c794923a23c516db7aecc1334aa2907dca77c2dabfd3a9707a9b7a3c1bd06cac3df648a33a9543ad1f3401eeb45d765ac845a76884bb

diff --git a/games-engines/frobtads/frobtads-1.2.3.ebuild b/games-engines/frobtads/frobtads-1.2.3.ebuild
new file mode 100644
index 0000000..207ad5a
--- /dev/null
+++ b/games-engines/frobtads/frobtads-1.2.3.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils flag-o-matic games
+
+DESCRIPTION="Curses-based interpreter and development 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
+}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-engines/frobtads/
@ 2016-11-11 19:39 Austin English
  0 siblings, 0 replies; 4+ messages in thread
From: Austin English @ 2016-11-11 19:39 UTC (permalink / raw
  To: gentoo-commits

commit:     d0b0de80d631027926a8dab52d7f60a2e0f57f88
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  2 22:02:45 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Fri Nov 11 19:38:57 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0b0de80

games-engines/frobtads: remove deprecated games eclass

Also update to EAPI 6

Gentoo-Bug: https://bugs.gentoo.org/574082

Package-Manager: portage-2.3.2

 games-engines/frobtads/frobtads-1.2.3-r1.ebuild | 48 +++++++++++++++++++++++++
 1 file changed, 48 insertions(+)

diff --git a/games-engines/frobtads/frobtads-1.2.3-r1.ebuild b/games-engines/frobtads/frobtads-1.2.3-r1.ebuild
new file mode 100644
index 00000000..b0bbc2a
--- /dev/null
+++ b/games-engines/frobtads/frobtads-1.2.3-r1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils flag-o-matic
+
+DESCRIPTION="Curses-based interpreter and development 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)
+	econf \
+		$(use_enable debug error-checking) \
+		$(use_enable debug t3debug) \
+		$(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
+}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-engines/frobtads/
@ 2018-03-20 21:20 Patrice Clement
  0 siblings, 0 replies; 4+ messages in thread
From: Patrice Clement @ 2018-03-20 21:20 UTC (permalink / raw
  To: gentoo-commits

commit:     7fbf362015ccde1a123931e8419854b17d8240de
Author:     Nikos Chantziaras <realnc <AT> gmail <DOT> com>
AuthorDate: Wed Mar 14 04:50:38 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Mar 20 21:20:13 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fbf3620

games-engines/frobtads: version bump to 1.2.4.

Package-Manager: Portage-2.3.24, Repoman-2.3.6
Closes: https://bugs.gentoo.org/650440
Closes: https://github.com/gentoo/gentoo/pull/7454

 games-engines/frobtads/Manifest              |  1 +
 games-engines/frobtads/frobtads-1.2.4.ebuild | 41 ++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/games-engines/frobtads/Manifest b/games-engines/frobtads/Manifest
index cc66446b02f..57cba13d373 100644
--- a/games-engines/frobtads/Manifest
+++ b/games-engines/frobtads/Manifest
@@ -1 +1,2 @@
 DIST frobtads-1.2.3.tar.gz 5227704 BLAKE2B fd481201da6dbddf3b0f5adf7c600282c9500bd65cebebf13e23b139ca1e9793091c6df50bebebed179c6f775d188c8ccbe8450d0058863c55dd322e8a92ce32 SHA512 4efb888860edda24bb5a5812967d0b863614558e9839cf0cfabc649ab0175719bf663de5e725034ba160c015d269dbe2df046cf47ad1019e668bf5b1fb564d7d
+DIST frobtads-1.2.4.tar.bz2 3801366 BLAKE2B 871a4cfd432f1a72915de0652def2f2a9a3cf1bfa20b070c2e59ced673c736584a36b3d17e7d5812ad7cd883c3e038e49f962635a5794d6c914d99651bfd0a55 SHA512 f49f58114cbd78f23fcc3835025af7874da968af825abd449e9ab83c4a90e8d70f8cfafa83780f0631ae9bd2793cce2d5dd947c13ee38ba0d06829d2803abf12

diff --git a/games-engines/frobtads/frobtads-1.2.4.ebuild b/games-engines/frobtads/frobtads-1.2.4.ebuild
new file mode 100644
index 00000000000..7f2b43c1446
--- /dev/null
+++ b/games-engines/frobtads/frobtads-1.2.4.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit eutils
+
+DESCRIPTION="Curses-based interpreter and dev tools for TADS 2 and TADS 3 text adventures"
+HOMEPAGE="http://www.tads.org/frobtads.htm"
+SRC_URI="https://github.com/realnc/${PN}/releases/download/${PV}/${P}.tar.bz2"
+
+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() {
+	econf \
+		$(use_enable debug error-checking) \
+		$(use_enable debug t3debug) \
+		$(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"
+}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-engines/frobtads/
@ 2021-04-04  6:33 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-04-04  6:33 UTC (permalink / raw
  To: gentoo-commits

commit:     4f39c0dfc5a170c8d9f4ad2f3415fbd3e4587ba8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  4 06:28:39 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr  4 06:32:28 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f39c0df

games-engines/frobtads: drop 1.2.3-r1

Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-engines/frobtads/Manifest                 |  1 -
 games-engines/frobtads/frobtads-1.2.3-r1.ebuild | 47 -------------------------
 2 files changed, 48 deletions(-)

diff --git a/games-engines/frobtads/Manifest b/games-engines/frobtads/Manifest
index 57cba13d373..18491915c5e 100644
--- a/games-engines/frobtads/Manifest
+++ b/games-engines/frobtads/Manifest
@@ -1,2 +1 @@
-DIST frobtads-1.2.3.tar.gz 5227704 BLAKE2B fd481201da6dbddf3b0f5adf7c600282c9500bd65cebebf13e23b139ca1e9793091c6df50bebebed179c6f775d188c8ccbe8450d0058863c55dd322e8a92ce32 SHA512 4efb888860edda24bb5a5812967d0b863614558e9839cf0cfabc649ab0175719bf663de5e725034ba160c015d269dbe2df046cf47ad1019e668bf5b1fb564d7d
 DIST frobtads-1.2.4.tar.bz2 3801366 BLAKE2B 871a4cfd432f1a72915de0652def2f2a9a3cf1bfa20b070c2e59ced673c736584a36b3d17e7d5812ad7cd883c3e038e49f962635a5794d6c914d99651bfd0a55 SHA512 f49f58114cbd78f23fcc3835025af7874da968af825abd449e9ab83c4a90e8d70f8cfafa83780f0631ae9bd2793cce2d5dd947c13ee38ba0d06829d2803abf12

diff --git a/games-engines/frobtads/frobtads-1.2.3-r1.ebuild b/games-engines/frobtads/frobtads-1.2.3-r1.ebuild
deleted file mode 100644
index 7b35a8571c3..00000000000
--- a/games-engines/frobtads/frobtads-1.2.3-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils flag-o-matic
-
-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)
-	econf \
-		$(use_enable debug error-checking) \
-		$(use_enable debug t3debug) \
-		$(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
-}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-04-04  6:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-01 19:56 [gentoo-commits] repo/gentoo:master commit in: games-engines/frobtads/ Michael Sterrett
  -- strict thread matches above, loose matches on Subject: below --
2016-11-11 19:39 Austin English
2018-03-20 21:20 Patrice Clement
2021-04-04  6:33 Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox