Portage is a package management system used by Gentoo Linux
# ChangeLog for games-engines/scummvm-tools
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/ChangeLog,v 1.16 2008/06/14 18:46:16 coldwind Exp $
14 Jun 2008; Santiago M. Mola
scummvm-tools-0.11.0.ebuild:
amd64 stable wrt bug #225621
14 Jun 2008; nixnut
Stable on ppc wrt bug 225621
13 Jun 2008; Christian Faulhammer
scummvm-tools-0.11.0.ebuild:
stable x86, bug 225621
*scummvm-tools-0.11.0 (11 Feb 2008)
11 Feb 2008; Michael Sterrett
+scummvm-tools-0.11.0.ebuild:
version bump
*scummvm-tools-0.10.0 (27 Dec 2007)
27 Dec 2007; Michael Sterrett
+scummvm-tools-0.10.0.ebuild:
version bump (ebuild submitted by Davide Cendron via bug #203190)
06 Nov 2006; Javier Villavicencio
scummvm-tools-0.9.0.ebuild:
Keyworded ~x86-fbsd.
05 Nov 2006; Michael Sterrett
-scummvm-tools-0.8.0.ebuild, scummvm-tools-0.9.0.ebuild:
clean out old ebuild; bsd fixup reported by Javier Villavicencio via
bug #154130
*scummvm-tools-0.9.0 (15 Jul 2006)
15 Jul 2006; Michael Sterrett
+scummvm-tools-0.9.0.ebuild:
version bump
04 May 2006; Joseph Jezak
Added ppc big endian fix for bug #132207.
*scummvm-tools-0.8.0 (31 Oct 2005)
31 Oct 2005; Mike Frysinger
+scummvm-tools-0.8.0.ebuild:
Version bump #110930 by Robert Lundmark.
*scummvm-tools-0.7.0 (26 Dec 2004)
26 Dec 2004; Mike Frysinger
+scummvm-tools-0.7.0.ebuild:
Version bump #75615 by cpu.
03 Sep 2004; Tom Martin
Marked ~amd64, resolves bug 62314. Thanks to Adrian Frühwirth
*scummvm-tools-0.6.1 (29 Jul 2004)
29 Jul 2004; Michael Sterrett
+scummvm-tools-0.6.1.ebuild:
version bump
*scummvm-tools-0.6.0 (05 Apr 2004)
05 Apr 2004; Michael Sterrett
scummvm-tools-0.6.0.ebuild:
version bump (bug #44826); now installed with ${PN} prefix so badly named
utilities won't conflict with other packages
*scummvm-tools-0.5.0 (26 Sep 2003)
26 Sep 2003; Mike Frysinger
Initial ebuild #29167.
DIST scummvm-tools-0.11.0.tar.bz2 139292 RMD160 e9a79cab3af091df9417b6de62cdb6829943fc35 SHA1 9248d8755a8abf5ca3b969824595f1e219769a73 SHA256 df79b2a6a4fe09321f8c383513b63ce04d3f6216dd4d449aa86f67bc2b1f16f1
DIST scummvm-tools-0.9.0.tar.bz2 116414 RMD160 eb9f8cc348150ed9b7d952e99121f152fee5f06d SHA1 c732c0706ae59fc26778ca3fc341dc3873370649 SHA256 0ade56651dba804007e848e0ba57931c780dd59c53c68458a58772e1e6f131b5
EBUILD scummvm-tools-0.11.0.ebuild 805 RMD160 b2c88de4b765769e671e41398c5ffe4cdabb0224 SHA1 f508b8b9e58ca67dbbc04905d3d6ff804261fd80 SHA256 fa7f3c5dbb53fb41985fd54548b26d7a5e0d3ba1fd752b4d67859c235adca5e4
EBUILD scummvm-tools-0.9.0.ebuild 877 RMD160 85c9f4facbcd6fdd077316a4d76d5c569cc72e52 SHA1 52a4605706ba65728faea04fbef950c03164d125 SHA256 1a2e7c417bacb54a7e2d7d161cca5099e2f9a376a7c50ae76a6866c22422bcdb
MISC ChangeLog 2455 RMD160 70214fb8dc5123b640963c4010a3f5e41db51285 SHA1 bb495772a7f4ddaa1b9192be03ec24a137b86168 SHA256 d80c7df5307abbd00db2835d3e5eb8d91bb17c6a4deef4dc8c58cbe80b9375df
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
# 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.4 2008/06/14 18:46:16 coldwind 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
}
# Copyright 1999-2006 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.9.0.ebuild,v 1.3 2006/11/06 07:11:03 the_paya Exp $
inherit 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"
S=${WORKDIR}/tools-${PV}
src_unpack() {
unpack ${A}
cd "${S}"
sed -i \
-e '/^CC/d' \
-e '/^CXX/d' \
-e '/^CFLAGS/d' \
-e '/CXX.*CFLAGS/s/CFLAGS/CXXFLAGS/' \
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
prepgamesdirs
}