From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 473511381F3 for ; Mon, 3 Jun 2013 04:11:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD405E09C0; Mon, 3 Jun 2013 04:11:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4FC92E09C9 for ; Mon, 3 Jun 2013 04:11:48 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3DAF833DFE1 for ; Mon, 3 Jun 2013 04:11:47 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2326) id 052552171D; Mon, 3 Jun 2013 04:11:45 +0000 (UTC) From: "Richard Farina (zerochaos)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, zerochaos@gentoo.org 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 X-VCS-Repository: gentoo-x86 X-VCS-Files: 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 X-VCS-Directories: net-libs/libbtbb X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130603041146.052552171D@flycatcher.gentoo.org> Date: Mon, 3 Jun 2013 04:11:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: bc2f6e13-35b0-49e2-aa1c-875e111e0d6c X-Archives-Hash: f641a88f89f8e9dcebaac7e6cd7d3d1e 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 -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)