summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-03-31 07:30:44 +0000
committerTorsten Veller <tove@gentoo.org>2012-03-31 07:30:44 +0000
commitc2d20a4930d92d0e5ab06920c5560342db97cee7 (patch)
treec32dda88d7890f6885abe069f2f0b78de44aacac /dev-perl/Date-Leapyear
parentCleanup (diff)
downloadgentoo-2-c2d20a4930d92d0e5ab06920c5560342db97cee7.tar.gz
gentoo-2-c2d20a4930d92d0e5ab06920c5560342db97cee7.tar.bz2
gentoo-2-c2d20a4930d92d0e5ab06920c5560342db97cee7.zip
Cleanup
(Portage version: 2.2.0_alpha96/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Date-Leapyear')
-rw-r--r--dev-perl/Date-Leapyear/ChangeLog5
-rw-r--r--dev-perl/Date-Leapyear/Date-Leapyear-1.71.ebuild19
2 files changed, 4 insertions, 20 deletions
diff --git a/dev-perl/Date-Leapyear/ChangeLog b/dev-perl/Date-Leapyear/ChangeLog
index 976ad8f1060c..7b6ee8a78a32 100644
--- a/dev-perl/Date-Leapyear/ChangeLog
+++ b/dev-perl/Date-Leapyear/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/Date-Leapyear
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Date-Leapyear/ChangeLog,v 1.37 2012/03/19 19:42:15 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Date-Leapyear/ChangeLog,v 1.38 2012/03/31 07:30:44 tove Exp $
+
+ 31 Mar 2012; Torsten Veller <tove@gentoo.org> -Date-Leapyear-1.71.ebuild:
+ Cleanup
19 Mar 2012; Raúl Porcel <armin76@gentoo.org> Date-Leapyear-1.71.ebuild,
Date-Leapyear-1.720.0.ebuild:
diff --git a/dev-perl/Date-Leapyear/Date-Leapyear-1.71.ebuild b/dev-perl/Date-Leapyear/Date-Leapyear-1.71.ebuild
deleted file mode 100644
index 66ec57066f65..000000000000
--- a/dev-perl/Date-Leapyear/Date-Leapyear-1.71.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Date-Leapyear/Date-Leapyear-1.71.ebuild,v 1.21 2012/03/19 19:42:15 armin76 Exp $
-
-inherit perl-module
-
-DESCRIPTION="Simple Perl module that tracks Gregorian leap years"
-SRC_URI="mirror://cpan/authors/id/R/RB/RBOW/${P}.tar.gz"
-HOMEPAGE="http://search.cpan.org/~rbow/"
-
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="alpha amd64 ppc ppc64 x86"
-IUSE=""
-SRC_TEST="do"
-
-DEPEND="virtual/perl-Test-Simple
- virtual/perl-Test-Harness
- dev-lang/perl"