diff options
author | Chris White <chriswhite@gentoo.org> | 2005-11-09 10:26:37 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2005-11-09 10:26:37 +0000 |
commit | 9bb5c1b3156728293fc69606a074369c5bb26f89 (patch) | |
tree | 4517f6323beb65b5faa6a6df06e18aa93168befc /dev-perl/DateManip/DateManip-5.44.ebuild | |
parent | Version bump to 6.30 for bug #111933. Please don't break anything pretty lil ... (diff) | |
download | historical-9bb5c1b3156728293fc69606a074369c5bb26f89.tar.gz historical-9bb5c1b3156728293fc69606a074369c5bb26f89.tar.bz2 historical-9bb5c1b3156728293fc69606a074369c5bb26f89.zip |
Version bump to 5.44 for bug #111933. Added SRC_TEST='do' since it works.
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'dev-perl/DateManip/DateManip-5.44.ebuild')
-rw-r--r-- | dev-perl/DateManip/DateManip-5.44.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-perl/DateManip/DateManip-5.44.ebuild b/dev-perl/DateManip/DateManip-5.44.ebuild new file mode 100644 index 000000000000..37548471c222 --- /dev/null +++ b/dev-perl/DateManip/DateManip-5.44.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateManip/DateManip-5.44.ebuild,v 1.1 2005/11/09 10:26:37 chriswhite Exp $ + +inherit perl-module eutils + +DESCRIPTION="Perl date manipulation routines" +HOMEPAGE="http://www.perl.com/CPAN/authors/id/SBECK/DateManip-5.44.readme" +SRC_URI="mirror://cpan/authors/id/S/SB/SBECK/${P}.tar.gz" +SRC_TEST="do" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +mydoc="HISTORY TODO" |