summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2016-07-04 09:44:08 +0200
committerJeroen Roovers <jer@gentoo.org>2016-07-04 09:44:08 +0200
commit0424087c74485c7cec45eee9b3d961504426a9a3 (patch)
tree0ea46e5068f0404f9476b385c30714540a44c2e8 /net-analyzer/sec/sec-2.7.8.ebuild
parentnet-analyzer/sec: Version bump. Fix crashed status by Marcin Mirosław (bug #... (diff)
downloadgentoo-0424087c74485c7cec45eee9b3d961504426a9a3.tar.gz
gentoo-0424087c74485c7cec45eee9b3d961504426a9a3.tar.bz2
gentoo-0424087c74485c7cec45eee9b3d961504426a9a3.zip
net-analyzer/sec: Old.
Package-Manager: portage-2.3.0
Diffstat (limited to 'net-analyzer/sec/sec-2.7.8.ebuild')
-rw-r--r--net-analyzer/sec/sec-2.7.8.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/net-analyzer/sec/sec-2.7.8.ebuild b/net-analyzer/sec/sec-2.7.8.ebuild
deleted file mode 100644
index bb288c794046..000000000000
--- a/net-analyzer/sec/sec-2.7.8.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="http://simple-evcorr.sourceforge.net/"
-SRC_URI="mirror://sourceforge/simple-evcorr/${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
-}