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: Mon, 30 Apr 2012 15:18:07
Message-Id: 20120430151742.6F0922004B@flycatcher.gentoo.org
1 jer 12/04/30 15:17:42
2
3 Modified: ChangeLog sguil-client-0.6.1.ebuild
4 Log:
5 Install everything in client/lib. Remove sed script by Greg Watson (bug 190584).
6
7 (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.10 net-analyzer/sguil-client/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sguil-client/ChangeLog?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sguil-client/ChangeLog?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sguil-client/ChangeLog?r1=1.9&r2=1.10
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/sguil-client/ChangeLog,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- ChangeLog 29 Apr 2012 17:03:12 -0000 1.9
23 +++ ChangeLog 30 Apr 2012 15:17:42 -0000 1.10
24 @@ -1,6 +1,10 @@
25 # ChangeLog for net-analyzer/sguil-client
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sguil-client/ChangeLog,v 1.9 2012/04/29 17:03:12 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sguil-client/ChangeLog,v 1.10 2012/04/30 15:17:42 jer Exp $
29 +
30 + 30 Apr 2012; Jeroen Roovers <jer@g.o> sguil-client-0.6.1.ebuild:
31 + Install everything in client/lib. Remove sed script by Greg Watson (bug
32 + 190584).
33
34 29 Apr 2012; Jeroen Roovers <jer@g.o> sguil-client-0.6.1.ebuild:
35 Fix inherit. Remove empty DEPEND. Remove useless elog.
36
37
38
39 1.7 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.7&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/sguil-client/sguil-client-0.6.1.ebuild?rev=1.7&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.6&r2=1.7
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.6
49 retrieving revision 1.7
50 diff -u -r1.6 -r1.7
51 --- sguil-client-0.6.1.ebuild 29 Apr 2012 17:03:12 -0000 1.6
52 +++ sguil-client-0.6.1.ebuild 30 Apr 2012 15:17:42 -0000 1.7
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2012 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $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 $
57 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sguil-client/sguil-client-0.6.1.ebuild,v 1.7 2012/04/30 15:17:42 jer Exp $
58
59 EAPI=4
60 inherit multilib
61 @@ -34,8 +34,6 @@
62 -e '/^set SERVERHOST /s:demo.sguil.net:localhost:' \
63 -e '/^set MAILSERVER /s:mail.example.com:localhost:' \
64 -e '/^set GPG_PATH /s:/usr/local/bin/gpg:/usr/bin/gpg:' || die
65 - sed -i client/sguil.tk \
66 - -e 's:^exec wish:exec wishx:' || die
67 }
68
69 src_install() {
70 @@ -43,6 +41,6 @@
71 insinto /etc/sguil
72 doins client/sguil.conf
73 insinto "/usr/$(get_libdir)/sguil"
74 - doins "${S}"/client/lib/*
75 + doins -r "${S}"/client/lib/*
76 dodoc doc/*
77 }