public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-engines/frobtads: ChangeLog frobtads-1.2.1.ebuild
@ 2012-08-23 19:48 Julian Ospald (hasufell)
  0 siblings, 0 replies; only message in thread
From: Julian Ospald (hasufell) @ 2012-08-23 19:48 UTC (permalink / raw
  To: gentoo-commits

hasufell    12/08/23 19:48:06

  Modified:             ChangeLog
  Added:                frobtads-1.2.1.ebuild
  Log:
  version bump wrt #396449
  
  (Portage version: 2.2.0_alpha122/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  games-engines/frobtads/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/frobtads/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/frobtads/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/frobtads/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-engines/frobtads/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	4 Sep 2011 17:46:48 -0000	1.6
+++ ChangeLog	23 Aug 2012 19:48:06 -0000	1.7
@@ -1,6 +1,12 @@
 # ChangeLog for games-engines/frobtads
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/frobtads/ChangeLog,v 1.6 2011/09/04 17:46:48 phajdan.jr Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-engines/frobtads/ChangeLog,v 1.7 2012/08/23 19:48:06 hasufell Exp $
+
+*frobtads-1.2.1 (23 Aug 2012)
+
+  23 Aug 2012; Julian Ospald <hasufell@gentoo.org> +frobtads-1.2.1.ebuild,
+  +files/frobtads-1.2.1-underlinking.patch:
+  version bump wrt #396449
 
   04 Sep 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> frobtads-1.0.ebuild:
   x86 stable wrt bug #381499



1.1                  games-engines/frobtads/frobtads-1.2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/frobtads/frobtads-1.2.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/frobtads/frobtads-1.2.1.ebuild?rev=1.1&content-type=text/plain

Index: frobtads-1.2.1.ebuild
===================================================================
# 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
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-08-23 19:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-23 19:48 [gentoo-commits] gentoo-x86 commit in games-engines/frobtads: ChangeLog frobtads-1.2.1.ebuild Julian Ospald (hasufell)

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