summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEldad Zack <eldad@gentoo.org>2004-11-22 17:44:01 +0000
committerEldad Zack <eldad@gentoo.org>2004-11-22 17:44:01 +0000
commit0eed89d24ab694f96e505893ba537fc59adfefe9 (patch)
tree8aa1388ebe468d508463d93fe40ac790817c8e2f /net-analyzer/net-snmp
parentx86 stable (Manifest recommit) (diff)
downloadgentoo-2-0eed89d24ab694f96e505893ba537fc59adfefe9.tar.gz
gentoo-2-0eed89d24ab694f96e505893ba537fc59adfefe9.tar.bz2
gentoo-2-0eed89d24ab694f96e505893ba537fc59adfefe9.zip
5.1.1-r1 x86 stable. pruned 5.0.9 and 5.1.
Diffstat (limited to 'net-analyzer/net-snmp')
-rw-r--r--net-analyzer/net-snmp/ChangeLog6
-rw-r--r--net-analyzer/net-snmp/files/digest-net-snmp-5.0.9-r11
-rw-r--r--net-analyzer/net-snmp/files/digest-net-snmp-5.0.9-r31
-rw-r--r--net-analyzer/net-snmp/files/digest-net-snmp-5.11
-rw-r--r--net-analyzer/net-snmp/net-snmp-5.0.9-r1.ebuild57
-rw-r--r--net-analyzer/net-snmp/net-snmp-5.0.9-r3.ebuild85
-rw-r--r--net-analyzer/net-snmp/net-snmp-5.1.1-r1.ebuild4
-rw-r--r--net-analyzer/net-snmp/net-snmp-5.1.ebuild79
8 files changed, 7 insertions, 227 deletions
diff --git a/net-analyzer/net-snmp/ChangeLog b/net-analyzer/net-snmp/ChangeLog
index 5c476e810dc7..dd66258033b2 100644
--- a/net-analyzer/net-snmp/ChangeLog
+++ b/net-analyzer/net-snmp/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/net-snmp
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/ChangeLog,v 1.66 2004/11/16 17:57:16 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/ChangeLog,v 1.67 2004/11/22 17:44:01 eldad Exp $
+
+ 22 Nov 2004; Eldad Zack <eldad@gentoo.org> -net-snmp-5.0.9-r1.ebuild,
+ -net-snmp-5.0.9-r3.ebuild, net-snmp-5.1.1-r1.ebuild, -net-snmp-5.1.ebuild:
+ 5.1.1-r1 x86 stable. pruned 5.0.9 and 5.1.
*net-snmp-5.1.2 (16 Nov 2004)
diff --git a/net-analyzer/net-snmp/files/digest-net-snmp-5.0.9-r1 b/net-analyzer/net-snmp/files/digest-net-snmp-5.0.9-r1
deleted file mode 100644
index 6c16ce856e79..000000000000
--- a/net-analyzer/net-snmp/files/digest-net-snmp-5.0.9-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 cecd5ec74f5c546c1ea7ed7987b5932b net-snmp-5.0.9.tar.gz 2345822
diff --git a/net-analyzer/net-snmp/files/digest-net-snmp-5.0.9-r3 b/net-analyzer/net-snmp/files/digest-net-snmp-5.0.9-r3
deleted file mode 100644
index 6c16ce856e79..000000000000
--- a/net-analyzer/net-snmp/files/digest-net-snmp-5.0.9-r3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 cecd5ec74f5c546c1ea7ed7987b5932b net-snmp-5.0.9.tar.gz 2345822
diff --git a/net-analyzer/net-snmp/files/digest-net-snmp-5.1 b/net-analyzer/net-snmp/files/digest-net-snmp-5.1
deleted file mode 100644
index 5e683a91cf82..000000000000
--- a/net-analyzer/net-snmp/files/digest-net-snmp-5.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 14217471edb2b805b0e28c4c3cfd8c75 net-snmp-5.1.tar.gz 2909299
diff --git a/net-analyzer/net-snmp/net-snmp-5.0.9-r1.ebuild b/net-analyzer/net-snmp/net-snmp-5.0.9-r1.ebuild
deleted file mode 100644
index f9b9b4f04a59..000000000000
--- a/net-analyzer/net-snmp/net-snmp-5.0.9-r1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2004 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.0.9-r1.ebuild,v 1.14 2004/07/12 12:30:55 eldad Exp $
-
-DESCRIPTION="Software for generating and retrieving SNMP data."
-HOMEPAGE="http://net-snmp.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-RESTRICT="nomirror"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="x86 amd64 ppc sparc hppa alpha"
-IUSE="ssl ipv6 tcpd"
-
-PROVIDE="virtual/snmp"
-DEPEND="virtual/libc
- <sys-libs/db-2
- >=sys-libs/zlib-1.1.4
- >=sys-apps/sed-4
- tcpd? ( >=sys-apps/tcp-wrappers-7.6 )
- ssl? ( >=dev-libs/openssl-0.9.6d )"
-RDEPEND="${DEPEND}
- !virtual/snmp"
-
-src_compile() {
- local myconf
- myconf="${myconf} `use_with ssl openssl` `use_enable !ssl internal-md5`"
- myconf="${myconf} `use_with tcpd libwrap`"
- myconf="${myconf} `use_enable ipv6`"
-
- econf \
- --with-sys-location="Unknown" \
- --with-sys-contact="root@Unknown" \
- --with-default-snmp-version="3" \
- --with-mib-modules="host smux ucd-snmp/dlmod" \
- --with-logfile=/var/log/net-snmpd.log \
- --with-persistent-directory=/var/lib/net-snmp \
- --enable-ucd-snmp-compatibility \
- --with-zlib \
- ${myconf} || die "econf failed"
-
- # Parallel build doesn't work.
- make || die "compile problem"
-}
-
-src_install () {
- einstall exec_prefix="${D}/usr" persistentdir="${D}/var/lib/net-snmp"
- keepdir /etc/snmp /var/lib/net-snmp
-
- dodoc AGENT.txt ChangeLog FAQ INSTALL NEWS PORTING README* TODO
- newdoc EXAMPLE.conf.def EXAMPLE.conf
-
- exeinto /etc/init.d
- newexe "${FILESDIR}/snmpd.rc6" snmpd
- insinto /etc/conf.d
- newins "${FILESDIR}/snmpd.conf" snmpd
-}
diff --git a/net-analyzer/net-snmp/net-snmp-5.0.9-r3.ebuild b/net-analyzer/net-snmp/net-snmp-5.0.9-r3.ebuild
deleted file mode 100644
index f9ece4de1bde..000000000000
--- a/net-analyzer/net-snmp/net-snmp-5.0.9-r3.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2004 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.0.9-r3.ebuild,v 1.9 2004/07/12 12:30:56 eldad Exp $
-
-inherit eutils fixheadtails
-
-DESCRIPTION="Software for generating and retrieving SNMP data."
-HOMEPAGE="http://net-snmp.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-RESTRICT="nomirror"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~hppa ~alpha"
-IUSE="perl ipv6 ssl tcpd X"
-
-PROVIDE="virtual/snmp"
-DEPEND="virtual/libc
- <sys-libs/db-2
- >=sys-libs/zlib-1.1.4
- >=sys-apps/sed-4
- ssl? ( >=dev-libs/openssl-0.9.6d )
- 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"
-
-src_unpack() {
- unpack ${A} && cd "${S}"
- epatch "${FILESDIR}/${PN}-proc.patch"
- ht_fix_file configure
-}
-
-src_compile() {
- local myconf
- myconf="${myconf} `use_enable perl embedded-perl`"
- myconf="${myconf} `use_with ssl openssl` `use_enable !ssl internal-md5`"
- myconf="${myconf} `use_with tcpd libwrap`"
- myconf="${myconf} `use_enable ipv6`"
-
- econf \
- --with-sys-location="Unknown" \
- --with-sys-contact="root@Unknown" \
- --with-default-snmp-version="3" \
- --with-mib-modules="host smux ucd-snmp/dlmod" \
- --with-logfile=/var/log/net-snmpd.log \
- --with-persistent-directory=/var/lib/net-snmp \
- --enable-ucd-snmp-compatibility \
- --enable-shared \
- --with-zlib \
- ${myconf} || die "econf failed"
-
- emake -j1 || die "compile problem"
-
- if use perl ; then
- emake perlmodules || die "compile perl modules problem"
- fi
-}
-
-src_install () {
- einstall exec_prefix="${D}/usr" persistentdir="${D}/var/lib/net-snmp"
-
- if use perl ; then
- make DESTDIR="${D}" perlinstall || die "make perlinstall failed"
- if ! use X ; then
- rm -f "${D}/usr/bin/tkmib"
- fi
- else
- rm -f "${D}/usr/bin/mib2c" "${D}/usr/bin/tkmib"
- fi
-
- dodoc AGENT.txt ChangeLog FAQ INSTALL NEWS PORTING README* TODO
- newdoc EXAMPLE.conf.def EXAMPLE.conf
-
- exeinto /etc/init.d
- newexe "${FILESDIR}/snmpd.rc6" snmpd
- insinto /etc/conf.d
- newins "${FILESDIR}/snmpd.conf" snmpd
-
- keepdir /etc/snmp /var/lib/net-snmp
-}
diff --git a/net-analyzer/net-snmp/net-snmp-5.1.1-r1.ebuild b/net-analyzer/net-snmp/net-snmp-5.1.1-r1.ebuild
index 6a0ec7398ae1..7006b7e0e794 100644
--- a/net-analyzer/net-snmp/net-snmp-5.1.1-r1.ebuild
+++ b/net-analyzer/net-snmp/net-snmp-5.1.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 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.1.1-r1.ebuild,v 1.10 2004/11/03 04:44:13 psi29a Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.1.1-r1.ebuild,v 1.11 2004/11/22 17:44:01 eldad Exp $
inherit eutils
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="as-is"
SLOT="0"
-KEYWORDS="~x86 ppc ~sparc ~alpha ~arm hppa ~amd64 ~ia64 ~s390 ~ppc64 ~mips"
+KEYWORDS="x86 ppc ~sparc ~alpha ~arm hppa ~amd64 ~ia64 ~s390 ~ppc64 ~mips"
IUSE="perl ipv6 ssl tcpd X lm_sensors minimal"
PROVIDE="virtual/snmp"
diff --git a/net-analyzer/net-snmp/net-snmp-5.1.ebuild b/net-analyzer/net-snmp/net-snmp-5.1.ebuild
deleted file mode 100644
index 48e9fe9ebe84..000000000000
--- a/net-analyzer/net-snmp/net-snmp-5.1.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2004 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.1.ebuild,v 1.10 2004/07/12 12:30:56 eldad Exp $
-
-inherit eutils
-
-DESCRIPTION="Software for generating and retrieving SNMP data."
-HOMEPAGE="http://net-snmp.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-RESTRICT="nomirror"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~hppa alpha ia64"
-IUSE="perl ipv6 ssl tcpd X"
-
-PROVIDE="virtual/snmp"
-DEPEND="virtual/libc
- <sys-libs/db-2
- >=sys-libs/zlib-1.1.4
- >=sys-apps/sed-4
- ssl? ( >=dev-libs/openssl-0.9.6d )
- 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"
-
-src_compile() {
- local myconf
- myconf="${myconf} `use_enable perl embedded-perl`"
- myconf="${myconf} `use_with ssl openssl` `use_enable !ssl internal-md5`"
- myconf="${myconf} `use_with tcpd libwrap`"
- myconf="${myconf} `use_enable ipv6`"
-
- econf \
- --with-sys-location="Unknown" \
- --with-sys-contact="root@Unknown" \
- --with-default-snmp-version="3" \
- --with-mib-modules="host smux ucd-snmp/dlmod" \
- --with-logfile=/var/log/net-snmpd.log \
- --with-persistent-directory=/var/lib/net-snmp \
- --enable-ucd-snmp-compatibility \
- --enable-shared \
- --with-zlib \
- ${myconf} || die "econf failed"
-
- emake -j1 || die "compile problem"
-
- if use perl ; then
- emake perlmodules || die "compile perl modules problem"
- fi
-}
-
-src_install () {
- einstall exec_prefix="${D}/usr" persistentdir="${D}/var/lib/net-snmp"
-
- if use perl ; then
- make DESTDIR="${D}" perlinstall || die "make perlinstall failed"
- if ! use X ; then
- rm -f "${D}/usr/bin/tkmib"
- fi
- else
- rm -f "${D}/usr/bin/mib2c" "${D}/usr/bin/tkmib"
- fi
-
- dodoc AGENT.txt ChangeLog FAQ INSTALL NEWS PORTING README* TODO
- newdoc EXAMPLE.conf.def EXAMPLE.conf
-
- exeinto /etc/init.d
- newexe "${FILESDIR}/snmpd-5.1.rc6" snmpd
- insinto /etc/conf.d
- newins "${FILESDIR}/snmpd-5.1.conf" snmpd
-
- keepdir /etc/snmp /var/lib/net-snmp
-}