diff options
-rw-r--r-- | games-strategy/smac/Manifest | 12 | ||||
-rw-r--r-- | games-strategy/smac/smac-6.0a.ebuild | 8 |
2 files changed, 15 insertions, 5 deletions
diff --git a/games-strategy/smac/Manifest b/games-strategy/smac/Manifest index 3c1d0c3bd843..9ff11ac6a0bb 100644 --- a/games-strategy/smac/Manifest +++ b/games-strategy/smac/Manifest @@ -1,4 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 7eeabd61cfb513d8028e269395cbde48 ChangeLog 708 MD5 3b8cb21212b3ca49eb93ea8bc2b3ab8b files/digest-smac-6.0a 63 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -MD5 5c1013749b326882720f60bb8192016f smac-6.0a.ebuild 2547 +MD5 53a330226569b4d5c6821770090be5e9 smac-6.0a.ebuild 2567 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDl3E2gIKl8Uu19MoRAlPgAJ42y+hByWe5LHd64cZInkuUAuo1GgCfSIRP +JvQgzIYyh1gdS7KWupJAvcM= +=OPQz +-----END PGP SIGNATURE----- diff --git a/games-strategy/smac/smac-6.0a.ebuild b/games-strategy/smac/smac-6.0a.ebuild index 7008d4812ec2..18361795720b 100644 --- a/games-strategy/smac/smac-6.0a.ebuild +++ b/games-strategy/smac/smac-6.0a.ebuild @@ -1,10 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/smac/smac-6.0a.ebuild,v 1.3 2005/10/21 18:17:16 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/smac/smac-6.0a.ebuild,v 1.4 2005/12/07 23:30:10 vapier Exp $ -inherit games - -IUSE="videos" +inherit games eutils DESCRIPTION="Sid Meier's Alpha Centauri" HOMEPAGE="http://www.lokigames.com/products/smac/" @@ -13,10 +11,12 @@ SRC_URI="mirror://lokigames/${PN}/${P}-x86.run" LICENSE="LOKI-EULA" SLOT="0" KEYWORDS="~x86" +IUSE="videos" RESTRICT="nostrip" DEPEND="games-util/loki_patch" RDEPEND="virtual/x11 + sys-libs/glibc sys-libs/lib-compat-loki" pkg_setup() { |