diff options
author | Torsten Veller <tove@gentoo.org> | 2011-01-14 13:51:28 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-01-14 13:51:28 +0000 |
commit | cd1e5b2c8d7930b2ad2fc774aeb0022301361c0e (patch) | |
tree | a095d03b72e9893215eba824f89c818b11763915 /dev-perl/Nmap-Parser | |
parent | Convert ebuild version. Cleanup. Force stable keywords (diff) | |
download | historical-cd1e5b2c8d7930b2ad2fc774aeb0022301361c0e.tar.gz historical-cd1e5b2c8d7930b2ad2fc774aeb0022301361c0e.tar.bz2 historical-cd1e5b2c8d7930b2ad2fc774aeb0022301361c0e.zip |
Convert ebuild version
Package-Manager: portage-2.2.0_alpha15/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Nmap-Parser')
-rw-r--r-- | dev-perl/Nmap-Parser/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Nmap-Parser/Nmap-Parser-1.200.ebuild (renamed from dev-perl/Nmap-Parser/Nmap-Parser-1.20.ebuild) | 9 |
2 files changed, 12 insertions, 7 deletions
diff --git a/dev-perl/Nmap-Parser/ChangeLog b/dev-perl/Nmap-Parser/ChangeLog index 1018a98ebf47..44d18f3fc7b4 100644 --- a/dev-perl/Nmap-Parser/ChangeLog +++ b/dev-perl/Nmap-Parser/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Nmap-Parser -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Nmap-Parser/ChangeLog,v 1.13 2010/06/09 06:07:02 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Nmap-Parser/ChangeLog,v 1.14 2011/01/14 13:51:28 tove Exp $ + +*Nmap-Parser-1.200 (14 Jan 2011) + + 14 Jan 2011; Torsten Veller <tove@gentoo.org> -Nmap-Parser-1.20.ebuild, + +Nmap-Parser-1.200.ebuild: + Convert ebuild version *Nmap-Parser-1.20 (09 Jun 2010) diff --git a/dev-perl/Nmap-Parser/Nmap-Parser-1.20.ebuild b/dev-perl/Nmap-Parser/Nmap-Parser-1.200.ebuild index 7acbac61d67d..d2dd67d1020e 100644 --- a/dev-perl/Nmap-Parser/Nmap-Parser-1.20.ebuild +++ b/dev-perl/Nmap-Parser/Nmap-Parser-1.200.ebuild @@ -1,16 +1,15 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Nmap-Parser/Nmap-Parser-1.20.ebuild,v 1.1 2010/06/09 06:07:02 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Nmap-Parser/Nmap-Parser-1.200.ebuild,v 1.1 2011/01/14 13:51:28 tove Exp $ EAPI=2 -MY_P=${PN}-${PV%0} -S=${WORKDIR}/${MY_P} MODULE_AUTHOR=APERSAUD +MODULE_VERSION=1.2 inherit perl-module DESCRIPTION="Nmap::Parser - parse nmap scan data with perl" -HOMEPAGE="http://nmapparser.wordpress.com/ http://code.google.com/p/nmap-parser/ http://search.cpan.org/dist/Nmap-Parser/" +HOMEPAGE="http://nmapparser.wordpress.com/ http://code.google.com/p/nmap-parser/ ${HOMEPAGE}" LICENSE="MIT" SLOT="0" |