diff options
author | Torsten Veller <tove@gentoo.org> | 2009-10-12 12:22:13 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-10-12 12:22:13 +0000 |
commit | 3aa16f9c4ceb5540c9cb9bfd597d34bdac78c78a (patch) | |
tree | 97d9548660ec91d14486bcdd5806bebb4e677436 /dev-perl/DateTime-TimeZone | |
parent | Version bump (diff) | |
download | historical-3aa16f9c4ceb5540c9cb9bfd597d34bdac78c78a.tar.gz historical-3aa16f9c4ceb5540c9cb9bfd597d34bdac78c78a.tar.bz2 historical-3aa16f9c4ceb5540c9cb9bfd597d34bdac78c78a.zip |
Cleanup
Package-Manager: portage-2.2_rc45/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/DateTime-TimeZone')
4 files changed, 6 insertions, 76 deletions
diff --git a/dev-perl/DateTime-TimeZone/ChangeLog b/dev-perl/DateTime-TimeZone/ChangeLog index 52a2e3e99e57..1e59acf0c5c0 100644 --- a/dev-perl/DateTime-TimeZone/ChangeLog +++ b/dev-perl/DateTime-TimeZone/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/DateTime-TimeZone # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog,v 1.110 2009/09/29 08:37:53 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-TimeZone/ChangeLog,v 1.111 2009/10/12 11:56:46 tove Exp $ + + 12 Oct 2009; Torsten Veller <tove@gentoo.org> + -DateTime-TimeZone-0.96.ebuild, -DateTime-TimeZone-0.97.ebuild, + -DateTime-TimeZone-0.98.ebuild: + Cleanup *DateTime-TimeZone-0.99 (29 Sep 2009) diff --git a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-0.96.ebuild b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-0.96.ebuild deleted file mode 100644 index 733f727df533..000000000000 --- a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-0.96.ebuild +++ /dev/null @@ -1,25 +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-TimeZone/DateTime-TimeZone-0.96.ebuild,v 1.1 2009/08/22 13:23:04 tove Exp $ - -EAPI=2 - -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 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -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-0.97.ebuild b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-0.97.ebuild deleted file mode 100644 index 5dce89b82c39..000000000000 --- a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-0.97.ebuild +++ /dev/null @@ -1,25 +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-TimeZone/DateTime-TimeZone-0.97.ebuild,v 1.1 2009/09/09 10:56:55 tove Exp $ - -EAPI=2 - -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 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -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-0.98.ebuild b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-0.98.ebuild deleted file mode 100644 index 292253eec6c1..000000000000 --- a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-0.98.ebuild +++ /dev/null @@ -1,25 +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-TimeZone/DateTime-TimeZone-0.98.ebuild,v 1.1 2009/09/13 07:58:27 tove Exp $ - -EAPI=2 - -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 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -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" |