diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-11-17 20:47:56 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-11-17 20:47:56 +0000 |
commit | a531cdf0bb4033ad1775795c77b42d91cf9eebfe (patch) | |
tree | 68e492a82d2d7b02b65129ceb80304a3cf08bb9b /dev-perl/Nmap-Parser | |
parent | Fix Makefile.in problems thanks to Alexander Skwar <askwar@digitalprojects.co... (diff) | |
download | gentoo-2-a531cdf0bb4033ad1775795c77b42d91cf9eebfe.tar.gz gentoo-2-a531cdf0bb4033ad1775795c77b42d91cf9eebfe.tar.bz2 gentoo-2-a531cdf0bb4033ad1775795c77b42d91cf9eebfe.zip |
stable on amd64
(Portage version: 2.1.2_rc1-r5)
Diffstat (limited to 'dev-perl/Nmap-Parser')
-rw-r--r-- | dev-perl/Nmap-Parser/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Nmap-Parser/Nmap-Parser-1.05.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Nmap-Parser/ChangeLog b/dev-perl/Nmap-Parser/ChangeLog index 0bc3f3d0a143..d7942bd6eb38 100644 --- a/dev-perl/Nmap-Parser/ChangeLog +++ b/dev-perl/Nmap-Parser/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Nmap-Parser # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Nmap-Parser/ChangeLog,v 1.2 2006/09/11 21:47:21 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Nmap-Parser/ChangeLog,v 1.3 2006/11/17 20:47:56 blubb Exp $ + + 17 Nov 2006; <blubb@gentoo.org> Nmap-Parser-1.05.ebuild: + stable on amd64 11 Sep 2006; Michael Cummings <mcummings@gentoo.org> Nmap-Parser-1.05.ebuild: diff --git a/dev-perl/Nmap-Parser/Nmap-Parser-1.05.ebuild b/dev-perl/Nmap-Parser/Nmap-Parser-1.05.ebuild index 6125fc149138..62b279d470fc 100644 --- a/dev-perl/Nmap-Parser/Nmap-Parser-1.05.ebuild +++ b/dev-perl/Nmap-Parser/Nmap-Parser-1.05.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.05.ebuild,v 1.2 2006/09/11 21:47:21 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Nmap-Parser/Nmap-Parser-1.05.ebuild,v 1.3 2006/11/17 20:47:56 blubb Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/A/AP/APERSAUD/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" SRC_TEST="do" |