diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-01-19 14:54:56 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-01-19 14:54:56 +0000 |
commit | 937e08a9f6012ff28d9c19d3af10b226fa348463 (patch) | |
tree | f687178769d7d4edddc6d668bd886ec675ec3b1c /dev-perl/Net-Patricia/Net-Patricia-1.010.ebuild | |
parent | Version bump, thanks seemant (diff) | |
download | gentoo-2-937e08a9f6012ff28d9c19d3af10b226fa348463.tar.gz gentoo-2-937e08a9f6012ff28d9c19d3af10b226fa348463.tar.bz2 gentoo-2-937e08a9f6012ff28d9c19d3af10b226fa348463.zip |
Ebuild maintenance
(Portage version: 2.1.2_rc4-r8)
Diffstat (limited to 'dev-perl/Net-Patricia/Net-Patricia-1.010.ebuild')
-rw-r--r-- | dev-perl/Net-Patricia/Net-Patricia-1.010.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-perl/Net-Patricia/Net-Patricia-1.010.ebuild b/dev-perl/Net-Patricia/Net-Patricia-1.010.ebuild index bb912d0eeeaa..5f22e38bbc4a 100644 --- a/dev-perl/Net-Patricia/Net-Patricia-1.010.ebuild +++ b/dev-perl/Net-Patricia/Net-Patricia-1.010.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/dev-perl/Net-Patricia/Net-Patricia-1.010.ebuild,v 1.4 2006/08/05 19:27:41 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Patricia/Net-Patricia-1.010.ebuild,v 1.5 2007/01/19 14:54:56 mcummings Exp $ inherit perl-module DESCRIPTION="Patricia Trie perl module for fast IP address lookups" -HOMEPAGE="http://search.cpan.org/~plonka/${P}/" +HOMEPAGE="http://search.cpan.org/~plonka/" SRC_URI="mirror://cpan/authors/id/P/PL/PLONKA/${P}.tar.gz" LICENSE="GPL-2" @@ -17,4 +17,3 @@ IUSE="" DEPEND="dev-lang/perl" -RDEPEND="${DEPEND}" |