jer         14/07/17 00:04:22

  Modified:             ChangeLog
  Added:                sguil-client-0.9.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.14                 net-analyzer/sguil-client/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sguil-client/ChangeLog?rev=1.14&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sguil-client/ChangeLog?rev=1.14&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sguil-client/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/sguil-client/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   16 Jul 2014 23:36:48 -0000      1.13
+++ ChangeLog   17 Jul 2014 00:04:22 -0000      1.14
@@ -1,6 +1,11 @@
 # ChangeLog for net-analyzer/sguil-client
 # 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 $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sguil-client/ChangeLog,v 1.14 
2014/07/17 00:04:22 jer Exp $
+
+*sguil-client-0.9.0 (17 Jul 2014)
+
+  17 Jul 2014; Jeroen Roovers <[email protected]> +sguil-client-0.9.0.ebuild:
+  Version bump.
 
   16 Jul 2014; Jeroen Roovers <[email protected]> sguil-client-0.8.0.ebuild:
   EAPI bump.



1.1                  net-analyzer/sguil-client/sguil-client-0.9.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sguil-client/sguil-client-0.9.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sguil-client/sguil-client-0.9.0.ebuild?rev=1.1&content-type=text/plain

Index: sguil-client-0.9.0.ebuild
===================================================================
# 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.9.0.ebuild,v 
1.1 2014/07/17 00:04:22 jer Exp $

EAPI=5
inherit multilib

MY_PV="${PV/_p/p}"
DESCRIPTION="GUI Console for sguil Network Security Monitoring"
HOMEPAGE="http://sguil.sf.net";
SRC_URI="https://github.com/bammv/${PN/-client}/archive/v${PV}.tar.gz -> 
${P/-client}.tar.gz"
LICENSE="QPL"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="ssl"

RDEPEND="
        >=dev-lang/tcl-8.3[-threads]
        >=dev-lang/tk-8.3
        >=dev-tcltk/itcl-3.2
        >=dev-tcltk/tclx-8.3
        dev-tcltk/itk
        dev-tcltk/iwidgets
        dev-tcltk/tcllib
        net-analyzer/wireshark
        ssl? ( >=dev-tcltk/tls-1.4.1 )
"

S=${WORKDIR}/sguil-${MY_PV}

src_prepare() {
        sed -i \
                -e "/^set SGUILLIB /s:./lib:/usr/$(get_libdir)/sguil:" \
                -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:' \
                client/sguil.conf || die
}

src_install() {
        dobin client/sguil.tk
        insinto /etc/sguil
        doins client/sguil.conf
        insinto "/usr/$(get_libdir)/sguil"
        doins -r "${S}"/client/lib/*
        dodoc doc/*
}




Reply via email to