summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-01-05 21:33:44 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-01-05 21:33:44 +0000
commit66d6f2a040d3578a5326aaef34f5aa8637809907 (patch)
tree72b9e971fd80fa6c4ca7b0fd0affe4e89e88ff0c /games-engines
parentpunt old, drop stable from ppc and ppc64 (diff)
downloadhistorical-66d6f2a040d3578a5326aaef34f5aa8637809907.tar.gz
historical-66d6f2a040d3578a5326aaef34f5aa8637809907.tar.bz2
historical-66d6f2a040d3578a5326aaef34f5aa8637809907.zip
punt old, drop stable keyword for minor arches
Package-Manager: portage-2.2.0_alpha10/cvs/Linux x86_64
Diffstat (limited to 'games-engines')
-rw-r--r--games-engines/scummvm-tools/Manifest12
-rw-r--r--games-engines/scummvm-tools/scummvm-tools-1.1.1.ebuild61
-rw-r--r--games-engines/scummvm/Manifest2
-rw-r--r--games-engines/scummvm/scummvm-1.1.1.ebuild85
4 files changed, 0 insertions, 160 deletions
diff --git a/games-engines/scummvm-tools/Manifest b/games-engines/scummvm-tools/Manifest
index 9021d33d1556..362752afc786 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.1.1.tar.bz2 456844 RMD160 02bd93ec67333b0d84a054ae6353687402a5ce73 SHA1 adec3e07394b239d8bde26ea7fe792df2a97f3ed SHA256 b651e6e732d890d7cb1786b793c0de50092334dd3211ec6d43f0e8f189d966ac
DIST scummvm-tools-1.2.0.tar.bz2 464827 RMD160 1cac87e002da0c0a03582ddbdb62e27a47a18eff SHA1 e4ef821165844d73c51057477ff0290f31042cd9 SHA256 525863713e6ac2edb8df97a15da510864fe658e288c339ca14c6f2fe3591f5d9
-EBUILD scummvm-tools-1.1.1.ebuild 1421 RMD160 64d33514781dd708e5c895b671707d52376ef97d SHA1 556c39e83f6dd0d7bfea006182c70aa2ef9b9136 SHA256 63979b419423692d298da98454a80c46a6d40c721ff8bdef49670fa5279384f8
EBUILD scummvm-tools-1.2.0.ebuild 1424 RMD160 4aafd2dbf231bf8871e2c6b7b642bb22eddf9639 SHA1 74da305714f4ff7b164a2969984ee9d42d901ed4 SHA256 ba154b28fa27f79c4f7a7b4a99d4f30e3df107fac3faf824177a5061845b7f7d
MISC ChangeLog 5937 RMD160 2db5f29470d965235d29552aa239589ef4d5108e SHA1 a68219462b2c88ccfbb89439d7a9f496e404527b SHA256 bbe99712af202e237883ab2a809ced6de905f7c5439257ef6fc750b0d5aecb0c
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.16 (GNU/Linux)
-
-iEYEARECAAYFAkz1aloACgkQkKaRLQcq0GKkWgCfQZOXG/CyAk2kON2S3Qxh9j0t
-TCkAoKHm8R+RQfhjYh7XSdWZXKzx8SXI
-=I17Z
------END PGP SIGNATURE-----
diff --git a/games-engines/scummvm-tools/scummvm-tools-1.1.1.ebuild b/games-engines/scummvm-tools/scummvm-tools-1.1.1.ebuild
deleted file mode 100644
index 2e5177dd802d..000000000000
--- a/games-engines/scummvm-tools/scummvm-tools-1.1.1.ebuild
+++ /dev/null
@@ -1,61 +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.1.1.ebuild,v 1.6 2010/07/19 18:58:15 josejx Exp $
-
-EAPI=2
-WX_GTK_VER=2.8
-inherit 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="flac iconv mad png vorbis"
-
-RDEPEND="png? ( media-libs/libpng )
- mad? ( media-libs/libmad )
- flac? ( media-libs/flac )
- vorbis? ( media-libs/libvorbis )
- iconv? ( virtual/libiconv media-libs/freetype:2 )
- sys-libs/zlib
- x11-libs/wxGTK:2.8"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-S=${WORKDIR}/${P/_/}
-
-src_prepare() {
- rm -f *.bat
- sed -ri \
- -e '/^(CC|CXX)\b/d' \
- Makefile \
- || die "sed failed"
-}
-
-src_configure() {
- # Not an autoconf script
- ./configure \
- --enable-verbose-build \
- --mandir=/usr/share/man \
- --prefix=/usr/games \
- --libdir=/usr/games/lib \
- $(use_enable flac) \
- $(use_enable iconv) \
- $(use_enable iconv freetype) \
- $(use_enable mad) \
- $(use_enable png) \
- $(use_enable vorbis) \
- || die
-}
-
-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
-}
diff --git a/games-engines/scummvm/Manifest b/games-engines/scummvm/Manifest
index cc56c4fa98a4..56a9e55eba9e 100644
--- a/games-engines/scummvm/Manifest
+++ b/games-engines/scummvm/Manifest
@@ -1,7 +1,5 @@
-DIST scummvm-1.1.1.tar.bz2 8668735 RMD160 f581a5cae6821bae9b700ff1cb36a665ebefab61 SHA1 5f3dee411088987625f6351c721586a0ce6c3d42 SHA256 9cc865c5690bfc1df4970d35984455031467381180a71d84b08dcc9f51e39d4a
DIST scummvm-1.2.0.tar.bz2 9514141 RMD160 c0c3f982c955fc9d39102fefa936b0d86b115157 SHA1 5443c3720179a9e75d46eb0282ec787637a76d36 SHA256 3ffc594d7ce3c14ad9bbbfaec70479f83a8bdbda81cf1eacf2988127f1d4dac0
DIST scummvm-1.2.1.tar.bz2 9541548 RMD160 3e78eaf5657f395cbf097898b965735e0520da2a SHA1 f3dc6aae5a108c1fe4f9442a40c22c89ab2227b3 SHA256 488e0fc0fb48509f8d2dcc8f87a77d03655e8ae0e9f4333963aaa07ff75f2a09
-EBUILD scummvm-1.1.1.ebuild 2345 RMD160 09e0ceb431f69802cd60cab739c93b5f526058d5 SHA1 8b0652cf1ff14c6412e85278b8dbab4e12c431f7 SHA256 c39fcfba3958f8a692ff969af411a08e452e7576d2b96eb0ec7be847265c4af0
EBUILD scummvm-1.2.0-r1.ebuild 2229 RMD160 abd8a4511e4d89327495f50873c1acbfbecaf324 SHA1 f12126d513e538c4e09dbf0d461b99e0ed46c9bc SHA256 0b41adaf0e3298bfe8364cf8316522b81df3b1fbe52c50dfe08f47c699bea9b1
EBUILD scummvm-1.2.1.ebuild 2235 RMD160 d0bc101ebef65e170e65cb49048c815d258a30f4 SHA1 0187363282dfea00dbc719e866cd110d88e6d74c SHA256 9ef093146b1e35b0e58fffcd4217209aff522b3ef8b8f8722a4dadad124413e3
MISC ChangeLog 14597 RMD160 fbd440e8a8393d66c57dc4295856a8ea97e077bb SHA1 88168950a531e02ed68cb33019d4551fab62fd39 SHA256 98e5d300ccb8b4990535546c02e42df6c6a8a6c26c961c0f1fe77d81515fe1ed
diff --git a/games-engines/scummvm/scummvm-1.1.1.ebuild b/games-engines/scummvm/scummvm-1.1.1.ebuild
deleted file mode 100644
index f89e5824bb52..000000000000
--- a/games-engines/scummvm/scummvm-1.1.1.ebuild
+++ /dev/null
@@ -1,85 +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/scummvm-1.1.1.ebuild,v 1.6 2010/07/19 18:59:05 josejx Exp $
-
-EAPI=2
-inherit eutils games
-
-DESCRIPTION="Reimplementation of the SCUMM game engine used in Lucasarts adventures"
-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="alsa debug flac fluidsynth mp3 ogg vorbis"
-RESTRICT="test" # it only looks like there's a test there #77507
-
-RDEPEND=">=media-libs/libsdl-1.2.2[audio,joystick,video]
- >media-libs/libmpeg2-0.3.1
- sys-libs/zlib
- ogg? ( media-libs/libogg media-libs/libvorbis )
- vorbis? ( media-libs/libogg media-libs/libvorbis )
- alsa? ( media-libs/alsa-lib )
- mp3? ( media-libs/libmad )
- flac? ( media-libs/flac )
- fluidsynth? ( media-sound/fluidsynth )"
-DEPEND="${RDEPEND}
- x86? ( dev-lang/nasm )"
-
-S=${WORKDIR}/${P/_/}
-
-src_prepare() {
- # -g isn't needed for nasm here
- sed -i \
- -e '/NASMFLAGS/ s/-g//' \
- Makefile.common \
- || die "sed failed"
- sed -i \
- -e '/INSTALL.*doc\//d' \
- -e '/INSTALL.*\/pixmaps/d' \
- -e 's/-s //' \
- ports.mk \
- || die "sed failed"
-}
-
-src_configure() {
- local myconf="--backend=sdl" # x11 backend no worky (bug #83502)
-
- # let the engine find its data files in the right place (bug #178116)
- myconf="${myconf} --datadir=${GAMES_DATADIR}"
-
- if use vorbis || use ogg ; then
- myconf="${myconf} --enable-vorbis"
- else
- myconf="${myconf} --disable-vorbis"
- fi
-
- # bug #137547
- use fluidsynth || myconf="${myconf} --disable-fluidsynth"
-
- # NOT AN AUTOCONF SCRIPT SO DONT CALL ECONF
- # mpeg2 support needs vorbis (bug #79149) so turn it off if -oggvorbis
- ./configure \
- --enable-verbose-build \
- --prefix=/usr \
- --bindir="${GAMES_BINDIR}" \
- --datadir="${GAMES_DATADIR}" \
- --libdir="${GAMES_LIBDIR}" \
- --enable-zlib \
- $(use_enable debug) \
- $(use_enable alsa) \
- $(use_enable mp3 mad) \
- $(use_enable flac) \
- $(use_enable x86 nasm) \
- ${myconf} \
- || die "configure failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS NEWS README TODO
- doicon icons/scummvm.svg
- make_desktop_entry scummvm ScummVM scummvm "Game;AdventureGame"
- prepgamesdirs
-}