diff options
author | 2007-04-17 00:29:34 +0000 | |
---|---|---|
committer | 2007-04-17 00:29:34 +0000 | |
commit | 3bf4f2eb369ce4535559c69e06f3e452671a5bf6 (patch) | |
tree | fee86d812770abf3a436377ea351eee33bb0c436 /games-strategy | |
parent | Version bump #174741 by Ryan Hill. (diff) | |
download | gentoo-2-3bf4f2eb369ce4535559c69e06f3e452671a5bf6.tar.gz gentoo-2-3bf4f2eb369ce4535559c69e06f3e452671a5bf6.tar.bz2 gentoo-2-3bf4f2eb369ce4535559c69e06f3e452671a5bf6.zip |
old
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/asc/asc-1.16.3.0.ebuild | 46 | ||||
-rw-r--r-- | games-strategy/asc/files/digest-asc-1.16.3.0 | 3 |
2 files changed, 0 insertions, 49 deletions
diff --git a/games-strategy/asc/asc-1.16.3.0.ebuild b/games-strategy/asc/asc-1.16.3.0.ebuild deleted file mode 100644 index 83a9a01f4927..000000000000 --- a/games-strategy/asc/asc-1.16.3.0.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/asc-1.16.3.0.ebuild,v 1.2 2006/05/31 19:49:42 tupone Exp $ - -inherit toolchain-funcs flag-o-matic 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+music-${PV}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 x86" -IUSE="" - -RDEPEND="app-arch/bzip2 - media-libs/jpeg - >=media-libs/libsdl-1.2.2 - media-libs/sdl-image - >=media-libs/sdl-mixer-1.2 - =dev-libs/libsigc++-1.2*" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_compile() { - # Added --disable-paraguitest for bugs 26402 and 4488 - # Added --disable-paragui for bug 61154 since it's not really used much - # and the case is well documented at http://www.asc-hq.org/ - if [[ $(gcc-major-version) -eq 4 ]] ; then - replace-flags -O3 -O2 - fi - egamesconf \ - --disable-dependency-tracking \ - --disable-paraguitest \ - --disable-paragui \ - --datadir="${GAMES_DATADIR_BASE}" \ - || die - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog README TODO - dohtml -r doc/* - prepgamesdirs -} diff --git a/games-strategy/asc/files/digest-asc-1.16.3.0 b/games-strategy/asc/files/digest-asc-1.16.3.0 deleted file mode 100644 index d28111893ede..000000000000 --- a/games-strategy/asc/files/digest-asc-1.16.3.0 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 f6376f6b55d0fc135f1375071165bc04 asc-source+music-1.16.3.0.tar.bz2 18859902 -RMD160 3049adab9e968b959be8e7fd891d02ca7c6cdbf7 asc-source+music-1.16.3.0.tar.bz2 18859902 -SHA256 7850d1fd854ef79f71e216f0e145fff8a4f18260402cb16cadf2f607b0eac2c5 asc-source+music-1.16.3.0.tar.bz2 18859902 |