jlec        15/01/05 12:52:32

  Modified:             ChangeLog zmap-9999.ebuild
  Added:                zmap-1.2.1.ebuild
  Log:
  net-analyzer/zmap: Version Bump, #534260
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  Changes    Path
1.8                  net-analyzer/zmap/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/zmap/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   11 May 2014 16:05:59 -0000      1.7
+++ ChangeLog   5 Jan 2015 12:52:32 -0000       1.8
@@ -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.7 
2014/05/11 16:05:59 jlec Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zmap/ChangeLog,v 1.8 
2015/01/05 12:52:32 jlec Exp $
+
+*zmap-1.2.1 (05 Jan 2015)
+
+  05 Jan 2015; Justin Lecher <[email protected]> +zmap-1.2.1.ebuild,
+  zmap-9999.ebuild:
+  Version Bump, #534260
 
 *zmap-1.2.0 (11 May 2014)
 



1.7                  net-analyzer/zmap/zmap-9999.ebuild

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

Index: zmap-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/zmap/zmap-9999.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- zmap-9999.ebuild    11 May 2014 16:05:59 -0000      1.6
+++ zmap-9999.ebuild    5 Jan 2015 12:52:32 -0000       1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 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.6 
2014/05/11 16:05:59 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zmap/zmap-9999.ebuild,v 1.7 
2015/01/05 12:52:32 jlec Exp $
 
 EAPI=5
 
@@ -31,6 +31,7 @@
        local mycmakeargs=(
                -DENABLE_DEVELOPMENT=OFF
                -DENABLE_HARDENING=OFF
+               -DWITH_WERROR=OFF
                $(cmake-utils_use_with json)
                $(cmake-utils_use_with redis)
                )



1.1                  net-analyzer/zmap/zmap-1.2.1.ebuild

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

Index: zmap-1.2.1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zmap/zmap-1.2.1.ebuild,v 1.1 
2015/01/05 12:52:32 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
                -DWITH_WERROR=OFF
                $(cmake-utils_use_with json)
                $(cmake-utils_use_with redis)
                )
        cmake-utils_src_configure
}

FILECAPS=( cap_net_raw=ep usr/sbin/zmap )




Reply via email to