diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-02-24 10:04:57 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-02-24 10:04:57 +0000 |
commit | b754f0e9ecc4cce438cc891c1d67dc2684351b5c (patch) | |
tree | 3482c1116ed6bb06e1faa848faad358ed1af6c78 /dev-perl/DateTime-Format-W3CDTF | |
parent | Stable for amd64, wrt bug #400081 (diff) | |
download | gentoo-2-b754f0e9ecc4cce438cc891c1d67dc2684351b5c.tar.gz gentoo-2-b754f0e9ecc4cce438cc891c1d67dc2684351b5c.tar.bz2 gentoo-2-b754f0e9ecc4cce438cc891c1d67dc2684351b5c.zip |
Stable for amd64, wrt bug #400083
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/DateTime-Format-W3CDTF')
-rw-r--r-- | dev-perl/DateTime-Format-W3CDTF/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/DateTime-Format-W3CDTF/DateTime-Format-W3CDTF-0.60.0.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-perl/DateTime-Format-W3CDTF/ChangeLog b/dev-perl/DateTime-Format-W3CDTF/ChangeLog index 9ca07fe225c1..fb34d34961a2 100644 --- a/dev-perl/DateTime-Format-W3CDTF/ChangeLog +++ b/dev-perl/DateTime-Format-W3CDTF/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/DateTime-Format-W3CDTF -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-W3CDTF/ChangeLog,v 1.19 2011/09/04 11:21:58 tove Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-W3CDTF/ChangeLog,v 1.20 2012/02/24 10:04:57 ago Exp $ + + 24 Feb 2012; Agostino Sarubbo <ago@gentoo.org> + DateTime-Format-W3CDTF-0.60.0.ebuild: + Stable for amd64, wrt bug #400083 04 Sep 2011; Torsten Veller <tove@gentoo.org> -DateTime-Format-W3CDTF-0.06.ebuild: diff --git a/dev-perl/DateTime-Format-W3CDTF/DateTime-Format-W3CDTF-0.60.0.ebuild b/dev-perl/DateTime-Format-W3CDTF/DateTime-Format-W3CDTF-0.60.0.ebuild index 362494b9e9e6..119a133e0db0 100644 --- a/dev-perl/DateTime-Format-W3CDTF/DateTime-Format-W3CDTF-0.60.0.ebuild +++ b/dev-perl/DateTime-Format-W3CDTF/DateTime-Format-W3CDTF-0.60.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-W3CDTF/DateTime-Format-W3CDTF-0.60.0.ebuild,v 1.1 2011/08/31 12:31:54 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-W3CDTF/DateTime-Format-W3CDTF-0.60.0.ebuild,v 1.2 2012/02/24 10:04:57 ago Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Parse and format W3CDTF datetime strings" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-solaris" IUSE="" RDEPEND="dev-perl/DateTime" |