summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-08-11 08:14:58 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-08-11 08:14:58 +0000
commit182d1da09b09636d7798bff31899bf96c723bac0 (patch)
treeb886d0c2275f6e79f4aa57a0b98241de4b12c2bd /games-action/atanks/atanks-1.1.0.ebuild
parentversion bump (diff)
downloadgentoo-2-182d1da09b09636d7798bff31899bf96c723bac0.tar.gz
gentoo-2-182d1da09b09636d7798bff31899bf96c723bac0.tar.bz2
gentoo-2-182d1da09b09636d7798bff31899bf96c723bac0.zip
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-action/atanks/atanks-1.1.0.ebuild')
-rw-r--r--games-action/atanks/atanks-1.1.0.ebuild49
1 files changed, 0 insertions, 49 deletions
diff --git a/games-action/atanks/atanks-1.1.0.ebuild b/games-action/atanks/atanks-1.1.0.ebuild
deleted file mode 100644
index 9a2bc38ed870..000000000000
--- a/games-action/atanks/atanks-1.1.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/atanks-1.1.0.ebuild,v 1.17 2006/10/30 18:20:05 mr_bones_ Exp $
-
-inherit eutils toolchain-funcs games
-
-DESCRIPTION="Worms and Scorched Earth-like game"
-HOMEPAGE="http://atanks.sourceforge.net/"
-SRC_URI="mirror://sourceforge/atanks/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-DEPEND="media-libs/allegro"
-
-S=${WORKDIR}/${PN}
-
-src_unpack() {
- DATA_DIR="${GAMES_DATADIR}/${PN}"
-
- unpack ${A}
- cd "${S}"
-
- epatch \
- "${FILESDIR}/${PV}-gentoo.patch" \
- "${FILESDIR}/${P}-gcc4.patch"
-
- sed -i \
- -e "s:DATA_DIR=.*:DATA_DIR=\\\\\"${DATA_DIR}\\\\\":" \
- src/Makefile \
- || die "sed src/Makefile failed"
-}
-
-src_install() {
- dogamesbin atanks || die "dogamesbin failed"
- insinto "${DATA_DIR}"
- doins {credits,gloat,instr,revenge}.txt *dat || die "doins failed"
- dodoc BUGS Changelog Help.txt tanks.txt README TODO
- prepgamesdirs
-}
-
-pkg_postinst() {
- games_pkg_postinst
- echo
- einfo "NOTE: If you had atanks version 0.9.8b or less installed"
- einfo "remove ~/.atanks-config to take advantage of new features."
-}