Gentoo Archives: gentoo-commits

From: "Michael Palimaka (kensington)" <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/nmapsi: nmapsi-0.3.2.ebuild ChangeLog nmapsi-0.2.1.ebuild
Date: Fri, 31 Aug 2012 17:59:14
Message-Id: 20120831175902.5633A20DC8@flycatcher.gentoo.org
1 kensington 12/08/31 17:59:02
2
3 Modified: ChangeLog
4 Added: nmapsi-0.3.2.ebuild
5 Removed: nmapsi-0.2.1.ebuild
6 Log:
7 Version bump. Remove old.
8
9 (Portage version: 2.1.11.12/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.7 net-analyzer/nmapsi/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmapsi/ChangeLog?rev=1.7&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmapsi/ChangeLog?rev=1.7&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmapsi/ChangeLog?r1=1.6&r2=1.7
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nmapsi/ChangeLog,v
21 retrieving revision 1.6
22 retrieving revision 1.7
23 diff -u -r1.6 -r1.7
24 --- ChangeLog 7 May 2012 21:13:54 -0000 1.6
25 +++ ChangeLog 31 Aug 2012 17:59:02 -0000 1.7
26 @@ -1,6 +1,12 @@
27 # ChangeLog for net-analyzer/nmapsi
28 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmapsi/ChangeLog,v 1.6 2012/05/07 21:13:54 kensington Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmapsi/ChangeLog,v 1.7 2012/08/31 17:59:02 kensington Exp $
31 +
32 +*nmapsi-0.3.2 (31 Aug 2012)
33 +
34 + 31 Aug 2012; Michael Palimaka <kensington@g.o> +nmapsi-0.3.2.ebuild,
35 + -files/0.2.1-install-binaries.patch, -nmapsi-0.2.1.ebuild:
36 + Version bump. Remove old.
37
38 *nmapsi-0.3.1 (07 May 2012)
39
40 @@ -36,4 +42,3 @@
41 03 Dec 2009; Samuli Suominen <ssuominen@g.o>
42 +nmapsi-0.2_alpha1.ebuild:
43 Initial commit.
44 -
45
46
47
48 1.1 net-analyzer/nmapsi/nmapsi-0.3.2.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmapsi/nmapsi-0.3.2.ebuild?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmapsi/nmapsi-0.3.2.ebuild?rev=1.1&content-type=text/plain
52
53 Index: nmapsi-0.3.2.ebuild
54 ===================================================================
55 # Copyright 1999-2012 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmapsi/nmapsi-0.3.2.ebuild,v 1.1 2012/08/31 17:59:02 kensington Exp $
58
59 EAPI=4
60 PLOCALES="cs de es fr it pl pt_BR ru"
61 inherit eutils cmake-utils l10n
62
63 MY_PN="${PN}4"
64 MY_P="${MY_PN}-${PV/_/-}"
65
66 DESCRIPTION="A Qt4 frontend to nmap"
67 HOMEPAGE="http://www.nmapsi4.org/"
68 SRC_URI="http://nmapsi4.googlecode.com/files/${MY_P}.tar.bz2"
69
70 LICENSE="GPL-2"
71 SLOT="0"
72 KEYWORDS="~amd64 ~x86"
73 IUSE="debug"
74
75 DEPEND="x11-libs/qt-core:4
76 x11-libs/qt-dbus:4
77 x11-libs/qt-gui:4
78 x11-libs/qt-webkit:4"
79 RDEPEND="${DEPEND}
80 net-analyzer/nmap"
81
82 S=${WORKDIR}/${MY_P}
83
84 DOCS=( AUTHORS NEWS README TODO Translation )
85
86 src_prepare() {
87 l10n_for_each_disabled_locale_do nmapsi_disable_locale
88 }
89
90 nmapsi_disable_locale() {
91 sed -e "s:ts/${MY_PN}_${1}.ts::" \
92 -i ${MY_PN}/CMakeLists.txt || die
93 sed -e "s:ts/${MY_PN}-logr_${1}.ts::" \
94 -i ${MY_PN}-logr/CMakeLists.txt || die
95 }