diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-11-03 00:15:03 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-11-03 00:15:03 +0000 |
commit | 7e5097d93edd238b057d6f65ce48c0792d8e1cca (patch) | |
tree | e1247b343f59b081cbcc3927c1b0ddcd5f55b4f3 /games-action | |
parent | ppc stable (diff) | |
download | historical-7e5097d93edd238b057d6f65ce48c0792d8e1cca.tar.gz historical-7e5097d93edd238b057d6f65ce48c0792d8e1cca.tar.bz2 historical-7e5097d93edd238b057d6f65ce48c0792d8e1cca.zip |
needs unzip #69831
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/towbowl-tactics/Manifest | 14 | ||||
-rw-r--r-- | games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild | 8 |
2 files changed, 17 insertions, 5 deletions
diff --git a/games-action/towbowl-tactics/Manifest b/games-action/towbowl-tactics/Manifest index 4c0d975de730..c81be963ae9c 100644 --- a/games-action/towbowl-tactics/Manifest +++ b/games-action/towbowl-tactics/Manifest @@ -1,4 +1,14 @@ -MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 d52b545c239e60ae07ed0151f93fcae6 ChangeLog 528 -MD5 0070fa5de9f0708dc516fa6caca11edc towbowl-tactics-0.5.ebuild 1589 +MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 +MD5 8bee4567e5edbb1c6b63a93305587a72 towbowl-tactics-0.5.ebuild 1602 MD5 cfa388127da9669f2fdc08df6cc8f8db files/digest-towbowl-tactics-0.5 61 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.9.10 (GNU/Linux) + +iD8DBQFBiCMtHTu7gpaalycRAtZ9AKCgdWZZfOaZQh5qvIdyrUaUEHG5AwCfU+Io +aV7NV6BiS0ZcdDA+OtBWDVs= +=0NbR +-----END PGP SIGNATURE----- diff --git a/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild b/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild index 4b2b1b46c0a6..9c17968586f5 100644 --- a/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild +++ b/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild @@ -1,17 +1,16 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild,v 1.4 2004/06/30 02:32:13 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild,v 1.5 2004/11/03 00:15:03 vapier Exp $ inherit eutils games -S="${WORKDIR}/tbt/src" DESCRIPTION="Tow Bowl Tactics is a game based on Games Workshop's Blood Bowl" HOMEPAGE="http://www.towbowltactics.com/index_en.html" SRC_URI="http://www.towbowltactics.com/download/tbt.${PV}.src.zip" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc" +KEYWORDS="ppc x86" IUSE="" RDEPEND="virtual/libc @@ -21,8 +20,11 @@ RDEPEND="virtual/libc >=media-libs/sdl-image-1.2.3 >=media-libs/sdl-mixer-1.2.5" DEPEND="${RDEPEND} + app-arch/unzip >=sys-apps/sed-4" +S="${WORKDIR}/tbt/src" + src_unpack() { local f |