diff options
author | Torsten Veller <tove@gentoo.org> | 2008-05-20 16:06:29 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-05-20 16:06:29 +0000 |
commit | 6ab1e71b0629674139b69d069065f6f0da41aec6 (patch) | |
tree | 135fe61bed7f6d47bb5649a30c9b6894f2c5b04a /dev-perl/DateManip/DateManip-5.54.ebuild | |
parent | Cleaning (diff) | |
download | historical-6ab1e71b0629674139b69d069065f6f0da41aec6.tar.gz historical-6ab1e71b0629674139b69d069065f6f0da41aec6.tar.bz2 historical-6ab1e71b0629674139b69d069065f6f0da41aec6.zip |
Version bump (#222047) and cleaning
Package-Manager: portage-2.1.5
Diffstat (limited to 'dev-perl/DateManip/DateManip-5.54.ebuild')
-rw-r--r-- | dev-perl/DateManip/DateManip-5.54.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/DateManip/DateManip-5.54.ebuild b/dev-perl/DateManip/DateManip-5.54.ebuild new file mode 100644 index 000000000000..69557f7404c6 --- /dev/null +++ b/dev-perl/DateManip/DateManip-5.54.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateManip/DateManip-5.54.ebuild,v 1.1 2008/05/20 16:06:28 tove Exp $ + +inherit perl-module + +DESCRIPTION="Perl date manipulation routines" +HOMEPAGE="http://search.cpan.org/dist/Date-Manip" +SRC_URI="mirror://cpan/authors/id/S/SB/SBECK/Date-Manip-${PV}.tar.gz" +SRC_TEST="do" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="dev-lang/perl" +DEPEND="${RDEPEND} + dev-perl/module-build" + +S=${WORKDIR}/Date-Manip-${PV} + +mydoc="HISTORY TODO" |