diff options
author | Eldad Zack <eldad@gentoo.org> | 2004-11-06 13:47:01 +0000 |
---|---|---|
committer | Eldad Zack <eldad@gentoo.org> | 2004-11-06 13:47:01 +0000 |
commit | 27f757bd2c566b67ff9b1bb319b13d391eb78377 (patch) | |
tree | dbd257f47058e8e66d3d0f80ce22d232baa945f3 /net-analyzer/snmptt | |
parent | pruning (Manifest recommit) (diff) | |
download | gentoo-2-27f757bd2c566b67ff9b1bb319b13d391eb78377.tar.gz gentoo-2-27f757bd2c566b67ff9b1bb319b13d391eb78377.tar.bz2 gentoo-2-27f757bd2c566b67ff9b1bb319b13d391eb78377.zip |
prune
Diffstat (limited to 'net-analyzer/snmptt')
-rw-r--r-- | net-analyzer/snmptt/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/snmptt/Manifest | 12 | ||||
-rw-r--r-- | net-analyzer/snmptt/files/digest-snmptt-0.9 | 1 | ||||
-rw-r--r-- | net-analyzer/snmptt/snmptt-0.9.ebuild | 47 |
4 files changed, 6 insertions, 61 deletions
diff --git a/net-analyzer/snmptt/ChangeLog b/net-analyzer/snmptt/ChangeLog index ba0ffe559846..9d5beb2d6b5c 100644 --- a/net-analyzer/snmptt/ChangeLog +++ b/net-analyzer/snmptt/ChangeLog @@ -1,8 +1,11 @@ # ChangeLog for net-analyzer/snmptt # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snmptt/ChangeLog,v 1.7 2004/10/25 13:16:49 eldad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snmptt/ChangeLog,v 1.8 2004/11/06 13:47:01 eldad Exp $ - 25 Oct 2004; Eldad Zack <eldad@gentoo.org> snmptt-0.9-r1.ebuild: +*snmptt-0.9-r1 (25 Oct 2004) + + 25 Oct 2004; Eldad Zack <eldad@gentoo.org> +snmptt-1.0.ebuild, + snmptt-0.9-r1.ebuild: Version bump (Closes #68765). Marked 0.9 x86 stable. 17 Sep 2004; Jason Wever <weeve@gentoo.org> snmptt-0.9-r1.ebuild: diff --git a/net-analyzer/snmptt/Manifest b/net-analyzer/snmptt/Manifest index 5051dca5ebfb..bc234c6884e7 100644 --- a/net-analyzer/snmptt/Manifest +++ b/net-analyzer/snmptt/Manifest @@ -1,18 +1,8 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 298a7732050b79b557cf3f2c77d13398 snmptt-0.9-r1.ebuild 1268 MD5 2ce46afb4c8c3bd5d58f75acaba15f3f snmptt-1.0.ebuild 1266 MD5 f08470442acfc5d2ff62ad4075a4b15b snmptt-0.9.ebuild 1159 -MD5 a36d7792d5157be15d65f23aecf47738 ChangeLog 1132 +MD5 172376dd15c52358373e26afb529291f ChangeLog 1184 MD5 193ab07812b3cd299e6fd2dd3d40d15c metadata.xml 215 MD5 1563776a631f989d7d781026125a53d0 files/digest-snmptt-0.9-r1 59 MD5 1563776a631f989d7d781026125a53d0 files/digest-snmptt-0.9 59 MD5 b6787c534ab58fab31a50732394c5027 files/digest-snmptt-1.0 59 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFBfPyMT+MN7JbqCpMRAhrrAKCQW+js+Gc5FIHPWinybJgb/mumwwCgkNfm -1b6l9kkPGmd+H0xgvcpVEv0= -=jeUP ------END PGP SIGNATURE----- diff --git a/net-analyzer/snmptt/files/digest-snmptt-0.9 b/net-analyzer/snmptt/files/digest-snmptt-0.9 deleted file mode 100644 index 80ec5a63741e..000000000000 --- a/net-analyzer/snmptt/files/digest-snmptt-0.9 +++ /dev/null @@ -1 +0,0 @@ -MD5 85090dee54ed5772c4e6ec939d954271 snmptt_0.9.tgz 107679 diff --git a/net-analyzer/snmptt/snmptt-0.9.ebuild b/net-analyzer/snmptt/snmptt-0.9.ebuild deleted file mode 100644 index ef9f097267db..000000000000 --- a/net-analyzer/snmptt/snmptt-0.9.ebuild +++ /dev/null @@ -1,47 +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/snmptt/snmptt-0.9.ebuild,v 1.4 2004/09/11 15:23:43 squinky86 Exp $ - -MY_P=${P/-/_} - -DESCRIPTION="SNMP Trap Translator" -SRC_URI="mirror://sourceforge/snmptt/${MY_P}.tgz" -HOMEPAGE="http://www.snmptt.org/" - -LICENSE="GPL-2" - -KEYWORDS="x86 ~ppc" -SLOT="0" -IUSE="mysql postgres" - -S="${WORKDIR}/${MY_P}" - -RDEPEND=">=dev-lang/perl-5.6.1 - dev-perl/Config-IniFiles - >=net-analyzer/net-snmp-5.1 - mysql? ( dev-perl/DBD-mysql ) - postgres? ( dev-perl/DBD-Pg )" - -src_compile() { - echo "traphandler default /usr/sbin/snmptt" >examples/snmptrapd.conf.sample -} - -src_install() { - into /usr - dosbin snmptt - dosbin snmptthandler - dosbin snmptt-net-snmp-test - - insinto /etc/snmp - doins snmptt.ini - doins examples/snmptt.conf.generic - doins examples/snmptrapd.conf.sample - - dohtml docs/faqs.html docs/index.html docs/layout1.css docs/snmptt.html docs/snmpttconvert.html docs/snmpttconvertmib.html -} - -pkg_postinst() { - if ( use mysql || use postgres ); then - einfo "Read the html documentation to configure your database." - fi -} |