summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2013-01-06 20:53:49 +0000
committerTorsten Veller <tove@gentoo.org>2013-01-06 20:53:49 +0000
commit7132e82ed643f787662f7a6f9e022af512291b81 (patch)
tree13155dbe6fdf991482c0f28a47f402ed0426a304
parentFix up audacious-plugins dependency. This fixes the depgraph of older audacio... (diff)
downloadgentoo-2-7132e82ed643f787662f7a6f9e022af512291b81.tar.gz
gentoo-2-7132e82ed643f787662f7a6f9e022af512291b81.tar.bz2
gentoo-2-7132e82ed643f787662f7a6f9e022af512291b81.zip
Cleanup
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
-rw-r--r--dev-perl/DateTime-Format-Natural/ChangeLog8
-rw-r--r--dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.0.0.ebuild35
2 files changed, 6 insertions, 37 deletions
diff --git a/dev-perl/DateTime-Format-Natural/ChangeLog b/dev-perl/DateTime-Format-Natural/ChangeLog
index f79bd9951603..bf485d1c0d26 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-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Natural/ChangeLog,v 1.39 2012/09/08 07:01:16 tove Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Natural/ChangeLog,v 1.40 2013/01/06 20:53:49 tove Exp $
+
+ 06 Jan 2013; Torsten Veller <tove@gentoo.org>
+ -DateTime-Format-Natural-1.0.0.ebuild:
+ Cleanup
*DateTime-Format-Natural-1.10.0 (08 Sep 2012)
diff --git a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.0.0.ebuild b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.0.0.ebuild
deleted file mode 100644
index ecf24700a24f..000000000000
--- a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.0.0.ebuild
+++ /dev/null
@@ -1,35 +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-Natural/DateTime-Format-Natural-1.0.0.ebuild,v 1.1 2012/06/02 19:02:34 tove Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=SCHUBIGER
-MODULE_VERSION=1.00
-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/Clone
- dev-perl/DateTime
- dev-perl/DateTime-TimeZone
- dev-perl/Date-Calc
- virtual/perl-Getopt-Long
- dev-perl/Params-Validate
- dev-perl/List-MoreUtils
-"
-DEPEND="${RDEPEND}
- >=virtual/perl-Module-Build-0.380.0
- test? (
- dev-perl/Module-Util
- dev-perl/Test-MockTime
- )
-"
-
-SRC_TEST=do