diff options
author | 2017-02-07 16:48:22 +0100 | |
---|---|---|
committer | 2017-02-07 16:48:22 +0100 | |
commit | 0e54416696bf600f098cf28b248334144e6fe5df (patch) | |
tree | 03bd5a9983663d295b7c21bb6a9006b11132bf8a /net-analyzer/sec/sec-2.7.9.ebuild | |
parent | dev-python/pysnmp: Old. (diff) | |
download | gentoo-0e54416696bf600f098cf28b248334144e6fe5df.tar.gz gentoo-0e54416696bf600f098cf28b248334144e6fe5df.tar.bz2 gentoo-0e54416696bf600f098cf28b248334144e6fe5df.zip |
net-analyzer/sec: Old.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'net-analyzer/sec/sec-2.7.9.ebuild')
-rw-r--r-- | net-analyzer/sec/sec-2.7.9.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/net-analyzer/sec/sec-2.7.9.ebuild b/net-analyzer/sec/sec-2.7.9.ebuild deleted file mode 100644 index f2cb252dcf90..000000000000 --- a/net-analyzer/sec/sec-2.7.9.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -DESCRIPTION="Simple Event Correlator" -HOMEPAGE="https://github.com/simple-evcorr/sec" -SRC_URI="${HOMEPAGE}/releases/download/${PV}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux" - -RDEPEND=">=dev-lang/perl-5.8.0" - -src_install() { - dobin sec - - dodoc ChangeLog README - docinto contrib - dodoc contrib/{itostream.c,convert.pl,swatch2sec.pl} - - newman sec.man sec.1 - - newinitd "${FILESDIR}"/sec.init.d sec - newconfd "${FILESDIR}"/sec.conf.d sec -} |