summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-04-09 08:16:04 +0000
committerTorsten Veller <tove@gentoo.org>2010-04-09 08:16:04 +0000
commit0f5d42f945b392ca543db3724d6aa1128e73f048 (patch)
treee2105283bc0fde9e673d39d6b337c45138beadfd /dev-perl/DateTime-Format-Natural
parentStable on amd64 wrt bug #313851 (diff)
downloadhistorical-0f5d42f945b392ca543db3724d6aa1128e73f048.tar.gz
historical-0f5d42f945b392ca543db3724d6aa1128e73f048.tar.bz2
historical-0f5d42f945b392ca543db3724d6aa1128e73f048.zip
Cleanup
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/DateTime-Format-Natural')
-rw-r--r--dev-perl/DateTime-Format-Natural/ChangeLog9
-rw-r--r--dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.81.ebuild26
-rw-r--r--dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.82.ebuild26
-rw-r--r--dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.83.ebuild26
-rw-r--r--dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.84.ebuild26
5 files changed, 8 insertions, 105 deletions
diff --git a/dev-perl/DateTime-Format-Natural/ChangeLog b/dev-perl/DateTime-Format-Natural/ChangeLog
index f7231d79f98a..b126c29ecad0 100644
--- a/dev-perl/DateTime-Format-Natural/ChangeLog
+++ b/dev-perl/DateTime-Format-Natural/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-perl/DateTime-Format-Natural
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Natural/ChangeLog,v 1.14 2010/03/15 18:00:27 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Natural/ChangeLog,v 1.15 2010/04/09 08:04:00 tove Exp $
+
+ 09 Apr 2010; Torsten Veller <tove@gentoo.org>
+ -DateTime-Format-Natural-0.81.ebuild,
+ -DateTime-Format-Natural-0.82.ebuild,
+ -DateTime-Format-Natural-0.83.ebuild,
+ -DateTime-Format-Natural-0.84.ebuild:
+ Cleanup
*DateTime-Format-Natural-0.85 (15 Mar 2010)
diff --git a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.81.ebuild b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.81.ebuild
deleted file mode 100644
index 39b816875c62..000000000000
--- a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.81.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.81.ebuild,v 1.1 2009/11/22 10:49:14 robbat2 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
diff --git a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.82.ebuild b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.82.ebuild
deleted file mode 100644
index de47351456a2..000000000000
--- a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.82.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.82.ebuild,v 1.1 2009/12/21 18:49:01 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
diff --git a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.83.ebuild b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.83.ebuild
deleted file mode 100644
index 49819d8bb3e5..000000000000
--- a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.83.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2010 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.83.ebuild,v 1.1 2010/01/16 21:58:22 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
diff --git a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.84.ebuild b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.84.ebuild
deleted file mode 100644
index d0ec004ed2a7..000000000000
--- a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.84.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2010 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.84.ebuild,v 1.1 2010/02/23 15:40:14 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