summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2014-07-16 23:36:48 +0000
committerJeroen Roovers <jer@gentoo.org>2014-07-16 23:36:48 +0000
commit0ffcc77da510f2fd4408513a0d47a33910b250bc (patch)
tree25190df994699e465ad1265384f5f7fd427c1279 /net-analyzer/sguil-client
parentVersion bump. Remove short <longdescription>. Update conf.d comments. (diff)
downloadgentoo-2-0ffcc77da510f2fd4408513a0d47a33910b250bc.tar.gz
gentoo-2-0ffcc77da510f2fd4408513a0d47a33910b250bc.tar.bz2
gentoo-2-0ffcc77da510f2fd4408513a0d47a33910b250bc.zip
EAPI bump.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-analyzer/sguil-client')
-rw-r--r--net-analyzer/sguil-client/ChangeLog7
-rw-r--r--net-analyzer/sguil-client/sguil-client-0.8.0.ebuild16
2 files changed, 14 insertions, 9 deletions
diff --git a/net-analyzer/sguil-client/ChangeLog b/net-analyzer/sguil-client/ChangeLog
index a6430958a8ca..5cad3ec1c3db 100644
--- a/net-analyzer/sguil-client/ChangeLog
+++ b/net-analyzer/sguil-client/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/sguil-client
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sguil-client/ChangeLog,v 1.12 2012/09/18 01:39:15 radhermit Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sguil-client/ChangeLog,v 1.13 2014/07/16 23:36:48 jer Exp $
+
+ 16 Jul 2014; Jeroen Roovers <jer@gentoo.org> sguil-client-0.8.0.ebuild:
+ EAPI bump.
18 Sep 2012; Tim Harder <radhermit@gentoo.org> -sguil-client-0.6.1.ebuild:
Remove old.
diff --git a/net-analyzer/sguil-client/sguil-client-0.8.0.ebuild b/net-analyzer/sguil-client/sguil-client-0.8.0.ebuild
index f6da71121353..ec05718eafa9 100644
--- a/net-analyzer/sguil-client/sguil-client-0.8.0.ebuild
+++ b/net-analyzer/sguil-client/sguil-client-0.8.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sguil-client/sguil-client-0.8.0.ebuild,v 1.1 2012/04/30 15:21:33 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sguil-client/sguil-client-0.8.0.ebuild,v 1.2 2014/07/16 23:36:48 jer Exp $
-EAPI=4
+EAPI=5
inherit multilib
MY_PV="${PV/_p/p}"
@@ -22,18 +22,20 @@ RDEPEND="
dev-tcltk/itk
dev-tcltk/iwidgets
dev-tcltk/tcllib
+ net-analyzer/wireshark
ssl? ( >=dev-tcltk/tls-1.4.1 )
- net-analyzer/wireshark"
+"
-S="${WORKDIR}/sguil-${MY_PV}"
+S=${WORKDIR}/sguil-${MY_PV}
src_prepare() {
- sed -i client/sguil.conf \
+ sed -i \
-e "/^set SGUILLIB /s:./lib:/usr/$(get_libdir)/sguil:" \
-e '/^set ETHEREAL_PATH /s:/usr/sbin/ethereal:/usr/bin/wireshark:' \
-e '/^set SERVERHOST /s:demo.sguil.net:localhost:' \
-e '/^set MAILSERVER /s:mail.example.com:localhost:' \
- -e '/^set GPG_PATH /s:/usr/local/bin/gpg:/usr/bin/gpg:' || die
+ -e '/^set GPG_PATH /s:/usr/local/bin/gpg:/usr/bin/gpg:' \
+ client/sguil.conf || die
}
src_install() {