diff options
author | 2003-11-25 23:53:50 +0000 | |
---|---|---|
committer | 2003-11-25 23:53:50 +0000 | |
commit | 20243903af5dd7a8f1232d0e50b2ee2d5c9428e7 (patch) | |
tree | 414d47cb8f393a2186ffa4b338ca277805cfb5ab /games-action | |
parent | version bump (diff) | |
download | gentoo-2-20243903af5dd7a8f1232d0e50b2ee2d5c9428e7.tar.gz gentoo-2-20243903af5dd7a8f1232d0e50b2ee2d5c9428e7.tar.bz2 gentoo-2-20243903af5dd7a8f1232d0e50b2ee2d5c9428e7.zip |
version bump
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/atanks/ChangeLog | 7 | ||||
-rw-r--r-- | games-action/atanks/Manifest | 4 | ||||
-rw-r--r-- | games-action/atanks/atanks-1.0.0.ebuild | 45 | ||||
-rw-r--r-- | games-action/atanks/files/digest-atanks-1.0.0 | 1 |
4 files changed, 54 insertions, 3 deletions
diff --git a/games-action/atanks/ChangeLog b/games-action/atanks/ChangeLog index 6ef00e61dcc4..8c2ec9a6a2eb 100644 --- a/games-action/atanks/ChangeLog +++ b/games-action/atanks/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-action/atanks # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/ChangeLog,v 1.2 2003/09/10 20:29:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/ChangeLog,v 1.3 2003/11/25 23:53:44 mr_bones_ Exp $ + +*atanks-1.0.0 (25 Nov 2003) + + 25 Nov 2003; Michael Sterrett <mr_bones_@gentoo.org> atanks-1.0.0.ebuild: + version bump *atanks-0.9.9d (20 Aug 2003) diff --git a/games-action/atanks/Manifest b/games-action/atanks/Manifest index 12005ddec5a4..e14f4401bb49 100644 --- a/games-action/atanks/Manifest +++ b/games-action/atanks/Manifest @@ -1,5 +1,5 @@ -MD5 6413c9dd8e048525d68e9b48f19186fa ChangeLog 1597 -MD5 e6452c52f729fb18e67f4f653e718ce1 atanks-1.0.0.ebuild 1097 +MD5 737cfbd6d433ac6bc8ecb7ee4ce3097d ChangeLog 1721 +MD5 29a67a3d1fd7e97565cc522070f1616e atanks-1.0.0.ebuild 1180 MD5 e6452c52f729fb18e67f4f653e718ce1 atanks-0.9.9d.ebuild 1097 MD5 08031c6325250ddda0a99870f53c032d metadata.xml 220 MD5 c3b9fb1b00bea87d0187406a4bf78e0b files/digest-atanks-1.0.0 65 diff --git a/games-action/atanks/atanks-1.0.0.ebuild b/games-action/atanks/atanks-1.0.0.ebuild new file mode 100644 index 000000000000..2dd04a480a1a --- /dev/null +++ b/games-action/atanks/atanks-1.0.0.ebuild @@ -0,0 +1,45 @@ +# 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-1.0.0.ebuild,v 1.1 2003/11/25 23:53:44 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-1.0.0 b/games-action/atanks/files/digest-atanks-1.0.0 new file mode 100644 index 000000000000..38b882b06a00 --- /dev/null +++ b/games-action/atanks/files/digest-atanks-1.0.0 @@ -0,0 +1 @@ +MD5 37842c90eb6c6b50432e0eac52d3c6dd atanks-1.0.0.tar.gz 1060057 |