diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-08-23 20:07:51 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-08-23 20:07:51 +0000 |
commit | 8ee6e5684e9916437837b1a22e2b8f02f8d5866b (patch) | |
tree | e791119706ac72a08a89534217348c35ccc7d0f9 /games-strategy/triplea | |
parent | Removing old versions. Changing the cp as suggested in bug #103487. (diff) | |
download | gentoo-2-8ee6e5684e9916437837b1a22e2b8f02f8d5866b.tar.gz gentoo-2-8ee6e5684e9916437837b1a22e2b8f02f8d5866b.tar.bz2 gentoo-2-8ee6e5684e9916437837b1a22e2b8f02f8d5866b.zip |
Add inherit eutils.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'games-strategy/triplea')
-rw-r--r-- | games-strategy/triplea/ChangeLog | 6 | ||||
-rw-r--r-- | games-strategy/triplea/triplea-0.5.1.1.ebuild | 4 | ||||
-rw-r--r-- | games-strategy/triplea/triplea-0.6.0.1.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/games-strategy/triplea/ChangeLog b/games-strategy/triplea/ChangeLog index 95f10eba4f4a..6e24030b3f7e 100644 --- a/games-strategy/triplea/ChangeLog +++ b/games-strategy/triplea/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/triplea # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/triplea/ChangeLog,v 1.16 2005/07/14 07:16:27 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/triplea/ChangeLog,v 1.17 2005/08/23 20:07:51 wolf31o2 Exp $ + + 24 Aug 2005; Chris Gianelloni <wolf31o2@gentoo.org> + triplea-0.5.1.1.ebuild, triplea-0.6.0.1.ebuild: + Add inherit eutils. *triplea-0.6.0.1 (14 Jul 2005) diff --git a/games-strategy/triplea/triplea-0.5.1.1.ebuild b/games-strategy/triplea/triplea-0.5.1.1.ebuild index 801b8685f9aa..4b1b8dbb97a6 100644 --- a/games-strategy/triplea/triplea-0.5.1.1.ebuild +++ b/games-strategy/triplea/triplea-0.5.1.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/triplea/triplea-0.5.1.1.ebuild,v 1.1 2005/01/30 08:08:02 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/triplea/triplea-0.5.1.1.ebuild,v 1.2 2005/08/23 20:07:51 wolf31o2 Exp $ -inherit java-utils java-pkg games +inherit eutils java-utils java-pkg games MY_PV=${PV//\./_} DESCRIPTION="An open source clone of the popular Axis and Allies boardgame" diff --git a/games-strategy/triplea/triplea-0.6.0.1.ebuild b/games-strategy/triplea/triplea-0.6.0.1.ebuild index ea3fa0be7e8c..9742e86f6e8c 100644 --- a/games-strategy/triplea/triplea-0.6.0.1.ebuild +++ b/games-strategy/triplea/triplea-0.6.0.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/triplea/triplea-0.6.0.1.ebuild,v 1.2 2005/07/14 07:17:17 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/triplea/triplea-0.6.0.1.ebuild,v 1.3 2005/08/23 20:07:51 wolf31o2 Exp $ -inherit java-utils java-pkg games +inherit eutils java-utils java-pkg games MY_PV=${PV//\./_} DESCRIPTION="An open source clone of the popular Axis and Allies boardgame" |