diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2013-08-23 21:39:23 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2013-08-23 21:39:23 +0000 |
commit | 823fb93864628b9e29f1a351f4269316c65b2368 (patch) | |
tree | 5db41272308718a98982bf78f9fa30da1547a70d /dev-perl/XML-Simple | |
parent | Version bump (diff) | |
download | gentoo-2-823fb93864628b9e29f1a351f4269316c65b2368.tar.gz gentoo-2-823fb93864628b9e29f1a351f4269316c65b2368.tar.bz2 gentoo-2-823fb93864628b9e29f1a351f4269316c65b2368.zip |
alpha stable wrt bug #449628
(Portage version: 2.1.12.2/cvs/Linux i686, signed Manifest commit with key 0xC42EB5D6)
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.200.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/XML-Simple/ChangeLog b/dev-perl/XML-Simple/ChangeLog index d220b1e7bef8..714e1ae946f0 100644 --- a/dev-perl/XML-Simple/ChangeLog +++ b/dev-perl/XML-Simple/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/XML-Simple # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Simple/ChangeLog,v 1.79 2013/08/20 14:49:09 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Simple/ChangeLog,v 1.80 2013/08/23 21:39:23 zlogene Exp $ + + 23 Aug 2013; Mikle Kolyada <zlogene@gentoo.org> XML-Simple-2.200.0.ebuild: + alpha stable wrt bug #449628 20 Aug 2013; Jeroen Roovers <jer@gentoo.org> XML-Simple-2.200.0.ebuild: Stable for HPPA (bug #449628). diff --git a/dev-perl/XML-Simple/XML-Simple-2.200.0.ebuild b/dev-perl/XML-Simple/XML-Simple-2.200.0.ebuild index 9ad025579dce..eaae7081bbbc 100644 --- a/dev-perl/XML-Simple/XML-Simple-2.200.0.ebuild +++ b/dev-perl/XML-Simple/XML-Simple-2.200.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.200.0.ebuild,v 1.5 2013/08/20 14:49:09 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Simple/XML-Simple-2.200.0.ebuild,v 1.6 2013/08/23 21:39:23 zlogene Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="XML::Simple - Easy API to read/write XML (esp config files)" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="virtual/perl-Storable |