diff options
author | 2007-01-19 17:13:15 +0000 | |
---|---|---|
committer | 2007-01-19 17:13:15 +0000 | |
commit | 6f7a18011d79828594e4bd42102b5fc7c537d689 (patch) | |
tree | 9d8b7f7068222ec5070169e41b191b247d9fd2b4 /dev-perl/WeakRef/WeakRef-0.01.ebuild | |
parent | Ebuild maintenance (diff) | |
download | gentoo-2-6f7a18011d79828594e4bd42102b5fc7c537d689.tar.gz gentoo-2-6f7a18011d79828594e4bd42102b5fc7c537d689.tar.bz2 gentoo-2-6f7a18011d79828594e4bd42102b5fc7c537d689.zip |
Ebuild maintenance
(Portage version: 2.1.2_rc4-r8)
Diffstat (limited to 'dev-perl/WeakRef/WeakRef-0.01.ebuild')
-rw-r--r-- | dev-perl/WeakRef/WeakRef-0.01.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-perl/WeakRef/WeakRef-0.01.ebuild b/dev-perl/WeakRef/WeakRef-0.01.ebuild index 225322de1913..badb9d68211d 100644 --- a/dev-perl/WeakRef/WeakRef-0.01.ebuild +++ b/dev-perl/WeakRef/WeakRef-0.01.ebuild @@ -1,12 +1,12 @@ -# 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/dev-perl/WeakRef/WeakRef-0.01.ebuild,v 1.12 2006/08/06 01:09:38 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WeakRef/WeakRef-0.01.ebuild,v 1.13 2007/01/19 17:13:15 mcummings Exp $ inherit perl-module DESCRIPTION="an API to the Perl weak references" -HOMEPAGE="http://search.cpan.org/~lukka/${P}/" +HOMEPAGE="http://search.cpan.org/~lukka/" SRC_URI="mirror://cpan/authors/id/L/LU/LUKKA/${P}.tar.gz" SRC_TEST="do" @@ -17,4 +17,3 @@ IUSE="" DEPEND="dev-lang/perl" -RDEPEND="${DEPEND}" |