public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [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
@ 2013-06-03  4:11 Richard Farina (zerochaos)
  0 siblings, 0 replies; only message in thread
From: Richard Farina (zerochaos) @ 2013-06-03  4:11 UTC (permalink / raw
  To: gentoo-commits

zerochaos    13/06/03 04:11:45

  Modified:             libbtbb-2012.10.3-r2.ebuild libbtbb-9999.ebuild
                        ChangeLog
  Removed:              libbtbb-0.8.ebuild libbtbb-2012.10.3-r1.ebuild
                        libbtbb-2012.10.3.ebuild libbtbb-0.7.ebuild
                        libbtbb-2012.10.1.ebuild
  Log:
  cleanup old ebuilds and fix for get_PV to detect RC versions of wireshark properly
  
  (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)

Revision  Changes    Path
1.2                  net-libs/libbtbb/libbtbb-2012.10.3-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libbtbb/libbtbb-2012.10.3-r2.ebuild?rev=1.2&view=markup
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
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libbtbb/libbtbb-2012.10.3-r2.ebuild?r1=1.1&r2=1.2

Index: libbtbb-2012.10.3-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libbtbb/libbtbb-2012.10.3-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libbtbb-2012.10.3-r2.ebuild	27 Apr 2013 23:03:47 -0000	1.1
+++ libbtbb-2012.10.3-r2.ebuild	3 Jun 2013 04:11:45 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
 
 EAPI=5
 
@@ -35,7 +35,7 @@
 DEPEND="${RDEPEND}
 	wireshark? ( virtual/pkgconfig )"
 
-get_PV() { local pv=$(best_version "$1"); pv=${pv#"$1-"}; echo "${pv%-r[0-9]*}"; }
+get_PV() { local pv=$(best_version $1); pv=${pv#$1-}; pv=${pv%-r*}; pv=${pv//_}; echo ${pv}; }
 
 CMAKE_USE_DIR="${S}"/wireshark/plugins/btbb
 



1.10                 net-libs/libbtbb/libbtbb-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libbtbb/libbtbb-9999.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libbtbb/libbtbb-9999.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libbtbb/libbtbb-9999.ebuild?r1=1.9&r2=1.10

Index: libbtbb-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libbtbb/libbtbb-9999.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libbtbb-9999.ebuild	27 Apr 2013 23:03:47 -0000	1.9
+++ libbtbb-9999.ebuild	3 Jun 2013 04:11:45 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libbtbb/libbtbb-9999.ebuild,v 1.9 2013/04/27 23:03:47 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libbtbb/libbtbb-9999.ebuild,v 1.10 2013/06/03 04:11:45 zerochaos Exp $
 
 EAPI=5
 
@@ -35,7 +35,7 @@
 DEPEND="${RDEPEND}
 	wireshark? ( virtual/pkgconfig )"
 
-get_PV() { local pv=$(best_version "$1"); pv=${pv#"$1-"}; echo "${pv%-r[0-9]*}"; }
+get_PV() { local pv=$(best_version $1); pv=${pv#$1-}; pv=${pv%-r*}; pv=${pv//_}; echo ${pv}; }
 
 CMAKE_USE_DIR="${S}"/wireshark/plugins/btbb
 



1.13                 net-libs/libbtbb/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libbtbb/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	27 Apr 2013 23:03:47 -0000	1.12
+++ ChangeLog	3 Jun 2013 04:11:45 -0000	1.13
@@ -1,6 +1,12 @@
 # ChangeLog for net-libs/libbtbb
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libbtbb/ChangeLog,v 1.12 2013/04/27 23:03:47 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libbtbb/ChangeLog,v 1.13 2013/06/03 04:11:45 zerochaos Exp $
+
+  03 Jun 2013; Rick Farina <zerochaos@gentoo.org> -libbtbb-0.7.ebuild,
+  -libbtbb-0.8.ebuild, -libbtbb-2012.10.1.ebuild, -libbtbb-2012.10.3-r1.ebuild,
+  -libbtbb-2012.10.3.ebuild, libbtbb-2012.10.3-r2.ebuild, libbtbb-9999.ebuild:
+  cleanup old ebuilds and fix for get_PV to detect RC versions of wireshark
+  properly
 
 *libbtbb-2012.10.3-r1 (27 Apr 2013)
 *libbtbb-2012.10.3-r2 (27 Apr 2013)





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-06-03  4:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-03  4:11 [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 Richard Farina (zerochaos)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox