Gentoo Archives: gentoo-commits

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