jer 14/04/30 23:14:06
Modified: net-snmp-5.7.3_pre3.ebuild ChangeLog
Log:
USE=python: set DEPEND on dev-python/setuptools[${PYTHON_USEDEP}],
REQUIRED_USE to $PYTHON_REQUIRED_USE (bug #496782).
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key
A792A613)
Revision Changes Path
1.5 net-analyzer/net-snmp/net-snmp-5.7.3_pre3.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.7.3_pre3.ebuild?rev=1.5&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.7.3_pre3.ebuild?rev=1.5&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.7.3_pre3.ebuild?r1=1.4&r2=1.5
Index: net-snmp-5.7.3_pre3.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.7.3_pre3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- net-snmp-5.7.3_pre3.ebuild 30 Apr 2014 14:28:27 -0000 1.4
+++ net-snmp-5.7.3_pre3.ebuild 30 Apr 2014 23:14:06 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.7.3_pre3.ebuild,v 1.4
2014/04/30 14:28:27 jer Exp $
+# $Header:
/var/cvsroot/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.7.3_pre3.ebuild,v 1.5
2014/04/30 23:14:06 jer Exp $
EAPI=5
PYTHON_COMPAT=( python2_{6,7} )
@@ -35,7 +35,10 @@
bzip2? ( app-arch/bzip2 )
zlib? ( >=sys-libs/zlib-1.1.4 )
elf? ( dev-libs/elfutils )
- python? ( dev-python/setuptools ${PYTHON_DEPS} )
+ python? (
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ ${PYTHON_DEPS}
+ )
pci? ( sys-apps/pciutils )
lm_sensors? ( sys-apps/lm_sensors )
netlink? ( dev-libs/libnl:1.1 )
@@ -54,7 +57,10 @@
>=sys-apps/sed-4
doc? ( app-doc/doxygen )"
-REQUIRED_USE="rpm? ( bzip2 zlib )"
+REQUIRED_USE="
+ python? ( ${PYTHON_REQUIRED_USE} )
+ rpm? ( bzip2 zlib )
+"
RESTRICT=test
1.280 net-analyzer/net-snmp/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/net-snmp/ChangeLog?rev=1.280&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/net-snmp/ChangeLog?rev=1.280&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/net-snmp/ChangeLog?r1=1.279&r2=1.280
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/ChangeLog,v
retrieving revision 1.279
retrieving revision 1.280
diff -u -r1.279 -r1.280
--- ChangeLog 30 Apr 2014 14:28:27 -0000 1.279
+++ ChangeLog 30 Apr 2014 23:14:06 -0000 1.280
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/net-snmp
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/ChangeLog,v 1.279
2014/04/30 14:28:27 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/ChangeLog,v 1.280
2014/04/30 23:14:06 jer Exp $
+
+ 30 Apr 2014; Jeroen Roovers <[email protected]> net-snmp-5.7.3_pre3.ebuild:
+ USE=python: set DEPEND on dev-python/setuptools[${PYTHON_USEDEP}],
+ REQUIRED_USE to $PYTHON_REQUIRED_USE (bug #496782).
30 Apr 2014; Jeroen Roovers <[email protected]> net-snmp-5.7.3_pre3.ebuild:
Stable for HPPA (bug #509110).