diff options
author | Torsten Veller <tove@gentoo.org> | 2010-01-21 13:09:19 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-01-21 13:09:19 +0000 |
commit | 94468606072d0fcd9ecc439a90b5747d33d6e1c8 (patch) | |
tree | 35b77461c6674564436d54121cb9b9e4142728c1 /dev-perl/Net-Netmask/Net-Netmask-1.9015.ebuild | |
parent | Ebuild maintenance. EAPI=2. mips -> ~mips (diff) | |
download | historical-94468606072d0fcd9ecc439a90b5747d33d6e1c8.tar.gz historical-94468606072d0fcd9ecc439a90b5747d33d6e1c8.tar.bz2 historical-94468606072d0fcd9ecc439a90b5747d33d6e1c8.zip |
Ebuild maintenance. EAPI=2. mips -> ~mips. Fix LICENSE: more "as-is" than "Artistic"
Package-Manager: portage-2.2_rc61/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Net-Netmask/Net-Netmask-1.9015.ebuild')
-rw-r--r-- | dev-perl/Net-Netmask/Net-Netmask-1.9015.ebuild | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/dev-perl/Net-Netmask/Net-Netmask-1.9015.ebuild b/dev-perl/Net-Netmask/Net-Netmask-1.9015.ebuild index 3beec3d98d7f..52b8dd6c25c1 100644 --- a/dev-perl/Net-Netmask/Net-Netmask-1.9015.ebuild +++ b/dev-perl/Net-Netmask/Net-Netmask-1.9015.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Netmask/Net-Netmask-1.9015.ebuild,v 1.9 2008/09/30 14:42:03 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Netmask/Net-Netmask-1.9015.ebuild,v 1.10 2010/01/21 13:09:19 tove Exp $ + +EAPI=2 MODULE_AUTHOR=MUIR MODULE_SECTION=modules @@ -8,11 +10,7 @@ inherit perl-module DESCRIPTION="Parse, manipulate and lookup IP network blocks" +LICENSE="as-is" SLOT="0" -LICENSE="Artistic" -KEYWORDS="alpha amd64 ia64 mips ppc sparc x86" +KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" IUSE="" - -mydoc="TODO" - -DEPEND="dev-lang/perl" |