diff options
author | 2003-10-21 04:58:54 +0000 | |
---|---|---|
committer | 2003-10-21 04:58:54 +0000 | |
commit | 5c3fa315a6cb7ce1743b6d53505e20f006956aaa (patch) | |
tree | 282aa750dd4df49d547a192e215be3dce0465d9e /net-analyzer/net-snmp | |
parent | mark stable (diff) | |
download | gentoo-2-5c3fa315a6cb7ce1743b6d53505e20f006956aaa.tar.gz gentoo-2-5c3fa315a6cb7ce1743b6d53505e20f006956aaa.tar.bz2 gentoo-2-5c3fa315a6cb7ce1743b6d53505e20f006956aaa.zip |
Add depend on ExtUtils-MakeMaker-6.11-r1 to fix sandbox problems.
Diffstat (limited to 'net-analyzer/net-snmp')
-rw-r--r-- | net-analyzer/net-snmp/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/net-snmp/Manifest | 4 | ||||
-rw-r--r-- | net-analyzer/net-snmp/net-snmp-5.0.9-r2.ebuild | 9 |
3 files changed, 12 insertions, 6 deletions
diff --git a/net-analyzer/net-snmp/ChangeLog b/net-analyzer/net-snmp/ChangeLog index 17342fbc9b19..381f628bd40b 100644 --- a/net-analyzer/net-snmp/ChangeLog +++ b/net-analyzer/net-snmp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/net-snmp # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/ChangeLog,v 1.28 2003/10/20 14:25:35 max Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/ChangeLog,v 1.29 2003/10/21 04:58:53 max Exp $ + + 20 Oct 2003; Max Kalika <max@gentoo.org> net-snmp-5.0.9-r2.ebuild: + Add DEPEND on ExtUtils-MakeMaker-6.11-r1 to fix sandbox problems. 20 Oct 2003; Max Kalika <max@gentoo.org> net-snmp-5.0.9-r2.ebuild: Make the perl-tk stuff depend on the X USE flag as well. Remove some things diff --git a/net-analyzer/net-snmp/Manifest b/net-analyzer/net-snmp/Manifest index 8218a68f7325..fd021ebbfefa 100644 --- a/net-analyzer/net-snmp/Manifest +++ b/net-analyzer/net-snmp/Manifest @@ -1,6 +1,6 @@ MD5 67d998ad23b884a396dc092cdc04ab45 net-snmp-5.0.9-r1.ebuild 1630 -MD5 929ed0bd55b3c9703a7e0fd53e95b153 net-snmp-5.0.9-r2.ebuild 2070 -MD5 c9235f1e05375d812a142643ceeaf447 ChangeLog 4907 +MD5 031f6ccf28a5fc792760a3a695fae272 net-snmp-5.0.9-r2.ebuild 2113 +MD5 9fef2db6b1d25bc592e09685707b6d3b ChangeLog 5045 MD5 9384ae7ba3e9f56b8027ea92f607042d metadata.xml 215 MD5 8cadda02e3a8f7279f531b660164c310 files/digest-net-snmp-5.0.9-r1 67 MD5 8cadda02e3a8f7279f531b660164c310 files/digest-net-snmp-5.0.9-r2 67 diff --git a/net-analyzer/net-snmp/net-snmp-5.0.9-r2.ebuild b/net-analyzer/net-snmp/net-snmp-5.0.9-r2.ebuild index 77d86415c534..fd5db2fb5f17 100644 --- a/net-analyzer/net-snmp/net-snmp-5.0.9-r2.ebuild +++ b/net-analyzer/net-snmp/net-snmp-5.0.9-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.0.9-r2.ebuild,v 1.4 2003/10/20 14:25:35 max Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.0.9-r2.ebuild,v 1.5 2003/10/21 04:58:53 max Exp $ DESCRIPTION="Software for generating and retrieving SNMP data." HOMEPAGE="http://net-snmp.sourceforge.net/" @@ -16,9 +16,12 @@ DEPEND="virtual/glibc <sys-libs/db-2 >=sys-libs/zlib-1.1.4 >=sys-apps/sed-4 - perl? ( >=sys-devel/libperl-5.6.1 ) ssl? ( >=dev-libs/openssl-0.9.6d ) - tcpd? ( >=sys-apps/tcp-wrappers-7.6 )" + tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) + perl? ( + >=sys-devel/libperl-5.8.0 + >=dev-perl/ExtUtils-MakeMaker-6.11-r1 + )" RDEPEND="${DEPEND} perl? ( X? ( dev-perl/perl-tk ) ) !virtual/snmp" |