summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-strategy/spacehulk/spacehulk-1.4.3.ebuild')
-rw-r--r--games-strategy/spacehulk/spacehulk-1.4.3.ebuild32
1 files changed, 0 insertions, 32 deletions
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
-}