diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-18 23:22:52 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-18 23:22:52 +0000 |
commit | 61fd1bd203b35a08fb758d621edcdc1ba04881a6 (patch) | |
tree | 78c703af1b0d5d0edd5ae4ca9fca8da9e8f913b8 /net-analyzer/ucd-snmp | |
parent | repoman'd (diff) | |
download | historical-61fd1bd203b35a08fb758d621edcdc1ba04881a6.tar.gz historical-61fd1bd203b35a08fb758d621edcdc1ba04881a6.tar.bz2 historical-61fd1bd203b35a08fb758d621edcdc1ba04881a6.zip |
repoman'd
Diffstat (limited to 'net-analyzer/ucd-snmp')
-rw-r--r-- | net-analyzer/ucd-snmp/ucd-snmp-4.2.3-r1.ebuild | 8 | ||||
-rw-r--r-- | net-analyzer/ucd-snmp/ucd-snmp-4.2.5.ebuild | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/net-analyzer/ucd-snmp/ucd-snmp-4.2.3-r1.ebuild b/net-analyzer/ucd-snmp/ucd-snmp-4.2.3-r1.ebuild index bf75ef97abd8..ea429cb0cdbb 100644 --- a/net-analyzer/ucd-snmp/ucd-snmp-4.2.3-r1.ebuild +++ b/net-analyzer/ucd-snmp/ucd-snmp-4.2.3-r1.ebuild @@ -1,18 +1,20 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ucd-snmp/ucd-snmp-4.2.3-r1.ebuild,v 1.2 2002/05/26 10:14:02 prez Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ucd-snmp/ucd-snmp-4.2.3-r1.ebuild,v 1.3 2002/07/18 23:22:52 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Software for generating and retrieving SNMP data" SRC_URI="http://download.sourceforge.net/net-snmp/${P}.tar.gz" HOMEPAGE="http://net-snmp.sourceforge.net/" -DEPEND="virtual/glibc <sys-libs/db-2 +DEPEND="<sys-libs/db-2 >=sys-libs/zlib-1.1.3 ssl? ( >=dev-libs/openssl-0.9.6 ) tcpd? ( >=sys-apps/tcp-wrappers-7.6 )" -LICENSE="as-is" + SLOT="0" +LICENSE="as-is" +KEYWORDS="x86" src_compile() { local myconf diff --git a/net-analyzer/ucd-snmp/ucd-snmp-4.2.5.ebuild b/net-analyzer/ucd-snmp/ucd-snmp-4.2.5.ebuild index 249fc9300231..54c98eeb01d7 100644 --- a/net-analyzer/ucd-snmp/ucd-snmp-4.2.5.ebuild +++ b/net-analyzer/ucd-snmp/ucd-snmp-4.2.5.ebuild @@ -1,18 +1,20 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ucd-snmp/ucd-snmp-4.2.5.ebuild,v 1.1 2002/06/29 19:27:07 blocke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ucd-snmp/ucd-snmp-4.2.5.ebuild,v 1.2 2002/07/18 23:22:52 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Software for generating and retrieving SNMP data" SRC_URI="mirror://sourceforge/net-snmp/${P}.tar.gz" HOMEPAGE="http://net-snmp.sourceforge.net/" -DEPEND="virtual/glibc <sys-libs/db-2 +DEPEND="<sys-libs/db-2 >=sys-libs/zlib-1.1.4 ssl? ( >=dev-libs/openssl-0.9.6 ) tcpd? ( >=sys-apps/tcp-wrappers-7.6 )" -LICENSE="as-is" + SLOT="0" +LICENSE="as-is" +KEYWORDS="x86" src_compile() { local myconf |