summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2013-07-08 13:33:14 +0000
committerSergey Popov <pinkbyte@gentoo.org>2013-07-08 13:33:14 +0000
commit14d723b1982c6153e18c9b302ae75b0a21ba6e90 (patch)
treec28395562ca3683aebc510e21281ad4b58435d23 /dev-libs/boost
parentrevbump; migrate -> distutils-r1, remove old (diff)
downloadgentoo-2-14d723b1982c6153e18c9b302ae75b0a21ba6e90.tar.gz
gentoo-2-14d723b1982c6153e18c9b302ae75b0a21ba6e90.tar.bz2
gentoo-2-14d723b1982c6153e18c9b302ae75b0a21ba6e90.zip
Add missing build-time dependency on app-arch/bzip2, wrt bug #469114, thanks to Matt Whitlock and Tomáš Pružina
(Portage version: 2.2.0_alpha184/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'dev-libs/boost')
-rw-r--r--dev-libs/boost/ChangeLog7
-rw-r--r--dev-libs/boost/boost-1.49.0-r2.ebuild5
-rw-r--r--dev-libs/boost/boost-1.52.0-r6.ebuild3
-rw-r--r--dev-libs/boost/boost-1.53.0.ebuild3
4 files changed, 13 insertions, 5 deletions
diff --git a/dev-libs/boost/ChangeLog b/dev-libs/boost/ChangeLog
index a0b5c562cfe3..ca3e152a6155 100644
--- a/dev-libs/boost/ChangeLog
+++ b/dev-libs/boost/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-libs/boost
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.291 2013/06/28 21:11:27 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.292 2013/07/08 13:33:14 pinkbyte Exp $
+
+ 08 Jul 2013; Sergey Popov <pinkbyte@gentoo.org> boost-1.49.0-r2.ebuild,
+ boost-1.52.0-r6.ebuild, boost-1.53.0.ebuild:
+ Add missing build-time dependency on app-arch/bzip2, wrt bug #469114, thanks
+ to Matt Whitlock and Tomáš Pružina
28 Jun 2013; Sébastien Fabbro <bicatali@gentoo.org> boost-1.53.0.ebuild:
Convert a few variables to prefix, keyword amd64-linux and x86-linux
diff --git a/dev-libs/boost/boost-1.49.0-r2.ebuild b/dev-libs/boost/boost-1.49.0-r2.ebuild
index d1581241c1d2..9b814f513adf 100644
--- a/dev-libs/boost/boost-1.49.0-r2.ebuild
+++ b/dev-libs/boost/boost-1.49.0-r2.ebuild
@@ -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/dev-libs/boost/boost-1.49.0-r2.ebuild,v 1.5 2012/11/22 19:48:37 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.49.0-r2.ebuild,v 1.6 2013/07/08 13:33:14 pinkbyte Exp $
EAPI="4"
PYTHON_DEPEND="python? *"
@@ -27,6 +27,7 @@ RDEPEND="icu? ( >=dev-libs/icu-3.3 )
!app-admin/eselect-boost
elibc_glibc? ( <sys-libs/glibc-2.16 )"
DEPEND="${RDEPEND}
+ app-arch/bzip2
=dev-util/boost-build-${MAJOR_V}*"
S=${WORKDIR}/${MY_P}
diff --git a/dev-libs/boost/boost-1.52.0-r6.ebuild b/dev-libs/boost/boost-1.52.0-r6.ebuild
index b300abdc133a..a56c08059208 100644
--- a/dev-libs/boost/boost-1.52.0-r6.ebuild
+++ b/dev-libs/boost/boost-1.52.0-r6.ebuild
@@ -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/dev-libs/boost/boost-1.52.0-r6.ebuild,v 1.1 2013/03/03 11:02:36 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.52.0-r6.ebuild,v 1.2 2013/07/08 13:33:14 pinkbyte Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} )
@@ -26,6 +26,7 @@ RDEPEND="icu? ( >=dev-libs/icu-3.6:= )
sys-libs/zlib
!app-admin/eselect-boost"
DEPEND="${RDEPEND}
+ app-arch/bzip2
=dev-util/boost-build-1.52.0-r1"
S=${WORKDIR}/${MY_P}
diff --git a/dev-libs/boost/boost-1.53.0.ebuild b/dev-libs/boost/boost-1.53.0.ebuild
index 0dcf4eea93ff..477121714c1c 100644
--- a/dev-libs/boost/boost-1.53.0.ebuild
+++ b/dev-libs/boost/boost-1.53.0.ebuild
@@ -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/dev-libs/boost/boost-1.53.0.ebuild,v 1.3 2013/06/28 21:11:27 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.53.0.ebuild,v 1.4 2013/07/08 13:33:14 pinkbyte Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} )
@@ -26,6 +26,7 @@ RDEPEND="icu? ( >=dev-libs/icu-3.6:= )
sys-libs/zlib
!app-admin/eselect-boost"
DEPEND="${RDEPEND}
+ app-arch/bzip2
=dev-util/boost-build-${MAJOR_V}*"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"