summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-04-08 18:28:33 +0000
committerMichał Górny <mgorny@gentoo.org>2015-04-08 18:28:33 +0000
commit50963c5b46513bb49f044727a1d67792f55a5e7d (patch)
tree90abd597106eb812549d9c7950ba9b31dbc68305 /sys-libs
parentDrop old Python implementations (diff)
downloadgentoo-2-50963c5b46513bb49f044727a1d67792f55a5e7d.tar.gz
gentoo-2-50963c5b46513bb49f044727a1d67792f55a5e7d.tar.bz2
gentoo-2-50963c5b46513bb49f044727a1d67792f55a5e7d.zip
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/cracklib/ChangeLog6
-rw-r--r--sys-libs/cracklib/cracklib-2.9.1-r1.ebuild6
-rw-r--r--sys-libs/cracklib/cracklib-2.9.2.ebuild6
-rw-r--r--sys-libs/ldb/ChangeLog6
-rw-r--r--sys-libs/ldb/ldb-1.1.17-r1.ebuild4
-rw-r--r--sys-libs/ldb/ldb-1.1.19.ebuild4
-rw-r--r--sys-libs/libapparmor/ChangeLog7
-rw-r--r--sys-libs/libapparmor/libapparmor-2.8.3.ebuild6
-rw-r--r--sys-libs/libselinux/ChangeLog7
-rw-r--r--sys-libs/libselinux/libselinux-2.2.2-r5.ebuild6
-rw-r--r--sys-libs/libselinux/libselinux-2.3-r1.ebuild6
-rw-r--r--sys-libs/libselinux/libselinux-2.3-r2.ebuild4
-rw-r--r--sys-libs/libselinux/libselinux-2.4.ebuild4
-rw-r--r--sys-libs/libselinux/libselinux-2.4_rc6.ebuild6
-rw-r--r--sys-libs/libselinux/libselinux-2.4_rc7.ebuild6
-rw-r--r--sys-libs/libsemanage/ChangeLog7
-rw-r--r--sys-libs/libsemanage/libsemanage-2.2-r2.ebuild6
-rw-r--r--sys-libs/libsemanage/libsemanage-2.3-r3.ebuild6
-rw-r--r--sys-libs/libsemanage/libsemanage-2.3-r4.ebuild4
-rw-r--r--sys-libs/libsemanage/libsemanage-2.4.ebuild4
-rw-r--r--sys-libs/libsemanage/libsemanage-2.4_rc6-r2.ebuild6
-rw-r--r--sys-libs/libsemanage/libsemanage-2.4_rc7.ebuild6
-rw-r--r--sys-libs/ntdb/ChangeLog5
-rw-r--r--sys-libs/ntdb/ntdb-1.0-r1.ebuild4
-rw-r--r--sys-libs/talloc/ChangeLog6
-rw-r--r--sys-libs/talloc/talloc-2.1.0-r1.ebuild6
-rw-r--r--sys-libs/talloc/talloc-2.1.1.ebuild6
-rw-r--r--sys-libs/talloc/talloc-2.1.2.ebuild4
-rw-r--r--sys-libs/tevent/ChangeLog6
-rw-r--r--sys-libs/tevent/tevent-0.9.19.ebuild4
-rw-r--r--sys-libs/tevent/tevent-0.9.21-r1.ebuild4
-rw-r--r--sys-libs/tevent/tevent-0.9.23.ebuild4
-rw-r--r--sys-libs/tevent/tevent-0.9.24.ebuild4
33 files changed, 104 insertions, 72 deletions
diff --git a/sys-libs/cracklib/ChangeLog b/sys-libs/cracklib/ChangeLog
index 8066474a2dc8..f479976bc703 100644
--- a/sys-libs/cracklib/ChangeLog
+++ b/sys-libs/cracklib/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-libs/cracklib
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/cracklib/ChangeLog,v 1.208 2015/03/21 09:39:59 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/cracklib/ChangeLog,v 1.209 2015/04/08 18:28:33 mgorny Exp $
+
+ 08 Apr 2015; Michał Górny <mgorny@gentoo.org> cracklib-2.9.1-r1.ebuild,
+ cracklib-2.9.2.ebuild:
+ Drop old Python implementations
*cracklib-2.9.2-r1 (21 Mar 2015)
diff --git a/sys-libs/cracklib/cracklib-2.9.1-r1.ebuild b/sys-libs/cracklib/cracklib-2.9.1-r1.ebuild
index e3621a1cbe6f..d0628ffebc66 100644
--- a/sys-libs/cracklib/cracklib-2.9.1-r1.ebuild
+++ b/sys-libs/cracklib/cracklib-2.9.1-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/cracklib/cracklib-2.9.1-r1.ebuild,v 1.15 2014/10/27 01:54:02 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/cracklib/cracklib-2.9.1-r1.ebuild,v 1.16 2015/04/08 18:28:33 mgorny Exp $
EAPI="4"
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
DISTUTILS_OPTIONAL=1
inherit eutils distutils-r1 libtool multilib-minimal toolchain-funcs
diff --git a/sys-libs/cracklib/cracklib-2.9.2.ebuild b/sys-libs/cracklib/cracklib-2.9.2.ebuild
index 1e9810b957fe..35a2442638a6 100644
--- a/sys-libs/cracklib/cracklib-2.9.2.ebuild
+++ b/sys-libs/cracklib/cracklib-2.9.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/cracklib/cracklib-2.9.2.ebuild,v 1.1 2014/10/06 12:27:28 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/cracklib/cracklib-2.9.2.ebuild,v 1.2 2015/04/08 18:28:33 mgorny Exp $
EAPI="4"
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
DISTUTILS_OPTIONAL=1
inherit eutils distutils-r1 libtool multilib-minimal toolchain-funcs
diff --git a/sys-libs/ldb/ChangeLog b/sys-libs/ldb/ChangeLog
index 9c32375517b0..92557680448f 100644
--- a/sys-libs/ldb/ChangeLog
+++ b/sys-libs/ldb/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-libs/ldb
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/ldb/ChangeLog,v 1.73 2015/03/03 10:04:01 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/ldb/ChangeLog,v 1.74 2015/04/08 18:28:32 mgorny Exp $
+
+ 08 Apr 2015; Michał Górny <mgorny@gentoo.org> ldb-1.1.17-r1.ebuild,
+ ldb-1.1.19.ebuild:
+ Drop old Python implementations
03 Mar 2015; Yixun Lan <dlan@gentoo.org> ldb-1.1.20.ebuild:
add arm64 support, tested on A53 board
diff --git a/sys-libs/ldb/ldb-1.1.17-r1.ebuild b/sys-libs/ldb/ldb-1.1.17-r1.ebuild
index d633e7366b7a..28d03b319f0c 100644
--- a/sys-libs/ldb/ldb-1.1.17-r1.ebuild
+++ b/sys-libs/ldb/ldb-1.1.17-r1.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/ldb/ldb-1.1.17-r1.ebuild,v 1.7 2015/01/28 06:56:31 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/ldb/ldb-1.1.17-r1.ebuild,v 1.8 2015/04/08 18:28:32 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python2_{6,7} )
+PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="threads"
inherit python-single-r1 waf-utils multilib
diff --git a/sys-libs/ldb/ldb-1.1.19.ebuild b/sys-libs/ldb/ldb-1.1.19.ebuild
index 6a672f45d579..785c0bca1e9f 100644
--- a/sys-libs/ldb/ldb-1.1.19.ebuild
+++ b/sys-libs/ldb/ldb-1.1.19.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/ldb/ldb-1.1.19.ebuild,v 1.2 2015/01/03 13:06:57 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/ldb/ldb-1.1.19.ebuild,v 1.3 2015/04/08 18:28:32 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python2_{6,7} )
+PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="threads"
inherit python-single-r1 waf-utils multilib
diff --git a/sys-libs/libapparmor/ChangeLog b/sys-libs/libapparmor/ChangeLog
index 3a00eb2cf7f3..712e67f21af3 100644
--- a/sys-libs/libapparmor/ChangeLog
+++ b/sys-libs/libapparmor/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/libapparmor
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libapparmor/ChangeLog,v 1.6 2014/11/09 21:52:31 dilfridge Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libapparmor/ChangeLog,v 1.7 2015/04/08 18:28:33 mgorny Exp $
+
+ 08 Apr 2015; Michał Górny <mgorny@gentoo.org> libapparmor-2.8.3.ebuild:
+ Drop old Python implementations
09 Nov 2014; Andreas K. Huettel <dilfridge@gentoo.org>
libapparmor-2.8.3.ebuild, libapparmor-2.8.4.ebuild:
diff --git a/sys-libs/libapparmor/libapparmor-2.8.3.ebuild b/sys-libs/libapparmor/libapparmor-2.8.3.ebuild
index 2528062ddc42..6dcd80460e72 100644
--- a/sys-libs/libapparmor/libapparmor-2.8.3.ebuild
+++ b/sys-libs/libapparmor/libapparmor-2.8.3.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libapparmor/libapparmor-2.8.3.ebuild,v 1.3 2014/11/09 21:52:31 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libapparmor/libapparmor-2.8.3.ebuild,v 1.4 2015/04/08 18:28:33 mgorny Exp $
EAPI=5
AUTOTOOLS_AUTORECONF=1
DISTUTILS_OPTIONAL=1
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_7,3_3} )
GENTOO_DEPEND_ON_PERL="no"
inherit autotools-utils distutils-r1 perl-module versionator
diff --git a/sys-libs/libselinux/ChangeLog b/sys-libs/libselinux/ChangeLog
index b0908a501294..7ac5620e1a1d 100644
--- a/sys-libs/libselinux/ChangeLog
+++ b/sys-libs/libselinux/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-libs/libselinux
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/ChangeLog,v 1.140 2015/03/04 15:47:03 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/ChangeLog,v 1.141 2015/04/08 18:28:33 mgorny Exp $
+
+ 08 Apr 2015; Michał Górny <mgorny@gentoo.org> libselinux-2.2.2-r5.ebuild,
+ libselinux-2.3-r1.ebuild, libselinux-2.3-r2.ebuild, libselinux-2.4.ebuild,
+ libselinux-2.4_rc6.ebuild, libselinux-2.4_rc7.ebuild:
+ Drop old Python implementations
04 Mar 2015; Sven Vermeulen <swift@gentoo.org> libselinux-2.4.ebuild:
Fix build failure on x32 (bug #541618)
diff --git a/sys-libs/libselinux/libselinux-2.2.2-r5.ebuild b/sys-libs/libselinux/libselinux-2.2.2-r5.ebuild
index 70a23db22e30..da39c79490d6 100644
--- a/sys-libs/libselinux/libselinux-2.2.2-r5.ebuild
+++ b/sys-libs/libselinux/libselinux-2.2.2-r5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/libselinux-2.2.2-r5.ebuild,v 1.4 2014/07/14 15:35:53 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/libselinux-2.2.2-r5.ebuild,v 1.5 2015/04/08 18:28:33 mgorny Exp $
EAPI="5"
-PYTHON_COMPAT=( python2_7 python3_2 python3_3 )
+PYTHON_COMPAT=( python2_7 python3_3 )
inherit multilib python-r1 toolchain-funcs eutils multilib-minimal
diff --git a/sys-libs/libselinux/libselinux-2.3-r1.ebuild b/sys-libs/libselinux/libselinux-2.3-r1.ebuild
index 8662bce6c10a..b2d89e441a75 100644
--- a/sys-libs/libselinux/libselinux-2.3-r1.ebuild
+++ b/sys-libs/libselinux/libselinux-2.3-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/libselinux-2.3-r1.ebuild,v 1.4 2014/09/21 10:17:04 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/libselinux-2.3-r1.ebuild,v 1.5 2015/04/08 18:28:33 mgorny Exp $
EAPI="5"
-PYTHON_COMPAT=( python2_7 python3_2 python3_3 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
USE_RUBY="ruby19 ruby20"
PATCHBUNDLE="4"
diff --git a/sys-libs/libselinux/libselinux-2.3-r2.ebuild b/sys-libs/libselinux/libselinux-2.3-r2.ebuild
index 3ec735452ff0..01d0e126e5ad 100644
--- a/sys-libs/libselinux/libselinux-2.3-r2.ebuild
+++ b/sys-libs/libselinux/libselinux-2.3-r2.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/libselinux-2.3-r2.ebuild,v 1.3 2015/01/26 10:35:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/libselinux-2.3-r2.ebuild,v 1.4 2015/04/08 18:28:33 mgorny Exp $
EAPI="5"
-PYTHON_COMPAT=( python2_7 python3_2 python3_3 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
USE_RUBY="ruby19 ruby20"
PATCHBUNDLE="4"
diff --git a/sys-libs/libselinux/libselinux-2.4.ebuild b/sys-libs/libselinux/libselinux-2.4.ebuild
index 5283a17ec6da..edfaed20b6f5 100644
--- a/sys-libs/libselinux/libselinux-2.4.ebuild
+++ b/sys-libs/libselinux/libselinux-2.4.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/libselinux-2.4.ebuild,v 1.2 2015/03/04 15:47:03 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/libselinux-2.4.ebuild,v 1.3 2015/04/08 18:28:33 mgorny Exp $
EAPI="5"
-PYTHON_COMPAT=( python2_7 python3_2 python3_3 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
USE_RUBY="ruby19 ruby20"
# No, I am not calling ruby-ng
diff --git a/sys-libs/libselinux/libselinux-2.4_rc6.ebuild b/sys-libs/libselinux/libselinux-2.4_rc6.ebuild
index f6f58ca74804..0aa60524966a 100644
--- a/sys-libs/libselinux/libselinux-2.4_rc6.ebuild
+++ b/sys-libs/libselinux/libselinux-2.4_rc6.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/libselinux-2.4_rc6.ebuild,v 1.2 2014/12/04 10:50:14 perfinion Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/libselinux-2.4_rc6.ebuild,v 1.3 2015/04/08 18:28:33 mgorny Exp $
EAPI="5"
-PYTHON_COMPAT=( python2_7 python3_2 python3_3 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
USE_RUBY="ruby19 ruby20"
PATCHBUNDLE="5"
diff --git a/sys-libs/libselinux/libselinux-2.4_rc7.ebuild b/sys-libs/libselinux/libselinux-2.4_rc7.ebuild
index d11d2bf1d27e..6933e257b170 100644
--- a/sys-libs/libselinux/libselinux-2.4_rc7.ebuild
+++ b/sys-libs/libselinux/libselinux-2.4_rc7.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/libselinux-2.4_rc7.ebuild,v 1.1 2014/12/06 23:21:06 perfinion Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/libselinux-2.4_rc7.ebuild,v 1.2 2015/04/08 18:28:33 mgorny Exp $
EAPI="5"
-PYTHON_COMPAT=( python2_7 python3_2 python3_3 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
USE_RUBY="ruby19 ruby20"
# No, I am not calling ruby-ng
diff --git a/sys-libs/libsemanage/ChangeLog b/sys-libs/libsemanage/ChangeLog
index 26a2bd71cf53..380fa2e4c476 100644
--- a/sys-libs/libsemanage/ChangeLog
+++ b/sys-libs/libsemanage/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-libs/libsemanage
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/ChangeLog,v 1.88 2015/02/04 17:51:57 perfinion Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/ChangeLog,v 1.89 2015/04/08 18:28:33 mgorny Exp $
+
+ 08 Apr 2015; Michał Górny <mgorny@gentoo.org> libsemanage-2.2-r2.ebuild,
+ libsemanage-2.3-r3.ebuild, libsemanage-2.3-r4.ebuild, libsemanage-2.4.ebuild,
+ libsemanage-2.4_rc6-r2.ebuild, libsemanage-2.4_rc7.ebuild:
+ Drop old Python implementations
*libsemanage-2.4 (04 Feb 2015)
diff --git a/sys-libs/libsemanage/libsemanage-2.2-r2.ebuild b/sys-libs/libsemanage/libsemanage-2.2-r2.ebuild
index 4aba4518f459..6c3ecddf7e3d 100644
--- a/sys-libs/libsemanage/libsemanage-2.2-r2.ebuild
+++ b/sys-libs/libsemanage/libsemanage-2.2-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/libsemanage-2.2-r2.ebuild,v 1.2 2014/08/05 09:47:11 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/libsemanage-2.2-r2.ebuild,v 1.3 2015/04/08 18:28:33 mgorny Exp $
EAPI="5"
-PYTHON_COMPAT=( python2_7 python3_2 python3_3 )
+PYTHON_COMPAT=( python2_7 python3_3 )
inherit multilib python-r1 toolchain-funcs eutils multilib-minimal
diff --git a/sys-libs/libsemanage/libsemanage-2.3-r3.ebuild b/sys-libs/libsemanage/libsemanage-2.3-r3.ebuild
index 819654573ade..fcae6b907928 100644
--- a/sys-libs/libsemanage/libsemanage-2.3-r3.ebuild
+++ b/sys-libs/libsemanage/libsemanage-2.3-r3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/libsemanage-2.3-r3.ebuild,v 1.4 2014/11/01 18:35:53 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/libsemanage-2.3-r3.ebuild,v 1.5 2015/04/08 18:28:33 mgorny Exp $
EAPI="5"
-PYTHON_COMPAT=( python2_7 python3_2 python3_3 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
inherit multilib python-r1 toolchain-funcs eutils multilib-minimal
diff --git a/sys-libs/libsemanage/libsemanage-2.3-r4.ebuild b/sys-libs/libsemanage/libsemanage-2.3-r4.ebuild
index 578dd4d95292..b528da5110b1 100644
--- a/sys-libs/libsemanage/libsemanage-2.3-r4.ebuild
+++ b/sys-libs/libsemanage/libsemanage-2.3-r4.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/libsemanage-2.3-r4.ebuild,v 1.3 2015/01/26 10:35:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/libsemanage-2.3-r4.ebuild,v 1.4 2015/04/08 18:28:33 mgorny Exp $
EAPI="5"
-PYTHON_COMPAT=( python2_7 python3_2 python3_3 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
inherit multilib python-r1 toolchain-funcs eutils multilib-minimal
diff --git a/sys-libs/libsemanage/libsemanage-2.4.ebuild b/sys-libs/libsemanage/libsemanage-2.4.ebuild
index 62a3634da09f..6667c52b493d 100644
--- a/sys-libs/libsemanage/libsemanage-2.4.ebuild
+++ b/sys-libs/libsemanage/libsemanage-2.4.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/libsemanage-2.4.ebuild,v 1.1 2015/02/04 17:51:57 perfinion Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/libsemanage-2.4.ebuild,v 1.2 2015/04/08 18:28:33 mgorny Exp $
EAPI="5"
-PYTHON_COMPAT=( python2_7 python3_2 python3_3 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
inherit multilib python-r1 toolchain-funcs eutils multilib-minimal
diff --git a/sys-libs/libsemanage/libsemanage-2.4_rc6-r2.ebuild b/sys-libs/libsemanage/libsemanage-2.4_rc6-r2.ebuild
index 477772df3869..fb02f1cff54b 100644
--- a/sys-libs/libsemanage/libsemanage-2.4_rc6-r2.ebuild
+++ b/sys-libs/libsemanage/libsemanage-2.4_rc6-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/libsemanage-2.4_rc6-r2.ebuild,v 1.2 2014/12/04 11:00:43 perfinion Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/libsemanage-2.4_rc6-r2.ebuild,v 1.3 2015/04/08 18:28:33 mgorny Exp $
EAPI="5"
-PYTHON_COMPAT=( python2_7 python3_2 python3_3 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
inherit multilib python-r1 toolchain-funcs eutils multilib-minimal
diff --git a/sys-libs/libsemanage/libsemanage-2.4_rc7.ebuild b/sys-libs/libsemanage/libsemanage-2.4_rc7.ebuild
index fd6ae4978274..58dfabdcb7c1 100644
--- a/sys-libs/libsemanage/libsemanage-2.4_rc7.ebuild
+++ b/sys-libs/libsemanage/libsemanage-2.4_rc7.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/libsemanage-2.4_rc7.ebuild,v 1.1 2014/12/06 23:23:32 perfinion Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/libsemanage-2.4_rc7.ebuild,v 1.2 2015/04/08 18:28:33 mgorny Exp $
EAPI="5"
-PYTHON_COMPAT=( python2_7 python3_2 python3_3 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
inherit multilib python-r1 toolchain-funcs eutils multilib-minimal
diff --git a/sys-libs/ntdb/ChangeLog b/sys-libs/ntdb/ChangeLog
index 4ad495fc1da6..3a1e4781e50a 100644
--- a/sys-libs/ntdb/ChangeLog
+++ b/sys-libs/ntdb/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/ntdb
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/ntdb/ChangeLog,v 1.8 2015/03/08 11:09:35 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/ntdb/ChangeLog,v 1.9 2015/04/08 18:28:33 mgorny Exp $
+
+ 08 Apr 2015; Michał Górny <mgorny@gentoo.org> ntdb-1.0-r1.ebuild:
+ Drop old Python implementations
08 Mar 2015; Lars Wendler <polynomial-c@gentoo.org> -ntdb-1.0.ebuild:
Removed non-multilib ebuild.
diff --git a/sys-libs/ntdb/ntdb-1.0-r1.ebuild b/sys-libs/ntdb/ntdb-1.0-r1.ebuild
index 3e39b8fb2a86..ad40db43d9bb 100644
--- a/sys-libs/ntdb/ntdb-1.0-r1.ebuild
+++ b/sys-libs/ntdb/ntdb-1.0-r1.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/ntdb/ntdb-1.0-r1.ebuild,v 1.3 2015/03/03 10:06:34 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/ntdb/ntdb-1.0-r1.ebuild,v 1.4 2015/04/08 18:28:33 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="threads(+)"
inherit waf-utils multilib-minimal python-single-r1
diff --git a/sys-libs/talloc/ChangeLog b/sys-libs/talloc/ChangeLog
index 8f797c0ebb9f..d29475e5c656 100644
--- a/sys-libs/talloc/ChangeLog
+++ b/sys-libs/talloc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-libs/talloc
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/ChangeLog,v 1.78 2015/03/12 15:04:38 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/ChangeLog,v 1.79 2015/04/08 18:28:33 mgorny Exp $
+
+ 08 Apr 2015; Michał Górny <mgorny@gentoo.org> talloc-2.1.0-r1.ebuild,
+ talloc-2.1.1.ebuild, talloc-2.1.2.ebuild:
+ Drop old Python implementations
*talloc-2.1.2 (12 Mar 2015)
diff --git a/sys-libs/talloc/talloc-2.1.0-r1.ebuild b/sys-libs/talloc/talloc-2.1.0-r1.ebuild
index e2755d989685..2539b901af5f 100644
--- a/sys-libs/talloc/talloc-2.1.0-r1.ebuild
+++ b/sys-libs/talloc/talloc-2.1.0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.1.0-r1.ebuild,v 1.11 2014/10/11 12:05:25 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.1.0-r1.ebuild,v 1.12 2015/04/08 18:28:33 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="threads"
inherit waf-utils python-single-r1 multilib multilib-minimal
diff --git a/sys-libs/talloc/talloc-2.1.1.ebuild b/sys-libs/talloc/talloc-2.1.1.ebuild
index dc36f171b6c1..0c4f0c42d15c 100644
--- a/sys-libs/talloc/talloc-2.1.1.ebuild
+++ b/sys-libs/talloc/talloc-2.1.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.1.1.ebuild,v 1.2 2014/06/10 00:12:37 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.1.1.ebuild,v 1.3 2015/04/08 18:28:33 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="threads"
inherit waf-utils python-single-r1 multilib multilib-minimal
diff --git a/sys-libs/talloc/talloc-2.1.2.ebuild b/sys-libs/talloc/talloc-2.1.2.ebuild
index 85fc83fa9f0e..bd645e83fe57 100644
--- a/sys-libs/talloc/talloc-2.1.2.ebuild
+++ b/sys-libs/talloc/talloc-2.1.2.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.1.2.ebuild,v 1.1 2015/03/12 15:04:38 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.1.2.ebuild,v 1.2 2015/04/08 18:28:33 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="threads"
inherit waf-utils python-single-r1 multilib multilib-minimal
diff --git a/sys-libs/tevent/ChangeLog b/sys-libs/tevent/ChangeLog
index 104b73097a7a..f52c57f8949b 100644
--- a/sys-libs/tevent/ChangeLog
+++ b/sys-libs/tevent/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-libs/tevent
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.76 2015/03/06 07:40:33 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.77 2015/04/08 18:28:33 mgorny Exp $
+
+ 08 Apr 2015; Michał Górny <mgorny@gentoo.org> tevent-0.9.19.ebuild,
+ tevent-0.9.21-r1.ebuild, tevent-0.9.23.ebuild, tevent-0.9.24.ebuild:
+ Drop old Python implementations
*tevent-0.9.24 (06 Mar 2015)
diff --git a/sys-libs/tevent/tevent-0.9.19.ebuild b/sys-libs/tevent/tevent-0.9.19.ebuild
index 048d1c91d00b..d5566b26fd89 100644
--- a/sys-libs/tevent/tevent-0.9.19.ebuild
+++ b/sys-libs/tevent/tevent-0.9.19.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.19.ebuild,v 1.18 2015/01/03 12:36:26 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.19.ebuild,v 1.19 2015/04/08 18:28:33 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python2_{6,7} )
+PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="threads(+)"
inherit waf-utils python-single-r1
diff --git a/sys-libs/tevent/tevent-0.9.21-r1.ebuild b/sys-libs/tevent/tevent-0.9.21-r1.ebuild
index b13451ebb9f5..7339dd3b5d5e 100644
--- a/sys-libs/tevent/tevent-0.9.21-r1.ebuild
+++ b/sys-libs/tevent/tevent-0.9.21-r1.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.21-r1.ebuild,v 1.14 2015/01/03 12:36:26 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.21-r1.ebuild,v 1.15 2015/04/08 18:28:33 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python2_{6,7} )
+PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="threads(+)"
inherit waf-utils multilib-minimal python-single-r1
diff --git a/sys-libs/tevent/tevent-0.9.23.ebuild b/sys-libs/tevent/tevent-0.9.23.ebuild
index 56bbd278c9fa..46ccd4e278fb 100644
--- a/sys-libs/tevent/tevent-0.9.23.ebuild
+++ b/sys-libs/tevent/tevent-0.9.23.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.23.ebuild,v 1.1 2015/03/02 13:13:01 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.23.ebuild,v 1.2 2015/04/08 18:28:33 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python2_{6,7} )
+PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="threads(+)"
inherit waf-utils multilib-minimal python-single-r1
diff --git a/sys-libs/tevent/tevent-0.9.24.ebuild b/sys-libs/tevent/tevent-0.9.24.ebuild
index 91ac57fb2cad..62d2a4823bc9 100644
--- a/sys-libs/tevent/tevent-0.9.24.ebuild
+++ b/sys-libs/tevent/tevent-0.9.24.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.24.ebuild,v 1.1 2015/03/06 07:40:33 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.24.ebuild,v 1.2 2015/04/08 18:28:33 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python2_{6,7} )
+PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="threads(+)"
inherit waf-utils multilib-minimal python-single-r1