From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BDE7F1381F3 for ; Wed, 31 Jul 2013 00:46:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7065AE09A7; Wed, 31 Jul 2013 00:46:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EA73FE09A7 for ; Wed, 31 Jul 2013 00:46:39 +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 7C1CB33EA90 for ; Wed, 31 Jul 2013 00:46:38 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2078) id 450FF2171C; Wed, 31 Jul 2013 00:46:37 +0000 (UTC) From: "Jeroen Roovers (jer)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, jer@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/nmap: nmap-6.40.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: nmap-6.40.ebuild ChangeLog X-VCS-Directories: net-analyzer/nmap X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130731004637.450FF2171C@flycatcher.gentoo.org> Date: Wed, 31 Jul 2013 00:46:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c36988f6-d455-41df-b14d-9340f74a282b X-Archives-Hash: 0447b5784e7b137bbd584efbd0410e3f jer 13/07/31 00:46:37 Modified: nmap-6.40.ebuild ChangeLog Log: Set proper dev-lang/lua dependency. (Portage version: 2.2.0_alpha191/cvs/Linux x86_64, signed Manifest commit with key A792A613) Revision Changes Path 1.2 net-analyzer/nmap/nmap-6.40.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/nmap-6.40.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/nmap-6.40.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/nmap-6.40.ebuild?r1=1.1&r2=1.2 Index: nmap-6.40.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-6.40.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- nmap-6.40.ebuild 30 Jul 2013 07:42:31 -0000 1.1 +++ nmap-6.40.ebuild 31 Jul 2013 00:46:37 -0000 1.2 @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-6.40.ebuild,v 1.1 2013/07/30 07:42:31 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-6.40.ebuild,v 1.2 2013/07/31 00:46:37 jer Exp $ -EAPI="4" +EAPI=5 -inherit eutils flag-o-matic python toolchain-funcs +inherit eutils flag-o-matic libtool python toolchain-funcs MY_P=${P/_beta/BETA} @@ -42,7 +42,7 @@ >=dev-python/pygtk-2.6 ${NMAP_PYTHON_DEPEND} ) - lua? ( >=dev-lang/lua-5.1.4-r1[deprecated] ) + lua? ( >=dev-lang/lua-5.2[deprecated] ) ndiff? ( ${NMAP_PYTHON_DEPEND} ) nls? ( virtual/libintl ) nmap-update? ( dev-libs/apr dev-vcs/subversion ) @@ -103,6 +103,7 @@ zenmap/install_scripts/unix/zenmap-root.desktop \ zenmap/install_scripts/unix/zenmap.desktop || die + elibtoolize } src_configure() { @@ -112,7 +113,7 @@ $(use_enable ipv6) \ $(use_enable nls) \ $(use_with gtk zenmap) \ - $(use_with lua liblua) \ + $(use_with lua liblua=/usr) \ $(use_with ncat) \ $(use_with ndiff) \ $(use_with nmap-update) \ 1.300 net-analyzer/nmap/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/ChangeLog?rev=1.300&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/ChangeLog?rev=1.300&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/ChangeLog?r1=1.299&r2=1.300 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v retrieving revision 1.299 retrieving revision 1.300 diff -u -r1.299 -r1.300 --- ChangeLog 30 Jul 2013 07:42:31 -0000 1.299 +++ ChangeLog 31 Jul 2013 00:46:37 -0000 1.300 @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/nmap # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v 1.299 2013/07/30 07:42:31 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v 1.300 2013/07/31 00:46:37 jer Exp $ + + 31 Jul 2013; Jeroen Roovers nmap-6.40.ebuild: + Set proper dev-lang/lua dependency. *nmap-6.40 (30 Jul 2013)