From 2b766a7a51017cd39a9c58761a52f7930981b1f6 Mon Sep 17 00:00:00 2001 From: Michael Cummings Date: Sun, 8 Jun 2003 02:49:18 +0000 Subject: CPAN update --- dev-perl/Date-Leapyear/Date-Leapyear-1.71.ebuild | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 dev-perl/Date-Leapyear/Date-Leapyear-1.71.ebuild (limited to 'dev-perl/Date-Leapyear/Date-Leapyear-1.71.ebuild') diff --git a/dev-perl/Date-Leapyear/Date-Leapyear-1.71.ebuild b/dev-perl/Date-Leapyear/Date-Leapyear-1.71.ebuild new file mode 100644 index 000000000000..405411b2ebdb --- /dev/null +++ b/dev-perl/Date-Leapyear/Date-Leapyear-1.71.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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.1 2003/06/08 02:49:14 mcummings Exp $ + +inherit perl-module + +MY_P=Date-Leapyear-${PV} +S=${WORKDIR}/${MY_P} +DESCRIPTION="Simple Perl module that tracks Gregorian leap years" +SRC_URI="http://www.cpan.org/modules/by-module/Date/${MY_P}.tar.gz" +HOMEPAGE="http://www.cpan.org/modules/by-module/Date/${MY_P}.readme" + +SLOT="0" +LICENSE="Artistic | GPL-2" +KEYWORDS="x86 ~ppc ~sparc ~alpha" + +newdepend "dev-perl/Test-Simple" + +src_compile() { + perl-module_src_compile + perl-module_src_test || die "test failed" +} -- cgit v1.2.3-65-gdbad