diff options
author | 2005-09-17 00:39:56 +0000 | |
---|---|---|
committer | 2005-09-17 00:39:56 +0000 | |
commit | abb23b8f322fb02e83b64504f7c153261f4861e4 (patch) | |
tree | ba140b990cd623538e7bfa4d6561397d4cde577e /dev-perl/HTML-SimpleParse | |
parent | Mark 1.22 stable on ia64 (diff) | |
download | historical-abb23b8f322fb02e83b64504f7c153261f4861e4.tar.gz historical-abb23b8f322fb02e83b64504f7c153261f4861e4.tar.bz2 historical-abb23b8f322fb02e83b64504f7c153261f4861e4.zip |
Mark 0.12 stable on ia64
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'dev-perl/HTML-SimpleParse')
-rw-r--r-- | dev-perl/HTML-SimpleParse/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/HTML-SimpleParse/HTML-SimpleParse-0.12.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/HTML-SimpleParse/ChangeLog b/dev-perl/HTML-SimpleParse/ChangeLog index 42e69ccd7a02..e57b6b7397ad 100644 --- a/dev-perl/HTML-SimpleParse/ChangeLog +++ b/dev-perl/HTML-SimpleParse/ChangeLog @@ -1,6 +1,10 @@ # 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.13 2005/08/25 23:10:57 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-SimpleParse/ChangeLog,v 1.14 2005/09/17 00:39:56 agriffis Exp $ + + 17 Sep 2005; Aron Griffis <agriffis@gentoo.org> + HTML-SimpleParse-0.12.ebuild: + Mark 0.12 stable on ia64 25 Aug 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 9b409b03a20e..bf51c403f156 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.9 2005/08/25 23:10:57 agriffis Exp $ +# $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 $ 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" |