summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2014-07-16 23:29:40 +0000
committerJeroen Roovers <jer@gentoo.org>2014-07-16 23:29:40 +0000
commit7b28391c433d6959f75c539616e9dfa01947fc44 (patch)
tree08581a7a70a20af43fe54c2fecfbe4f3a4362995 /net-analyzer/sec
parentEAPI bump. Fix building against sys-libs/ncurses[tinfo]. New HOMEPAGE. Remove... (diff)
downloadgentoo-2-7b28391c433d6959f75c539616e9dfa01947fc44.tar.gz
gentoo-2-7b28391c433d6959f75c539616e9dfa01947fc44.tar.bz2
gentoo-2-7b28391c433d6959f75c539616e9dfa01947fc44.zip
Version bump. Remove short <longdescription>. Update conf.d comments.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-analyzer/sec')
-rw-r--r--net-analyzer/sec/ChangeLog8
-rw-r--r--net-analyzer/sec/files/sec.conf.d6
-rw-r--r--net-analyzer/sec/metadata.xml1
-rw-r--r--net-analyzer/sec/sec-2.7.5.ebuild3
-rw-r--r--net-analyzer/sec/sec-2.7.6.ebuild28
5 files changed, 40 insertions, 6 deletions
diff --git a/net-analyzer/sec/ChangeLog b/net-analyzer/sec/ChangeLog
index c167f9a18a3d..d8a2149bf431 100644
--- a/net-analyzer/sec/ChangeLog
+++ b/net-analyzer/sec/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-analyzer/sec
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sec/ChangeLog,v 1.24 2014/05/04 13:56:06 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sec/ChangeLog,v 1.25 2014/07/16 23:29:40 jer Exp $
+
+*sec-2.7.6 (16 Jul 2014)
+
+ 16 Jul 2014; Jeroen Roovers <jer@gentoo.org> sec-2.7.5.ebuild,
+ +sec-2.7.6.ebuild, files/sec.conf.d, metadata.xml:
+ Version bump. Remove short <longdescription>. Update conf.d comments.
*sec-2.7.5 (04 May 2014)
diff --git a/net-analyzer/sec/files/sec.conf.d b/net-analyzer/sec/files/sec.conf.d
index 2ac17e7f54f9..a6d8b9c1fddc 100644
--- a/net-analyzer/sec/files/sec.conf.d
+++ b/net-analyzer/sec/files/sec.conf.d
@@ -1,10 +1,12 @@
-#flags to pass to sec (see 'sec --help')
+# configuration file for /etc/init.d/sec
+
+# flags to pass to sec (see 'sec --help')
SEC_FLAGS=""
# Define a debug level (1..6)
DEBUG_LEVEL="4"
# define where sec reads messages from for translating them
-INPUT_FILES="-input=/var/log/messages"
#INPUT_FILES="${INPUT_FILES} -input=/var/log/some.log"
#INPUT_FILES="${INPUT_FILES} -input=/tmp/other.file"
+INPUT_FILES="-input=/var/log/messages"
diff --git a/net-analyzer/sec/metadata.xml b/net-analyzer/sec/metadata.xml
index 7543a0e0c41f..03aa50bab7e3 100644
--- a/net-analyzer/sec/metadata.xml
+++ b/net-analyzer/sec/metadata.xml
@@ -2,5 +2,4 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>netmon</herd>
-<longdescription>Simple Event Correlator</longdescription>
</pkgmetadata>
diff --git a/net-analyzer/sec/sec-2.7.5.ebuild b/net-analyzer/sec/sec-2.7.5.ebuild
index 9ac9695788db..24325c097028 100644
--- a/net-analyzer/sec/sec-2.7.5.ebuild
+++ b/net-analyzer/sec/sec-2.7.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sec/sec-2.7.5.ebuild,v 1.1 2014/05/04 13:56:06 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sec/sec-2.7.5.ebuild,v 1.2 2014/07/16 23:29:40 jer Exp $
EAPI=5
@@ -11,7 +11,6 @@ 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"
diff --git a/net-analyzer/sec/sec-2.7.6.ebuild b/net-analyzer/sec/sec-2.7.6.ebuild
new file mode 100644
index 000000000000..117f2ffc16b0
--- /dev/null
+++ b/net-analyzer/sec/sec-2.7.6.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sec/sec-2.7.6.ebuild,v 1.1 2014/07/16 23:29:40 jer 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"
+
+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
+}