diff options
author | Torsten Veller <tove@gentoo.org> | 2009-10-12 12:05:34 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-10-12 12:05:34 +0000 |
commit | 8e8205c0f170602c02b5864d1b956c70d2fc28e8 (patch) | |
tree | 4818d021b6424ce54a997f066682ea60f8aa304c /dev-perl | |
parent | Cleanup (diff) | |
download | gentoo-2-8e8205c0f170602c02b5864d1b956c70d2fc28e8.tar.gz gentoo-2-8e8205c0f170602c02b5864d1b956c70d2fc28e8.tar.bz2 gentoo-2-8e8205c0f170602c02b5864d1b956c70d2fc28e8.zip |
Cleanup
(Portage version: 2.2_rc45/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/DateTime-Locale/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/DateTime-Locale/DateTime-Locale-0.42.ebuild | 23 |
2 files changed, 5 insertions, 24 deletions
diff --git a/dev-perl/DateTime-Locale/ChangeLog b/dev-perl/DateTime-Locale/ChangeLog index f2686e7d0cfe..26ba705e34ba 100644 --- a/dev-perl/DateTime-Locale/ChangeLog +++ b/dev-perl/DateTime-Locale/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/DateTime-Locale # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Locale/ChangeLog,v 1.66 2009/09/18 17:32:56 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Locale/ChangeLog,v 1.67 2009/10/12 12:05:34 tove Exp $ + + 12 Oct 2009; Torsten Veller <tove@gentoo.org> + -DateTime-Locale-0.42.ebuild: + Cleanup 18 Sep 2009; Torsten Veller <tove@gentoo.org> DateTime-Locale-0.43.ebuild: Stable on amd64 (#284062) diff --git a/dev-perl/DateTime-Locale/DateTime-Locale-0.42.ebuild b/dev-perl/DateTime-Locale/DateTime-Locale-0.42.ebuild deleted file mode 100644 index c273999d1466..000000000000 --- a/dev-perl/DateTime-Locale/DateTime-Locale-0.42.ebuild +++ /dev/null @@ -1,23 +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-Locale/DateTime-Locale-0.42.ebuild,v 1.7 2009/01/11 21:33:23 maekke Exp $ - -inherit versionator perl-module - -MY_P="${PN}-$(delete_version_separator 2)" -S=${WORKDIR}/${MY_P} - -DESCRIPTION="Localization support for DateTime" -SRC_URI="mirror://cpan/authors/id/D/DR/DROLSKY/${MY_P}.tar.gz" - -LICENSE="|| ( Artistic GPL-2 ) unicode" -SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" -SRC_TEST="do" - -RDEPEND="dev-perl/Params-Validate - dev-perl/List-MoreUtils - dev-lang/perl" -DEPEND=">=virtual/perl-Module-Build-0.28 - ${RDEPEND}" |