public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-engines/scummvm-tools: ChangeLog scummvm-tools-0.11.0.ebuild
@ 2008-02-11  7:35 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; only message in thread
From: Michael Sterrett (mr_bones_) @ 2008-02-11  7:35 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    08/02/11 07:35:43

  Modified:             ChangeLog
  Added:                scummvm-tools-0.11.0.ebuild
  Log:
  version bump
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.13                 games-engines/scummvm-tools/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/scummvm-tools/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/scummvm-tools/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/scummvm-tools/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	27 Dec 2007 21:34:20 -0000	1.12
+++ ChangeLog	11 Feb 2008 07:35:43 -0000	1.13
@@ -1,6 +1,12 @@
 # ChangeLog for games-engines/scummvm-tools
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/ChangeLog,v 1.12 2007/12/27 21:34:20 mr_bones_ Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/ChangeLog,v 1.13 2008/02/11 07:35:43 mr_bones_ Exp $
+
+*scummvm-tools-0.11.0 (11 Feb 2008)
+
+  11 Feb 2008; Michael Sterrett <mr_bones_@gentoo.org>
+  +scummvm-tools-0.11.0.ebuild:
+  version bump
 
 *scummvm-tools-0.10.0 (27 Dec 2007)
 



1.1                  games-engines/scummvm-tools/scummvm-tools-0.11.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/scummvm-tools/scummvm-tools-0.11.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/scummvm-tools/scummvm-tools-0.11.0.ebuild?rev=1.1&content-type=text/plain

Index: scummvm-tools-0.11.0.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/scummvm-tools-0.11.0.ebuild,v 1.1 2008/02/11 07:35:43 mr_bones_ Exp $

inherit toolchain-funcs games

DESCRIPTION="utilities for the SCUMM game engine"
HOMEPAGE="http://scummvm.sourceforge.net/"
SRC_URI="mirror://sourceforge/scummvm/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
IUSE=""

DEPEND="media-libs/libpng"

src_compile() {
	emake \
	CC=$(tc-getCC) \
	CXX=$(tc-getCXX) \
	CFLAGS="${CFLAGS} -DUNIX" \
	|| die "emake failed"
}

src_install() {
	local f
	for f in $(find . -type f -perm +1 -print); do
		newgamesbin $f ${PN}-${f##*/} || die "newgamesbin $f failed"
	done
	dodoc README
	prepgamesdirs
}



-- 
gentoo-commits@lists.gentoo.org mailing list



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

only message in thread, other threads:[~2008-02-11  7:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-11  7:35 [gentoo-commits] gentoo-x86 commit in games-engines/scummvm-tools: ChangeLog scummvm-tools-0.11.0.ebuild Michael Sterrett (mr_bones_)

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