public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-p2p/bitcoin-qt: bitcoin-qt-0.7.2_rc2.ebuild bitcoin-qt-0.7.2.ebuild bitcoin-qt-0.7.0.ebuild ChangeLog
@ 2013-01-08  1:59 Anthony G. Basile (blueness)
  0 siblings, 0 replies; only message in thread
From: Anthony G. Basile (blueness) @ 2013-01-08  1:59 UTC (permalink / raw
  To: gentoo-commits

blueness    13/01/08 01:59:36

  Modified:             bitcoin-qt-0.7.2_rc2.ebuild bitcoin-qt-0.7.2.ebuild
                        bitcoin-qt-0.7.0.ebuild ChangeLog
  Log:
  Remove boost versioning for 0.7.*.  They could all probably use it.  Bug #445180
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)

Revision  Changes    Path
1.2                  net-p2p/bitcoin-qt/bitcoin-qt-0.7.2_rc2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.7.2_rc2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.7.2_rc2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.7.2_rc2.ebuild?r1=1.1&r2=1.2

Index: bitcoin-qt-0.7.2_rc2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.7.2_rc2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bitcoin-qt-0.7.2_rc2.ebuild	6 Dec 2012 13:29:17 -0000	1.1
+++ bitcoin-qt-0.7.2_rc2.ebuild	8 Jan 2013 01:59:36 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 2010-2012 Gentoo Foundation
+# Copyright 2010-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.7.2_rc2.ebuild,v 1.1 2012/12/06 13:29:17 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.7.2_rc2.ebuild,v 1.2 2013/01/08 01:59:36 blueness Exp $
 
 EAPI=4
 
@@ -22,7 +22,7 @@
 IUSE="$IUSE 1stclassmsg dbus +eligius ipv6 +qrcode upnp"
 
 RDEPEND="
