From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-500501-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3468E138010 for <garchives@archives.gentoo.org>; Fri, 31 Aug 2012 17:59:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC591E01C5; Fri, 31 Aug 2012 17:59:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id AEEB8E01C5 for <gentoo-commits@lists.gentoo.org>; Fri, 31 Aug 2012 17:59:05 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 214C133D8A2 for <gentoo-commits@lists.gentoo.org>; Fri, 31 Aug 2012 17:59:05 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2323) id 5633A20DC8; Fri, 31 Aug 2012 17:59:02 +0000 (UTC) From: "Michael Palimaka (kensington)" <kensington@gentoo.org> To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, kensington@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/nmapsi: nmapsi-0.3.2.ebuild ChangeLog nmapsi-0.2.1.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: nmapsi-0.3.2.ebuild ChangeLog nmapsi-0.2.1.ebuild X-VCS-Directories: net-analyzer/nmapsi X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20120831175902.5633A20DC8@flycatcher.gentoo.org> Date: Fri, 31 Aug 2012 17:59:02 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: cec82211-ac0b-4a30-b6d0-90ff72a2db97 X-Archives-Hash: 2239a4af0cec95f83c8fc103d12bbb80 kensington 12/08/31 17:59:02 Modified: ChangeLog Added: nmapsi-0.3.2.ebuild Removed: nmapsi-0.2.1.ebuild Log: Version bump. Remove old. (Portage version: 2.1.11.12/cvs/Linux x86_64) Revision Changes Path 1.7 net-analyzer/nmapsi/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmapsi/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmapsi/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmapsi/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nmapsi/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 7 May 2012 21:13:54 -0000 1.6 +++ ChangeLog 31 Aug 2012 17:59:02 -0000 1.7 @@ -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.6 2012/05/07 21:13:54 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmapsi/ChangeLog,v 1.7 2012/08/31 17:59:02 kensington Exp $ + +*nmapsi-0.3.2 (31 Aug 2012) + + 31 Aug 2012; Michael Palimaka <kensington@gentoo.org> +nmapsi-0.3.2.ebuild, + -files/0.2.1-install-binaries.patch, -nmapsi-0.2.1.ebuild: + Version bump. Remove old. *nmapsi-0.3.1 (07 May 2012) @@ -36,4 +42,3 @@ 03 Dec 2009; Samuli Suominen <ssuominen@gentoo.org> +nmapsi-0.2_alpha1.ebuild: Initial commit. - 1.1 net-analyzer/nmapsi/nmapsi-0.3.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmapsi/nmapsi-0.3.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmapsi/nmapsi-0.3.2.ebuild?rev=1.1&content-type=text/plain Index: nmapsi-0.3.2.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.3.2.ebuild,v 1.1 2012/08/31 17:59:02 kensington Exp $ EAPI=4 PLOCALES="cs de es fr it pl pt_BR ru" inherit eutils cmake-utils l10n MY_PN="${PN}4" MY_P="${MY_PN}-${PV/_/-}" DESCRIPTION="A Qt4 frontend to nmap" HOMEPAGE="http://www.nmapsi4.org/" SRC_URI="http://nmapsi4.googlecode.com/files/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug" DEPEND="x11-libs/qt-core:4 x11-libs/qt-dbus:4 x11-libs/qt-gui:4 x11-libs/qt-webkit:4" RDEPEND="${DEPEND} net-analyzer/nmap" S=${WORKDIR}/${MY_P} DOCS=( AUTHORS NEWS README TODO Translation ) src_prepare() { l10n_for_each_disabled_locale_do nmapsi_disable_locale } nmapsi_disable_locale() { sed -e "s:ts/${MY_PN}_${1}.ts::" \ -i ${MY_PN}/CMakeLists.txt || die sed -e "s:ts/${MY_PN}-logr_${1}.ts::" \ -i ${MY_PN}-logr/CMakeLists.txt || die }