diff options
author | 2012-03-31 07:43:24 +0000 | |
---|---|---|
committer | 2012-03-31 07:43:24 +0000 | |
commit | f2f41121bde927585b39258199a21282828bf859 (patch) | |
tree | 135606d9823ef45e9a66dfff320c35d0e5cbd1a0 /dev-perl/DateTime-Format-W3CDTF | |
parent | Drop useless sed for unused SCons buildsystem (diff) | |
download | historical-f2f41121bde927585b39258199a21282828bf859.tar.gz historical-f2f41121bde927585b39258199a21282828bf859.tar.bz2 historical-f2f41121bde927585b39258199a21282828bf859.zip |
Cleanup
Package-Manager: portage-2.2.0_alpha96/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/DateTime-Format-W3CDTF')
-rw-r--r-- | dev-perl/DateTime-Format-W3CDTF/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/DateTime-Format-W3CDTF/DateTime-Format-W3CDTF-0.04.ebuild | 19 |
2 files changed, 5 insertions, 20 deletions
diff --git a/dev-perl/DateTime-Format-W3CDTF/ChangeLog b/dev-perl/DateTime-Format-W3CDTF/ChangeLog index 786fa667228b..ec480e3920e5 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-W3CDTF/ChangeLog,v 1.25 2012/03/19 19:46:57 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-W3CDTF/ChangeLog,v 1.26 2012/03/31 07:29:55 tove Exp $ + + 31 Mar 2012; Torsten Veller <tove@gentoo.org> + -DateTime-Format-W3CDTF-0.04.ebuild: + Cleanup 19 Mar 2012; Raúl Porcel <armin76@gentoo.org> DateTime-Format-W3CDTF-0.04.ebuild, DateTime-Format-W3CDTF-0.60.0.ebuild: diff --git a/dev-perl/DateTime-Format-W3CDTF/DateTime-Format-W3CDTF-0.04.ebuild b/dev-perl/DateTime-Format-W3CDTF/DateTime-Format-W3CDTF-0.04.ebuild deleted file mode 100644 index 10cfa78cd18a..000000000000 --- a/dev-perl/DateTime-Format-W3CDTF/DateTime-Format-W3CDTF-0.04.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# 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.04.ebuild,v 1.13 2012/03/19 19:46:57 armin76 Exp $ - -inherit perl-module - -DESCRIPTION="Parse and format W3CDTF datetime strings" -HOMEPAGE="http://search.cpan.org/~kellan/" -SRC_URI="mirror://cpan/authors/id/K/KE/KELLAN/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ~arm ppc ppc64 x86 ~x86-fbsd" -IUSE="" - -SRC_TEST="do" - -DEPEND="dev-perl/DateTime - dev-lang/perl" |