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 | ba77cd7d13a2c695515ac069cb089aa81267d78e (patch) | |
tree | af05085a2074db0b9f9e87f58b1981251621582d | |
parent | old (diff) | |
download | gentoo-2-ba77cd7d13a2c695515ac069cb089aa81267d78e.tar.gz gentoo-2-ba77cd7d13a2c695515ac069cb089aa81267d78e.tar.bz2 gentoo-2-ba77cd7d13a2c695515ac069cb089aa81267d78e.zip |
old
(Portage version: 2.1.4.4)
-rw-r--r-- | games-engines/zoom/zoom-1.1.1.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
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 -} |