summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kalika <max@gentoo.org>2004-01-16 17:11:01 +0000
committerMax Kalika <max@gentoo.org>2004-01-16 17:11:01 +0000
commit259982a5c0be1ab9160f7761474eb637652200cf (patch)
treee961162164e2a120f319b1043c994746c2550871 /net-analyzer/net-snmp
parentFixed library path and trivial issues. (Manifest recommit) (diff)
downloadgentoo-2-259982a5c0be1ab9160f7761474eb637652200cf.tar.gz
gentoo-2-259982a5c0be1ab9160f7761474eb637652200cf.tar.bz2
gentoo-2-259982a5c0be1ab9160f7761474eb637652200cf.zip
Fix head/tail syntax. Submitted by Tony Vroon on bug #33851. Rename new rc6 file for future flexibility.
Diffstat (limited to 'net-analyzer/net-snmp')
-rw-r--r--net-analyzer/net-snmp/ChangeLog7
-rw-r--r--net-analyzer/net-snmp/files/snmpd-5.1.rc6 (renamed from net-analyzer/net-snmp/files/snmpdnew.rc6)0
-rw-r--r--net-analyzer/net-snmp/net-snmp-5.0.9-r1.ebuild4
-rw-r--r--net-analyzer/net-snmp/net-snmp-5.0.9-r3.ebuild7
-rw-r--r--net-analyzer/net-snmp/net-snmp-5.1.ebuild4
5 files changed, 14 insertions, 8 deletions
diff --git a/net-analyzer/net-snmp/ChangeLog b/net-analyzer/net-snmp/ChangeLog
index 0d27c34fb86f..0a508e80e696 100644
--- a/net-analyzer/net-snmp/ChangeLog
+++ b/net-analyzer/net-snmp/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-analyzer/net-snmp
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/ChangeLog,v 1.37 2004/01/10 17:56:35 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/ChangeLog,v 1.38 2004/01/16 17:11:01 max Exp $
+
+ 16 Jan 2004; Max Kalika <max@gentoo.org> net-snmp-5.0.9-r3.ebuild,
+ net-snmp-5.1.ebuild, files/snmpd-5.1.rc6, files/snmpdnew.rc6:
+ Fix head/tail syntax. Submitted by Tony Vroon on bug #33851. Rename new rc6
+ file for future flexibility.
10 Jan 2004; <agriffis@gentoo.org> net-snmp-5.1.ebuild:
stable on alpha and ia64
diff --git a/net-analyzer/net-snmp/files/snmpdnew.rc6 b/net-analyzer/net-snmp/files/snmpd-5.1.rc6
index ab69067b51f8..ab69067b51f8 100644
--- a/net-analyzer/net-snmp/files/snmpdnew.rc6
+++ b/net-analyzer/net-snmp/files/snmpd-5.1.rc6
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
index a193b83ff57f..ab254a288d51 100644
--- a/net-analyzer/net-snmp/net-snmp-5.0.9-r1.ebuild
+++ b/net-analyzer/net-snmp/net-snmp-5.0.9-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 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-r1.ebuild,v 1.7 2003/11/24 17:00:28 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.0.9-r1.ebuild,v 1.8 2004/01/16 17:11:01 max Exp $
DESCRIPTION="Software for generating and retrieving SNMP data."
HOMEPAGE="http://net-snmp.sourceforge.net/"
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
index 61ae9fd5cc62..d3cabf4e63a0 100644
--- a/net-analyzer/net-snmp/net-snmp-5.0.9-r3.ebuild
+++ b/net-analyzer/net-snmp/net-snmp-5.0.9-r3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 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-r3.ebuild,v 1.2 2003/11/24 17:00:28 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.0.9-r3.ebuild,v 1.3 2004/01/16 17:11:01 max Exp $
-inherit eutils
+inherit eutils fixheadtails
DESCRIPTION="Software for generating and retrieving SNMP data."
HOMEPAGE="http://net-snmp.sourceforge.net/"
@@ -32,6 +32,7 @@ RDEPEND="${DEPEND}
src_unpack() {
unpack ${A} && cd "${S}"
epatch "${FILESDIR}/${PN}-proc.patch"
+ ht_fix_file configure
}
src_compile() {
diff --git a/net-analyzer/net-snmp/net-snmp-5.1.ebuild b/net-analyzer/net-snmp/net-snmp-5.1.ebuild
index fcc2e9078207..078b5861d4ea 100644
--- a/net-analyzer/net-snmp/net-snmp-5.1.ebuild
+++ b/net-analyzer/net-snmp/net-snmp-5.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 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.1.ebuild,v 1.2 2004/01/10 17:56:35 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/net-snmp-5.1.ebuild,v 1.3 2004/01/16 17:11:01 max Exp $
inherit eutils
@@ -71,7 +71,7 @@ src_install () {
newdoc EXAMPLE.conf.def EXAMPLE.conf
exeinto /etc/init.d
- newexe "${FILESDIR}/snmpdnew.rc6" snmpd
+ newexe "${FILESDIR}/snmpd-5.1.rc6" snmpd
insinto /etc/conf.d
newins "${FILESDIR}/snmpd.conf" snmpd