summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-09-10 17:11:24 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-09-10 17:11:24 +0000
commitfac4ca9a0b47621a9d6d8ced363dd49ffd171d11 (patch)
treefc4dd64b57416313b473d26b7cc5ff34c4775a10 /games-engines/scummvm-tools
parentFixing py deps, thanks to Arfrever for noticing (diff)
downloadhistorical-fac4ca9a0b47621a9d6d8ced363dd49ffd171d11.tar.gz
historical-fac4ca9a0b47621a9d6d8ced363dd49ffd171d11.tar.bz2
historical-fac4ca9a0b47621a9d6d8ced363dd49ffd171d11.zip
version bump
Package-Manager: portage-2.1.6.13/cvs/Linux i686
Diffstat (limited to 'games-engines/scummvm-tools')
-rw-r--r--games-engines/scummvm-tools/ChangeLog8
-rw-r--r--games-engines/scummvm-tools/Manifest4
-rw-r--r--games-engines/scummvm-tools/scummvm-tools-1.0.0_rc1.ebuild40
3 files changed, 50 insertions, 2 deletions
diff --git a/games-engines/scummvm-tools/ChangeLog b/games-engines/scummvm-tools/ChangeLog
index d4f03486099c..52b20196a745 100644
--- a/games-engines/scummvm-tools/ChangeLog
+++ b/games-engines/scummvm-tools/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for games-engines/scummvm-tools
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/ChangeLog,v 1.26 2009/08/02 00:02:37 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/ChangeLog,v 1.27 2009/09/10 17:11:24 mr_bones_ Exp $
+
+*scummvm-tools-1.0.0_rc1 (10 Sep 2009)
+
+ 10 Sep 2009; Michael Sterrett <mr_bones_@gentoo.org>
+ +scummvm-tools-1.0.0_rc1.ebuild:
+ version bump
01 Aug 2009; <chainsaw@gentoo.org> scummvm-tools-0.13.0.ebuild:
Marked stable on AMD64 as requested by Michael "Mr. Bones" Sterrett
diff --git a/games-engines/scummvm-tools/Manifest b/games-engines/scummvm-tools/Manifest
index f9c6b0e71a27..83787cf9dc18 100644
--- a/games-engines/scummvm-tools/Manifest
+++ b/games-engines/scummvm-tools/Manifest
@@ -1,4 +1,6 @@
DIST scummvm-tools-0.13.0.tar.bz2 278230 RMD160 7ba34a8f8ca7dc4a15cb1852eee63ac132c47c85 SHA1 54b0a8a3b628c7eff616634b4e1911e12bae43b0 SHA256 ccce1e6c4d252520bd15e86962b06ab65ea5a712d8efbd042cfd11ea23fc7582
+DIST scummvm-tools-1.0.0rc1.tar.bz2 241672 RMD160 c03ad1c6c18986fad88916af40e7140d5e2df356 SHA1 791ffac23a852c067e377254855addc71322eba6 SHA256 437d32f06bb00ae9a5bf6b38b73b8447ebf2ab9e28ecaf5580fcdef6be1c7545
EBUILD scummvm-tools-0.13.0.ebuild 898 RMD160 4ff1961ad720ab4e389824c7d1f3cd41f7b0d655 SHA1 a7cadc6fbf3615d7772a21a0c43b96b8b8d74e8e SHA256 14993831652594f42204f772804643c546fc4ee43e0a964ba20a858aa927cdfa
-MISC ChangeLog 3796 RMD160 4482d3310f1680771ec9ae054adbd9e4b2c8fa57 SHA1 c2d0461ebd4035dfc1d74b7e9f86a4767f7e5bc1 SHA256 3ce663585955830e37bfe25a38659610d200510cdf2a0393d0395562e2d98ba5
+EBUILD scummvm-tools-1.0.0_rc1.ebuild 931 RMD160 4c3f5f5ebcbd23205c4e85a49de68edfa3d21064 SHA1 424ca69b4156365e8e148a422fba00ce815d9ffa SHA256 0c15ca36f56c9a1f76a21ec28aa220982159e5576c8eecb22e91ca58fcbf9981
+MISC ChangeLog 3943 RMD160 d3779061db6052ae96f98723cdd69b935d6fe00d SHA1 a043d63fd1de347c3829d5e3938d7873490127de SHA256 b1e6bcea7840039714651228042efeb5f08be72ff6615ec1488435a96d661819
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
diff --git a/games-engines/scummvm-tools/scummvm-tools-1.0.0_rc1.ebuild b/games-engines/scummvm-tools/scummvm-tools-1.0.0_rc1.ebuild
new file mode 100644
index 000000000000..2966cb2dfbc7
--- /dev/null
+++ b/games-engines/scummvm-tools/scummvm-tools-1.0.0_rc1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/scummvm-tools-1.0.0_rc1.ebuild,v 1.1 2009/09/10 17:11:24 mr_bones_ Exp $
+
+EAPI=2
+WX_GTK_VER=2.8
+inherit toolchain-funcs wxwidgets 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 ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND="media-libs/libpng
+ media-libs/flac
+ media-libs/libvorbis
+ x11-libs/wxGTK:2.8"
+
+S=${WORKDIR}/${P/_/}
+
+src_prepare() {
+ rm -f *.bat
+ sed -ri \
+ -e '/^(CC|CXX)\b/d' \
+ Makefile \
+ || die "sed 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 TODO
+ prepgamesdirs
+}