summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-05-24 00:56:31 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-05-24 00:56:31 +0000
commit01b4388ec08262754f2ade7da56e033c35ece30a (patch)
treead7816b758e83065f0f598edfc261e8115d4c867 /net-analyzer
parentRemove old. (diff)
downloadgentoo-2-01b4388ec08262754f2ade7da56e033c35ece30a.tar.gz
gentoo-2-01b4388ec08262754f2ade7da56e033c35ece30a.tar.bz2
gentoo-2-01b4388ec08262754f2ade7da56e033c35ece30a.zip
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/snmptt/ChangeLog8
-rw-r--r--net-analyzer/snmptt/snmptt-1.3.ebuild51
2 files changed, 5 insertions, 54 deletions
diff --git a/net-analyzer/snmptt/ChangeLog b/net-analyzer/snmptt/ChangeLog
index 72bac0e5fc9c..962f6b3aea69 100644
--- a/net-analyzer/snmptt/ChangeLog
+++ b/net-analyzer/snmptt/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/snmptt
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snmptt/ChangeLog,v 1.21 2013/11/26 12:32:49 jer Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snmptt/ChangeLog,v 1.22 2015/05/24 00:56:31 mrueg Exp $
+
+ 24 May 2015; Manuel Rüger <mrueg@gentoo.org> -snmptt-1.3.ebuild:
+ Remove old.
*snmptt-1.4 (26 Nov 2013)
@@ -85,4 +88,3 @@
09 Jul 2004; Eldad Zack <eldad@gentoo.org> +metadata.xml,
+snmptt-0.9.ebuild:
Initial ebuild. Thanks to Karl Dag Gursli <karl-d@gursli.com>. Closes #50968
-
diff --git a/net-analyzer/snmptt/snmptt-1.3.ebuild b/net-analyzer/snmptt/snmptt-1.3.ebuild
deleted file mode 100644
index 94ac673ca719..000000000000
--- a/net-analyzer/snmptt/snmptt-1.3.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snmptt/snmptt-1.3.ebuild,v 1.2 2012/05/12 16:31:50 armin76 Exp $
-
-EAPI="3"
-
-MY_P="${P/-/_}"
-
-DESCRIPTION="SNMP Trap Translator"
-SRC_URI="mirror://sourceforge/snmptt/${MY_P}.tgz"
-HOMEPAGE="http://www.snmptt.org/"
-
-LICENSE="GPL-2"
-
-KEYWORDS="~amd64 ~ppc ~x86"
-SLOT="0"
-IUSE="mysql postgres"
-
-S="${WORKDIR}/${MY_P}"
-
-RDEPEND="
- dev-lang/perl
- dev-perl/Config-IniFiles
- net-analyzer/net-snmp
- mysql? ( dev-perl/DBD-mysql )
- postgres? ( dev-perl/DBD-Pg )
-"
-
-src_prepare() {
- # bug 105354, daemonize this thing
- sed -i -e "s:mode = standalone:mode = daemon:g" snmptt.ini || die
-
- echo "traphandle default /usr/sbin/snmptt" >examples/snmptrapd.conf.sample
-}
-
-src_install() {
- into /usr
- dosbin snmptt snmptthandler snmptt-net-snmp-test snmpttconvert \
- snmpttconvertmib || die
-
- insinto /etc/snmp
- doins snmptt.ini examples/snmptt.conf.generic \
- examples/snmptrapd.conf.sample || die
- newins examples/snmptt.conf.generic snmptt.conf || die
-
- dodoc BUGS ChangeLog README sample-trap
- dohtml docs/faqs.html docs/index.html docs/layout1.css docs/snmptt.html \
- docs/snmpttconvert.html docs/snmpttconvertmib.html || die
-
- newinitd "${FILESDIR}"/snmptt.initd snmptt || die
-}