diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-02-18 09:14:45 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-02-18 09:14:45 +0000 |
commit | c43f726580814916abd151d4adff50e3b4f7dec0 (patch) | |
tree | b5ac8dffbfb0069d5beeb4f65436b25663cc0e46 /net-analyzer/nmapsi | |
parent | Moving to EAPI=2 Changing default config options (diff) | |
download | gentoo-2-c43f726580814916abd151d4adff50e3b4f7dec0.tar.gz gentoo-2-c43f726580814916abd151d4adff50e3b4f7dec0.tar.bz2 gentoo-2-c43f726580814916abd151d4adff50e3b4f7dec0.zip |
Version bump.
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/nmapsi')
-rw-r--r-- | net-analyzer/nmapsi/ChangeLog | 10 | ||||
-rw-r--r-- | net-analyzer/nmapsi/nmapsi-0.2_alpha3.ebuild (renamed from net-analyzer/nmapsi/nmapsi-0.2_alpha1.ebuild) | 6 |
2 files changed, 11 insertions, 5 deletions
diff --git a/net-analyzer/nmapsi/ChangeLog b/net-analyzer/nmapsi/ChangeLog index 01f3c22574cd..07ba67334b6c 100644 --- a/net-analyzer/nmapsi/ChangeLog +++ b/net-analyzer/nmapsi/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-analyzer/nmapsi -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmapsi/ChangeLog,v 1.1 2009/12/03 13:08:36 ssuominen Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmapsi/ChangeLog,v 1.2 2010/02/18 09:14:45 ssuominen Exp $ + +*nmapsi-0.2_alpha3 (18 Feb 2010) + + 18 Feb 2010; Samuli Suominen <ssuominen@gentoo.org> + +nmapsi-0.2_alpha3.ebuild: + Version bump. *nmapsi-0.2_alpha1 (03 Dec 2009) diff --git a/net-analyzer/nmapsi/nmapsi-0.2_alpha1.ebuild b/net-analyzer/nmapsi/nmapsi-0.2_alpha3.ebuild index 2ca6eb15595e..e992b5fbbb91 100644 --- a/net-analyzer/nmapsi/nmapsi-0.2_alpha1.ebuild +++ b/net-analyzer/nmapsi/nmapsi-0.2_alpha3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmapsi/nmapsi-0.2_alpha1.ebuild,v 1.1 2009/12/03 13:08:36 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmapsi/nmapsi-0.2_alpha3.ebuild,v 1.1 2010/02/18 09:14:45 ssuominen Exp $ EAPI=2 inherit cmake-utils @@ -27,5 +27,5 @@ DOCS="AUTHORS NEWS README TODO Translation" src_install() { cmake-utils_src_install - fperms 755 /usr/bin/nmap* + fperms 755 /usr/bin/nmapsi4{,-logr} } |