summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2013-01-06 20:52:43 +0000
committerTorsten Veller <tove@gentoo.org>2013-01-06 20:52:43 +0000
commitfebc7631acb814604f718fd1bf659cb752b525e5 (patch)
treefd52371febb2f323cc9398dc67baef5d0435f935 /dev-perl
parentCleanup (diff)
downloadgentoo-2-febc7631acb814604f718fd1bf659cb752b525e5.tar.gz
gentoo-2-febc7631acb814604f718fd1bf659cb752b525e5.tar.bz2
gentoo-2-febc7631acb814604f718fd1bf659cb752b525e5.zip
Cleanup
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/DateTime-TimeZone/ChangeLog10
-rw-r--r--dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.22.ebuild25
-rw-r--r--dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.480.0.ebuild24
-rw-r--r--dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.490.0.ebuild24
-rw-r--r--dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.500.0.ebuild24
-rw-r--r--dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.510.0.ebuild29
-rw-r--r--dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.530.0.ebuild29
-rw-r--r--dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.540.0.ebuild29
8 files changed, 8 insertions, 186 deletions
diff --git a/dev-perl/DateTime-TimeZone/ChangeLog b/dev-perl/DateTime-TimeZone/ChangeLog
index ba637d7cac01..1efcb4d1d7a6 100644
--- a/dev-perl/DateTime-TimeZone/ChangeLog
+++ b/dev-perl/DateTime-TimeZone/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/DateTime-TimeZone
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog,v 1.201 2012/12/08 08:09:47 tove Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog,v 1.202 2013/01/06 20:52:43 tove Exp $
+
+ 06 Jan 2013; Torsten Veller <tove@gentoo.org> -DateTime-TimeZone-1.22.ebuild,
+ -DateTime-TimeZone-1.480.0.ebuild, -DateTime-TimeZone-1.490.0.ebuild,
+ -DateTime-TimeZone-1.500.0.ebuild, -DateTime-TimeZone-1.510.0.ebuild,
+ -DateTime-TimeZone-1.530.0.ebuild, -DateTime-TimeZone-1.540.0.ebuild:
+ Cleanup
*DateTime-TimeZone-1.560.0 (08 Dec 2012)
diff --git a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.22.ebuild b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.22.ebuild
deleted file mode 100644
index fc2edfc41127..000000000000
--- a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.22.ebuild
+++ /dev/null
@@ -1,25 +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.22.ebuild,v 1.9 2011/01/13 16:55:36 ranger Exp $
-
-EAPI=3
-
-inherit versionator
-MY_P=${PN}-$(delete_version_separator 2)
-MODULE_AUTHOR=DROLSKY
-S=${WORKDIR}/${MY_P}
-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 ~x86-macos ~x86-solaris"
-IUSE="test"
-
-RDEPEND=">=dev-perl/Params-Validate-0.72
- >=dev-perl/Class-Singleton-1.03"
-DEPEND="${RDEPEND}
- >=virtual/perl-Module-Build-0.34
- test? ( >=virtual/perl-Test-Simple-0.92 )"
-
-SRC_TEST="do"
diff --git a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.480.0.ebuild b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.480.0.ebuild
deleted file mode 100644
index f98b39c8dd1f..000000000000
--- a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.480.0.ebuild
+++ /dev/null
@@ -1,24 +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-TimeZone/DateTime-TimeZone-1.480.0.ebuild,v 1.2 2012/09/01 11:32:11 grobian Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=DROLSKY
-MODULE_VERSION=1.48
-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 ~ppc-aix ~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"
diff --git a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.490.0.ebuild b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.490.0.ebuild
deleted file mode 100644
index 59f67921af60..000000000000
--- a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.490.0.ebuild
+++ /dev/null
@@ -1,24 +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-TimeZone/DateTime-TimeZone-1.490.0.ebuild,v 1.1 2012/09/13 18:41:29 tove Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=DROLSKY
-MODULE_VERSION=1.49
-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 ~ppc-aix ~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"
diff --git a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.500.0.ebuild b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.500.0.ebuild
deleted file mode 100644
index 7b879f62397d..000000000000
--- a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.500.0.ebuild
+++ /dev/null
@@ -1,24 +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-TimeZone/DateTime-TimeZone-1.500.0.ebuild,v 1.1 2012/09/24 17:53:43 tove Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=DROLSKY
-MODULE_VERSION=1.50
-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 ~ppc-aix ~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"
diff --git a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.510.0.ebuild b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.510.0.ebuild
deleted file mode 100644
index fa9f3921b5df..000000000000
--- a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.510.0.ebuild
+++ /dev/null
@@ -1,29 +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-TimeZone/DateTime-TimeZone-1.510.0.ebuild,v 1.1 2012/10/18 18:04:41 tove Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=DROLSKY
-MODULE_VERSION=1.51
-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 ~ppc-aix ~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.720.0
- >=dev-perl/Class-Singleton-1.30.0
-"
-DEPEND="${RDEPEND}
- >=virtual/perl-ExtUtils-MakeMaker-6.310.0
- test? (
- >=virtual/perl-Test-Simple-0.920.0
- )
-"
-
-SRC_TEST="do"
diff --git a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.530.0.ebuild b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.530.0.ebuild
deleted file mode 100644
index 3d29268a3ec6..000000000000
--- a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.530.0.ebuild
+++ /dev/null
@@ -1,29 +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-TimeZone/DateTime-TimeZone-1.530.0.ebuild,v 1.1 2012/11/04 15:40:13 tove Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=DROLSKY
-MODULE_VERSION=1.53
-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 ~ppc-aix ~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.720.0
- >=dev-perl/Class-Singleton-1.30.0
-"
-DEPEND="${RDEPEND}
- >=virtual/perl-ExtUtils-MakeMaker-6.310.0
- test? (
- >=virtual/perl-Test-Simple-0.920.0
- )
-"
-
-SRC_TEST="do"
diff --git a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.540.0.ebuild b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.540.0.ebuild
deleted file mode 100644
index 527efbbafe36..000000000000
--- a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-1.540.0.ebuild
+++ /dev/null
@@ -1,29 +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-TimeZone/DateTime-TimeZone-1.540.0.ebuild,v 1.1 2012/11/13 19:36:44 tove Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=DROLSKY
-MODULE_VERSION=1.54
-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 ~ppc-aix ~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.720.0
- >=dev-perl/Class-Singleton-1.30.0
-"
-DEPEND="${RDEPEND}
- >=virtual/perl-ExtUtils-MakeMaker-6.310.0
- test? (
- >=virtual/perl-Test-Simple-0.920.0
- )
-"
-
-SRC_TEST="do"