diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-02-12 17:58:36 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-02-12 17:58:36 +0000 |
commit | 7783eb6bae3b7f6875764262875b7cff786359b6 (patch) | |
tree | db3c4e247b0af8dfd631e067298b5afa5225bd67 /games-engines/zoom | |
parent | old (diff) | |
download | gentoo-2-7783eb6bae3b7f6875764262875b7cff786359b6.tar.gz gentoo-2-7783eb6bae3b7f6875764262875b7cff786359b6.tar.bz2 gentoo-2-7783eb6bae3b7f6875764262875b7cff786359b6.zip |
old
(Portage version: 2.1.3.19)
Diffstat (limited to 'games-engines/zoom')
-rw-r--r-- | games-engines/zoom/zoom-1.0.4a.ebuild | 35 | ||||
-rw-r--r-- | games-engines/zoom/zoom-1.1.0.ebuild | 29 |
2 files changed, 0 insertions, 64 deletions
diff --git a/games-engines/zoom/zoom-1.0.4a.ebuild b/games-engines/zoom/zoom-1.0.4a.ebuild deleted file mode 100644 index 6420da6b0b5e..000000000000 --- a/games-engines/zoom/zoom-1.0.4a.ebuild +++ /dev/null @@ -1,35 +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/zoom/zoom-1.0.4a.ebuild,v 1.3 2006/11/23 22:59:13 nyhm Exp $ - -inherit flag-o-matic 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="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_compile() { - filter-flags -ffast-math - egamesconf --disable-dependency-tracking || die - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog NEWS README THANKS TODO - dohtml -r manual - prepgamesdirs -} diff --git a/games-engines/zoom/zoom-1.1.0.ebuild b/games-engines/zoom/zoom-1.1.0.ebuild deleted file mode 100644 index a5cae1f1d033..000000000000 --- a/games-engines/zoom/zoom-1.1.0.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.0.ebuild,v 1.1 2007/06/29 23:00:17 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 -} |