diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-01-19 14:46:20 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-01-19 14:46:20 +0000 |
commit | 15f03fb0d7163543d0b2d7c35f4b1de12b6a112e (patch) | |
tree | 037a58cbe99d6ab34f5e9a5119c772d8ddd10c9d /dev-perl/Net-CIDR | |
parent | Ebuild maintenance (diff) | |
download | gentoo-2-15f03fb0d7163543d0b2d7c35f4b1de12b6a112e.tar.gz gentoo-2-15f03fb0d7163543d0b2d7c35f4b1de12b6a112e.tar.bz2 gentoo-2-15f03fb0d7163543d0b2d7c35f4b1de12b6a112e.zip |
Ebuild maintenance
(Portage version: 2.1.2_rc4-r8)
Diffstat (limited to 'dev-perl/Net-CIDR')
-rw-r--r-- | dev-perl/Net-CIDR/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Net-CIDR/Net-CIDR-0.11.ebuild | 7 |
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-perl/Net-CIDR/ChangeLog b/dev-perl/Net-CIDR/ChangeLog index 6285acd89455..81b22fe3d104 100644 --- a/dev-perl/Net-CIDR/ChangeLog +++ b/dev-perl/Net-CIDR/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Net-CIDR -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-CIDR/ChangeLog,v 1.18 2006/08/05 14:07:51 mcummings Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-CIDR/ChangeLog,v 1.19 2007/01/19 14:46:20 mcummings Exp $ + + 19 Jan 2007; Michael Cummings <mcummings@gentoo.org> + -Net-CIDR-0.10.ebuild, Net-CIDR-0.11.ebuild: + Ebuild maintenance 05 Aug 2006; Michael Cummings <mcummings@gentoo.org> Net-CIDR-0.10.ebuild, Net-CIDR-0.11.ebuild: diff --git a/dev-perl/Net-CIDR/Net-CIDR-0.11.ebuild b/dev-perl/Net-CIDR/Net-CIDR-0.11.ebuild index c84cf0080f3d..17206638661c 100644 --- a/dev-perl/Net-CIDR/Net-CIDR-0.11.ebuild +++ b/dev-perl/Net-CIDR/Net-CIDR-0.11.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/Net-CIDR/Net-CIDR-0.11.ebuild,v 1.8 2006/08/05 14:07:51 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-CIDR/Net-CIDR-0.11.ebuild,v 1.9 2007/01/19 14:46:20 mcummings Exp $ inherit perl-module DESCRIPTION="Manipulate netblock lists in CIDR notation" SRC_URI="mirror://cpan/authors/id/M/MR/MRSAM/${P}.tar.gz" -HOMEPAGE="http://www.cpan.org/modules/by-module/Net/${P}.readme" +HOMEPAGE="http://search.cpan.org/~mrsam/" SLOT="0" LICENSE="Artistic" @@ -15,4 +15,3 @@ IUSE="" DEPEND="dev-lang/perl" -RDEPEND="${DEPEND}" |