diff options
author | Torsten Veller <tove@gentoo.org> | 2011-07-30 08:59:42 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-07-30 08:59:42 +0000 |
commit | f5227e2fbf8d20d0ba12fe623d15cc1b2c283da1 (patch) | |
tree | a067b7cf0237836e5a2e26d91315dd3fa83e0ab1 /dev-perl/DateTime | |
parent | Bump for #363439 (diff) | |
download | historical-f5227e2fbf8d20d0ba12fe623d15cc1b2c283da1.tar.gz historical-f5227e2fbf8d20d0ba12fe623d15cc1b2c283da1.tar.bz2 historical-f5227e2fbf8d20d0ba12fe623d15cc1b2c283da1.zip |
Cleanup
Package-Manager: portage-2.2.0_alpha47/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/DateTime')
-rw-r--r-- | dev-perl/DateTime/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/DateTime/DateTime-0.66.ebuild | 28 | ||||
-rw-r--r-- | dev-perl/DateTime/DateTime-0.670.0.ebuild | 28 | ||||
-rw-r--r-- | dev-perl/DateTime/DateTime-0.680.0.ebuild | 28 |
4 files changed, 5 insertions, 85 deletions
diff --git a/dev-perl/DateTime/ChangeLog b/dev-perl/DateTime/ChangeLog index e0671af36ea0..a843c67613a1 100644 --- a/dev-perl/DateTime/ChangeLog +++ b/dev-perl/DateTime/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/DateTime # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime/ChangeLog,v 1.121 2011/07/06 03:24:03 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime/ChangeLog,v 1.122 2011/07/30 08:36:01 tove Exp $ + + 30 Jul 2011; Torsten Veller <tove@gentoo.org> -DateTime-0.66.ebuild, + -DateTime-0.670.0.ebuild, -DateTime-0.680.0.ebuild: + Cleanup 06 Jul 2011; Alexis Ballier <aballier@gentoo.org> DateTime-0.700.0.ebuild: keyword ~x86-fbsd, bug #366911 diff --git a/dev-perl/DateTime/DateTime-0.66.ebuild b/dev-perl/DateTime/DateTime-0.66.ebuild deleted file mode 100644 index c348c55b44b5..000000000000 --- a/dev-perl/DateTime/DateTime-0.66.ebuild +++ /dev/null @@ -1,28 +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/DateTime-0.66.ebuild,v 1.4 2011/01/08 18:54:10 jer Exp $ - -EAPI=3 - -#inherit versionator -#MY_P=${PN}-$(delete_version_separator 2) -#S=${WORKDIR}/${MY_P} -MODULE_AUTHOR=DROLSKY -inherit perl-module - -DESCRIPTION="A date and time object" - -LICENSE="Artistic-2" -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.76 - >=virtual/perl-Time-Local-1.04 - >=dev-perl/DateTime-TimeZone-1.09 - >=dev-perl/DateTime-Locale-0.44" -DEPEND="${RDEPEND} - virtual/perl-Module-Build - test? ( dev-perl/Test-Exception )" - -SRC_TEST="do" diff --git a/dev-perl/DateTime/DateTime-0.670.0.ebuild b/dev-perl/DateTime/DateTime-0.670.0.ebuild deleted file mode 100644 index 76b76f10530f..000000000000 --- a/dev-perl/DateTime/DateTime-0.670.0.ebuild +++ /dev/null @@ -1,28 +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/DateTime-0.670.0.ebuild,v 1.1 2011/04/24 19:40:21 tove Exp $ - -EAPI=4 - -MODULE_AUTHOR=DROLSKY -MODULE_VERSION=0.67 -inherit perl-module - -DESCRIPTION="A date and time object" - -LICENSE="Artistic-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND=">=dev-perl/Params-Validate-0.76 - >=virtual/perl-Time-Local-1.04 - >=dev-perl/DateTime-TimeZone-1.09 - >=dev-perl/DateTime-Locale-0.44 - dev-perl/Math-Round -" -DEPEND="${RDEPEND} - virtual/perl-Module-Build - test? ( dev-perl/Test-Exception )" - -SRC_TEST="do" diff --git a/dev-perl/DateTime/DateTime-0.680.0.ebuild b/dev-perl/DateTime/DateTime-0.680.0.ebuild deleted file mode 100644 index ca5d222f848a..000000000000 --- a/dev-perl/DateTime/DateTime-0.680.0.ebuild +++ /dev/null @@ -1,28 +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/DateTime-0.680.0.ebuild,v 1.1 2011/04/26 16:43:28 tove Exp $ - -EAPI=4 - -MODULE_AUTHOR=DROLSKY -MODULE_VERSION=0.68 -inherit perl-module - -DESCRIPTION="A date and time object" - -LICENSE="Artistic-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND=">=dev-perl/Params-Validate-0.76 - >=virtual/perl-Time-Local-1.04 - >=dev-perl/DateTime-TimeZone-1.09 - >=dev-perl/DateTime-Locale-0.44 - dev-perl/Math-Round -" -DEPEND="${RDEPEND} - virtual/perl-Module-Build - test? ( dev-perl/Test-Exception )" - -SRC_TEST="do" |