diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-04 09:11:53 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-04 09:11:53 +0000 |
commit | d2900c2d992f90af3899e7f72a8d4d3318d76ed3 (patch) | |
tree | 24f8fbf208f18530ad0513d65977c2f219093ca4 /games-action/atanks | |
parent | Version bump. Closes #49783. Corrected HOMEPAGE in all ebuilds. (diff) | |
download | historical-d2900c2d992f90af3899e7f72a8d4d3318d76ed3.tar.gz historical-d2900c2d992f90af3899e7f72a8d4d3318d76ed3.tar.bz2 historical-d2900c2d992f90af3899e7f72a8d4d3318d76ed3.zip |
touch
Diffstat (limited to 'games-action/atanks')
-rw-r--r-- | games-action/atanks/Manifest | 2 | ||||
-rw-r--r-- | games-action/atanks/atanks-1.1.0.ebuild | 17 |
2 files changed, 11 insertions, 8 deletions
diff --git a/games-action/atanks/Manifest b/games-action/atanks/Manifest index 822fb85cc3f6..0263c14ee4f2 100644 --- a/games-action/atanks/Manifest +++ b/games-action/atanks/Manifest @@ -1,4 +1,4 @@ -MD5 0e395c55e3a2a5abd85bdf6e3d816976 atanks-1.1.0.ebuild 1190 MD5 e9452da3c448dbf7f647fa191bf569f3 ChangeLog 2099 +MD5 101d0e6ce3aa38ae470c8c7c6e392538 atanks-1.1.0.ebuild 1177 MD5 08031c6325250ddda0a99870f53c032d metadata.xml 220 MD5 ea52207aee01685ed0e4b52b4cd66958 files/digest-atanks-1.1.0 65 diff --git a/games-action/atanks/atanks-1.1.0.ebuild b/games-action/atanks/atanks-1.1.0.ebuild index 82b08bf40e54..36e32ce41692 100644 --- a/games-action/atanks/atanks-1.1.0.ebuild +++ b/games-action/atanks/atanks-1.1.0.ebuild @@ -1,17 +1,17 @@ # Copyright 1999-2004 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.3 2004/06/24 21:51:59 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/atanks-1.1.0.ebuild,v 1.4 2004/09/04 09:11:53 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" +KEYWORDS="x86" IUSE="" RDEPEND="virtual/x11 @@ -20,6 +20,8 @@ RDEPEND="virtual/x11 DEPEND="${RDEPEND} >=sys-apps/sed-4" +S="${WORKDIR}/${PN}" + src_unpack() { unpack ${A} cd ${S} @@ -32,14 +34,15 @@ src_unpack() { 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" + cp {credits,gloat,instr,revenge}.txt *dat "${D}${DATA_DIR}" \ + || die "cp 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." - games_pkg_postinst } |