diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2013-01-03 22:57:12 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2013-01-03 22:57:12 +0000 |
commit | 49021788403b606ccaf9a902acf22ce93c994e87 (patch) | |
tree | 5795ae0bd4692d0e17644aa9173d3fd59d3bd589 /games-engines | |
parent | Update to EAPI=4. (diff) | |
download | gentoo-2-49021788403b606ccaf9a902acf22ce93c994e87.tar.gz gentoo-2-49021788403b606ccaf9a902acf22ce93c994e87.tar.bz2 gentoo-2-49021788403b606ccaf9a902acf22ce93c994e87.zip |
old
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-engines')
-rw-r--r-- | games-engines/frobtads/ChangeLog | 9 | ||||
-rw-r--r-- | games-engines/frobtads/files/frobtads-1.2.1-underlinking.patch | 16 | ||||
-rw-r--r-- | games-engines/frobtads/frobtads-0.13.ebuild | 57 | ||||
-rw-r--r-- | games-engines/frobtads/frobtads-1.0.ebuild | 57 | ||||
-rw-r--r-- | games-engines/frobtads/frobtads-1.2.1.ebuild | 60 |
5 files changed, 7 insertions, 192 deletions
diff --git a/games-engines/frobtads/ChangeLog b/games-engines/frobtads/ChangeLog index d295da12d035..e75b45e38c62 100644 --- a/games-engines/frobtads/ChangeLog +++ b/games-engines/frobtads/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-engines/frobtads -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/frobtads/ChangeLog,v 1.11 2012/12/04 15:38:48 ago Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-engines/frobtads/ChangeLog,v 1.12 2013/01/03 22:57:11 mr_bones_ Exp $ + + 03 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org> + -files/frobtads-1.2.1-underlinking.patch, -frobtads-0.13.ebuild, + -frobtads-1.0.ebuild, -frobtads-1.2.1.ebuild: + old 04 Dec 2012; <ago@gentoo.org> frobtads-1.2.2.ebuild: Stable for x86, wrt bug #442160 diff --git a/games-engines/frobtads/files/frobtads-1.2.1-underlinking.patch b/games-engines/frobtads/files/frobtads-1.2.1-underlinking.patch deleted file mode 100644 index 6f7609dbe20c..000000000000 --- a/games-engines/frobtads/files/frobtads-1.2.1-underlinking.patch +++ /dev/null @@ -1,16 +0,0 @@ -From: Julian Ospald <hasufell@gentoo.org> -Date: Thu Aug 23 17:57:20 UTC 2012 -Subject: build system - -fix underlinking - ---- configure.ac -+++ configure.ac -@@ -631,6 +631,7 @@ - # - AM_CONDITIONAL([NO_TLS], [test x$ac_cv_tls = xnone]) - -+LIBS="$LIBS -lpthread" - - # - # Generate the output files. diff --git a/games-engines/frobtads/frobtads-0.13.ebuild b/games-engines/frobtads/frobtads-0.13.ebuild deleted file mode 100644 index 0669b48d02f6..000000000000 --- a/games-engines/frobtads/frobtads-0.13.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/frobtads/frobtads-0.13.ebuild,v 1.2 2009/10/29 14:41:58 maekke Exp $ - -EAPI=2 -inherit 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 - tads2compiler? ( http://www.tads.org/frobtads/${PN}-t2compiler-${PV}.tar.gz ) - tads3compiler? ( http://www.tads.org/frobtads/${PN}-t3compiler-${PV}.tar.gz )" - -LICENSE="TADS2 TADS3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="debug tads2compiler tads3compiler" - -RESTRICT="!tads3compiler? ( test )" - -DEPEND="sys-libs/ncurses" - -src_unpack() { - unpack ${A} - if use tads2compiler; then - mv t2compiler/* "${S}"/t2compiler || die "mv t2compiler failed" - fi - if use tads3compiler; then - mv t3compiler/* "${S}"/t3compiler || die "mv t3compiler failed" - fi -} - -src_configure() { - append-cxxflags -fno-strict-aliasing - egamesconf $(use_enable debug t3debug) || die "egamesconf failed" -} - -src_test() { - if use debug; then - emake -j1 check || die "TADS 3 compiler test suite failed" - fi - - emake -j1 sample || die "Failed to build test game" - ./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() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc doc/{AUTHORS,BUGS,ChangeLog,NEWS,README,SRC_GUIDELINES,THANKS} - prepgamesdirs -} diff --git a/games-engines/frobtads/frobtads-1.0.ebuild b/games-engines/frobtads/frobtads-1.0.ebuild deleted file mode 100644 index 843ed5c33f4b..000000000000 --- a/games-engines/frobtads/frobtads-1.0.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/frobtads/frobtads-1.0.ebuild,v 1.4 2011/09/04 17:46:48 phajdan.jr Exp $ - -EAPI=2 -inherit 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 - tads2compiler? ( http://www.tads.org/frobtads/${PN}-t2compiler-${PV}.tar.gz ) - tads3compiler? ( http://www.tads.org/frobtads/${PN}-t3compiler-${PV}.tar.gz )" - -LICENSE="TADS2 TADS3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="debug tads2compiler tads3compiler" - -RESTRICT="!tads3compiler? ( test )" - -DEPEND="sys-libs/ncurses" - -src_unpack() { - unpack ${A} - if use tads2compiler; then - mv t2compiler/* "${S}"/t2compiler || die "mv t2compiler failed" - fi - if use tads3compiler; then - mv t3compiler/* "${S}"/t3compiler || die "mv t3compiler failed" - fi -} - -src_configure() { - append-cxxflags -fno-strict-aliasing -fpermissive - egamesconf $(use_enable debug t3debug) || die "egamesconf failed" -} - -src_test() { - if use debug; then - emake -j1 check || die "TADS 3 compiler test suite failed" - fi - - emake -j1 sample || die "Failed to build test game" - ./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() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc doc/{AUTHORS,BUGS,ChangeLog.old,NEWS,README,SRC_GUIDELINES,THANKS} - prepgamesdirs -} diff --git a/games-engines/frobtads/frobtads-1.2.1.ebuild b/games-engines/frobtads/frobtads-1.2.1.ebuild deleted file mode 100644 index 041d2dd95c54..000000000000 --- a/games-engines/frobtads/frobtads-1.2.1.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/frobtads/frobtads-1.2.1.ebuild,v 1.1 2012/08/23 19:48:06 hasufell Exp $ - -EAPI=4 -inherit autotools 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" -DEPEND="${RDEPEND}" - -DOCS=( doc/{AUTHORS,BUGS,ChangeLog.old,NEWS,README,SRC_GUIDELINES,THANKS} ) - -src_prepare() { - epatch "${FILESDIR}"/${P}-underlinking.patch - eautoreconf -} - -src_configure() { - append-cxxflags -fno-strict-aliasing -fpermissive - append-cflags -fno-strict-aliasing - egamesconf \ - --disable-silent-rules \ - $(use_enable debug t3debug) \ - $(use_enable debug error-checking) \ - $(use_enable tads2compiler t2-compiler) \ - $(use_enable tads3compiler t3-compiler) -} - -src_test() { - # FIXME: make check broken -# if use debug; then -# emake -j1 check -# fi - - 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 -} |