public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-analyzer/nmapsi: nmapsi-0.4.ebuild ChangeLog nmapsi-0.3.1.ebuild
@ 2012-12-25 10:40 Davide Pesavento (pesa)
  0 siblings, 0 replies; only message in thread
From: Davide Pesavento (pesa) @ 2012-12-25 10:40 UTC (permalink / raw
  To: gentoo-commits

pesa        12/12/25 10:40:22

  Modified:             ChangeLog
  Added:                nmapsi-0.4.ebuild
  Removed:              nmapsi-0.3.1.ebuild
  Log:
  Version bump, remove old.
  
  (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 17A85C72)

Revision  Changes    Path
1.8                  net-analyzer/nmapsi/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmapsi/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmapsi/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmapsi/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nmapsi/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	31 Aug 2012 17:59:02 -0000	1.7
+++ ChangeLog	25 Dec 2012 10:40:22 -0000	1.8
@@ -1,6 +1,12 @@
 # ChangeLog for net-analyzer/nmapsi
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmapsi/ChangeLog,v 1.7 2012/08/31 17:59:02 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmapsi/ChangeLog,v 1.8 2012/12/25 10:40:22 pesa Exp $
+
+*nmapsi-0.4 (25 Dec 2012)
+
+  25 Dec 2012; Davide Pesavento <pesa@gentoo.org> +nmapsi-0.4.ebuild,
+  -nmapsi-0.3.1.ebuild:
+  Version bump, remove old.
 
 *nmapsi-0.3.2 (31 Aug 2012)
 



1.1                  net-analyzer/nmapsi/nmapsi-0.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmapsi/nmapsi-0.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmapsi/nmapsi-0.4.ebuild?rev=1.1&content-type=text/plain

Index: nmapsi-0.4.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmapsi/nmapsi-0.4.ebuild,v 1.1 2012/12/25 10:40:22 pesa Exp $

EAPI=5

PLOCALES="ca cs de es fr it ru"

inherit cmake-utils l10n

MY_P=${PN}4-${PV}

DESCRIPTION="A Qt4 frontend to nmap"
HOMEPAGE="http://www.nmapsi4.org/"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="kde"

DEPEND="
	x11-libs/qt-core:4
	x11-libs/qt-dbus:4
	x11-libs/qt-gui:4
	x11-libs/qt-webkit:4
	kde? ( kde-base/kdelibs:4 )
"
RDEPEND="${DEPEND}
	>=net-analyzer/nmap-6.00
	net-dns/bind-tools
"

S=${WORKDIR}/${MY_P}

DOCS=(AUTHORS HACKING NEWS TODO Translation)

src_prepare() {
	l10n_for_each_disabled_locale_do nmapsi_disable_locale
}

nmapsi_disable_locale() {
	sed -i -e "/ts\/${PN}4_${1}\.ts/d" src/CMakeLists.txt || die
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-12-25 10:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-25 10:40 [gentoo-commits] gentoo-x86 commit in net-analyzer/nmapsi: nmapsi-0.4.ebuild ChangeLog nmapsi-0.3.1.ebuild Davide Pesavento (pesa)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox