diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2008-02-19 18:43:52 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2008-02-19 18:43:52 +0000 |
commit | b723b39db1bc83796907825b4cba24e52efe806a (patch) | |
tree | d741183fce49b1febe8243135e6dab093a76a7b6 /games-strategy | |
parent | Version bump, remove older versions (diff) | |
download | gentoo-2-b723b39db1bc83796907825b4cba24e52efe806a.tar.gz gentoo-2-b723b39db1bc83796907825b4cba24e52efe806a.tar.bz2 gentoo-2-b723b39db1bc83796907825b4cba24e52efe806a.zip |
rm old version
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/spacehulk/spacehulk-1.4.5.ebuild | 33 | ||||
-rw-r--r-- | games-strategy/spacehulk/spacehulk-1.4.99.ebuild | 6 |
2 files changed, 3 insertions, 36 deletions
diff --git a/games-strategy/spacehulk/spacehulk-1.4.5.ebuild b/games-strategy/spacehulk/spacehulk-1.4.5.ebuild deleted file mode 100644 index 387f02eef91c..000000000000 --- a/games-strategy/spacehulk/spacehulk-1.4.5.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/spacehulk/spacehulk-1.4.5.ebuild,v 1.7 2007/02/03 14:29:03 nyhm Exp $ - -inherit qt3 games - -DESCRIPTION="A boardgame in the world of Warhammer 40k" -HOMEPAGE="http://r.vinot.free.fr/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 ~ppc" -SLOT="0" -IUSE="xinerama" - -DEPEND="$(qt_min_version 3.3) - media-libs/libpng - media-libs/jpeg - xinerama? ( x11-libs/libXinerama )" - -src_compile() { - egamesconf $(use_with xinerama) || die - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - insinto "${GAMES_DATADIR}"/${PN}/themes - doins -r ../themes/* || die "doins failed" - dodoc AUTHORS ChangeLog README TODO - prepgamesdirs -} diff --git a/games-strategy/spacehulk/spacehulk-1.4.99.ebuild b/games-strategy/spacehulk/spacehulk-1.4.99.ebuild index e297d869d715..85f33ba9819c 100644 --- a/games-strategy/spacehulk/spacehulk-1.4.99.ebuild +++ b/games-strategy/spacehulk/spacehulk-1.4.99.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/spacehulk/spacehulk-1.4.99.ebuild,v 1.8 2007/02/03 14:29:03 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/spacehulk/spacehulk-1.4.99.ebuild,v 1.9 2008/02/19 18:43:52 nyhm Exp $ inherit qt3 games @@ -10,8 +10,8 @@ SRC_URI="http://freesoftware.fsf.org/download/spacehulk/main.pkg/${PV}/${P}.tar. http://freesoftware.fsf.org/download/spacehulk/themespack.pkg/1.0/spacehulk-themespack-1.0.tar.gz" LICENSE="GPL-2" -KEYWORDS="x86" SLOT="0" +KEYWORDS="~ppc x86" IUSE="xinerama" DEPEND="$(qt_min_version 3.3) |