diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-24 04:38:33 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-24 04:38:33 +0000 |
commit | 357bc9323c349ed233de5b42e2123c5da79798b3 (patch) | |
tree | 1597ddb415f05db8592a43b1d3ec3c0aa906aa99 /games-action | |
parent | don't use deprecated ?: use syntax (diff) | |
download | historical-357bc9323c349ed233de5b42e2123c5da79798b3.tar.gz historical-357bc9323c349ed233de5b42e2123c5da79798b3.tar.bz2 historical-357bc9323c349ed233de5b42e2123c5da79798b3.zip |
clean old versions
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/atanks/ChangeLog | 6 | ||||
-rw-r--r-- | games-action/atanks/Manifest | 6 | ||||
-rw-r--r-- | games-action/atanks/atanks-0.9.9d.ebuild | 44 | ||||
-rw-r--r-- | games-action/atanks/atanks-1.0.0.ebuild | 45 | ||||
-rw-r--r-- | games-action/atanks/files/digest-atanks-0.9.9d | 1 | ||||
-rw-r--r-- | games-action/atanks/files/digest-atanks-1.0.0 | 1 |
6 files changed, 6 insertions, 97 deletions
diff --git a/games-action/atanks/ChangeLog b/games-action/atanks/ChangeLog index 730497fb7ad6..638699f099ac 100644 --- a/games-action/atanks/ChangeLog +++ b/games-action/atanks/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/atanks # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/ChangeLog,v 1.4 2004/02/05 23:21:16 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/ChangeLog,v 1.5 2004/03/24 04:38:33 mr_bones_ Exp $ + + 23 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> atanks-0.9.9d.ebuild, + atanks-1.0.0.ebuild: + clean old versions *atanks-1.1.0 (05 Feb 2004) diff --git a/games-action/atanks/Manifest b/games-action/atanks/Manifest index 6ad50000306f..7807934c7f32 100644 --- a/games-action/atanks/Manifest +++ b/games-action/atanks/Manifest @@ -1,8 +1,4 @@ -MD5 bb6e2a74e6e1c23dcc5d894e3a407b3e ChangeLog 1887 -MD5 12c8d5938261da3d6b8f25f091290c1e atanks-1.0.0.ebuild 1180 +MD5 088afe411b03b918785efd38c1d63bb4 ChangeLog 2009 MD5 a84eac9fee0dcc6a2b63ec92db3488d6 atanks-1.1.0.ebuild 1180 -MD5 238bd523d4cfdf0343f2bcd48bf1e0ca atanks-0.9.9d.ebuild 1100 MD5 08031c6325250ddda0a99870f53c032d metadata.xml 220 -MD5 c3b9fb1b00bea87d0187406a4bf78e0b files/digest-atanks-1.0.0 65 MD5 ea52207aee01685ed0e4b52b4cd66958 files/digest-atanks-1.1.0 65 -MD5 7b87e12fc84ca3b4dacd0bee5a63d22c files/digest-atanks-0.9.9d 66 diff --git a/games-action/atanks/atanks-0.9.9d.ebuild b/games-action/atanks/atanks-0.9.9d.ebuild deleted file mode 100644 index 9b84688aa9c0..000000000000 --- a/games-action/atanks/atanks-0.9.9d.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2004 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.9d.ebuild,v 1.2 2004/02/05 23:21:16 mr_bones_ 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-1.0.0.ebuild b/games-action/atanks/atanks-1.0.0.ebuild deleted file mode 100644 index 81de419b7a7c..000000000000 --- a/games-action/atanks/atanks-1.0.0.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/atanks-1.0.0.ebuild,v 1.2 2004/02/05 23:21:16 mr_bones_ 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 || die "dogamesbin failed" - dodir "${DATA_DIR}" - cp {credits,gloat,instr,revenge}.txt *dat "${D}${DATA_DIR}" || \ - die "cp failed" - - dodoc BUGS Changelog Help.txt tanks.txt README TODO || die "dodoc failed" - 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.9d b/games-action/atanks/files/digest-atanks-0.9.9d deleted file mode 100644 index e134f3be19e4..000000000000 --- a/games-action/atanks/files/digest-atanks-0.9.9d +++ /dev/null @@ -1 +0,0 @@ -MD5 bfd55a8107f0b60ee6b54d0b2240f1db atanks-0.9.9d.tar.gz 1049441 diff --git a/games-action/atanks/files/digest-atanks-1.0.0 b/games-action/atanks/files/digest-atanks-1.0.0 deleted file mode 100644 index 38b882b06a00..000000000000 --- a/games-action/atanks/files/digest-atanks-1.0.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 37842c90eb6c6b50432e0eac52d3c6dd atanks-1.0.0.tar.gz 1060057 |