-	>=dev-libs/boost-1.41.0
+	>=dev-libs/boost-1.41.0[threads(+)]
 	dev-libs/openssl[-bindist]
 	qrcode? (
 		media-gfx/qrencode
@@ -76,7 +76,6 @@
 
 src_configure() {
 	OPTS=()
-	local BOOST_PKG BOOST_VER
 
 	use dbus && OPTS+=("USE_DBUS=1")
 	if use upnp; then
@@ -91,12 +90,6 @@
 	OPTS+=("BDB_INCLUDE_PATH=$(db_includedir "${DB_VER}")")
 	OPTS+=("BDB_LIB_SUFFIX=-${DB_VER}")
 
-	BOOST_PKG="$(best_version 'dev-libs/boost')"
-	BOOST_VER="$(get_version_component_range 1-2 "${BOOST_PKG/*boost-/}")"
-	BOOST_VER="$(replace_all_version_separators _ "${BOOST_VER}")"
-	OPTS+=("BOOST_INCLUDE_PATH=/usr/include/boost-${BOOST_VER}")
-	OPTS+=("BOOST_LIB_SUFFIX=-${BOOST_VER}")
-
 	eqmake4 "${PN}.pro" "${OPTS[@]}"
 }
 



1.2                  net-p2p/bitcoin-qt/bitcoin-qt-0.7.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.7.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.7.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.7.2.ebuild?r1=1.1&r2=1.2

Index: bitcoin-qt-0.7.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.7.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bitcoin-qt-0.7.2.ebuild	4 Jan 2013 02:42:24 -0000	1.1
+++ bitcoin-qt-0.7.2.ebuild	8 Jan 2013 01:59:36 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 2010-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.7.2.ebuild,v 1.1 2013/01/04 02:42:24 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.7.2.ebuild,v 1.2 2013/01/08 01:59:36 blueness Exp $
 
 EAPI=4
 
@@ -22,7 +22,7 @@
 IUSE="$IUSE 1stclassmsg dbus +eligius ipv6 +qrcode upnp"
 
 RDEPEND="
-	>=dev-libs/boost-1.41.0
+	>=dev-libs/boost-1.41.0[threads(+)]
 	dev-libs/openssl[-bindist]
 	qrcode? (
 		media-gfx/qrencode
@@ -76,7 +76,6 @@
 
 src_configure() {
 	OPTS=()
-	local BOOST_PKG BOOST_VER
 
 	use dbus && OPTS+=("USE_DBUS=1")
 	if use upnp; then
@@ -91,12 +90,6 @@
 	OPTS+=("BDB_INCLUDE_PATH=$(db_includedir "${DB_VER}")")
 	OPTS+=("BDB_LIB_SUFFIX=-${DB_VER}")
 
-	BOOST_PKG="$(best_version 'dev-libs/boost')"
-	BOOST_VER="$(get_version_component_range 1-2 "${BOOST_PKG/*boost-/}")"
-	BOOST_VER="$(replace_all_version_separators _ "${BOOST_VER}")"
-	OPTS+=("BOOST_INCLUDE_PATH=/usr/include/boost-${BOOST_VER}")
-	OPTS+=("BOOST_LIB_SUFFIX=-${BOOST_VER}")
-
 	eqmake4 "${PN}.pro" "${OPTS[@]}"
 }
 



1.3                  net-p2p/bitcoin-qt/bitcoin-qt-0.7.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.7.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.7.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.7.0.ebuild?r1=1.2&r2=1.3

Index: bitcoin-qt-0.7.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.7.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bitcoin-qt-0.7.0.ebuild	29 Oct 2012 02:20:08 -0000	1.2
+++ bitcoin-qt-0.7.0.ebuild	8 Jan 2013 01:59:36 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.7.0.ebuild,v 1.2 2012/10/29 02:20:08 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.7.0.ebuild,v 1.3 2013/01/08 01:59:36 blueness Exp $
 
 EAPI=4
 
@@ -21,7 +21,7 @@
 IUSE="$IUSE 1stclassmsg dbus +eligius ipv6 +qrcode upnp"
 
 RDEPEND="
-	>=dev-libs/boost-1.41.0
+	>=dev-libs/boost-1.41.0[threads(+)]
 	dev-libs/openssl[-bindist]
 	qrcode? (
 		media-gfx/qrencode
@@ -74,7 +74,6 @@
 
 src_configure() {
 	OPTS=()
-	local BOOST_PKG BOOST_VER
 
 	use dbus && OPTS+=("USE_DBUS=1")
 	if use upnp; then
@@ -89,12 +88,6 @@
 	OPTS+=("BDB_INCLUDE_PATH=$(db_includedir "${DB_VER}")")
 	OPTS+=("BDB_LIB_SUFFIX=-${DB_VER}")
 
-	BOOST_PKG="$(best_version 'dev-libs/boost')"
-	BOOST_VER="$(get_version_component_range 1-2 "${BOOST_PKG/*boost-/}")"
-	BOOST_VER="$(replace_all_version_separators _ "${BOOST_VER}")"
-	OPTS+=("BOOST_INCLUDE_PATH=/usr/include/boost-${BOOST_VER}")
-	OPTS+=("BOOST_LIB_SUFFIX=-${BOOST_VER}")
-
 	eqmake4 "${PN}.pro" "${OPTS[@]}"
 }
 



1.50                 net-p2p/bitcoin-qt/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog?r1=1.49&r2=1.50

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	4 Jan 2013 02:42:24 -0000	1.49
+++ ChangeLog	8 Jan 2013 01:59:36 -0000	1.50
@@ -1,6 +1,11 @@
 # ChangeLog for net-p2p/bitcoin-qt
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog,v 1.49 2013/01/04 02:42:24 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog,v 1.50 2013/01/08 01:59:36 blueness Exp $
+
+  08 Jan 2013; Anthony G. Basile <blueness@gentoo.org> bitcoin-qt-0.7.0.ebuild,
+  bitcoin-qt-0.7.2.ebuild, bitcoin-qt-0.7.2_rc2.ebuild:
+  Remove boost versioning for 0.7.*.  They could all probably use it.  Bug
+  #445180
 
 *bitcoin-qt-0.7.2 (04 Jan 2013)
 





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

only message in thread, other threads:[~2013-01-08  1:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-08  1:59 [gentoo-commits] gentoo-x86 commit in net-p2p/bitcoin-qt: bitcoin-qt-0.7.2_rc2.ebuild bitcoin-qt-0.7.2.ebuild bitcoin-qt-0.7.0.ebuild ChangeLog Anthony G. Basile (blueness)

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