diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-09-05 18:29:55 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-09-05 18:29:55 +0000 |
commit | cd7a036019b13dc8d5c2b54c336555bc02085235 (patch) | |
tree | 050bae16ad94f81d820d4751bafff1d0393b1b08 /dev-libs | |
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')
38 files changed, 110 insertions, 62 deletions
diff --git a/dev-libs/Ice/ChangeLog b/dev-libs/Ice/ChangeLog index b61e13b99d04..8d90018c3aa2 100644 --- a/dev-libs/Ice/ChangeLog +++ b/dev-libs/Ice/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/Ice # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/Ice/ChangeLog,v 1.24 2013/07/30 21:15:33 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/Ice/ChangeLog,v 1.25 2013/09/05 18:29:54 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> Ice-3.5.0-r1.ebuild: + Clean up PYTHON_COMPAT from old implementations. 30 Jul 2013; Lars Wendler <polynomial-c@gentoo.org> Ice-3.5.0-r1.ebuild: Non-maintainer commit: Don't use pkg_setup() from ruby-ng eclass. diff --git a/dev-libs/Ice/Ice-3.5.0-r1.ebuild b/dev-libs/Ice/Ice-3.5.0-r1.ebuild index 4237ff80d505..1ea058813ffd 100644 --- a/dev-libs/Ice/Ice-3.5.0-r1.ebuild +++ b/dev-libs/Ice/Ice-3.5.0-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/Ice/Ice-3.5.0-r1.ebuild,v 1.2 2013/07/30 21:15:33 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/Ice/Ice-3.5.0-r1.ebuild,v 1.3 2013/09/05 18:29:54 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy{1_9,2_0} ) +PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 ) RUBY_OPTIONAL="yes" USE_RUBY="ruby18" 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 diff --git a/dev-libs/botan/ChangeLog b/dev-libs/botan/ChangeLog index 8874343e7c2b..525630e09905 100644 --- a/dev-libs/botan/ChangeLog +++ b/dev-libs/botan/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/botan # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/botan/ChangeLog,v 1.80 2013/07/04 12:17:36 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/botan/ChangeLog,v 1.81 2013/09/05 18:29:52 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> botan-1.10.3-r1.ebuild: + Clean up PYTHON_COMPAT from old implementations. 04 Jul 2013; Agostino Sarubbo <ago@gentoo.org> botan-1.10.3.ebuild: Stable for x86, wrt bug #472290 diff --git a/dev-libs/botan/botan-1.10.3-r1.ebuild b/dev-libs/botan/botan-1.10.3-r1.ebuild index 928d7843176b..419c9e435e85 100644 --- a/dev-libs/botan/botan-1.10.3-r1.ebuild +++ b/dev-libs/botan/botan-1.10.3-r1.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/botan/botan-1.10.3-r1.ebuild,v 1.2 2013/02/21 13:36:44 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/botan/botan-1.10.3-r1.ebuild,v 1.3 2013/09/05 18:29:52 mgorny Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) inherit eutils multilib python-r1 toolchain-funcs diff --git a/dev-libs/cryptlib/ChangeLog b/dev-libs/cryptlib/ChangeLog index 7c2f0e184cc7..ce3b5f478579 100644 --- a/dev-libs/cryptlib/ChangeLog +++ b/dev-libs/cryptlib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/cryptlib # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cryptlib/ChangeLog,v 1.36 2013/03/10 16:29:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cryptlib/ChangeLog,v 1.37 2013/09/05 18:29:53 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> cryptlib-3.4.0-r1.ebuild: + Clean up PYTHON_COMPAT from old implementations. 10 Mar 2013; Agostino Sarubbo <ago@gentoo.org> cryptlib-3.4.0-r1.ebuild: Stable for x86, wrt bug #461092 diff --git a/dev-libs/cryptlib/cryptlib-3.4.0-r1.ebuild b/dev-libs/cryptlib/cryptlib-3.4.0-r1.ebuild index 8cd01c3377fe..51fcf1635d29 100644 --- a/dev-libs/cryptlib/cryptlib-3.4.0-r1.ebuild +++ b/dev-libs/cryptlib/cryptlib-3.4.0-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cryptlib/cryptlib-3.4.0-r1.ebuild,v 1.3 2013/03/10 16:29:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cryptlib/cryptlib-3.4.0-r1.ebuild,v 1.4 2013/09/05 18:29:53 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy{1_9,2_0} ) +PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 ) DISTUTILS_OPTIONAL=1 inherit distutils-r1 eutils flag-o-matic multilib toolchain-funcs diff --git a/dev-libs/dee/ChangeLog b/dev-libs/dee/ChangeLog index 520c73dc971f..4d570855d188 100644 --- a/dev-libs/dee/ChangeLog +++ b/dev-libs/dee/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/dee # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/dee/ChangeLog,v 1.20 2013/05/29 15:30:59 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dee/ChangeLog,v 1.21 2013/09/05 18:29:54 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> dee-1.0.14-r2.ebuild: + Clean up PYTHON_COMPAT from old implementations. 29 May 2013; Justin Lecher <jlec@gentoo.org> dee-1.0.14-r2.ebuild: Fix usage of new python r1 eclasses (missing PYTHON_REQUIRED_USE) diff --git a/dev-libs/dee/dee-1.0.14-r2.ebuild b/dev-libs/dee/dee-1.0.14-r2.ebuild index c136de52754b..8e3535a5db90 100644 --- a/dev-libs/dee/dee-1.0.14-r2.ebuild +++ b/dev-libs/dee/dee-1.0.14-r2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/dee/dee-1.0.14-r2.ebuild,v 1.5 2013/05/29 15:30:59 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dee/dee-1.0.14-r2.ebuild,v 1.6 2013/09/05 18:29:54 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) AUTOTOOLS_AUTORECONF=y diff --git a/dev-libs/glib/ChangeLog b/dev-libs/glib/ChangeLog index 04e377b0c8b1..018bc2dd2c8e 100644 --- a/dev-libs/glib/ChangeLog +++ b/dev-libs/glib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/glib # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.575 2013/09/02 18:29:07 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.576 2013/09/05 18:29:53 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> glib-2.34.3-r1.ebuild, + glib-2.36.4-r1.ebuild, glib-2.36.4.ebuild: + Clean up PYTHON_COMPAT from old implementations. *glib-2.36.4-r1 (02 Sep 2013) diff --git a/dev-libs/glib/glib-2.34.3-r1.ebuild b/dev-libs/glib/glib-2.34.3-r1.ebuild index 7968f36fed99..105e53b38cc9 100644 --- a/dev-libs/glib/glib-2.34.3-r1.ebuild +++ b/dev-libs/glib/glib-2.34.3-r1.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/glib/glib-2.34.3-r1.ebuild,v 1.2 2013/08/16 08:30:19 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.34.3-r1.ebuild,v 1.3 2013/09/05 18:29:52 mgorny Exp $ EAPI="5" -PYTHON_COMPAT=( python2_{5,6,7} ) +PYTHON_COMPAT=( python2_{6,7} ) # Avoid runtime dependency on python when USE=test inherit autotools bash-completion-r1 gnome.org libtool eutils flag-o-matic gnome2-utils multilib pax-utils python-r1 toolchain-funcs versionator virtualx linux-info diff --git a/dev-libs/glib/glib-2.36.4-r1.ebuild b/dev-libs/glib/glib-2.36.4-r1.ebuild index cd4f518d8609..3cd6e0bd20e8 100644 --- a/dev-libs/glib/glib-2.36.4-r1.ebuild +++ b/dev-libs/glib/glib-2.36.4-r1.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/glib/glib-2.36.4-r1.ebuild,v 1.1 2013/09/02 18:29:07 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.36.4-r1.ebuild,v 1.2 2013/09/05 18:29:52 mgorny Exp $ EAPI="5" -PYTHON_COMPAT=( python2_{5,6,7} ) +PYTHON_COMPAT=( python2_{6,7} ) # Avoid runtime dependency on python when USE=test inherit autotools bash-completion-r1 gnome.org libtool eutils flag-o-matic gnome2-utils multilib pax-utils python-r1 toolchain-funcs versionator virtualx linux-info multilib-minimal diff --git a/dev-libs/glib/glib-2.36.4.ebuild b/dev-libs/glib/glib-2.36.4.ebuild index 363e67f37536..1b54110751e9 100644 --- a/dev-libs/glib/glib-2.36.4.ebuild +++ b/dev-libs/glib/glib-2.36.4.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/glib/glib-2.36.4.ebuild,v 1.2 2013/09/01 19:47:58 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.36.4.ebuild,v 1.3 2013/09/05 18:29:53 mgorny Exp $ EAPI="5" -PYTHON_COMPAT=( python2_{5,6,7} ) +PYTHON_COMPAT=( python2_{6,7} ) # Avoid runtime dependency on python when USE=test inherit autotools bash-completion-r1 gnome.org libtool eutils flag-o-matic gnome2-utils multilib pax-utils python-r1 toolchain-funcs versionator virtualx linux-info multilib-minimal diff --git a/dev-libs/libRocket/ChangeLog b/dev-libs/libRocket/ChangeLog index ee404eb07531..5baad4d425b5 100644 --- a/dev-libs/libRocket/ChangeLog +++ b/dev-libs/libRocket/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/libRocket # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libRocket/ChangeLog,v 1.7 2013/06/30 17:14:06 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libRocket/ChangeLog,v 1.8 2013/09/05 18:29:52 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> libRocket-1.2.1.ebuild, + libRocket-1.2.1_p20130110-r1.ebuild, libRocket-1.2.1_p20130110.ebuild, + libRocket-9999.ebuild: + Clean up PYTHON_COMPAT from old implementations. 30 Jun 2013; Agostino Sarubbo <ago@gentoo.org> libRocket-1.2.1_p20130110.ebuild: diff --git a/dev-libs/libRocket/libRocket-1.2.1.ebuild b/dev-libs/libRocket/libRocket-1.2.1.ebuild index bc468d627118..b8700ef081d1 100644 --- a/dev-libs/libRocket/libRocket-1.2.1.ebuild +++ b/dev-libs/libRocket/libRocket-1.2.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libRocket/libRocket-1.2.1.ebuild,v 1.4 2013/05/29 13:24:54 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libRocket/libRocket-1.2.1.ebuild,v 1.5 2013/09/05 18:29:52 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) +PYTHON_COMPAT=( python{2_6,2_7} ) inherit cmake-utils eutils python-r1 DESCRIPTION="A HTML/CSS User Interface library" diff --git a/dev-libs/libRocket/libRocket-1.2.1_p20130110-r1.ebuild b/dev-libs/libRocket/libRocket-1.2.1_p20130110-r1.ebuild index 1b26d960c4ca..3c7abeb1fb22 100644 --- a/dev-libs/libRocket/libRocket-1.2.1_p20130110-r1.ebuild +++ b/dev-libs/libRocket/libRocket-1.2.1_p20130110-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libRocket/libRocket-1.2.1_p20130110-r1.ebuild,v 1.2 2013/05/29 13:24:54 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libRocket/libRocket-1.2.1_p20130110-r1.ebuild,v 1.3 2013/09/05 18:29:52 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) +PYTHON_COMPAT=( python{2_6,2_7} ) inherit cmake-utils eutils python-r1 multilib-minimal DESCRIPTION="A HTML/CSS User Interface library" diff --git a/dev-libs/libRocket/libRocket-1.2.1_p20130110.ebuild b/dev-libs/libRocket/libRocket-1.2.1_p20130110.ebuild index 34700d72cb93..bc9e54bf7288 100644 --- a/dev-libs/libRocket/libRocket-1.2.1_p20130110.ebuild +++ b/dev-libs/libRocket/libRocket-1.2.1_p20130110.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libRocket/libRocket-1.2.1_p20130110.ebuild,v 1.6 2013/06/30 17:14:06 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libRocket/libRocket-1.2.1_p20130110.ebuild,v 1.7 2013/09/05 18:29:52 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) +PYTHON_COMPAT=( python{2_6,2_7} ) inherit cmake-utils eutils python-r1 DESCRIPTION="A HTML/CSS User Interface library" diff --git a/dev-libs/libRocket/libRocket-9999.ebuild b/dev-libs/libRocket/libRocket-9999.ebuild index b4a3ae8f0645..d732102f97e3 100644 --- a/dev-libs/libRocket/libRocket-9999.ebuild +++ b/dev-libs/libRocket/libRocket-9999.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libRocket/libRocket-9999.ebuild,v 1.4 2013/05/29 13:24:54 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libRocket/libRocket-9999.ebuild,v 1.5 2013/09/05 18:29:52 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) +PYTHON_COMPAT=( python{2_6,2_7} ) inherit cmake-utils git-2 python-r1 multilib-minimal DESCRIPTION="A HTML/CSS User Interface library" diff --git a/dev-libs/libclc/ChangeLog b/dev-libs/libclc/ChangeLog index 5884a75c656a..f7ef0361bda1 100644 --- a/dev-libs/libclc/ChangeLog +++ b/dev-libs/libclc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libclc # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libclc/ChangeLog,v 1.5 2013/08/27 19:31:20 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libclc/ChangeLog,v 1.6 2013/09/05 18:29:55 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> libclc-0.0.1_pre20130524.ebuild, + libclc-0.0.1_pre20130819.ebuild: + Clean up PYTHON_COMPAT from old implementations. 27 Aug 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> libclc-0.0.1_pre20130819.ebuild: diff --git a/dev-libs/libclc/libclc-0.0.1_pre20130524.ebuild b/dev-libs/libclc/libclc-0.0.1_pre20130524.ebuild index 0534a966eef1..3e423376284a 100644 --- a/dev-libs/libclc/libclc-0.0.1_pre20130524.ebuild +++ b/dev-libs/libclc/libclc-0.0.1_pre20130524.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/libclc/libclc-0.0.1_pre20130524.ebuild,v 1.2 2013/07/29 15:10:29 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libclc/libclc-0.0.1_pre20130524.ebuild,v 1.3 2013/09/05 18:29:54 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) +PYTHON_COMPAT=( python{2_6,2_7} ) EGIT_REPO_URI="http://llvm.org/git/${PN}.git" diff --git a/dev-libs/libclc/libclc-0.0.1_pre20130819.ebuild b/dev-libs/libclc/libclc-0.0.1_pre20130819.ebuild index faa46e9aa4a6..f00389530491 100644 --- a/dev-libs/libclc/libclc-0.0.1_pre20130819.ebuild +++ b/dev-libs/libclc/libclc-0.0.1_pre20130819.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/libclc/libclc-0.0.1_pre20130819.ebuild,v 1.3 2013/08/27 19:31:20 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libclc/libclc-0.0.1_pre20130819.ebuild,v 1.4 2013/09/05 18:29:54 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) +PYTHON_COMPAT=( python{2_6,2_7} ) EGIT_REPO_URI="http://llvm.org/git/${PN}.git" diff --git a/dev-libs/libdnet/ChangeLog b/dev-libs/libdnet/ChangeLog index 7befa8c645ab..6ccbee37653b 100644 --- a/dev-libs/libdnet/ChangeLog +++ b/dev-libs/libdnet/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libdnet # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnet/ChangeLog,v 1.73 2013/07/19 15:45:14 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnet/ChangeLog,v 1.74 2013/09/05 18:29:52 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> libdnet-1.12.ebuild: + Clean up PYTHON_COMPAT from old implementations. 19 Jul 2013; Jeroen Roovers <jer@gentoo.org> -libdnet-1.11-r2.ebuild, -files/libdnet-1.10-gcc4.diff: diff --git a/dev-libs/libdnet/libdnet-1.12.ebuild b/dev-libs/libdnet/libdnet-1.12.ebuild index 6cb1e955bb8f..f66dd82a4d06 100644 --- a/dev-libs/libdnet/libdnet-1.12.ebuild +++ b/dev-libs/libdnet/libdnet-1.12.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnet/libdnet-1.12.ebuild,v 1.16 2013/07/12 00:20:30 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnet/libdnet-1.12.ebuild,v 1.17 2013/09/05 18:29:52 mgorny Exp $ EAPI=5 AT_M4DIR="config" PYTHON_DEPEND="python? 2" -PYTHON_COMPAT=( python2_5 python2_6 python2_7 ) +PYTHON_COMPAT=( python2_6 python2_7 ) inherit autotools distutils-r1 eutils diff --git a/dev-libs/libnl/ChangeLog b/dev-libs/libnl/ChangeLog index 9612b951f4c2..a917e62878d1 100644 --- a/dev-libs/libnl/ChangeLog +++ b/dev-libs/libnl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libnl # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.185 2013/08/06 13:12:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.186 2013/09/05 18:29:54 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> libnl-3.2.22-r2.ebuild: + Clean up PYTHON_COMPAT from old implementations. 06 Aug 2013; Agostino Sarubbo <ago@gentoo.org> libnl-1.1.4.ebuild, libnl-3.2.22.ebuild: diff --git a/dev-libs/libnl/libnl-3.2.22-r2.ebuild b/dev-libs/libnl/libnl-3.2.22-r2.ebuild index c348b176a156..aff2500edd16 100644 --- a/dev-libs/libnl/libnl-3.2.22-r2.ebuild +++ b/dev-libs/libnl/libnl-3.2.22-r2.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/libnl/libnl-3.2.22-r2.ebuild,v 1.2 2013/07/21 12:41:58 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.22-r2.ebuild,v 1.3 2013/09/05 18:29:54 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python2_{6,7} python3_{1,2,3} ) +PYTHON_COMPAT=( python2_{6,7} python3_{2,3} ) DISTUTILS_OPTIONAL=1 inherit distutils-r1 eutils libtool multilib diff --git a/dev-libs/libqzeitgeist/ChangeLog b/dev-libs/libqzeitgeist/ChangeLog index 02b8b5378af6..52df24464923 100644 --- a/dev-libs/libqzeitgeist/ChangeLog +++ b/dev-libs/libqzeitgeist/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libqzeitgeist # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libqzeitgeist/ChangeLog,v 1.4 2013/06/30 12:45:15 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libqzeitgeist/ChangeLog,v 1.5 2013/09/05 18:29:54 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> libqzeitgeist-0.8.0.ebuild: + Clean up PYTHON_COMPAT from old implementations. 30 Jun 2013; Johannes Huber <johu@gentoo.org> libqzeitgeist-0.8.0.ebuild: EAPI 5. Migrate to python-single-r1 eclass. diff --git a/dev-libs/libqzeitgeist/libqzeitgeist-0.8.0.ebuild b/dev-libs/libqzeitgeist/libqzeitgeist-0.8.0.ebuild index b938cb6a23ab..df53e6fed653 100644 --- a/dev-libs/libqzeitgeist/libqzeitgeist-0.8.0.ebuild +++ b/dev-libs/libqzeitgeist/libqzeitgeist-0.8.0.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libqzeitgeist/libqzeitgeist-0.8.0.ebuild,v 1.4 2013/06/30 12:45:15 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libqzeitgeist/libqzeitgeist-0.8.0.ebuild,v 1.5 2013/09/05 18:29:54 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) +PYTHON_COMPAT=( python{2_6,2_7} ) KDE_REQUIRED="never" inherit python-single-r1 kde4-base diff --git a/dev-libs/libxml2/ChangeLog b/dev-libs/libxml2/ChangeLog index 3a5b8523a842..8a9c9fb8a433 100644 --- a/dev-libs/libxml2/ChangeLog +++ b/dev-libs/libxml2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libxml2 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/ChangeLog,v 1.401 2013/08/06 12:32:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/ChangeLog,v 1.402 2013/09/05 18:29:53 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> libxml2-2.9.0-r2.ebuild, + libxml2-2.9.1-r1.ebuild, libxml2-2.9.1.ebuild: + Clean up PYTHON_COMPAT from old implementations. 06 Aug 2013; Agostino Sarubbo <ago@gentoo.org> libxml2-2.9.1-r1.ebuild: Stable for s390, wrt bug #476438 diff --git a/dev-libs/libxml2/libxml2-2.9.0-r2.ebuild b/dev-libs/libxml2/libxml2-2.9.0-r2.ebuild index 636e56598863..4ace086cc61f 100644 --- a/dev-libs/libxml2/libxml2-2.9.0-r2.ebuild +++ b/dev-libs/libxml2/libxml2-2.9.0-r2.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/libxml2/libxml2-2.9.0-r2.ebuild,v 1.13 2013/03/01 12:40:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.9.0-r2.ebuild,v 1.14 2013/09/05 18:29:53 mgorny Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) +PYTHON_COMPAT=( python{2_6,2_7} ) PYTHON_REQ_USE="xml" inherit libtool flag-o-matic eutils python-r1 autotools prefix diff --git a/dev-libs/libxml2/libxml2-2.9.1-r1.ebuild b/dev-libs/libxml2/libxml2-2.9.1-r1.ebuild index 46902952a36b..3e28af012114 100644 --- a/dev-libs/libxml2/libxml2-2.9.1-r1.ebuild +++ b/dev-libs/libxml2/libxml2-2.9.1-r1.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/libxml2/libxml2-2.9.1-r1.ebuild,v 1.12 2013/08/06 12:32:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.9.1-r1.ebuild,v 1.13 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} ) PYTHON_REQ_USE="xml" inherit libtool flag-o-matic eutils python-r1 autotools prefix diff --git a/dev-libs/libxml2/libxml2-2.9.1.ebuild b/dev-libs/libxml2/libxml2-2.9.1.ebuild index 6854d83cdba1..783c11032d52 100644 --- a/dev-libs/libxml2/libxml2-2.9.1.ebuild +++ b/dev-libs/libxml2/libxml2-2.9.1.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/libxml2/libxml2-2.9.1.ebuild,v 1.3 2013/07/11 11:55:12 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.9.1.ebuild,v 1.4 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} ) PYTHON_REQ_USE="xml" inherit libtool flag-o-matic eutils python-r1 autotools prefix diff --git a/dev-libs/libxslt/ChangeLog b/dev-libs/libxslt/ChangeLog index 8693d0a04d27..24d66506b020 100644 --- a/dev-libs/libxslt/ChangeLog +++ b/dev-libs/libxslt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libxslt # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/ChangeLog,v 1.272 2013/06/30 15:07:43 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/ChangeLog,v 1.273 2013/09/05 18:29:52 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> libxslt-1.1.28-r1.ebuild: + Clean up PYTHON_COMPAT from old implementations. 30 Jun 2013; Justin Lecher <jlec@gentoo.org> libxslt-1.1.28-r1.ebuild, metadata.xml: diff --git a/dev-libs/libxslt/libxslt-1.1.28-r1.ebuild b/dev-libs/libxslt/libxslt-1.1.28-r1.ebuild index dce1698bd9fb..bf440056fd61 100644 --- a/dev-libs/libxslt/libxslt-1.1.28-r1.ebuild +++ b/dev-libs/libxslt/libxslt-1.1.28-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.28-r1.ebuild,v 1.15 2013/06/30 15:07:43 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.28-r1.ebuild,v 1.16 2013/09/05 18:29:52 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) +PYTHON_COMPAT=( python{2_6,2_7} ) PYTHON_REQ_USE="xml" inherit autotools eutils python-r1 toolchain-funcs diff --git a/dev-libs/protobuf/ChangeLog b/dev-libs/protobuf/ChangeLog index 731887b48c13..e108169fc112 100644 --- a/dev-libs/protobuf/ChangeLog +++ b/dev-libs/protobuf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/protobuf # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf/ChangeLog,v 1.51 2013/07/23 20:00:58 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf/ChangeLog,v 1.52 2013/09/05 18:29:53 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> protobuf-2.5.0.ebuild: + Clean up PYTHON_COMPAT from old implementations. 23 Jul 2013; Agostino Sarubbo <ago@gentoo.org> protobuf-2.4.1.ebuild: Stable for arm, wrt bug #477170 diff --git a/dev-libs/protobuf/protobuf-2.5.0.ebuild b/dev-libs/protobuf/protobuf-2.5.0.ebuild index e7e78101ef37..dcdffb826bc7 100644 --- a/dev-libs/protobuf/protobuf-2.5.0.ebuild +++ b/dev-libs/protobuf/protobuf-2.5.0.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf/protobuf-2.5.0.ebuild,v 1.3 2013/06/29 20:36:06 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf/protobuf-2.5.0.ebuild,v 1.4 2013/09/05 18:29:53 mgorny Exp $ EAPI=5 JAVA_PKG_IUSE="source" -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) +PYTHON_COMPAT=( python{2_6,2_7} ) DISTUTILS_OPTIONAL=1 inherit autotools eutils distutils-r1 java-pkg-opt-2 elisp-common |