Gentoo Archives: gentoo-commits

From: "Richard Farina (zerochaos)" <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/cloudshark: cloudshark-1.0.2.174.ebuild ChangeLog
Date: Mon, 03 Jun 2013 13:54:23
Message-Id: 20130603135417.311872171D@flycatcher.gentoo.org
1 zerochaos 13/06/03 13:54:17
2
3 Modified: cloudshark-1.0.2.174.ebuild ChangeLog
4 Log:
5 adjusting some line lengths down for readability
6
7 (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
8
9 Revision Changes Path
10 1.3 net-analyzer/cloudshark/cloudshark-1.0.2.174.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/cloudshark/cloudshark-1.0.2.174.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/cloudshark/cloudshark-1.0.2.174.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/cloudshark/cloudshark-1.0.2.174.ebuild?r1=1.2&r2=1.3
15
16 Index: cloudshark-1.0.2.174.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/cloudshark/cloudshark-1.0.2.174.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- cloudshark-1.0.2.174.ebuild 3 Jun 2013 13:37:39 -0000 1.2
23 +++ cloudshark-1.0.2.174.ebuild 3 Jun 2013 13:54:17 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cloudshark/cloudshark-1.0.2.174.ebuild,v 1.2 2013/06/03 13:37:39 zerochaos Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cloudshark/cloudshark-1.0.2.174.ebuild,v 1.3 2013/06/03 13:54:17 zerochaos Exp $
29
30 EAPI=5
31
32 @@ -22,14 +22,18 @@
33
34 S="${WORKDIR}/${PN}-${SV}"
35
36 -get_PV() { local pv=$(best_version $1); pv=${pv#$1-}; pv=${pv%-r*}; pv=${pv//_}; echo ${pv}; }
37 +get_PV() {
38 + local pv=$(best_version $1)
39 + pv=${pv#$1-}; pv=${pv%-r*}
40 + pv=${pv//_}; echo ${pv}
41 +}
42
43 src_prepare() {
44 - #cloudshark isn't meant to be installed systemwide, most of this is caused by that fact
45 + #cloudshark isn't meant to be installed systemwide, we fix that
46 epatch "${FILESDIR}"/cs_log_dir.patch
47
48 sed -i "s#%s/cloudshark_init.lua#/usr/$(get_libdir)/wireshark/plugins/$(get_PV net-analyzer/wireshark)/cloudshark_init.lua#" cloudshark.lua
49 - #the echo line seemed a cleaner solution but it causes errors, looks like it expects windows paths only
50 + #causes errors, looks like it expects windows paths only
51 #echo "CLOUDSHARK_CABUNDLE = /usr/$(get_libdir)/wireshark/plugins/$(get_PV net-analyzer/wireshark)/curl-ca-bundle.crt" >> cloudshark_init.default
52 sed -i "s#%s/curl-ca-bundle.crt#/usr/$(get_libdir)/wireshark/plugins/$(get_PV net-analyzer/wireshark)/curl-ca-bundle.crt#" cloudshark.lua
53
54 @@ -37,10 +41,6 @@
55 #sed -i 's#CLOUDSHARK_TSHARK = "n"#CLOUDSHARK_TSHARK = "y"#' cloudshark_init.default (tshark support doesn't seem to work)
56 }
57
58 -src_test() {
59 - [ "md5sum install-unix" -ne "405cb4dd526bf5261bbb56714baa67f0 install-unix" ] && die "install instructions have changed"
60 -}
61 -
62 src_install() {
63 insinto /usr/$(get_libdir)/wireshark/plugins/$(get_PV net-analyzer/wireshark)
64 doins cloudshark.lua json.lua version.lua curl-ca-bundle.crt
65
66
67
68 1.4 net-analyzer/cloudshark/ChangeLog
69
70 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/cloudshark/ChangeLog?rev=1.4&view=markup
71 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/cloudshark/ChangeLog?rev=1.4&content-type=text/plain
72 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/cloudshark/ChangeLog?r1=1.3&r2=1.4
73
74 Index: ChangeLog
75 ===================================================================
76 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/cloudshark/ChangeLog,v
77 retrieving revision 1.3
78 retrieving revision 1.4
79 diff -u -r1.3 -r1.4
80 --- ChangeLog 3 Jun 2013 13:37:39 -0000 1.3
81 +++ ChangeLog 3 Jun 2013 13:54:17 -0000 1.4
82 @@ -1,6 +1,9 @@
83 # ChangeLog for net-analyzer/cloudshark
84 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
85 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cloudshark/ChangeLog,v 1.3 2013/06/03 13:37:39 zerochaos Exp $
86 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cloudshark/ChangeLog,v 1.4 2013/06/03 13:54:17 zerochaos Exp $
87 +
88 + 03 Jun 2013; Rick Farina <zerochaos@g.o> cloudshark-1.0.2.174.ebuild:
89 + adjusting some line lengths down for readability
90
91 03 Jun 2013; Rick Farina <zerochaos@g.o> cloudshark-1.0.2.174.ebuild:
92 clean description properly