diff options
author | 2006-02-06 20:48:53 +0000 | |
---|---|---|
committer | 2006-02-06 20:48:53 +0000 | |
commit | 057e3636121c2ed14590e17c32b0ef15ba696267 (patch) | |
tree | 5af5af036970634e1d755e8c52a1c244f95ff449 /dev-perl/XML-Simple | |
parent | Use CFLAGS and LDFLAGS while building. (diff) | |
download | historical-057e3636121c2ed14590e17c32b0ef15ba696267.tar.gz historical-057e3636121c2ed14590e17c32b0ef15ba696267.tar.bz2 historical-057e3636121c2ed14590e17c32b0ef15ba696267.zip |
stable amd64
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'dev-perl/XML-Simple')
-rw-r--r-- | dev-perl/XML-Simple/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/XML-Simple/XML-Simple-2.14.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/XML-Simple/ChangeLog b/dev-perl/XML-Simple/ChangeLog index 86b516c72e7b..77537eee7bd4 100644 --- a/dev-perl/XML-Simple/ChangeLog +++ b/dev-perl/XML-Simple/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/XML-Simple # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Simple/ChangeLog,v 1.36 2006/02/04 01:23:26 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Simple/ChangeLog,v 1.37 2006/02/06 20:40:20 blubb Exp $ + + 06 Feb 2006; Simon Stelling <blubb@gentoo.org> XML-Simple-2.14.ebuild: + stable on amd64 04 Feb 2006; Aron Griffis <agriffis@gentoo.org> XML-Simple-2.14.ebuild: Mark 2.14 stable on ia64 diff --git a/dev-perl/XML-Simple/XML-Simple-2.14.ebuild b/dev-perl/XML-Simple/XML-Simple-2.14.ebuild index f3948c2a9e15..e6df65fbcd1f 100644 --- a/dev-perl/XML-Simple/XML-Simple-2.14.ebuild +++ b/dev-perl/XML-Simple/XML-Simple-2.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Simple/XML-Simple-2.14.ebuild,v 1.8 2006/02/04 01:23:26 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Simple/XML-Simple-2.14.ebuild,v 1.9 2006/02/06 20:40:20 blubb Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/G/GR/GRANTM/${P}.tar.gz" HOMEPAGE="http://www.cpan.org/modules/by-module/XML/${P}.readme" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="alpha ~amd64 ia64 ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" SRC_TEST="do" |