summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-10-12 12:22:13 +0000
committerTorsten Veller <tove@gentoo.org>2009-10-12 12:22:13 +0000
commit3aa16f9c4ceb5540c9cb9bfd597d34bdac78c78a (patch)
tree97d9548660ec91d14486bcdd5806bebb4e677436 /dev-perl/DateTime-Format-Natural
parentVersion bump (diff)
downloadhistorical-3aa16f9c4ceb5540c9cb9bfd597d34bdac78c78a.tar.gz
historical-3aa16f9c4ceb5540c9cb9bfd597d34bdac78c78a.tar.bz2
historical-3aa16f9c4ceb5540c9cb9bfd597d34bdac78c78a.zip
Cleanup
Package-Manager: portage-2.2_rc45/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/DateTime-Format-Natural')
-rw-r--r--dev-perl/DateTime-Format-Natural/ChangeLog6
-rw-r--r--dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.78.ebuild26
2 files changed, 5 insertions, 27 deletions
diff --git a/dev-perl/DateTime-Format-Natural/ChangeLog b/dev-perl/DateTime-Format-Natural/ChangeLog
index 7477e70d5b6a..2ffc5c6ec46b 100644
--- a/dev-perl/DateTime-Format-Natural/ChangeLog
+++ b/dev-perl/DateTime-Format-Natural/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/DateTime-Format-Natural
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Natural/ChangeLog,v 1.6 2009/09/20 10:33:10 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Natural/ChangeLog,v 1.7 2009/10/12 12:06:13 tove Exp $
+
+ 12 Oct 2009; Torsten Veller <tove@gentoo.org>
+ -DateTime-Format-Natural-0.78.ebuild:
+ Cleanup
*DateTime-Format-Natural-0.79 (20 Sep 2009)
diff --git a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.78.ebuild b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.78.ebuild
deleted file mode 100644
index eb21d54567f5..000000000000
--- a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.78.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.78.ebuild,v 1.1 2009/08/08 11:25:25 tove Exp $
-
-EAPI=2
-
-MODULE_AUTHOR=SCHUBIGER
-inherit perl-module
-
-DESCRIPTION="Create machine readable date/time with natural parsing logic"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="dev-perl/boolean
- dev-perl/DateTime
- dev-perl/Params-Validate
- dev-perl/List-MoreUtils"
-DEPEND="${RDEPEND}
- virtual/perl-Module-Build
- test? ( dev-perl/Test-MockTime
- dev-perl/Test-Pod
- dev-perl/Test-Pod-Coverage )"
-
-SRC_TEST=do