diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-08-20 19:53:23 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-08-20 19:53:23 +0000 |
commit | 76724bab3997f0e46db226a2eb6c1aa99a9bb76c (patch) | |
tree | b872046c50187aaff3266cd1c4f91676d300bca0 /games-engines | |
parent | old (diff) | |
download | gentoo-2-76724bab3997f0e46db226a2eb6c1aa99a9bb76c.tar.gz gentoo-2-76724bab3997f0e46db226a2eb6c1aa99a9bb76c.tar.bz2 gentoo-2-76724bab3997f0e46db226a2eb6c1aa99a9bb76c.zip |
old
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-engines')
-rw-r--r-- | games-engines/scummvm-tools/Manifest | 12 | ||||
-rw-r--r-- | games-engines/scummvm-tools/scummvm-tools-1.0.0.ebuild | 40 |
2 files changed, 0 insertions, 52 deletions
diff --git a/games-engines/scummvm-tools/Manifest b/games-engines/scummvm-tools/Manifest index 7f45d8f35207..cbba22db79ab 100644 --- a/games-engines/scummvm-tools/Manifest +++ b/games-engines/scummvm-tools/Manifest @@ -1,16 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -DIST scummvm-tools-1.0.0.tar.bz2 245397 RMD160 9f1f650ade624d32fff2a9c4867d2abe2c0238ab SHA1 123a8ea372e7501f9e545e62d89fce03f00cc146 SHA256 a9fd354b55f85ea72a3b45d8eab4061c343e5c86e9b328419e161f7c726fe7e6 DIST scummvm-tools-1.1.1.tar.bz2 456844 RMD160 02bd93ec67333b0d84a054ae6353687402a5ce73 SHA1 adec3e07394b239d8bde26ea7fe792df2a97f3ed SHA256 b651e6e732d890d7cb1786b793c0de50092334dd3211ec6d43f0e8f189d966ac -EBUILD scummvm-tools-1.0.0.ebuild 920 RMD160 46bcd7af1f51750d30ea2a5eeba282b5791d9982 SHA1 515d99b1328e57cd667800bd7be1d0285a1e4633 SHA256 1af4ee7c38bc9fdfaa1046fe620c4f9b5a2c63d1a85bae84491989f5c8db4a83 EBUILD scummvm-tools-1.1.1.ebuild 1421 RMD160 64d33514781dd708e5c895b671707d52376ef97d SHA1 556c39e83f6dd0d7bfea006182c70aa2ef9b9136 SHA256 63979b419423692d298da98454a80c46a6d40c721ff8bdef49670fa5279384f8 MISC ChangeLog 5690 RMD160 351d49d2634532ff7ece82ae6c28e1f7829aad1d SHA1 960f35ec21e5439c33a6901bcf46a1950d89e903 SHA256 cf2a93f5119c94e903bfd5cbdfe1bbecc9b79eb22e944c4fd2efd755f47997cc MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.15 (GNU/Linux) - -iEYEARECAAYFAkxEoEcACgkQcsIHjyDViGTn4wCdEm9t7jterf5s7lT3m9bm5Hyy -go8AoIKbjbZFz8U2g0Uk2ooDTfANrmvG -=UNjq ------END PGP SIGNATURE----- diff --git a/games-engines/scummvm-tools/scummvm-tools-1.0.0.ebuild b/games-engines/scummvm-tools/scummvm-tools-1.0.0.ebuild deleted file mode 100644 index 78bfc23333a0..000000000000 --- a/games-engines/scummvm-tools/scummvm-tools-1.0.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2010 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.ebuild,v 1.6 2010/01/30 18:11:51 armin76 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 -} |