diff options
author | Torsten Veller <tove@gentoo.org> | 2011-01-14 18:15:48 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-01-14 18:15:48 +0000 |
commit | 4c997956e4ac0582bc84069778f77af0823e56dc (patch) | |
tree | c43324f332b7e8cb1ef1f201a4e6c755c2481c47 /dev-perl/Date-Calc/Date-Calc-5.4.ebuild | |
parent | Cleanup (diff) | |
download | gentoo-2-4c997956e4ac0582bc84069778f77af0823e56dc.tar.gz gentoo-2-4c997956e4ac0582bc84069778f77af0823e56dc.tar.bz2 gentoo-2-4c997956e4ac0582bc84069778f77af0823e56dc.zip |
Cleanup
(Portage version: 2.2.0_alpha15/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Date-Calc/Date-Calc-5.4.ebuild')
-rw-r--r-- | dev-perl/Date-Calc/Date-Calc-5.4.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-perl/Date-Calc/Date-Calc-5.4.ebuild b/dev-perl/Date-Calc/Date-Calc-5.4.ebuild deleted file mode 100644 index 61e5051df2e9..000000000000 --- a/dev-perl/Date-Calc/Date-Calc-5.4.ebuild +++ /dev/null @@ -1,22 +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/Date-Calc/Date-Calc-5.4.ebuild,v 1.13 2010/04/24 20:25:43 armin76 Exp $ - -inherit perl-module - -DESCRIPTION="Gregorian calendar date calculations" -HOMEPAGE="http://search.cpan.org/~stbey/" -SRC_URI="mirror://cpan/authors/id/STBEY/${P}.tar.gz" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 s390 sparc x86" -IUSE="" - -DEPEND=">=dev-perl/Bit-Vector-6.4 - >=dev-perl/Carp-Clan-5.3 - dev-lang/perl" - -SRC_TEST="do" -export OPTIMIZE="$CFLAGS" -mydoc="ToDo" |