diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-09-01 19:12:26 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-09-01 19:12:26 +0000 |
commit | 1224e2fddddb3b79998f7c1739bc3bb9e51b4f14 (patch) | |
tree | a8f0e2026dd65e3104ff2a4b80e89f603cef261b /games-engines | |
parent | version bump (diff) | |
download | historical-1224e2fddddb3b79998f7c1739bc3bb9e51b4f14.tar.gz historical-1224e2fddddb3b79998f7c1739bc3bb9e51b4f14.tar.bz2 historical-1224e2fddddb3b79998f7c1739bc3bb9e51b4f14.zip |
old
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'games-engines')
-rw-r--r-- | games-engines/scummvm-tools/scummvm-tools-0.9.0.ebuild | 39 | ||||
-rw-r--r-- | games-engines/zoom/zoom-1.1.1.ebuild | 29 |
2 files changed, 0 insertions, 68 deletions
diff --git a/games-engines/scummvm-tools/scummvm-tools-0.9.0.ebuild b/games-engines/scummvm-tools/scummvm-tools-0.9.0.ebuild deleted file mode 100644 index 646debaa14fc..000000000000 --- a/games-engines/scummvm-tools/scummvm-tools-0.9.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# 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 -} diff --git a/games-engines/zoom/zoom-1.1.1.ebuild b/games-engines/zoom/zoom-1.1.1.ebuild deleted file mode 100644 index debba0ce47f4..000000000000 --- a/games-engines/zoom/zoom-1.1.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/zoom/zoom-1.1.1.ebuild,v 1.1 2007/07/31 22:48:53 nyhm Exp $ - -inherit games - -DESCRIPTION="A fast, clean, modern Z-code interpreter for X" -HOMEPAGE="http://www.logicalshift.co.uk/unix/zoom/" -SRC_URI="http://www.logicalshift.co.uk/unix/zoom/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -RDEPEND="x11-libs/libSM - x11-libs/libXft - media-libs/fontconfig - >=media-libs/t1lib-5 - media-libs/libpng" -DEPEND="${RDEPEND} - x11-proto/xextproto" - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog NEWS README THANKS TODO - dohtml -r manual/* - prepgamesdirs -} |