diff options
author | Torsten Veller <tove@gentoo.org> | 2009-05-02 12:12:45 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-05-02 12:12:45 +0000 |
commit | dc9ab68f8ff008308fe6a68c24d862be82490fc8 (patch) | |
tree | 913ccb14902367f6562100860db1715f8f461089 /dev-perl/DateTime-Format-Strptime | |
parent | sparc/x86 stable wrt #266555 (diff) | |
download | historical-dc9ab68f8ff008308fe6a68c24d862be82490fc8.tar.gz historical-dc9ab68f8ff008308fe6a68c24d862be82490fc8.tar.bz2 historical-dc9ab68f8ff008308fe6a68c24d862be82490fc8.zip |
Cleanup
Package-Manager: portage-2.2_rc31/cvs/Linux i686
Diffstat (limited to 'dev-perl/DateTime-Format-Strptime')
-rw-r--r-- | dev-perl/DateTime-Format-Strptime/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/DateTime-Format-Strptime/DateTime-Format-Strptime-1.0800.ebuild | 22 |
2 files changed, 5 insertions, 23 deletions
diff --git a/dev-perl/DateTime-Format-Strptime/ChangeLog b/dev-perl/DateTime-Format-Strptime/ChangeLog index 24370fe3ad90..792f25c5c35a 100644 --- a/dev-perl/DateTime-Format-Strptime/ChangeLog +++ b/dev-perl/DateTime-Format-Strptime/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/DateTime-Format-Strptime # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Strptime/ChangeLog,v 1.2 2009/02/23 10:02:47 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Strptime/ChangeLog,v 1.3 2009/05/02 11:27:13 tove Exp $ + + 02 May 2009; Torsten Veller <tove@gentoo.org> + -DateTime-Format-Strptime-1.0800.ebuild: + Cleanup *DateTime-Format-Strptime-1.0900 (23 Feb 2009) diff --git a/dev-perl/DateTime-Format-Strptime/DateTime-Format-Strptime-1.0800.ebuild b/dev-perl/DateTime-Format-Strptime/DateTime-Format-Strptime-1.0800.ebuild deleted file mode 100644 index 701e64582fb2..000000000000 --- a/dev-perl/DateTime-Format-Strptime/DateTime-Format-Strptime-1.0800.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Strptime/DateTime-Format-Strptime-1.0800.ebuild,v 1.2 2008/12/09 09:31:21 tove Exp $ - -MODULE_AUTHOR="RICKM" -MODULE_A="${P}.tgz" - -inherit perl-module - -DESCRIPTION="Parse and Format DateTimes using Strptime" - -IUSE="" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~amd64 ~x86" - -DEPEND="dev-perl/DateTime - dev-perl/DateTime-Locale - dev-perl/DateTime-TimeZone - >=dev-perl/Params-Validate-0.91 - dev-lang/perl" |