diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-11-12 04:45:58 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-11-12 04:45:58 +0000 |
commit | dee986da4119d19dc4830e7dee67a7fb9d678dfe (patch) | |
tree | 8291f1d8a1adf00fd0049866afe505415247fdcd /games-action/atanks | |
parent | old (diff) | |
download | historical-dee986da4119d19dc4830e7dee67a7fb9d678dfe.tar.gz historical-dee986da4119d19dc4830e7dee67a7fb9d678dfe.tar.bz2 historical-dee986da4119d19dc4830e7dee67a7fb9d678dfe.zip |
old
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'games-action/atanks')
-rw-r--r-- | games-action/atanks/atanks-2.4.ebuild | 40 | ||||
-rw-r--r-- | games-action/atanks/files/digest-atanks-2.4 | 3 |
2 files changed, 0 insertions, 43 deletions
diff --git a/games-action/atanks/atanks-2.4.ebuild b/games-action/atanks/atanks-2.4.ebuild deleted file mode 100644 index e8083528eed5..000000000000 --- a/games-action/atanks/atanks-2.4.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/atanks-2.4.ebuild,v 1.1 2007/06/29 02:29:24 nyhm Exp $ - -inherit eutils toolchain-funcs games - -DESCRIPTION="Worms and Scorched Earth-like game" -HOMEPAGE="http://atanks.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND="media-libs/allegro" - -S=${WORKDIR}/${PN} - -src_unpack() { - unpack ${A} - cd "${S}" - sed -i \ - -e "/^CC/s:g++:$(tc-getCXX):" \ - -e '/^CFLAGS/s:-g::' \ - -e 's:CFLAGS:CXXFLAGS:' \ - -e '/^LDFLAGS/s:=:+=:' \ - -e "s:DATA_DIR=.*:DATA_DIR=\\\\\"${GAMES_DATADIR}/${PN}\\\\\":" \ - src/Makefile \ - || die "sed failed" - emake clean -} - -src_install() { - dogamesbin ${PN} || die "dogamesbin failed" - insinto "${GAMES_DATADIR}"/${PN} - doins *.dat *.txt || die "doins failed" - dodoc BUGS Changelog README TODO - prepgamesdirs -} diff --git a/games-action/atanks/files/digest-atanks-2.4 b/games-action/atanks/files/digest-atanks-2.4 deleted file mode 100644 index fbaa6781542f..000000000000 --- a/games-action/atanks/files/digest-atanks-2.4 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 c949306b0ad5ff7a006d932261c7e86e atanks-2.4.tar.gz 1341738 -RMD160 040f2428730f398689bbfde2d1654b254d313589 atanks-2.4.tar.gz 1341738 -SHA256 225ec1b98d69e4cf97156a378949b58fbb9bccfbabb25223fe96260efbd6fe67 atanks-2.4.tar.gz 1341738 |