diff options
author | Eldad Zack <eldad@gentoo.org> | 2004-10-25 13:16:49 +0000 |
---|---|---|
committer | Eldad Zack <eldad@gentoo.org> | 2004-10-25 13:16:49 +0000 |
commit | d4678368d3004ed40d68de2737051958b177fcad (patch) | |
tree | 23db4631009efe1ddecb42672fa0db01aecab743 | |
parent | changelog tidy (Manifest recommit) (diff) | |
download | gentoo-2-d4678368d3004ed40d68de2737051958b177fcad.tar.gz gentoo-2-d4678368d3004ed40d68de2737051958b177fcad.tar.bz2 gentoo-2-d4678368d3004ed40d68de2737051958b177fcad.zip |
version bump
-rw-r--r-- | net-analyzer/snmptt/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/snmptt/Manifest | 8 | ||||
-rw-r--r-- | net-analyzer/snmptt/files/digest-snmptt-1.0 | 1 | ||||
-rw-r--r-- | net-analyzer/snmptt/snmptt-0.9-r1.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/snmptt/snmptt-1.0.ebuild | 50 |
5 files changed, 62 insertions, 6 deletions
diff --git a/net-analyzer/snmptt/ChangeLog b/net-analyzer/snmptt/ChangeLog index 96218215bc7b..ba0ffe559846 100644 --- a/net-analyzer/snmptt/ChangeLog +++ b/net-analyzer/snmptt/ChangeLog @@ -1,6 +1,9 @@ # 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.6 2004/09/17 14:32:35 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snmptt/ChangeLog,v 1.7 2004/10/25 13:16:49 eldad Exp $ + + 25 Oct 2004; Eldad Zack <eldad@gentoo.org> 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: Added ~sparc keyword. diff --git a/net-analyzer/snmptt/Manifest b/net-analyzer/snmptt/Manifest index 79e9b9067ec8..e39affc15980 100644 --- a/net-analyzer/snmptt/Manifest +++ b/net-analyzer/snmptt/Manifest @@ -1,6 +1,8 @@ +MD5 38e0aa74b949f2853eaf1abc14bc984d snmptt-0.9-r1.ebuild 1269 +MD5 38e0aa74b949f2853eaf1abc14bc984d snmptt-1.0.ebuild 1269 +MD5 f08470442acfc5d2ff62ad4075a4b15b snmptt-0.9.ebuild 1159 MD5 bf4b53ef0b454f32d54c054068740212 ChangeLog 1009 MD5 193ab07812b3cd299e6fd2dd3d40d15c metadata.xml 215 -MD5 f08470442acfc5d2ff62ad4075a4b15b snmptt-0.9.ebuild 1159 -MD5 38e0aa74b949f2853eaf1abc14bc984d snmptt-0.9-r1.ebuild 1269 -MD5 1563776a631f989d7d781026125a53d0 files/digest-snmptt-0.9 59 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 diff --git a/net-analyzer/snmptt/files/digest-snmptt-1.0 b/net-analyzer/snmptt/files/digest-snmptt-1.0 new file mode 100644 index 000000000000..f3afd4bb89c4 --- /dev/null +++ b/net-analyzer/snmptt/files/digest-snmptt-1.0 @@ -0,0 +1 @@ +MD5 ad93fc3d7b28eb59c153ce2761644838 snmptt_1.0.tgz 110663 diff --git a/net-analyzer/snmptt/snmptt-0.9-r1.ebuild b/net-analyzer/snmptt/snmptt-0.9-r1.ebuild index 7aa267196524..8c4c64f1e7b9 100644 --- a/net-analyzer/snmptt/snmptt-0.9-r1.ebuild +++ b/net-analyzer/snmptt/snmptt-0.9-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/snmptt/snmptt-0.9-r1.ebuild,v 1.2 2004/09/17 14:32:35 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snmptt/snmptt-0.9-r1.ebuild,v 1.3 2004/10/25 13:16:49 eldad Exp $ MY_P=${P/-/_} @@ -10,7 +10,7 @@ HOMEPAGE="http://www.snmptt.org/" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc" +KEYWORDS="x86 ~ppc ~sparc" SLOT="0" IUSE="mysql postgres" diff --git a/net-analyzer/snmptt/snmptt-1.0.ebuild b/net-analyzer/snmptt/snmptt-1.0.ebuild new file mode 100644 index 000000000000..e01968bde8f4 --- /dev/null +++ b/net-analyzer/snmptt/snmptt-1.0.ebuild @@ -0,0 +1,50 @@ +# 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-1.0.ebuild,v 1.1 2004/10/25 13:16:49 eldad 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 ~sparc" +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 "traphandle default /usr/sbin/snmptt" >examples/snmptrapd.conf.sample +} + +src_install() { + into /usr + dosbin snmptt + dosbin snmptthandler + dosbin snmptt-net-snmp-test + dosbin snmpttconvert + dosbin snmpttconvertmib + + insinto /etc/snmp + doins snmptt.ini + doins examples/snmptt.conf.generic + doins examples/snmptrapd.conf.sample + + dodoc BUGS COPYING ChangeLog INSTALL README sample-trap + 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 +} |