From 12f7715d0a41b19b5c6349e6538aab102a86d4e6 Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Mon, 12 Nov 2007 04:44:30 +0000 Subject: old (Portage version: 2.1.3.19) --- games-action/atanks/atanks-2.4.ebuild | 40 ----------------------------- games-action/atanks/files/digest-atanks-2.4 | 3 --- 2 files changed, 43 deletions(-) delete mode 100644 games-action/atanks/atanks-2.4.ebuild delete mode 100644 games-action/atanks/files/digest-atanks-2.4 (limited to 'games-action') 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 -- cgit v1.2.3-65-gdbad