diff options
author | Tom Gall <tgall@gentoo.org> | 2005-11-27 22:52:43 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2005-11-27 22:52:43 +0000 |
commit | 2743ac38599c11ba92fa7dfb93612d8789ddb6ae (patch) | |
tree | 7cec96e70622bec1840228a0f21a945dee429f85 /dev-perl/HTML-SimpleParse | |
parent | Fixing desktop entry file creation (diff) | |
download | historical-2743ac38599c11ba92fa7dfb93612d8789ddb6ae.tar.gz historical-2743ac38599c11ba92fa7dfb93612d8789ddb6ae.tar.bz2 historical-2743ac38599c11ba92fa7dfb93612d8789ddb6ae.zip |
stable on ppc64
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'dev-perl/HTML-SimpleParse')
-rw-r--r-- | dev-perl/HTML-SimpleParse/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.12.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/HTML-SimpleParse/ChangeLog b/dev-perl/HTML-SimpleParse/ChangeLog index e57b6b7397ad..abc28d5c2329 100644 --- a/dev-perl/HTML-SimpleParse/ChangeLog +++ b/dev-perl/HTML-SimpleParse/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/HTML-SimpleParse # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-SimpleParse/ChangeLog,v 1.14 2005/09/17 00:39:56 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-SimpleParse/ChangeLog,v 1.15 2005/11/27 22:48:03 tgall Exp $ + + 27 Nov 2005; Tom Gall <tgall@gentoo.org> HTML-SimpleParse-0.12.ebuild: + stable on ppc64 17 Sep 2005; Aron Griffis <agriffis@gentoo.org> HTML-SimpleParse-0.12.ebuild: diff --git a/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.12.ebuild b/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.12.ebuild index bf51c403f156..972dd7985289 100644 --- a/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.12.ebuild +++ b/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.12.ebuild,v 1.10 2005/09/17 00:39:56 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.12.ebuild,v 1.11 2005/11/27 22:48:03 tgall Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/K/KW/KWILLIAMS/${P}.tar.gz" LICENSE="Artistic" SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc ~ppc64 sparc x86" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="" DEPEND="dev-perl/module-build" |