jer         14/07/15 17:45:44

  Modified:             ntop-4.1.0.ebuild ntop-5.0.1-r1.ebuild ChangeLog
                        ntop-4.0.3.ebuild
  Log:
  Set USE=graph dependency on net-analyzer/rrdtool (bug #509682).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.6                  net-analyzer/ntop/ntop-4.1.0.ebuild

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

Index: ntop-4.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-4.1.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ntop-4.1.0.ebuild   10 Mar 2013 01:38:36 -0000      1.5
+++ ntop-4.1.0.ebuild   15 Jul 2014 17:45:44 -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/ntop/ntop-4.1.0.ebuild,v 1.5 
2013/03/10 01:38:36 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-4.1.0.ebuild,v 1.6 
2014/07/15 17:45:44 jer Exp $
 
 EAPI="2"
 
@@ -23,7 +23,7 @@
        net-libs/libpcap
        media-libs/gd
        media-libs/libpng
-       net-analyzer/rrdtool
+       net-analyzer/rrdtool[graph]
        ssl? ( dev-libs/openssl )
        sys-libs/zlib
        dev-libs/geoip



1.2                  net-analyzer/ntop/ntop-5.0.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ntop/ntop-5.0.1-r1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ntop/ntop-5.0.1-r1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ntop/ntop-5.0.1-r1.ebuild?r1=1.1&r2=1.2

Index: ntop-5.0.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-5.0.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ntop-5.0.1-r1.ebuild        6 Aug 2013 06:28:07 -0000       1.1
+++ ntop-5.0.1-r1.ebuild        15 Jul 2014 17:45:44 -0000      1.2
@@ -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/ntop/ntop-5.0.1-r1.ebuild,v 
1.1 2013/08/06 06:28:07 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-5.0.1-r1.ebuild,v 
1.2 2014/07/15 17:45:44 jer Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_{6,7} )
@@ -24,7 +24,7 @@
        net-libs/libpcap
        media-libs/gd
        media-libs/libpng
-       net-analyzer/rrdtool
+       net-analyzer/rrdtool[graph]
        ssl? ( dev-libs/openssl )
        sys-libs/zlib
        dev-libs/geoip



1.118                net-analyzer/ntop/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ChangeLog,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- ChangeLog   6 Aug 2013 06:28:07 -0000       1.117
+++ ChangeLog   15 Jul 2014 17:45:44 -0000      1.118
@@ -1,6 +1,10 @@
 # ChangeLog for net-analyzer/ntop
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ChangeLog,v 1.117 
2013/08/06 06:28:07 polynomial-c Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ChangeLog,v 1.118 
2014/07/15 17:45:44 jer Exp $
+
+  15 Jul 2014; Jeroen Roovers <[email protected]> ntop-4.0.3.ebuild,
+  ntop-4.1.0.ebuild, ntop-5.0.1-r1.ebuild:
+  Set USE=graph dependency on net-analyzer/rrdtool (bug #509682).
 
 *ntop-5.0.1-r1 (06 Aug 2013)
 



1.11                 net-analyzer/ntop/ntop-4.0.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ntop/ntop-4.0.3.ebuild?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ntop/ntop-4.0.3.ebuild?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ntop/ntop-4.0.3.ebuild?r1=1.10&r2=1.11

Index: ntop-4.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-4.0.3.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ntop-4.0.3.ebuild   10 Mar 2013 01:38:36 -0000      1.10
+++ ntop-4.0.3.ebuild   15 Jul 2014 17:45:44 -0000      1.11
@@ -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/ntop/ntop-4.0.3.ebuild,v 1.10 
2013/03/10 01:38:36 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-4.0.3.ebuild,v 1.11 
2014/07/15 17:45:44 jer Exp $
 
 EAPI="2"
 
@@ -24,7 +24,7 @@
        net-libs/libpcap
        media-libs/gd
        media-libs/libpng
-       net-analyzer/rrdtool
+       net-analyzer/rrdtool[graph]
        ssl? ( dev-libs/openssl )
        sys-libs/zlib
        >=dev-libs/geoip-1.4.5




Reply via email to