diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-16 18:50:39 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-16 18:50:39 +0000 |
commit | 3465d2980da827529c482e4dfbeb133332568290 (patch) | |
tree | 1707e72b534b69ee943f852a51451fc04cf29c8f /games-strategy/spacehulk | |
parent | manifest (diff) | |
download | gentoo-2-3465d2980da827529c482e4dfbeb133332568290.tar.gz gentoo-2-3465d2980da827529c482e4dfbeb133332568290.tar.bz2 gentoo-2-3465d2980da827529c482e4dfbeb133332568290.zip |
old
Diffstat (limited to 'games-strategy/spacehulk')
4 files changed, 0 insertions, 68 deletions
diff --git a/games-strategy/spacehulk/files/digest-spacehulk-1.4.3 b/games-strategy/spacehulk/files/digest-spacehulk-1.4.3 deleted file mode 100644 index 292e79806b49..000000000000 --- a/games-strategy/spacehulk/files/digest-spacehulk-1.4.3 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 7bdc457d76be495df9ae28038acaaeca spacehulk-1.4.3.tar.gz 876245 -MD5 2d60fcf80e726656121cf6e6ef3a52f9 spacehulk-themespack-1.0.tar.gz 198051 diff --git a/games-strategy/spacehulk/files/digest-spacehulk-1.4.4 b/games-strategy/spacehulk/files/digest-spacehulk-1.4.4 deleted file mode 100644 index b9f95cf33fac..000000000000 --- a/games-strategy/spacehulk/files/digest-spacehulk-1.4.4 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 dc7e8627808803eea1adc3ebe24bb02b spacehulk-1.4.4.tar.gz 878310 -MD5 2d60fcf80e726656121cf6e6ef3a52f9 spacehulk-themespack-1.0.tar.gz 198051 diff --git a/games-strategy/spacehulk/spacehulk-1.4.3.ebuild b/games-strategy/spacehulk/spacehulk-1.4.3.ebuild deleted file mode 100644 index fa88ced0d1c6..000000000000 --- a/games-strategy/spacehulk/spacehulk-1.4.3.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/spacehulk/spacehulk-1.4.3.ebuild,v 1.2 2004/02/20 07:38:17 mr_bones_ Exp $ - -inherit games - -DESCRIPTION="A boardgame in the world of Warhammer 40k" -HOMEPAGE="http://perso.enst.fr/~vinot/spacehulk/" -SRC_URI="http://freesoftware.fsf.org/download/spacehulk/main.pkg/${PV}/${P}.tar.gz - http://freesoftware.fsf.org/download/spacehulk/themespack.pkg/1.0/spacehulk-themespack-1.0.tar.gz" -LICENSE="GPL-2" -KEYWORDS="x86" -SLOT="0" -IUSE="xinerama" - -DEPEND=">=x11-libs/qt-3 - sys-libs/zlib - media-libs/libpng - media-libs/jpeg - media-libs/nas" - -src_compile() { - egamesconf `use_with xinerama` || die - emake || die "emake failed" -} - -src_install() { - egamesinstall || die - cp -R ../themes/* ${D}${GAMES_DATADIR}/${PN}/themes - dodoc AUTHORS ChangeLog README TODO - prepgamesdirs -} diff --git a/games-strategy/spacehulk/spacehulk-1.4.4.ebuild b/games-strategy/spacehulk/spacehulk-1.4.4.ebuild deleted file mode 100644 index 34d438a6afaa..000000000000 --- a/games-strategy/spacehulk/spacehulk-1.4.4.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/spacehulk/spacehulk-1.4.4.ebuild,v 1.2 2004/02/20 07:38:17 mr_bones_ Exp $ - -inherit games - -DESCRIPTION="A boardgame in the world of Warhammer 40k" -HOMEPAGE="http://perso.enst.fr/~vinot/spacehulk/" -SRC_URI="http://freesoftware.fsf.org/download/spacehulk/main.pkg/${PV}/${P}.tar.gz - http://freesoftware.fsf.org/download/spacehulk/themespack.pkg/1.0/spacehulk-themespack-1.0.tar.gz" -LICENSE="GPL-2" -KEYWORDS="x86" -SLOT="0" -IUSE="xinerama" - -DEPEND=">=x11-libs/qt-3 - sys-libs/zlib - media-libs/libpng - media-libs/jpeg - media-libs/nas" - -src_compile() { - egamesconf `use_with xinerama` || die - emake || die "emake failed" -} - -src_install() { - egamesinstall || die - cp -R ../themes/* ${D}${GAMES_DATADIR}/${PN}/themes - dodoc AUTHORS ChangeLog README TODO - prepgamesdirs -} |