diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-02-04 22:55:53 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-02-04 22:55:53 +0000 |
commit | a1b4dbcf73d74b99c512ddd0ba2d484aab6d0186 (patch) | |
tree | a1150db11545ffd9e390d10baa22d7897dcea70e /games-action | |
parent | old (diff) | |
download | gentoo-2-a1b4dbcf73d74b99c512ddd0ba2d484aab6d0186.tar.gz gentoo-2-a1b4dbcf73d74b99c512ddd0ba2d484aab6d0186.tar.bz2 gentoo-2-a1b4dbcf73d74b99c512ddd0ba2d484aab6d0186.zip |
old
(Portage version: 2.1.3.19)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/atanks/atanks-2.5.ebuild | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/games-action/atanks/atanks-2.5.ebuild b/games-action/atanks/atanks-2.5.ebuild deleted file mode 100644 index ff7c6e821616..000000000000 --- a/games-action/atanks/atanks-2.5.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.5.ebuild,v 1.1 2007/08/18 01:17:44 mr_bones_ 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 -} |