mgorny 14/11/16 16:01:22
Modified: boost-build-1.56.0.ebuild
boost-build-1.55.0-r1.ebuild ChangeLog
Log:
Support using tests without enabling Python linking, bug #529480.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key
EFB4464E!)
Revision Changes Path
1.3 dev-util/boost-build/boost-build-1.56.0.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/boost-build/boost-build-1.56.0.ebuild?rev=1.3&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/boost-build/boost-build-1.56.0.ebuild?rev=1.3&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/boost-build/boost-build-1.56.0.ebuild?r1=1.2&r2=1.3
Index: boost-build-1.56.0.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.56.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- boost-build-1.56.0.ebuild 16 Nov 2014 15:40:30 -0000 1.2
+++ boost-build-1.56.0.ebuild 16 Nov 2014 16:01:22 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.56.0.ebuild,v 1.2
2014/11/16 15:40:30 mgorny Exp $
+# $Header:
/var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.56.0.ebuild,v 1.3
2014/11/16 16:01:22 mgorny Exp $
EAPI="5"
@@ -22,15 +22,18 @@
!<dev-libs/boost-1.34.0
!<=dev-util/boost-build-1.35.0-r1"
DEPEND="${RDEPEND}
- test? ( sys-apps/diffutils )"
+ test? ( sys-apps/diffutils
+ ${PYTHON_DEPS} )"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
- test? ( python )"
+ test? ( ${PYTHON_REQUIRED_USE} )"
S="${WORKDIR}/boost_${MY_PV}/tools/build/src"
pkg_setup() {
- use python && python-single-r1_pkg_setup
+ if use python || use test; then
+ python-single-r1_pkg_setup
+ fi
}
src_unpack() {
1.2 dev-util/boost-build/boost-build-1.55.0-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/boost-build/boost-build-1.55.0-r1.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/boost-build/boost-build-1.55.0-r1.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/boost-build/boost-build-1.55.0-r1.ebuild?r1=1.1&r2=1.2
Index: boost-build-1.55.0-r1.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.55.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- boost-build-1.55.0-r1.ebuild 16 Nov 2014 15:40:30 -0000 1.1
+++ boost-build-1.55.0-r1.ebuild 16 Nov 2014 16:01:22 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.55.0-r1.ebuild,v 1.1
2014/11/16 15:40:30 mgorny Exp $
+# $Header:
/var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.55.0-r1.ebuild,v 1.2
2014/11/16 16:01:22 mgorny Exp $
EAPI="5"
@@ -22,15 +22,18 @@
!<dev-libs/boost-1.34.0
!<=dev-util/boost-build-1.35.0-r1"
DEPEND="${RDEPEND}
- test? ( sys-apps/diffutils )"
+ test? ( sys-apps/diffutils
+ ${PYTHON_DEPS} )"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
- test? ( python )"
+ test? ( ${PYTHON_REQUIRED_USE} )"
S="${WORKDIR}/boost_${MY_PV}/tools/build/v2"
pkg_setup() {
- use python && python-single-r1_pkg_setup
+ if use python || use test; then
+ python-single-r1_pkg_setup
+ fi
}
src_unpack() {
1.133 dev-util/boost-build/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/boost-build/ChangeLog?rev=1.133&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/boost-build/ChangeLog?rev=1.133&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/boost-build/ChangeLog?r1=1.132&r2=1.133
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/boost-build/ChangeLog,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -r1.132 -r1.133
--- ChangeLog 16 Nov 2014 15:40:30 -0000 1.132
+++ ChangeLog 16 Nov 2014 16:01:22 -0000 1.133
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/boost-build
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/ChangeLog,v 1.132
2014/11/16 15:40:30 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/ChangeLog,v 1.133
2014/11/16 16:01:22 mgorny Exp $
+
+ 16 Nov 2014; Michał Górny <[email protected]> boost-build-1.55.0-r1.ebuild,
+ boost-build-1.56.0.ebuild:
+ Support using tests without enabling Python linking, bug #529480.
*boost-build-1.55.0-r1 (16 Nov 2014)