Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/sguil-client: ChangeLog sguil-client-0.6.1.ebuild
Date: Sun, 29 Apr 2012 17:03:32
Message-Id: 20120429170312.718882004B@flycatcher.gentoo.org
1 jer 12/04/29 17:03:12
2
3 Modified: ChangeLog sguil-client-0.6.1.ebuild
4 Log:
5 Fix inherit. Remove empty DEPEND. Remove useless elog.
6
7 (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.9 net-analyzer/sguil-client/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sguil-client/ChangeLog?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sguil-client/ChangeLog?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sguil-client/ChangeLog?r1=1.8&r2=1.9
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/sguil-client/ChangeLog,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- ChangeLog 8 Mar 2009 02:54:25 -0000 1.8
23 +++ ChangeLog 29 Apr 2012 17:03:12 -0000 1.9
24 @@ -1,6 +1,9 @@
25 # ChangeLog for net-analyzer/sguil-client
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sguil-client/ChangeLog,v 1.8 2009/03/08 02:54:25 cla Exp $
28 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sguil-client/ChangeLog,v 1.9 2012/04/29 17:03:12 jer Exp $
30 +
31 + 29 Apr 2012; Jeroen Roovers <jer@g.o> sguil-client-0.6.1.ebuild:
32 + Fix inherit. Remove empty DEPEND. Remove useless elog.
33
34 08 Mar 2009; Dawid Węgliński <cla@g.o> sguil-client-0.6.1.ebuild:
35 Migration to EAPI 2, add get_libdir() fix, keyword ~amd64
36
37
38
39 1.6 net-analyzer/sguil-client/sguil-client-0.6.1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sguil-client/sguil-client-0.6.1.ebuild?rev=1.6&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sguil-client/sguil-client-0.6.1.ebuild?rev=1.6&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sguil-client/sguil-client-0.6.1.ebuild?r1=1.5&r2=1.6
44
45 Index: sguil-client-0.6.1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/sguil-client/sguil-client-0.6.1.ebuild,v
48 retrieving revision 1.5
49 retrieving revision 1.6
50 diff -u -r1.5 -r1.6
51 --- sguil-client-0.6.1.ebuild 8 Mar 2009 02:54:25 -0000 1.5
52 +++ sguil-client-0.6.1.ebuild 29 Apr 2012 17:03:12 -0000 1.6
53 @@ -1,10 +1,9 @@
54 -# Copyright 1999-2009 Gentoo Foundation
55 +# Copyright 1999-2012 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sguil-client/sguil-client-0.6.1.ebuild,v 1.5 2009/03/08 02:54:25 cla Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sguil-client/sguil-client-0.6.1.ebuild,v 1.6 2012/04/29 17:03:12 jer Exp $
59
60 -EAPI="2"
61 -
62 -inherit eutils
63 +EAPI=4
64 +inherit multilib
65
66 MY_PV="${PV/_p/p}"
67 DESCRIPTION="GUI Console for sguil Network Security Monitoring"
68 @@ -15,7 +14,6 @@
69 KEYWORDS="~amd64 ~x86"
70 IUSE="ssl"
71
72 -DEPEND=""
73 RDEPEND="
74 >=dev-lang/tcl-8.3[-threads]
75 >=dev-lang/tk-8.3
76 @@ -29,17 +27,15 @@
77
78 S="${WORKDIR}/sguil-${MY_PV}"
79
80 -src_unpack() {
81 - unpack ${A}
82 - cd "${S}"
83 - sed -i -e "/^set SGUILLIB /s:./lib:/usr/$(get_libdir)/sguil:" \
84 +src_prepare() {
85 + sed -i client/sguil.conf \
86 + -e "/^set SGUILLIB /s:./lib:/usr/$(get_libdir)/sguil:" \
87 -e '/^set ETHEREAL_PATH /s:/usr/sbin/ethereal:/usr/bin/wireshark:' \
88 -e '/^set SERVERHOST /s:demo.sguil.net:localhost:' \
89 -e '/^set MAILSERVER /s:mail.example.com:localhost:' \
90 - -e '/^set GPG_PATH /s:/usr/local/bin/gpg:/usr/bin/gpg:' \
91 - client/sguil.conf || die "sed failed"
92 - sed -i -e 's:^exec wish:exec wishx': \
93 - client/sguil.tk || die "sed failed"
94 + -e '/^set GPG_PATH /s:/usr/local/bin/gpg:/usr/bin/gpg:' || die
95 + sed -i client/sguil.tk \
96 + -e 's:^exec wish:exec wishx:' || die
97 }
98
99 src_install() {
100 @@ -50,9 +46,3 @@
101 doins "${S}"/client/lib/*
102 dodoc doc/*
103 }
104 -
105 -pkg_postinst() {
106 - elog
107 - elog "You can customize your configuration by modifying /etc/sguil/sguil.conf"
108 - elog
109 -}