summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-09-05 18:15:50 +0000
committerMichał Górny <mgorny@gentoo.org>2013-09-05 18:15:50 +0000
commitc7644f0c4979abf1f35d227e83f44784dc734870 (patch)
tree4f14dd34f7306d5fba76fec95c854179c7a8f150 /app-admin/webapp-config
parentRemove obsolete Python 3 mask. (diff)
downloadgentoo-2-c7644f0c4979abf1f35d227e83f44784dc734870.tar.gz
gentoo-2-c7644f0c4979abf1f35d227e83f44784dc734870.tar.bz2
gentoo-2-c7644f0c4979abf1f35d227e83f44784dc734870.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 'app-admin/webapp-config')
-rw-r--r--app-admin/webapp-config/ChangeLog6
-rw-r--r--app-admin/webapp-config/webapp-config-1.50.19-r1.ebuild4
-rw-r--r--app-admin/webapp-config/webapp-config-1.51-r1.ebuild4
-rw-r--r--app-admin/webapp-config/webapp-config-9999.ebuild4
4 files changed, 11 insertions, 7 deletions
diff --git a/app-admin/webapp-config/ChangeLog b/app-admin/webapp-config/ChangeLog
index 4b760b9406bb..aa23abb13211 100644
--- a/app-admin/webapp-config/ChangeLog
+++ b/app-admin/webapp-config/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-admin/webapp-config
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/ChangeLog,v 1.97 2013/08/30 20:46:01 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/ChangeLog,v 1.98 2013/09/05 18:15:49 mgorny Exp $
+
+ 05 Sep 2013; Michał Górny <mgorny@gentoo.org> webapp-config-1.50.19-r1.ebuild,
+ webapp-config-1.51-r1.ebuild, webapp-config-9999.ebuild:
+ Clean up PYTHON_COMPAT from old implementations.
30 Aug 2013; Anthony G. Basile <blueness@gentoo.org> metadata.xml:
Remove proxy-maintainers herd because twitch153 became a developer
diff --git a/app-admin/webapp-config/webapp-config-1.50.19-r1.ebuild b/app-admin/webapp-config/webapp-config-1.50.19-r1.ebuild
index 94f3f4534b88..7d5095bdacde 100644
--- a/app-admin/webapp-config/webapp-config-1.50.19-r1.ebuild
+++ b/app-admin/webapp-config/webapp-config-1.50.19-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/app-admin/webapp-config/webapp-config-1.50.19-r1.ebuild,v 1.2 2013/08/03 14:03:05 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/webapp-config-1.50.19-r1.ebuild,v 1.3 2013/09/05 18:15:49 mgorny Exp $
EAPI="5"
-PYTHON_COMPAT=( python{2_6,2_7} pypy{1_9,2_0} )
+PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
inherit distutils-r1
diff --git a/app-admin/webapp-config/webapp-config-1.51-r1.ebuild b/app-admin/webapp-config/webapp-config-1.51-r1.ebuild
index b552285769ec..ea3166982c3c 100644
--- a/app-admin/webapp-config/webapp-config-1.51-r1.ebuild
+++ b/app-admin/webapp-config/webapp-config-1.51-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/app-admin/webapp-config/webapp-config-1.51-r1.ebuild,v 1.1 2013/08/06 11:09:00 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/webapp-config-1.51-r1.ebuild,v 1.2 2013/09/05 18:15:49 mgorny Exp $
EAPI="5"
-PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
inherit distutils-r1
diff --git a/app-admin/webapp-config/webapp-config-9999.ebuild b/app-admin/webapp-config/webapp-config-9999.ebuild
index 09b8572c0cdb..cc7358251b5e 100644
--- a/app-admin/webapp-config/webapp-config-9999.ebuild
+++ b/app-admin/webapp-config/webapp-config-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/app-admin/webapp-config/webapp-config-9999.ebuild,v 1.5 2013/08/04 00:28:55 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/webapp-config-9999.ebuild,v 1.6 2013/09/05 18:15:49 mgorny Exp $
EAPI="5"
-PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
inherit distutils-r1