summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2013-02-04 11:13:48 +0000
committerSergey Popov <pinkbyte@gentoo.org>2013-02-04 11:13:48 +0000
commitf4f50730e243724c7293dd6e350d2fb5619caabf (patch)
treec36f18662d1e9771d875bd7dfce77d3f26df02b6 /net-analyzer/sec
parentStable for alpha, wrt bug #453406 (diff)
downloadgentoo-2-f4f50730e243724c7293dd6e350d2fb5619caabf.tar.gz
gentoo-2-f4f50730e243724c7293dd6e350d2fb5619caabf.tar.bz2
gentoo-2-f4f50730e243724c7293dd6e350d2fb5619caabf.zip
Version bump, add ~amd64-linux keyword
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-analyzer/sec')
-rw-r--r--net-analyzer/sec/ChangeLog9
-rw-r--r--net-analyzer/sec/sec-2.7.0.ebuild29
2 files changed, 36 insertions, 2 deletions
diff --git a/net-analyzer/sec/ChangeLog b/net-analyzer/sec/ChangeLog
index ac0651a4765c..383bb7a29743 100644
--- a/net-analyzer/sec/ChangeLog
+++ b/net-analyzer/sec/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-analyzer/sec
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sec/ChangeLog,v 1.20 2012/10/09 18:55:34 ago Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sec/ChangeLog,v 1.21 2013/02/04 11:13:48 pinkbyte Exp $
+
+*sec-2.7.0 (04 Feb 2013)
+
+ 04 Feb 2013; Sergey Popov <pinkbyte@gentoo.org> +sec-2.7.0.ebuild:
+ Version bump, add ~amd64-linux keyword
09 Oct 2012; Agostino Sarubbo <ago@gentoo.org> sec-2.6.2.ebuild:
Stable for amd64, wrt bug #419231
diff --git a/net-analyzer/sec/sec-2.7.0.ebuild b/net-analyzer/sec/sec-2.7.0.ebuild
new file mode 100644
index 000000000000..3e997b1d0a9e
--- /dev/null
+++ b/net-analyzer/sec/sec-2.7.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sec/sec-2.7.0.ebuild,v 1.1 2013/02/04 11:13:48 pinkbyte Exp $
+
+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"
+IUSE=""
+
+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
+}