diff options
Diffstat (limited to 'perl-core/Time-Local/Time-Local-1.13.ebuild')
-rw-r--r-- | perl-core/Time-Local/Time-Local-1.13.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/perl-core/Time-Local/Time-Local-1.13.ebuild b/perl-core/Time-Local/Time-Local-1.13.ebuild index 76745c6b8633..9e4f693a0c7f 100644 --- a/perl-core/Time-Local/Time-Local-1.13.ebuild +++ b/perl-core/Time-Local/Time-Local-1.13.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Time-Local/Time-Local-1.13.ebuild,v 1.7 2006/12/24 00:59:15 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Time-Local/Time-Local-1.13.ebuild,v 1.8 2007/01/19 18:08:33 mcummings Exp $ inherit perl-module DESCRIPTION="Implements timelocal() and timegm()" -HOMEPAGE="http://www.cpan.org/modules/by-authors/id/D/DR/DROLSKY/${P}.readme" +HOMEPAGE="http://search.cpan.org/~drolsky/" SRC_URI="mirror://cpan/authors/id/D/DR/DROLSKY/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" @@ -14,6 +14,5 @@ KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc ~x86 ~x8 IUSE="" DEPEND="dev-lang/perl" -RDEPEND="${DEPEND}" SRC_TEST="do" |