jlec 14/05/11 16:05:59 Modified: zmap-9999.ebuild ChangeLog Added: zmap-1.2.0.ebuild Log: net-analyzer/zmap: Version bump, #510018 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.6 net-analyzer/zmap/zmap-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/zmap/zmap-9999.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/zmap/zmap-9999.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/zmap/zmap-9999.ebuild?r1=1.5&r2=1.6 Index: zmap-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/zmap/zmap-9999.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- zmap-9999.ebuild 30 Dec 2013 09:58:06 -0000 1.5 +++ zmap-9999.ebuild 11 May 2014 16:05:59 -0000 1.6 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zmap/zmap-9999.ebuild,v 1.5 2013/12/30 09:58:06 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zmap/zmap-9999.ebuild,v 1.6 2014/05/11 16:05:59 jlec Exp $ EAPI=5 @@ -27,11 +27,6 @@ dev-util/byacc " -PATCHES=( - "${FILESDIR}"/${P}-out-of-src.patch - "${FILESDIR}"/${PN}-1.1.1-json-c.patch -) - src_configure() { local mycmakeargs=( -DENABLE_DEVELOPMENT=OFF 1.7 net-analyzer/zmap/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/zmap/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/zmap/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/zmap/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/zmap/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 15 Feb 2014 10:51:45 -0000 1.6 +++ ChangeLog 11 May 2014 16:05:59 -0000 1.7 @@ -1,6 +1,12 @@ # ChangeLog for net-analyzer/zmap # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zmap/ChangeLog,v 1.6 2014/02/15 10:51:45 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zmap/ChangeLog,v 1.7 2014/05/11 16:05:59 jlec Exp $ + +*zmap-1.2.0 (11 May 2014) + + 11 May 2014; Justin Lecher <[email protected]> +zmap-1.2.0.ebuild, + zmap-9999.ebuild: + Version bump, #510018 *zmap-1.1.2 (15 Feb 2014) 1.1 net-analyzer/zmap/zmap-1.2.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/zmap/zmap-1.2.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/zmap/zmap-1.2.0.ebuild?rev=1.1&content-type=text/plain Index: zmap-1.2.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-analyzer/zmap/zmap-1.2.0.ebuild,v 1.1 2014/05/11 16:05:59 jlec Exp $ EAPI=5 inherit cmake-utils fcaps DESCRIPTION="Fast network scanner designed for Internet-wide network surveys" HOMEPAGE="https://zmap.io/" SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" SLOT="0" LICENSE="Apache-2.0" KEYWORDS=" ~amd64 ~x86" IUSE="json redis" RDEPEND=" dev-libs/gmp net-libs/libpcap json? ( dev-libs/json-c ) redis? ( dev-libs/hiredis )" DEPEND="${RDEPEND} dev-util/gengetopt sys-devel/flex dev-util/byacc" src_configure() { local mycmakeargs=( -DENABLE_DEVELOPMENT=OFF -DENABLE_HARDENING=OFF $(cmake-utils_use_with json) $(cmake-utils_use_with redis) ) cmake-utils_src_configure } FILECAPS=( cap_net_raw=ep usr/sbin/zmap )
