From 0002d4e2a463115e280d82301ceab07f72f4a10a Mon Sep 17 00:00:00 2001 From: Nikos Chantziaras Date: Mon, 2 Jan 2012 16:38:17 +0200 Subject: [PATCH] Prepare frobtads-9999 for 1.1 --- games-engines/frobtads/Manifest | 2 +- games-engines/frobtads/frobtads-9999.ebuild | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/games-engines/frobtads/Manifest b/games-engines/frobtads/Manifest index 882053a..848d1d6 100644 --- a/games-engines/frobtads/Manifest +++ b/games-engines/frobtads/Manifest @@ -1,2 +1,2 @@ -EBUILD frobtads-9999.ebuild 1829 RMD160 f5c933747a2ee182a36aaeb2f9214c3867ebe9d6 SHA1 41a01664dfa1670939a7e36b30cc7a7346c83123 SHA256 4b3195ccd5d9cd4dc5c3bb954f47f48682995ad73ea6997f0e6a642432f49cbf +EBUILD frobtads-9999.ebuild 1691 RMD160 c58f099ae5445c11a0216902d055c55f15db59a2 SHA1 bc6a8b9939bb91baf8ab74cd1b2ee14610e147c6 SHA256 0e34734c162b9c03f0b5e0e21b8330d952f6645a2f851f590f57a330077c564a MISC metadata.xml 295 RMD160 f8cea63af81cfcbf3f60ba5f52d5283aaf2a377c SHA1 41a9092bbaa5046bb983438be5aa920c85e646f6 SHA256 37acff33478d448e8fe70199d854a4b9469f884afd131c336213f679d8787e05 diff --git a/games-engines/frobtads/frobtads-9999.ebuild b/games-engines/frobtads/frobtads-9999.ebuild index faa1797..c3e2561 100644 --- a/games-engines/frobtads/frobtads-9999.ebuild +++ b/games-engines/frobtads/frobtads-9999.ebuild @@ -17,9 +17,7 @@ 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" if [ "$PV" != "9999" ]; then - 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 )" + SRC_URI="http://www.tads.org/frobtads/${P}.tar.gz" KEYWORDS="~amd64 ~x86" fi LICENSE="TADS2 TADS3" @@ -28,7 +26,7 @@ RESTRICT="!tads3compiler? ( test )" IUSE="debug +tads2compiler +tads3compiler" DEPEND="sys-libs/ncurses - net-misc/curl" + net-misc/curl" RDEPEND="${DEPEND}" src_unpack() { @@ -37,11 +35,13 @@ src_unpack() { cd "${S}" einfo "Regenerating autotools files..." eautoreconf + else + base_src_unpack fi } src_configure() { - append-cxxflags -fno-strict-aliasing + append-cxxflags -fno-strict-aliasing -pthread egamesconf \ $(use_enable debug t3debug) \ $(use_enable tads2compiler t2-compiler) \ @@ -51,10 +51,10 @@ src_configure() { src_test() { if use debug; then - emake -j1 check || die "TADS 3 compiler test suite failed" + emake check || die "TADS 3 compiler test suite failed" fi - emake -j1 sample || die "Failed to build test game" + emake sample || die "Failed to build test game" ./frob -i plain -p samples/sample.t3 <<- END_FROB_TEST save testsave.sav -- 2.11.4.GIT