diff options
author | 2004-07-12 12:31:36 +0000 | |
---|---|---|
committer | 2004-07-12 12:31:36 +0000 | |
commit | b9ae1cd089e7de3eb358a8a6294957557758206e (patch) | |
tree | 8eacf51dcf076af984a565995957a6030e49721b /net-analyzer/ucd-snmp | |
parent | clean up gst 0.8.0 stuff (diff) | |
download | historical-b9ae1cd089e7de3eb358a8a6294957557758206e.tar.gz historical-b9ae1cd089e7de3eb358a8a6294957557758206e.tar.bz2 historical-b9ae1cd089e7de3eb358a8a6294957557758206e.zip |
tidy
Diffstat (limited to 'net-analyzer/ucd-snmp')
-rw-r--r-- | net-analyzer/ucd-snmp/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/ucd-snmp/ucd-snmp-4.2.6-r2.ebuild | 10 |
2 files changed, 6 insertions, 9 deletions
diff --git a/net-analyzer/ucd-snmp/ChangeLog b/net-analyzer/ucd-snmp/ChangeLog index 9d292ca31a53..1d0dc68fafbb 100644 --- a/net-analyzer/ucd-snmp/ChangeLog +++ b/net-analyzer/ucd-snmp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/ucd-snmp # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ucd-snmp/ChangeLog,v 1.27 2004/07/12 12:05:08 eldad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ucd-snmp/ChangeLog,v 1.28 2004/07/12 12:31:36 eldad Exp $ + + 12 Jul 2004; Eldad Zack <eldad@gentoo.org> ucd-snmp-4.2.6-r2.ebuild: + Changed '! use ssl' if to the correct 'use_enable !ssl' form. 12 Jul 2004; Eldad Zack <eldad@gentoo.org> ucd-snmp-4.2.6-r2.ebuild: Marked x86 stable diff --git a/net-analyzer/ucd-snmp/ucd-snmp-4.2.6-r2.ebuild b/net-analyzer/ucd-snmp/ucd-snmp-4.2.6-r2.ebuild index 80aca1c59821..64caba7f363c 100644 --- a/net-analyzer/ucd-snmp/ucd-snmp-4.2.6-r2.ebuild +++ b/net-analyzer/ucd-snmp/ucd-snmp-4.2.6-r2.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/ucd-snmp/ucd-snmp-4.2.6-r2.ebuild,v 1.11 2004/07/12 12:05:08 eldad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ucd-snmp/ucd-snmp-4.2.6-r2.ebuild,v 1.12 2004/07/12 12:31:36 eldad Exp $ inherit flag-o-matic eutils @@ -40,15 +40,9 @@ src_unpack() { src_compile() { local myconf myconf="${myconf} `use_with ssl openssl`" - myconf="${myconf} `use_with tcpd libwrap`" + myconf="${myconf} `use_with tcpd libwrap` `use_enable !ssl internal-md5`" myconf="${myconf} `use_enable ipv6`" - if ! use ssl; then - myconf="${myconf} --enable-internal-md5" - else - myconf="${myconf} --disable-internal-md5" - fi - if use ssl && has_version '=dev-libs/openssl-0.9.6*' ; then einfo "Found openssl version 0.9.6: adding extra flags." append-flags "-DSTRUCT_DES_KS_STRUCT_HAS_WEAK_KEY" |