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-libs/libbtbb: libbtbb-2012.10.3-r2.ebuild libbtbb-9999.ebuild ChangeLog libbtbb-0.8.ebuild libbtbb-2012.10.3-r1.ebuild libbtbb-2012.10.3.ebuild libbtbb-0.7.ebuild libbtbb-2012.10.1.ebuild
Date: Mon, 03 Jun 2013 04:11:49
Message-Id: 20130603041146.052552171D@flycatcher.gentoo.org
1 zerochaos 13/06/03 04:11:45
2
3 Modified: libbtbb-2012.10.3-r2.ebuild libbtbb-9999.ebuild
4 ChangeLog
5 Removed: libbtbb-0.8.ebuild libbtbb-2012.10.3-r1.ebuild
6 libbtbb-2012.10.3.ebuild libbtbb-0.7.ebuild
7 libbtbb-2012.10.1.ebuild
8 Log:
9 cleanup old ebuilds and fix for get_PV to detect RC versions of wireshark properly
10
11 (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
12
13 Revision Changes Path
14 1.2 net-libs/libbtbb/libbtbb-2012.10.3-r2.ebuild
15
16 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libbtbb/libbtbb-2012.10.3-r2.ebuild?rev=1.2&view=markup
17 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libbtbb/libbtbb-2012.10.3-r2.ebuild?rev=1.2&content-type=text/plain
18 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libbtbb/libbtbb-2012.10.3-r2.ebuild?r1=1.1&r2=1.2
19
20 Index: libbtbb-2012.10.3-r2.ebuild
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/net-libs/libbtbb/libbtbb-2012.10.3-r2.ebuild,v
23 retrieving revision 1.1
24 retrieving revision 1.2
25 diff -u -r1.1 -r1.2
26 --- libbtbb-2012.10.3-r2.ebuild 27 Apr 2013 23:03:47 -0000 1.1
27 +++ libbtbb-2012.10.3-r2.ebuild 3 Jun 2013 04:11:45 -0000 1.2
28 @@ -1,6 +1,6 @@
29 # Copyright 1999-2013 Gentoo Foundation
30 # Distributed under the terms of the GNU General Public License v2
31 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libbtbb/libbtbb-2012.10.3-r2.ebuild,v 1.1 2013/04/27 23:03:47 zerochaos Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libbtbb/libbtbb-2012.10.3-r2.ebuild,v 1.2 2013/06/03 04:11:45 zerochaos Exp $
33
34 EAPI=5
35
36 @@ -35,7 +35,7 @@
37 DEPEND="${RDEPEND}
38 wireshark? ( virtual/pkgconfig )"
39
40 -get_PV() { local pv=$(best_version "$1"); pv=${pv#"$1-"}; echo "${pv%-r[0-9]*}"; }
41 +get_PV() { local pv=$(best_version $1); pv=${pv#$1-}; pv=${pv%-r*}; pv=${pv//_}; echo ${pv}; }
42
43 CMAKE_USE_DIR="${S}"/wireshark/plugins/btbb
44
45
46
47
48 1.10 net-libs/libbtbb/libbtbb-9999.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libbtbb/libbtbb-9999.ebuild?rev=1.10&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libbtbb/libbtbb-9999.ebuild?rev=1.10&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libbtbb/libbtbb-9999.ebuild?r1=1.9&r2=1.10
53
54 Index: libbtbb-9999.ebuild
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/net-libs/libbtbb/libbtbb-9999.ebuild,v
57 retrieving revision 1.9
58 retrieving revision 1.10
59 diff -u -r1.9 -r1.10
60 --- libbtbb-9999.ebuild 27 Apr 2013 23:03:47 -0000 1.9
61 +++ libbtbb-9999.ebuild 3 Jun 2013 04:11:45 -0000 1.10
62 @@ -1,6 +1,6 @@
63 # Copyright 1999-2013 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libbtbb/libbtbb-9999.ebuild,v 1.9 2013/04/27 23:03:47 zerochaos Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libbtbb/libbtbb-9999.ebuild,v 1.10 2013/06/03 04:11:45 zerochaos Exp $
67
68 EAPI=5
69
70 @@ -35,7 +35,7 @@
71 DEPEND="${RDEPEND}
72 wireshark? ( virtual/pkgconfig )"
73
74 -get_PV() { local pv=$(best_version "$1"); pv=${pv#"$1-"}; echo "${pv%-r[0-9]*}"; }
75 +get_PV() { local pv=$(best_version $1); pv=${pv#$1-}; pv=${pv%-r*}; pv=${pv//_}; echo ${pv}; }
76
77 CMAKE_USE_DIR="${S}"/wireshark/plugins/btbb
78
79
80
81
82 1.13 net-libs/libbtbb/ChangeLog
83
84 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libbtbb/ChangeLog?rev=1.13&view=markup
85 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libbtbb/ChangeLog?rev=1.13&content-type=text/plain
86 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libbtbb/ChangeLog?r1=1.12&r2=1.13
87
88 Index: ChangeLog
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/net-libs/libbtbb/ChangeLog,v
91 retrieving revision 1.12
92 retrieving revision 1.13
93 diff -u -r1.12 -r1.13
94 --- ChangeLog 27 Apr 2013 23:03:47 -0000 1.12
95 +++ ChangeLog 3 Jun 2013 04:11:45 -0000 1.13
96 @@ -1,6 +1,12 @@
97 # ChangeLog for net-libs/libbtbb
98 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
99 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libbtbb/ChangeLog,v 1.12 2013/04/27 23:03:47 zerochaos Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libbtbb/ChangeLog,v 1.13 2013/06/03 04:11:45 zerochaos Exp $
101 +
102 + 03 Jun 2013; Rick Farina <zerochaos@g.o> -libbtbb-0.7.ebuild,
103 + -libbtbb-0.8.ebuild, -libbtbb-2012.10.1.ebuild, -libbtbb-2012.10.3-r1.ebuild,
104 + -libbtbb-2012.10.3.ebuild, libbtbb-2012.10.3-r2.ebuild, libbtbb-9999.ebuild:
105 + cleanup old ebuilds and fix for get_PV to detect RC versions of wireshark
106 + properly
107
108 *libbtbb-2012.10.3-r1 (27 Apr 2013)
109 *libbtbb-2012.10.3-r2 (27 Apr 2013)