Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/nmapsi: nmapsi-0.2_alpha3.ebuild ChangeLog nmapsi-0.2_alpha1.ebuild
Date: Thu, 18 Feb 2010 09:14:53
Message-Id: E1Ni2T8-0001tj-EQ@stork.gentoo.org
1 ssuominen 10/02/18 09:14:46
2
3 Modified: ChangeLog
4 Added: nmapsi-0.2_alpha3.ebuild
5 Removed: nmapsi-0.2_alpha1.ebuild
6 Log:
7 Version bump.
8 (Portage version: 2.2_rc62/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 net-analyzer/nmapsi/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nmapsi/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nmapsi/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nmapsi/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nmapsi/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 3 Dec 2009 13:08:36 -0000 1.1
24 +++ ChangeLog 18 Feb 2010 09:14:45 -0000 1.2
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-analyzer/nmapsi
27 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmapsi/ChangeLog,v 1.1 2009/12/03 13:08:36 ssuominen Exp $
29 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmapsi/ChangeLog,v 1.2 2010/02/18 09:14:45 ssuominen Exp $
31 +
32 +*nmapsi-0.2_alpha3 (18 Feb 2010)
33 +
34 + 18 Feb 2010; Samuli Suominen <ssuominen@g.o>
35 + +nmapsi-0.2_alpha3.ebuild:
36 + Version bump.
37
38 *nmapsi-0.2_alpha1 (03 Dec 2009)
39
40
41
42
43 1.1 net-analyzer/nmapsi/nmapsi-0.2_alpha3.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nmapsi/nmapsi-0.2_alpha3.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nmapsi/nmapsi-0.2_alpha3.ebuild?rev=1.1&content-type=text/plain
47
48 Index: nmapsi-0.2_alpha3.ebuild
49 ===================================================================
50 # Copyright 1999-2010 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmapsi/nmapsi-0.2_alpha3.ebuild,v 1.1 2010/02/18 09:14:45 ssuominen Exp $
53
54 EAPI=2
55 inherit cmake-utils
56
57 MY_P=${PN}4-${PV/_/-}
58
59 DESCRIPTION="A Qt4 frontend to nmap"
60 HOMEPAGE="http://www.nmapsi4.org/"
61 SRC_URI="http://nmapsi4.googlecode.com/files/${MY_P}.tar.gz"
62
63 LICENSE="GPL-2"
64 SLOT="0"
65 KEYWORDS="~amd64 ~x86"
66 IUSE="debug"
67
68 DEPEND="x11-libs/qt-gui:4
69 x11-libs/qt-webkit:4"
70 RDEPEND="${DEPEND}
71 net-analyzer/nmap"
72
73 S=${WORKDIR}/${MY_P}
74
75 DOCS="AUTHORS NEWS README TODO Translation"
76
77 src_install() {
78 cmake-utils_src_install
79 fperms 755 /usr/bin/nmapsi4{,-logr}
80 }