diff options
author | 2011-01-14 17:58:39 +0000 | |
---|---|---|
committer | 2011-01-14 17:58:39 +0000 | |
commit | 1da11b7421abd763833f8e87eed6a00b7b18ad2c (patch) | |
tree | 897fd41e0f58b74e10881f949265f6b49792cc2d /dev-perl/DateTime-Format-Natural | |
parent | Cleanup (diff) | |
download | gentoo-2-1da11b7421abd763833f8e87eed6a00b7b18ad2c.tar.gz gentoo-2-1da11b7421abd763833f8e87eed6a00b7b18ad2c.tar.bz2 gentoo-2-1da11b7421abd763833f8e87eed6a00b7b18ad2c.zip |
Cleanup
(Portage version: 2.2.0_alpha15/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/DateTime-Format-Natural')
3 files changed, 6 insertions, 57 deletions
diff --git a/dev-perl/DateTime-Format-Natural/ChangeLog b/dev-perl/DateTime-Format-Natural/ChangeLog index 1e261d6f0cb0..f30733b1a3ff 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Natural/ChangeLog,v 1.22 2010/11/03 18:56:25 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Natural/ChangeLog,v 1.23 2011/01/14 17:58:39 tove Exp $ + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> + -DateTime-Format-Natural-0.89.ebuild, -DateTime-Format-Natural-0.90.ebuild: + Cleanup *DateTime-Format-Natural-0.91 (03 Nov 2010) diff --git a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.89.ebuild b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.89.ebuild deleted file mode 100644 index a66ecab9857d..000000000000 --- a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.89.ebuild +++ /dev/null @@ -1,27 +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.89.ebuild,v 1.1 2010/08/09 13:20:05 tove Exp $ - -EAPI=3 - -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/Date-Calc - 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.90.ebuild b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.90.ebuild deleted file mode 100644 index cc4bd7291b8f..000000000000 --- a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-0.90.ebuild +++ /dev/null @@ -1,28 +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.90.ebuild,v 1.1 2010/10/05 17:22:28 tove Exp $ - -EAPI=3 - -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/Date-Calc - virtual/perl-Getopt-Long - 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 |