diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-11-18 16:23:03 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-11-18 16:23:03 +0000 |
commit | 4723432c7511895126d18e9a52648bff44b9f761 (patch) | |
tree | f6ee29595f6cc8f07d8bed3f803ad59f7da6483a /games-strategy/asc | |
parent | repoman (diff) | |
download | gentoo-2-4723432c7511895126d18e9a52648bff44b9f761.tar.gz gentoo-2-4723432c7511895126d18e9a52648bff44b9f761.tar.bz2 gentoo-2-4723432c7511895126d18e9a52648bff44b9f761.zip |
old
Diffstat (limited to 'games-strategy/asc')
-rw-r--r-- | games-strategy/asc/asc-1.13.5.1.ebuild | 34 | ||||
-rw-r--r-- | games-strategy/asc/asc-1.13.7.ebuild | 43 | ||||
-rw-r--r-- | games-strategy/asc/files/digest-asc-1.13.5.1 | 1 | ||||
-rw-r--r-- | games-strategy/asc/files/digest-asc-1.13.7 | 4 |
4 files changed, 0 insertions, 82 deletions
diff --git a/games-strategy/asc/asc-1.13.5.1.ebuild b/games-strategy/asc/asc-1.13.5.1.ebuild deleted file mode 100644 index 3a70255444ba..000000000000 --- a/games-strategy/asc/asc-1.13.5.1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/asc-1.13.5.1.ebuild,v 1.1 2003/09/10 05:27:31 vapier Exp $ - -inherit games - -DESCRIPTION="turn based strategy game designed in the tradition of the Battle Isle series" -HOMEPAGE="http://www.asc-hq.org/" -SRC_URI="mirror://sourceforge/asc-hq/asc-source-${PV}.tar.gz" - -KEYWORDS="x86" -LICENSE="GPL-2" -SLOT="0" - -DEPEND=">=media-libs/libsdl-1.2 - >=media-libs/sdl-image-1.2 - >=media-libs/sdl-mixer-1.2 - >=media-libs/sdlmm-0.1.8 - >=media-libs/paragui-1.0.1" - -src_compile() { - egamesconf \ - --datadir=${GAMES_DATADIR_BASE} \ - --with-gnu-ld \ - || die - emake || die -} - -src_install() { - make DESTDIR=${D} install || die - dodoc COPYING README TODO - - prepgamesdirs -} diff --git a/games-strategy/asc/asc-1.13.7.ebuild b/games-strategy/asc/asc-1.13.7.ebuild deleted file mode 100644 index 7dbc25478334..000000000000 --- a/games-strategy/asc/asc-1.13.7.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/asc-1.13.7.ebuild,v 1.2 2003/11/14 20:06:41 seemant Exp $ - -inherit games - -DESCRIPTION="turn based strategy game designed in the tradition of the Battle Isle series" -HOMEPAGE="http://www.asc-hq.org/" -SRC_URI="mirror://sourceforge/asc-hq/asc-source-${PV}.tar.gz - http://www.asc-hq.org/frontiers.mp3 - http://www.asc-hq.org/time_to_strike.mp3 - http://www.asc-hq.org/machine_wars.mp3" - -LICENSE="GPL-2" -KEYWORDS="x86" -SLOT="0" - -DEPEND=">=media-libs/libsdl-1.1.3 - media-libs/sdl-image - media-libs/sdl-mixer - >=media-libs/sdlmm-0.1.8 - >=media-libs/paragui-1.0.1 - app-arch/bzip2" - -src_unpack() { - unpack ${A} - cd ${S}/data/music && cp ${DISTDIR}/*mp3 . || die "cp music failed" -} - -src_compile() { - # Added --disable-paraguitest for bugs 26402 and 4488 - egamesconf \ - --datadir=${GAMES_DATADIR_BASE} \ - --disable-paraguitest \ - || die - emake || die "emake failed" -} - -src_install() { - make DESTDIR=${D} install || die "make install failed" - dodoc AUTHORS ChangeLog README TODO - prepgamesdirs -} diff --git a/games-strategy/asc/files/digest-asc-1.13.5.1 b/games-strategy/asc/files/digest-asc-1.13.5.1 deleted file mode 100644 index c55b58975eb5..000000000000 --- a/games-strategy/asc/files/digest-asc-1.13.5.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 1fc5b97a5ed12be9e24af74d8884c9e1 asc-source-1.13.5.1.tar.gz 6276919 diff --git a/games-strategy/asc/files/digest-asc-1.13.7 b/games-strategy/asc/files/digest-asc-1.13.7 deleted file mode 100644 index 0fd36898482d..000000000000 --- a/games-strategy/asc/files/digest-asc-1.13.7 +++ /dev/null @@ -1,4 +0,0 @@ -MD5 402738591c0e2516b6ad756c371d9f1c asc-source-1.13.7.tar.gz 6299655 -MD5 560f5783836b309906e57e77417f3864 frontiers.mp3 4407769 -MD5 f0ab3c633f51430af0445ecaa02e3197 time_to_strike.mp3 3242969 -MD5 c383139928613c7b081835c3d4a28fa8 machine_wars.mp3 2905989 |