summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-03-25 16:11:59 +0000
committerJustin Lecher <jlec@gentoo.org>2015-03-25 16:11:59 +0000
commit9c6e976a0a9ca9a6d5824b4ab7c1c205d546430d (patch)
tree48836e282c48b2784395a1c6ce2f89d79874a7f5 /net-analyzer
parentFix tcl/tk slotting (diff)
downloadgentoo-2-9c6e976a0a9ca9a6d5824b4ab7c1c205d546430d.tar.gz
gentoo-2-9c6e976a0a9ca9a6d5824b4ab7c1c205d546430d.tar.bz2
gentoo-2-9c6e976a0a9ca9a6d5824b4ab7c1c205d546430d.zip
Fix tcl/tk slotting
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/sguil-sensor/ChangeLog9
-rw-r--r--net-analyzer/sguil-sensor/sguil-sensor-0.8.0.ebuild8
-rw-r--r--net-analyzer/sguil-sensor/sguil-sensor-0.9.0.ebuild8
3 files changed, 16 insertions, 9 deletions
diff --git a/net-analyzer/sguil-sensor/ChangeLog b/net-analyzer/sguil-sensor/ChangeLog
index edb6429f5060..251503232815 100644
--- a/net-analyzer/sguil-sensor/ChangeLog
+++ b/net-analyzer/sguil-sensor/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/sguil-sensor
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sguil-sensor/ChangeLog,v 1.19 2014/07/16 23:56:11 jer Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sguil-sensor/ChangeLog,v 1.20 2015/03/25 16:11:59 jlec Exp $
+
+ 25 Mar 2015; Justin Lecher <jlec@gentoo.org> sguil-sensor-0.8.0.ebuild,
+ sguil-sensor-0.9.0.ebuild:
+ Fix tcl/tk slotting
*sguil-sensor-0.9.0 (16 Jul 2014)
@@ -87,4 +91,3 @@
08 Oct 2005; Benjamin Smee <strerror@gentoo.org> +files/log_packets.initd,
+files/sensor_agent.initd, +metadata.xml, +sguil-sensor-0.5.3.ebuild:
Initial import
-
diff --git a/net-analyzer/sguil-sensor/sguil-sensor-0.8.0.ebuild b/net-analyzer/sguil-sensor/sguil-sensor-0.8.0.ebuild
index 488aa043ad73..91c8ed8e7159 100644
--- a/net-analyzer/sguil-sensor/sguil-sensor-0.8.0.ebuild
+++ b/net-analyzer/sguil-sensor/sguil-sensor-0.8.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sguil-sensor/sguil-sensor-0.8.0.ebuild,v 1.5 2014/07/16 23:56:11 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sguil-sensor/sguil-sensor-0.8.0.ebuild,v 1.6 2015/03/25 16:11:59 jlec Exp $
EAPI=5
+
inherit user
MY_PV="${PV/_p/p}"
@@ -13,9 +14,10 @@ SRC_URI="mirror://sourceforge/sguil/sguil-sensor-${MY_PV}.tar.gz"
LICENSE="GPL-2 QPL"
SLOT="0"
KEYWORDS="~x86"
+IUSE=""
RDEPEND="
- >=dev-lang/tcl-8.3[-threads]
+ >=dev-lang/tcl-8.3:0=[-threads]
>=dev-tcltk/tclx-8.3
>=net-analyzer/barnyard-0.2.0-r1
>=net-analyzer/snort-2.4.1-r1
diff --git a/net-analyzer/sguil-sensor/sguil-sensor-0.9.0.ebuild b/net-analyzer/sguil-sensor/sguil-sensor-0.9.0.ebuild
index c4185860900d..32ab073d0b2a 100644
--- a/net-analyzer/sguil-sensor/sguil-sensor-0.9.0.ebuild
+++ b/net-analyzer/sguil-sensor/sguil-sensor-0.9.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sguil-sensor/sguil-sensor-0.9.0.ebuild,v 1.1 2014/07/16 23:56:11 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sguil-sensor/sguil-sensor-0.9.0.ebuild,v 1.2 2015/03/25 16:11:59 jlec Exp $
EAPI=5
+
inherit user
MY_PV="${PV/_p/p}"
@@ -13,9 +14,10 @@ SRC_URI="https://github.com/bammv/${PN/-sensor}/archive/v${PV}.tar.gz -> ${P/-se
LICENSE="GPL-2 QPL"
SLOT="0"
KEYWORDS="~x86"
+IUSE=""
RDEPEND="
- >=dev-lang/tcl-8.3[-threads]
+ >=dev-lang/tcl-8.3:0=[-threads]
>=dev-tcltk/tclx-8.3
>=net-analyzer/barnyard-0.2.0-r1
>=net-analyzer/snort-2.4.1-r1