diff options
author | 2013-09-05 18:29:55 +0000 | |
---|---|---|
committer | 2013-09-05 18:29:55 +0000 | |
commit | cd7a036019b13dc8d5c2b54c336555bc02085235 (patch) | |
tree | 050bae16ad94f81d820d4751bafff1d0393b1b08 /dev-libs/boost | |
parent | Clean up PYTHON_COMPAT from old implementations. (diff) | |
download | gentoo-2-cd7a036019b13dc8d5c2b54c336555bc02085235.tar.gz gentoo-2-cd7a036019b13dc8d5c2b54c336555bc02085235.tar.bz2 gentoo-2-cd7a036019b13dc8d5c2b54c336555bc02085235.zip |
Clean up PYTHON_COMPAT from old implementations.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-libs/boost')
-rw-r--r-- | dev-libs/boost/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/boost/boost-1.52.0-r6.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/boost/boost-1.53.0.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/boost/boost-1.54.0.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/dev-libs/boost/ChangeLog b/dev-libs/boost/ChangeLog index 3592c24be653..a51725418122 100644 --- a/dev-libs/boost/ChangeLog +++ b/dev-libs/boost/ChangeLog @@ -1,6 +1,10 @@ # 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.296 2013/08/27 11:41:29 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.297 2013/09/05 18:29:53 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> boost-1.52.0-r6.ebuild, + boost-1.53.0.ebuild, boost-1.54.0.ebuild: + Clean up PYTHON_COMPAT from old implementations. 27 Aug 2013; Sergey Popov <pinkbyte@gentoo.org> boost-1.53.0.ebuild, +files/boost-1.53.0-library_status.patch, boost-1.54.0.ebuild: diff --git a/dev-libs/boost/boost-1.52.0-r6.ebuild b/dev-libs/boost/boost-1.52.0-r6.ebuild index 5442a7b33e7d..c89d97d8a53b 100644 --- a/dev-libs/boost/boost-1.52.0-r6.ebuild +++ b/dev-libs/boost/boost-1.52.0-r6.ebuild @@ -1,9 +1,9 @@ # 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.4 2013/08/25 12:19:09 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.52.0-r6.ebuild,v 1.5 2013/09/05 18:29:53 mgorny Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) inherit eutils flag-o-matic multilib multiprocessing python-r1 toolchain-funcs versionator diff --git a/dev-libs/boost/boost-1.53.0.ebuild b/dev-libs/boost/boost-1.53.0.ebuild index 1046ce5e4ab6..b56a3ae73352 100644 --- a/dev-libs/boost/boost-1.53.0.ebuild +++ b/dev-libs/boost/boost-1.53.0.ebuild @@ -1,9 +1,9 @@ # 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.6 2013/08/27 11:41:29 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.53.0.ebuild,v 1.7 2013/09/05 18:29:53 mgorny Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) inherit eutils flag-o-matic multilib multiprocessing python-r1 toolchain-funcs versionator diff --git a/dev-libs/boost/boost-1.54.0.ebuild b/dev-libs/boost/boost-1.54.0.ebuild index 77826460b5e3..8a695313ce7e 100644 --- a/dev-libs/boost/boost-1.54.0.ebuild +++ b/dev-libs/boost/boost-1.54.0.ebuild @@ -1,9 +1,9 @@ # 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.54.0.ebuild,v 1.2 2013/08/27 11:41:29 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.54.0.ebuild,v 1.3 2013/09/05 18:29:53 mgorny Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) inherit eutils flag-o-matic multilib multiprocessing python-r1 toolchain-funcs versionator |