diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2006-11-23 22:59:13 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2006-11-23 22:59:13 +0000 |
commit | 2dad1822649d6a0c11a245388c8138570690df8c (patch) | |
tree | eadff805a8151e2663e4c9c7d16ded52d53e0853 /games-engines/zoom | |
parent | Updated SRC_URI/HOMEPAGE (diff) | |
download | gentoo-2-2dad1822649d6a0c11a245388c8138570690df8c.tar.gz gentoo-2-2dad1822649d6a0c11a245388c8138570690df8c.tar.bz2 gentoo-2-2dad1822649d6a0c11a245388c8138570690df8c.zip |
cleanup and cleanout
(Portage version: 2.1.2_rc2-r1)
Diffstat (limited to 'games-engines/zoom')
-rw-r--r-- | games-engines/zoom/files/digest-zoom-1.0.4a | 2 | ||||
-rw-r--r-- | games-engines/zoom/zoom-1.0.4a.ebuild | 18 |
2 files changed, 9 insertions, 11 deletions
diff --git a/games-engines/zoom/files/digest-zoom-1.0.4a b/games-engines/zoom/files/digest-zoom-1.0.4a index 426f8b0d767f..639746eab0bc 100644 --- a/games-engines/zoom/files/digest-zoom-1.0.4a +++ b/games-engines/zoom/files/digest-zoom-1.0.4a @@ -1 +1,3 @@ MD5 5e07b403a98b77785e5b8052af169329 zoom-1.0.4a.tar.gz 1218580 +RMD160 79771fafc1cebc8e63e61d5c1b5e67061dce4cd8 zoom-1.0.4a.tar.gz 1218580 +SHA256 ded16904ba2acbe2efa1d2d5de09447e9260dae76ecc39bbc15e205c586bfc8b zoom-1.0.4a.tar.gz 1218580 diff --git a/games-engines/zoom/zoom-1.0.4a.ebuild b/games-engines/zoom/zoom-1.0.4a.ebuild index 79ce98a616f6..6420da6b0b5e 100644 --- a/games-engines/zoom/zoom-1.0.4a.ebuild +++ b/games-engines/zoom/zoom-1.0.4a.ebuild @@ -1,6 +1,6 @@ # 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.2 2006/01/29 00:11:39 joshuabaergen Exp $ +# $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 @@ -13,17 +13,13 @@ SLOT="0" KEYWORDS="ppc x86" IUSE="" -RDEPEND="|| ( ( x11-libs/libSM - x11-libs/libXft ) - virtual/x11 ) +RDEPEND="x11-libs/libSM + x11-libs/libXft media-libs/fontconfig - >=media-libs/t1lib-1.3.1 - sys-libs/zlib - >=media-libs/libpng-1.2.4" + >=media-libs/t1lib-5 + media-libs/libpng" DEPEND="${RDEPEND} - >=sys-devel/bison-1.34 - dev-lang/perl - || ( x11-proto/xextproto virtual/x11 )" + x11-proto/xextproto" src_compile() { filter-flags -ffast-math @@ -32,7 +28,7 @@ src_compile() { } src_install() { - make DESTDIR="${D}" install || die "make install failed" + emake DESTDIR="${D}" install || die "emake install failed" dodoc AUTHORS ChangeLog NEWS README THANKS TODO dohtml -r manual prepgamesdirs |