diff options
-rw-r--r-- | games-strategy/triplea/ChangeLog | 8 | ||||
-rw-r--r-- | games-strategy/triplea/triplea-0.6.0.1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-strategy/triplea/ChangeLog b/games-strategy/triplea/ChangeLog index b4e859c72fbb..ef65be70a094 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.20 2005/11/21 21:42:12 blubb Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/triplea/ChangeLog,v 1.21 2006/01/27 19:32:23 hansmi Exp $ + + 27 Jan 2006; Michael Hanselmann <hansmi@gentoo.org> + triplea-0.6.0.1.ebuild: + Stable on ppc. 21 Nov 2005; Simon Stelling <blubb@gentoo.org> triplea-0.6.0.1.ebuild: stable on amd64 diff --git a/games-strategy/triplea/triplea-0.6.0.1.ebuild b/games-strategy/triplea/triplea-0.6.0.1.ebuild index 4aa318c6e316..c4995284f3cc 100644 --- a/games-strategy/triplea/triplea-0.6.0.1.ebuild +++ b/games-strategy/triplea/triplea-0.6.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 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.6 2005/11/21 21:42:12 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/triplea/triplea-0.6.0.1.ebuild,v 1.7 2006/01/27 19:32:23 hansmi Exp $ inherit eutils java-utils java-pkg games @@ -10,7 +10,7 @@ HOMEPAGE="http://triplea.sf.net" SRC_URI="mirror://sourceforge/${PN}/${PN}_source_${MY_PV}.zip" LICENSE="GPL-2" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="amd64 ppc x86" SLOT="0" IUSE="doc jikes" |