summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-10-21 23:46:12 +0000
committerMike Frysinger <vapier@gentoo.org>2003-10-21 23:46:12 +0000
commit5fad094a3e70b91784e7ff5315de96b8ed1979f6 (patch)
treee04a242fa50528aab3ad29faa21549b95c839ca4 /games-action/atanks
parentdownloads from mirror://nedit (diff)
downloadgentoo-2-5fad094a3e70b91784e7ff5315de96b8ed1979f6.tar.gz
gentoo-2-5fad094a3e70b91784e7ff5315de96b8ed1979f6.tar.bz2
gentoo-2-5fad094a3e70b91784e7ff5315de96b8ed1979f6.zip
old
Diffstat (limited to 'games-action/atanks')
-rw-r--r--games-action/atanks/atanks-0.9.8h.ebuild44
-rw-r--r--games-action/atanks/atanks-0.9.9a.ebuild44
-rw-r--r--games-action/atanks/atanks-0.9.9b.ebuild47
-rw-r--r--games-action/atanks/files/digest-atanks-0.9.8h1
-rw-r--r--games-action/atanks/files/digest-atanks-0.9.9a1
-rw-r--r--games-action/atanks/files/digest-atanks-0.9.9b1
6 files changed, 0 insertions, 138 deletions
diff --git a/games-action/atanks/atanks-0.9.8h.ebuild b/games-action/atanks/atanks-0.9.8h.ebuild
deleted file mode 100644
index 84092dfa18bf..000000000000
--- a/games-action/atanks/atanks-0.9.8h.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/atanks-0.9.8h.ebuild,v 1.1 2003/09/10 19:29:16 vapier Exp $
-
-inherit games
-
-DATA_DIR="${GAMES_DATADIR}/${PN}"
-S="${WORKDIR}/${PN}"
-DESCRIPTION="Worms and Scorched Earth-like game"
-HOMEPAGE="http://atanks.sourceforge.net/"
-SRC_URI="mirror://sourceforge/atanks/${P}.tar.gz"
-LICENSE="GPL-2"
-KEYWORDS="x86"
-SLOT="0"
-IUSE=""
-
-DEPEND="virtual/x11
- >=sys-apps/sed-4
- >=media-libs/allegro-4.0.3
- >=media-libs/allegttf-2.0"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- sed -i \
- -e "s:DATA_DIR=.*:DATA_DIR=\\\\\"${DATA_DIR}\\\\\":" src/Makefile || \
- die "sed src/Makefile failed"
-}
-
-src_install() {
- dogamesbin atanks
- dodir /usr/share/games/atanks
- cp ${S}/*dat ${D}${DATA_DIR}
-
- dodoc Changelog INSTRUCTIONS README TODO readme.linux tanks.txt
- prepgamesdirs
-}
-
-pkg_postinst() {
- einfo "NOTE: If you had atanks version 0.9.8b or less installed"
- einfo "remove ~/.atanks-config to take advantage of new features."
- games_pkg_postinst
-}
diff --git a/games-action/atanks/atanks-0.9.9a.ebuild b/games-action/atanks/atanks-0.9.9a.ebuild
deleted file mode 100644
index d12f5b43b52a..000000000000
--- a/games-action/atanks/atanks-0.9.9a.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/atanks-0.9.9a.ebuild,v 1.1 2003/09/10 19:29:16 vapier Exp $
-
-inherit games
-
-DATA_DIR="${GAMES_DATADIR}/${PN}"
-S="${WORKDIR}/${PN}"
-DESCRIPTION="Worms and Scorched Earth-like game"
-HOMEPAGE="http://atanks.sourceforge.net/"
-SRC_URI="mirror://sourceforge/atanks/${P}.tar.gz"
-LICENSE="GPL-2"
-KEYWORDS="x86"
-SLOT="0"
-IUSE=""
-
-DEPEND="virtual/x11
- >=sys-apps/sed-4
- >=media-libs/allegro-4.0.3
- >=media-libs/allegttf-2.0"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- sed -i \
- -e "s:DATA_DIR=.*:DATA_DIR=\\\\\"${DATA_DIR}\\\\\":" src/Makefile || \
- die "sed src/Makefile failed"
-}
-
-src_install() {
- dogamesbin atanks
- dodir /usr/share/games/atanks
- cp ${S}/*dat ${D}${DATA_DIR}
-
- dodoc Changelog INSTRUCTIONS README TODO readme.linux tanks.txt
- prepgamesdirs
-}
-
-pkg_postinst() {
- einfo "NOTE: If you had atanks version 0.9.8b or less installed"
- einfo "remove ~/.atanks-config to take advantage of new features."
- games_pkg_postinst
-}
diff --git a/games-action/atanks/atanks-0.9.9b.ebuild b/games-action/atanks/atanks-0.9.9b.ebuild
deleted file mode 100644
index 013f51244328..000000000000
--- a/games-action/atanks/atanks-0.9.9b.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/atanks-0.9.9b.ebuild,v 1.1 2003/09/10 19:29:16 vapier Exp $
-
-inherit games
-
-DATA_DIR="${GAMES_DATADIR}/${PN}"
-S="${WORKDIR}/${PN}"
-DESCRIPTION="Worms and Scorched Earth-like game"
-HOMEPAGE="http://atanks.sourceforge.net/"
-SRC_URI="mirror://sourceforge/atanks/${P}.tar.gz"
-LICENSE="GPL-2"
-KEYWORDS="x86"
-SLOT="0"
-IUSE=""
-
-DEPEND="virtual/x11
- >=sys-apps/sed-4
- >=media-libs/allegro-4.0.3
- >=media-libs/allegttf-2.0"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- sed -i \
- -e "s:DATA_DIR=.*:DATA_DIR=\\\\\"${DATA_DIR}\\\\\":" src/Makefile || \
- die "sed src/Makefile failed"
- sed -i \
- -e 's:make:$(MAKE):' Makefile || \
- die "sed Makefile failed"
-}
-
-src_install() {
- dogamesbin atanks
- dodir /usr/share/games/atanks
- cp ${S}/*dat ${D}${DATA_DIR}
-
- dodoc Changelog INSTRUCTIONS README TODO readme.linux tanks.txt
- prepgamesdirs
-}
-
-pkg_postinst() {
- einfo "NOTE: If you had atanks version 0.9.8b or less installed"
- einfo "remove ~/.atanks-config to take advantage of new features."
- games_pkg_postinst
-}
diff --git a/games-action/atanks/files/digest-atanks-0.9.8h b/games-action/atanks/files/digest-atanks-0.9.8h
deleted file mode 100644
index fca88c214b99..000000000000
--- a/games-action/atanks/files/digest-atanks-0.9.8h
+++ /dev/null
@@ -1 +0,0 @@
-MD5 36c18ef2a2c2c8f9a53bf12bb604730c atanks-0.9.8h.tar.gz 1042035
diff --git a/games-action/atanks/files/digest-atanks-0.9.9a b/games-action/atanks/files/digest-atanks-0.9.9a
deleted file mode 100644
index b029c178cc33..000000000000
--- a/games-action/atanks/files/digest-atanks-0.9.9a
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a0f74c38797e83a43c17c8e5f74185e9 atanks-0.9.9a.tar.gz 1046601
diff --git a/games-action/atanks/files/digest-atanks-0.9.9b b/games-action/atanks/files/digest-atanks-0.9.9b
deleted file mode 100644
index f57ea7c6a42e..000000000000
--- a/games-action/atanks/files/digest-atanks-0.9.9b
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ba66b41e308a47af6e56f121726a29df atanks-0.9.9b.tar.gz 1048541