diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-09-05 18:40:37 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-09-05 18:40:37 +0000 |
commit | 1678ed9a0c3ae0737306c65448d52b8a658aa28e (patch) | |
tree | bc69385d0071f753a87cc135a627435400c52623 | |
parent | Remove Python 2.5 and 3.1 support. (diff) | |
download | gentoo-2-1678ed9a0c3ae0737306c65448d52b8a658aa28e.tar.gz gentoo-2-1678ed9a0c3ae0737306c65448d52b8a658aa28e.tar.bz2 gentoo-2-1678ed9a0c3ae0737306c65448d52b8a658aa28e.zip |
Clean up PYTHON_COMPAT from old implementations.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
35 files changed, 104 insertions, 64 deletions
diff --git a/dev-util/cdiff/ChangeLog b/dev-util/cdiff/ChangeLog index 447c2aed6eaa..b7b7c789d974 100644 --- a/dev-util/cdiff/ChangeLog +++ b/dev-util/cdiff/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-util/cdiff # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cdiff/ChangeLog,v 1.19 2013/08/28 11:13:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cdiff/ChangeLog,v 1.20 2013/09/05 18:40:34 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> cdiff-0.6.ebuild, + cdiff-0.7.1.ebuild, cdiff-0.7.ebuild, cdiff-0.8.ebuild, cdiff-0.9.1.ebuild, + cdiff-0.9.2.ebuild, cdiff-0.9.ebuild: + Clean up PYTHON_COMPAT from old implementations. 28 Aug 2013; Agostino Sarubbo <ago@gentoo.org> cdiff-0.9.2.ebuild: Stable for x86, wrt bug #481942 diff --git a/dev-util/cdiff/cdiff-0.6.ebuild b/dev-util/cdiff/cdiff-0.6.ebuild index 01f0df7556fa..2590f0c20435 100644 --- a/dev-util/cdiff/cdiff-0.6.ebuild +++ b/dev-util/cdiff/cdiff-0.6.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-util/cdiff/cdiff-0.6.ebuild,v 1.2 2013/05/16 16:45:05 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cdiff/cdiff-0.6.ebuild,v 1.3 2013/09/05 18:40:34 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2} ) DOCS=( CHANGES README.rst ) inherit distutils-r1 diff --git a/dev-util/cdiff/cdiff-0.7.1.ebuild b/dev-util/cdiff/cdiff-0.7.1.ebuild index caa4533954d4..76dbfc14c45a 100644 --- a/dev-util/cdiff/cdiff-0.7.1.ebuild +++ b/dev-util/cdiff/cdiff-0.7.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-util/cdiff/cdiff-0.7.1.ebuild,v 1.2 2013/05/16 16:45:05 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cdiff/cdiff-0.7.1.ebuild,v 1.3 2013/09/05 18:40:34 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2} ) DOCS=( CHANGES README.rst ) inherit distutils-r1 diff --git a/dev-util/cdiff/cdiff-0.7.ebuild b/dev-util/cdiff/cdiff-0.7.ebuild index 526c024f9f26..4c8b10fb9e29 100644 --- a/dev-util/cdiff/cdiff-0.7.ebuild +++ b/dev-util/cdiff/cdiff-0.7.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-util/cdiff/cdiff-0.7.ebuild,v 1.2 2013/05/16 16:45:05 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cdiff/cdiff-0.7.ebuild,v 1.3 2013/09/05 18:40:34 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2} ) DOCS=( CHANGES README.rst ) inherit distutils-r1 diff --git a/dev-util/cdiff/cdiff-0.8.ebuild b/dev-util/cdiff/cdiff-0.8.ebuild index 65e0205e22aa..aae9ab13337c 100644 --- a/dev-util/cdiff/cdiff-0.8.ebuild +++ b/dev-util/cdiff/cdiff-0.8.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-util/cdiff/cdiff-0.8.ebuild,v 1.2 2013/05/16 16:45:05 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cdiff/cdiff-0.8.ebuild,v 1.3 2013/09/05 18:40:34 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2} ) DOCS=( CHANGES README.rst ) inherit distutils-r1 diff --git a/dev-util/cdiff/cdiff-0.9.1.ebuild b/dev-util/cdiff/cdiff-0.9.1.ebuild index 9b9fb1d30093..114e4b67fbb8 100644 --- a/dev-util/cdiff/cdiff-0.9.1.ebuild +++ b/dev-util/cdiff/cdiff-0.9.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-util/cdiff/cdiff-0.9.1.ebuild,v 1.3 2013/06/25 12:51:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cdiff/cdiff-0.9.1.ebuild,v 1.4 2013/09/05 18:40:34 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2} ) DOCS=( CHANGES README.rst ) inherit distutils-r1 diff --git a/dev-util/cdiff/cdiff-0.9.2.ebuild b/dev-util/cdiff/cdiff-0.9.2.ebuild index a6b6e885ae47..a231a2b623be 100644 --- a/dev-util/cdiff/cdiff-0.9.2.ebuild +++ b/dev-util/cdiff/cdiff-0.9.2.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-util/cdiff/cdiff-0.9.2.ebuild,v 1.4 2013/08/28 11:13:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cdiff/cdiff-0.9.2.ebuild,v 1.5 2013/09/05 18:40:34 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2} ) DOCS=( CHANGES README.rst ) inherit distutils-r1 diff --git a/dev-util/cdiff/cdiff-0.9.ebuild b/dev-util/cdiff/cdiff-0.9.ebuild index 9c86d08bcfdf..5daca76dccde 100644 --- a/dev-util/cdiff/cdiff-0.9.ebuild +++ b/dev-util/cdiff/cdiff-0.9.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-util/cdiff/cdiff-0.9.ebuild,v 1.4 2013/05/16 16:45:05 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cdiff/cdiff-0.9.ebuild,v 1.5 2013/09/05 18:40:34 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2} ) DOCS=( CHANGES README.rst ) inherit distutils-r1 diff --git a/dev-util/coccigrep/ChangeLog b/dev-util/coccigrep/ChangeLog index d453df599281..c6a95ddc640b 100644 --- a/dev-util/coccigrep/ChangeLog +++ b/dev-util/coccigrep/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/coccigrep -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/coccigrep/ChangeLog,v 1.14 2012/12/23 04:49:47 radhermit Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/coccigrep/ChangeLog,v 1.15 2013/09/05 18:40:35 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> coccigrep-1.12.ebuild: + Clean up PYTHON_COMPAT from old implementations. *coccigrep-1.12 (23 Dec 2012) diff --git a/dev-util/coccigrep/coccigrep-1.12.ebuild b/dev-util/coccigrep/coccigrep-1.12.ebuild index 8cc7b5a56717..b38c692ff08d 100644 --- a/dev-util/coccigrep/coccigrep-1.12.ebuild +++ b/dev-util/coccigrep/coccigrep-1.12.ebuild @@ -1,9 +1,9 @@ -# 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-util/coccigrep/coccigrep-1.12.ebuild,v 1.1 2012/12/23 04:49:47 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/coccigrep/coccigrep-1.12.ebuild,v 1.2 2013/09/05 18:40:35 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) +PYTHON_COMPAT=( python{2_6,2_7} ) inherit distutils-r1 elisp-common vcs-snapshot diff --git a/dev-util/coccinelle/ChangeLog b/dev-util/coccinelle/ChangeLog index 4fbc3e4e9870..b410c39d29db 100644 --- a/dev-util/coccinelle/ChangeLog +++ b/dev-util/coccinelle/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/coccinelle # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/coccinelle/ChangeLog,v 1.31 2013/08/19 14:05:30 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/coccinelle/ChangeLog,v 1.32 2013/09/05 18:40:37 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> coccinelle-1.0.0_rc17.ebuild: + Clean up PYTHON_COMPAT from old implementations. 19 Aug 2013; Alexis Ballier <aballier@gentoo.org> coccinelle-1.0.0_rc17.ebuild: @@ -151,4 +154,3 @@ 24 Jan 2010; Alexis Ballier <aballier@gentoo.org> +coccinelle-0.2.0.ebuild, +metadata.xml: initial import, ebuild by me, requested by solar - diff --git a/dev-util/coccinelle/coccinelle-1.0.0_rc17.ebuild b/dev-util/coccinelle/coccinelle-1.0.0_rc17.ebuild index 7ed44051fdac..25d656dffc06 100644 --- a/dev-util/coccinelle/coccinelle-1.0.0_rc17.ebuild +++ b/dev-util/coccinelle/coccinelle-1.0.0_rc17.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-util/coccinelle/coccinelle-1.0.0_rc17.ebuild,v 1.3 2013/08/19 14:05:30 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/coccinelle/coccinelle-1.0.0_rc17.ebuild,v 1.4 2013/09/05 18:40:37 mgorny Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) +PYTHON_COMPAT=( python{2_6,2_7} ) inherit multilib eutils python-single-r1 bash-completion-r1 elisp-common autotools diff --git a/dev-util/cppcheck/ChangeLog b/dev-util/cppcheck/ChangeLog index a78396f3fd18..abbb4ef4391a 100644 --- a/dev-util/cppcheck/ChangeLog +++ b/dev-util/cppcheck/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/cppcheck # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cppcheck/ChangeLog,v 1.41 2013/06/13 13:14:53 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppcheck/ChangeLog,v 1.42 2013/09/05 18:40:37 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> cppcheck-1.59-r1.ebuild, + cppcheck-1.60.1.ebuild: + Clean up PYTHON_COMPAT from old implementations. *cppcheck-1.60.1 (13 Jun 2013) diff --git a/dev-util/cppcheck/cppcheck-1.59-r1.ebuild b/dev-util/cppcheck/cppcheck-1.59-r1.ebuild index 993aa1878256..759a753879d8 100644 --- a/dev-util/cppcheck/cppcheck-1.59-r1.ebuild +++ b/dev-util/cppcheck/cppcheck-1.59-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-util/cppcheck/cppcheck-1.59-r1.ebuild,v 1.2 2013/05/28 21:49:32 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppcheck/cppcheck-1.59-r1.ebuild,v 1.3 2013/09/05 18:40:37 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 distutils-r1 eutils qt4-r2 toolchain-funcs diff --git a/dev-util/cppcheck/cppcheck-1.60.1.ebuild b/dev-util/cppcheck/cppcheck-1.60.1.ebuild index cd7f45cb1939..ad53eead2a98 100644 --- a/dev-util/cppcheck/cppcheck-1.60.1.ebuild +++ b/dev-util/cppcheck/cppcheck-1.60.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-util/cppcheck/cppcheck-1.60.1.ebuild,v 1.1 2013/06/13 13:14:53 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppcheck/cppcheck-1.60.1.ebuild,v 1.2 2013/09/05 18:40:37 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 distutils-r1 eutils qt4-r2 toolchain-funcs diff --git a/dev-util/dwarves/ChangeLog b/dev-util/dwarves/ChangeLog index 4be66ebb7bb7..491511257f98 100644 --- a/dev-util/dwarves/ChangeLog +++ b/dev-util/dwarves/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/dwarves # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/dwarves/ChangeLog,v 1.18 2013/03/03 15:12:43 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/dwarves/ChangeLog,v 1.19 2013/09/05 18:40:36 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> dwarves-1.10-r1.ebuild: + Clean up PYTHON_COMPAT from old implementations. *dwarves-1.10-r1 (03 Mar 2013) diff --git a/dev-util/dwarves/dwarves-1.10-r1.ebuild b/dev-util/dwarves/dwarves-1.10-r1.ebuild index c640afaa23f1..63c0ca1ea67d 100644 --- a/dev-util/dwarves/dwarves-1.10-r1.ebuild +++ b/dev-util/dwarves/dwarves-1.10-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-util/dwarves/dwarves-1.10-r1.ebuild,v 1.1 2013/03/03 15:12:43 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/dwarves/dwarves-1.10-r1.ebuild,v 1.2 2013/09/05 18:40:36 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python2_5 python2_6 python2_7 ) +PYTHON_COMPAT=( python2_6 python2_7 ) inherit multilib cmake-utils python-single-r1 DESCRIPTION="pahole (Poke-a-Hole) and other DWARF2 utilities" diff --git a/dev-util/fatrace/ChangeLog b/dev-util/fatrace/ChangeLog index c249dbb7127a..a006e37756fb 100644 --- a/dev-util/fatrace/ChangeLog +++ b/dev-util/fatrace/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/fatrace # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/fatrace/ChangeLog,v 1.2 2013/04/21 07:44:10 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/fatrace/ChangeLog,v 1.3 2013/09/05 18:40:35 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> fatrace-0.5.ebuild: + Clean up PYTHON_COMPAT from old implementations. *fatrace-0.5 (21 Apr 2013) diff --git a/dev-util/fatrace/fatrace-0.5.ebuild b/dev-util/fatrace/fatrace-0.5.ebuild index b436042e0afc..e9f3ce5a9da3 100644 --- a/dev-util/fatrace/fatrace-0.5.ebuild +++ b/dev-util/fatrace/fatrace-0.5.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-util/fatrace/fatrace-0.5.ebuild,v 1.1 2013/04/21 07:44:10 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/fatrace/fatrace-0.5.ebuild,v 1.2 2013/09/05 18:40:35 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{3_1,3_2,3_3} ) +PYTHON_COMPAT=( python{3_2,3_3} ) inherit linux-info python-single-r1 toolchain-funcs diff --git a/dev-util/gprof2dot/ChangeLog b/dev-util/gprof2dot/ChangeLog index 61dd999ec476..e63bbe0dffac 100644 --- a/dev-util/gprof2dot/ChangeLog +++ b/dev-util/gprof2dot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/gprof2dot # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gprof2dot/ChangeLog,v 1.6 2013/06/16 13:29:36 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gprof2dot/ChangeLog,v 1.7 2013/09/05 18:40:36 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> gprof2dot-0_p20130517.ebuild: + Clean up PYTHON_COMPAT from old implementations. 16 Jun 2013; Sebastian Pipping <sping@gentoo.org> gprof2dot-0_p20130517.ebuild, +files/gprof2dot-0_p20130517-py3-xrange.patch: @@ -31,4 +34,3 @@ 17 Mar 2010; Sebastian Pipping <sping@gentoo.org> +gprof2dot-0_p20100216.ebuild, +metadata.xml: New package - diff --git a/dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild b/dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild index fee581bf5d84..c47037f5750f 100644 --- a/dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild +++ b/dev-util/gprof2dot/gprof2dot-0_p20130517.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-util/gprof2dot/gprof2dot-0_p20130517.ebuild,v 1.2 2013/06/16 13:29:36 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild,v 1.3 2013/09/05 18:40:36 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} ) PYTHON_REQ_USE='xml' inherit eutils python-r1 python-utils-r1 diff --git a/dev-util/gtk-builder-convert/ChangeLog b/dev-util/gtk-builder-convert/ChangeLog index b0f96770aae1..4adef71cc3c2 100644 --- a/dev-util/gtk-builder-convert/ChangeLog +++ b/dev-util/gtk-builder-convert/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-util/gtk-builder-convert # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gtk-builder-convert/ChangeLog,v 1.36 2013/07/07 13:04:47 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gtk-builder-convert/ChangeLog,v 1.37 2013/09/05 18:40:35 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> + gtk-builder-convert-2.24.16.ebuild, gtk-builder-convert-2.24.19.ebuild, + gtk-builder-convert-2.24.20.ebuild: + Clean up PYTHON_COMPAT from old implementations. *gtk-builder-convert-2.24.20 (07 Jul 2013) diff --git a/dev-util/gtk-builder-convert/gtk-builder-convert-2.24.16.ebuild b/dev-util/gtk-builder-convert/gtk-builder-convert-2.24.16.ebuild index a839b21e44d4..2de445a5dde5 100644 --- a/dev-util/gtk-builder-convert/gtk-builder-convert-2.24.16.ebuild +++ b/dev-util/gtk-builder-convert/gtk-builder-convert-2.24.16.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gtk-builder-convert/gtk-builder-convert-2.24.16.ebuild,v 1.13 2013/06/30 15:14:58 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gtk-builder-convert/gtk-builder-convert-2.24.16.ebuild,v 1.14 2013/09/05 18:40:35 mgorny Exp $ EAPI="5" GNOME_ORG_MODULE="gtk+" -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) +PYTHON_COMPAT=( python{2_6,2_7} ) PYTHON_REQ_USE="xml" inherit gnome.org python-single-r1 diff --git a/dev-util/gtk-builder-convert/gtk-builder-convert-2.24.19.ebuild b/dev-util/gtk-builder-convert/gtk-builder-convert-2.24.19.ebuild index 44d1feee42bc..49650cee56d9 100644 --- a/dev-util/gtk-builder-convert/gtk-builder-convert-2.24.19.ebuild +++ b/dev-util/gtk-builder-convert/gtk-builder-convert-2.24.19.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-util/gtk-builder-convert/gtk-builder-convert-2.24.19.ebuild,v 1.2 2013/06/30 15:14:58 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gtk-builder-convert/gtk-builder-convert-2.24.19.ebuild,v 1.3 2013/09/05 18:40:35 mgorny Exp $ EAPI="5" GNOME_ORG_MODULE="gtk+" -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) +PYTHON_COMPAT=( python{2_6,2_7} ) PYTHON_REQ_USE="xml" inherit gnome.org python-single-r1 diff --git a/dev-util/gtk-builder-convert/gtk-builder-convert-2.24.20.ebuild b/dev-util/gtk-builder-convert/gtk-builder-convert-2.24.20.ebuild index cab68c7a00b4..f912ee85a422 100644 --- a/dev-util/gtk-builder-convert/gtk-builder-convert-2.24.20.ebuild +++ b/dev-util/gtk-builder-convert/gtk-builder-convert-2.24.20.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-util/gtk-builder-convert/gtk-builder-convert-2.24.20.ebuild,v 1.1 2013/07/07 13:04:47 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gtk-builder-convert/gtk-builder-convert-2.24.20.ebuild,v 1.2 2013/09/05 18:40:35 mgorny Exp $ EAPI="5" GNOME_ORG_MODULE="gtk+" -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) +PYTHON_COMPAT=( python{2_6,2_7} ) PYTHON_REQ_USE="xml" inherit gnome.org python-single-r1 diff --git a/dev-util/rbtools/ChangeLog b/dev-util/rbtools/ChangeLog index 368e74d89adf..ed4c42881dd0 100644 --- a/dev-util/rbtools/ChangeLog +++ b/dev-util/rbtools/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/rbtools # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/rbtools/ChangeLog,v 1.19 2013/08/08 10:27:32 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/rbtools/ChangeLog,v 1.20 2013/09/05 18:40:34 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> rbtools-0.5.1.ebuild: + Clean up PYTHON_COMPAT from old implementations. 08 Aug 2013; Michael Palimaka <kensington@gentoo.org> -rbtools-0.5.ebuild: Remove old. diff --git a/dev-util/rbtools/rbtools-0.5.1.ebuild b/dev-util/rbtools/rbtools-0.5.1.ebuild index cfb2d64f0d89..67ae5768cab4 100644 --- a/dev-util/rbtools/rbtools-0.5.1.ebuild +++ b/dev-util/rbtools/rbtools-0.5.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-util/rbtools/rbtools-0.5.1.ebuild,v 1.3 2013/08/07 13:20:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/rbtools/rbtools-0.5.1.ebuild,v 1.4 2013/09/05 18:40:34 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python2_{5,6,7} ) +PYTHON_COMPAT=( python2_{6,7} ) inherit distutils-r1 versionator diff --git a/dev-util/scons/ChangeLog b/dev-util/scons/ChangeLog index 00811b453c03..3d23679aa44e 100644 --- a/dev-util/scons/ChangeLog +++ b/dev-util/scons/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/scons # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/ChangeLog,v 1.130 2013/08/28 00:54:03 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/ChangeLog,v 1.131 2013/09/05 18:40:34 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> scons-2.2.0-r1.ebuild: + Clean up PYTHON_COMPAT from old implementations. *scons-2.3.0 (28 Aug 2013) diff --git a/dev-util/scons/scons-2.2.0-r1.ebuild b/dev-util/scons/scons-2.2.0-r1.ebuild index 4156191daacc..b12fc042ba74 100644 --- a/dev-util/scons/scons-2.2.0-r1.ebuild +++ b/dev-util/scons/scons-2.2.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-util/scons/scons-2.2.0-r1.ebuild,v 1.3 2013/02/21 03:14:39 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/scons-2.2.0-r1.ebuild,v 1.4 2013/09/05 18:40:34 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) +PYTHON_COMPAT=( python{2_6,2_7} ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 diff --git a/dev-util/synopsis/ChangeLog b/dev-util/synopsis/ChangeLog index 1135c458691a..391ac8096021 100644 --- a/dev-util/synopsis/ChangeLog +++ b/dev-util/synopsis/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/synopsis -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/synopsis/ChangeLog,v 1.16 2012/12/17 19:53:25 mgorny Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/synopsis/ChangeLog,v 1.17 2013/09/05 18:40:36 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> synopsis-0.13.ebuild: + Clean up PYTHON_COMPAT from old implementations. 17 Dec 2012; Michał Górny <mgorny@gentoo.org> synopsis-0.13.ebuild: Bump to EAPI=5 to make Paludis happy, bug #447524. diff --git a/dev-util/synopsis/synopsis-0.13.ebuild b/dev-util/synopsis/synopsis-0.13.ebuild index 2b80b38ec062..2d3e8ea80f1c 100644 --- a/dev-util/synopsis/synopsis-0.13.ebuild +++ b/dev-util/synopsis/synopsis-0.13.ebuild @@ -1,10 +1,10 @@ -# 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-util/synopsis/synopsis-0.13.ebuild,v 1.3 2012/12/17 19:53:25 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/synopsis/synopsis-0.13.ebuild,v 1.4 2013/09/05 18:40:36 mgorny Exp $ EAPI=5 DISTUTILS_IN_SOURCE_BUILD=1 -PYTHON_COMPAT=( python2_5 python2_6 python2_7 ) +PYTHON_COMPAT=( python2_6 python2_7 ) inherit distutils-r1 multilib toolchain-funcs diff --git a/dev-util/umockdev/ChangeLog b/dev-util/umockdev/ChangeLog index 4c21032f8a3e..4cad5499d32e 100644 --- a/dev-util/umockdev/ChangeLog +++ b/dev-util/umockdev/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/umockdev # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/umockdev/ChangeLog,v 1.9 2013/08/27 07:10:30 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/umockdev/ChangeLog,v 1.10 2013/09/05 18:40:36 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> umockdev-0.3.2.ebuild, + umockdev-0.4.1.ebuild, umockdev-0.4.3.ebuild: + Clean up PYTHON_COMPAT from old implementations. *umockdev-0.4.3 (27 Aug 2013) diff --git a/dev-util/umockdev/umockdev-0.3.2.ebuild b/dev-util/umockdev/umockdev-0.3.2.ebuild index 439233a67fb6..4f1fe5558f8b 100644 --- a/dev-util/umockdev/umockdev-0.3.2.ebuild +++ b/dev-util/umockdev/umockdev-0.3.2.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-util/umockdev/umockdev-0.3.2.ebuild,v 1.1 2013/07/21 09:19:50 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/umockdev/umockdev-0.3.2.ebuild,v 1.2 2013/09/05 18:40:36 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 python-any-r1 autotools-utils diff --git a/dev-util/umockdev/umockdev-0.4.1.ebuild b/dev-util/umockdev/umockdev-0.4.1.ebuild index 93fbd92e0253..44966538905e 100644 --- a/dev-util/umockdev/umockdev-0.4.1.ebuild +++ b/dev-util/umockdev/umockdev-0.4.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-util/umockdev/umockdev-0.4.1.ebuild,v 1.1 2013/07/31 05:54:49 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/umockdev/umockdev-0.4.1.ebuild,v 1.2 2013/09/05 18:40:36 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 python-any-r1 autotools-utils diff --git a/dev-util/umockdev/umockdev-0.4.3.ebuild b/dev-util/umockdev/umockdev-0.4.3.ebuild index 49f40f9a2fde..fb2a892283f0 100644 --- a/dev-util/umockdev/umockdev-0.4.3.ebuild +++ b/dev-util/umockdev/umockdev-0.4.3.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-util/umockdev/umockdev-0.4.3.ebuild,v 1.1 2013/08/27 07:10:30 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/umockdev/umockdev-0.4.3.ebuild,v 1.2 2013/09/05 18:40:36 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 python-any-r1 autotools-utils |