summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-09-04 11:24:07 +0000
committerTorsten Veller <tove@gentoo.org>2011-09-04 11:24:07 +0000
commit572cdefa178b10a964077d4623512a79c5297a42 (patch)
treea5fd3c46bbe911c1ad1c057d38f15a2ac2261bb9 /dev-perl/DateTime-TimeZone
parentVersion bump to latest release. (diff)
downloadhistorical-572cdefa178b10a964077d4623512a79c5297a42.tar.gz
historical-572cdefa178b10a964077d4623512a79c5297a42.tar.bz2
historical-572cdefa178b10a964077d4623512a79c5297a42.zip
Cleanup
Package-Manager: portage-2.2.0_alpha52/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/DateTime-TimeZone')
-rw-r--r--dev-perl/DateTime-TimeZone/ChangeLog6
-rw-r--r--dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.350.0.ebuild24
2 files changed, 5 insertions, 25 deletions
diff --git a/dev-perl/DateTime-TimeZone/ChangeLog b/dev-perl/DateTime-TimeZone/ChangeLog
index eea9556460b3..a0c3e11c8799 100644
--- a/dev-perl/DateTime-TimeZone/ChangeLog
+++ b/dev-perl/DateTime-TimeZone/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/DateTime-TimeZone
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog,v 1.172 2011/08/30 18:43:33 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog,v 1.173 2011/09/04 11:22:05 tove Exp $
+
+ 04 Sep 2011; Torsten Veller <tove@gentoo.org>
+ -DateTime-TimeZone-1.350.0.ebuild:
+ Cleanup
*DateTime-TimeZone-1.360.0 (30 Aug 2011)
diff --git a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.350.0.ebuild b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.350.0.ebuild
deleted file mode 100644
index 75030ffed367..000000000000
--- a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.350.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.350.0.ebuild,v 1.2 2011/07/07 23:05:27 aballier Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=DROLSKY
-MODULE_VERSION=1.35
-inherit perl-module
-
-DESCRIPTION="Time zone object base class and factory"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
-IUSE="test"
-
-RDEPEND="dev-perl/Class-Load
- >=dev-perl/Params-Validate-0.72
- >=dev-perl/Class-Singleton-1.03"
-DEPEND="${RDEPEND}
- >=virtual/perl-ExtUtils-MakeMaker-6.31
- test? ( >=virtual/perl-Test-Simple-0.92 )"
-
-SRC_TEST="do"