summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-09-05 18:26:42 +0000
committerMichał Górny <mgorny@gentoo.org>2013-09-05 18:26:42 +0000
commit025cf26b8c6bd1237b1178104587603114cd2292 (patch)
tree4a7dfd2f5662ce3720e1f3b4345b294d55ab0005 /app-text
parentClean up PYTHON_COMPAT from old implementations. (diff)
downloadgentoo-2-025cf26b8c6bd1237b1178104587603114cd2292.tar.gz
gentoo-2-025cf26b8c6bd1237b1178104587603114cd2292.tar.bz2
gentoo-2-025cf26b8c6bd1237b1178104587603114cd2292.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-text')
-rw-r--r--app-text/asciidoc/ChangeLog6
-rw-r--r--app-text/asciidoc/asciidoc-8.6.8-r1.ebuild4
-rw-r--r--app-text/asciidoc/asciidoc-9999.ebuild4
-rw-r--r--app-text/gnome-doc-utils/ChangeLog7
-rw-r--r--app-text/gnome-doc-utils/gnome-doc-utils-0.20.10-r1.ebuild4
-rw-r--r--app-text/pylize/ChangeLog5
-rw-r--r--app-text/pylize/pylize-1.3b-r1.ebuild4
7 files changed, 22 insertions, 12 deletions
diff --git a/app-text/asciidoc/ChangeLog b/app-text/asciidoc/ChangeLog
index 93591d090e45..6f604fea818d 100644
--- a/app-text/asciidoc/ChangeLog
+++ b/app-text/asciidoc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/asciidoc
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/ChangeLog,v 1.89 2013/07/21 09:57:17 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/ChangeLog,v 1.90 2013/09/05 18:26:42 mgorny Exp $
+
+ 05 Sep 2013; Michał Górny <mgorny@gentoo.org> asciidoc-8.6.8-r1.ebuild,
+ asciidoc-9999.ebuild:
+ Clean up PYTHON_COMPAT from old implementations.
21 Jul 2013; Pacho Ramos <pacho@gentoo.org> -asciidoc-8.2.6.ebuild,
-asciidoc-8.6.7.ebuild, -asciidoc-8.6.8.ebuild, metadata.xml:
diff --git a/app-text/asciidoc/asciidoc-8.6.8-r1.ebuild b/app-text/asciidoc/asciidoc-8.6.8-r1.ebuild
index ed3801a099dd..91cd2ed353fd 100644
--- a/app-text/asciidoc/asciidoc-8.6.8-r1.ebuild
+++ b/app-text/asciidoc/asciidoc-8.6.8-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-text/asciidoc/asciidoc-8.6.8-r1.ebuild,v 1.3 2013/06/30 15:34:54 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/asciidoc-8.6.8-r1.ebuild,v 1.4 2013/09/05 18:26:42 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 )
[ "$PV" == "9999" ] && inherit mercurial autotools
inherit python-single-r1
diff --git a/app-text/asciidoc/asciidoc-9999.ebuild b/app-text/asciidoc/asciidoc-9999.ebuild
index c74ca2ea29f8..acd2a7004fe8 100644
--- a/app-text/asciidoc/asciidoc-9999.ebuild
+++ b/app-text/asciidoc/asciidoc-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-text/asciidoc/asciidoc-9999.ebuild,v 1.13 2013/06/30 15:34:55 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/asciidoc-9999.ebuild,v 1.14 2013/09/05 18:26:42 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 )
[ "$PV" == "9999" ] && inherit mercurial autotools
inherit python-single-r1
diff --git a/app-text/gnome-doc-utils/ChangeLog b/app-text/gnome-doc-utils/ChangeLog
index 374fc44db0c6..bd8913f3f574 100644
--- a/app-text/gnome-doc-utils/ChangeLog
+++ b/app-text/gnome-doc-utils/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/gnome-doc-utils
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/ChangeLog,v 1.211 2013/05/10 11:18:15 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/ChangeLog,v 1.212 2013/09/05 18:26:42 mgorny Exp $
+
+ 05 Sep 2013; Michał Górny <mgorny@gentoo.org>
+ gnome-doc-utils-0.20.10-r1.ebuild:
+ Clean up PYTHON_COMPAT from old implementations.
10 May 2013; Gilles Dartiguelongue <eva@gentoo.org>
gnome-doc-utils-0.20.10-r1.ebuild,
@@ -896,4 +900,3 @@
09 Mar 2005; Joe McCann <joem@gentoo.org> +metadata.xml,
+gnome-doc-utils-0.1.3.ebuild:
New package. set of utils for gnome documentation
-
diff --git a/app-text/gnome-doc-utils/gnome-doc-utils-0.20.10-r1.ebuild b/app-text/gnome-doc-utils/gnome-doc-utils-0.20.10-r1.ebuild
index 5715d1a659d5..38eae59ef856 100644
--- a/app-text/gnome-doc-utils/gnome-doc-utils-0.20.10-r1.ebuild
+++ b/app-text/gnome-doc-utils/gnome-doc-utils-0.20.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/app-text/gnome-doc-utils/gnome-doc-utils-0.20.10-r1.ebuild,v 1.2 2013/05/10 11:06:02 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-doc-utils/gnome-doc-utils-0.20.10-r1.ebuild,v 1.3 2013/09/05 18:26:42 mgorny Exp $
EAPI="5"
GCONF_DEBUG="no"
-PYTHON_COMPAT=( python2_{5,6,7} )
+PYTHON_COMPAT=( python2_{6,7} )
inherit gnome2 multibuild python-r1
diff --git a/app-text/pylize/ChangeLog b/app-text/pylize/ChangeLog
index 81f4cc4f2a32..ab82d961627b 100644
--- a/app-text/pylize/ChangeLog
+++ b/app-text/pylize/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/pylize
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pylize/ChangeLog,v 1.15 2013/06/08 16:54:18 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pylize/ChangeLog,v 1.16 2013/09/05 18:26:42 mgorny Exp $
+
+ 05 Sep 2013; Michał Górny <mgorny@gentoo.org> pylize-1.3b-r1.ebuild:
+ Clean up PYTHON_COMPAT from old implementations.
08 Jun 2013; Mike Gilbert <floppym@gentoo.org> pylize-1.3b-r1.ebuild:
Use imaging virtual.
diff --git a/app-text/pylize/pylize-1.3b-r1.ebuild b/app-text/pylize/pylize-1.3b-r1.ebuild
index 04b7c7779d34..ed48dce47e1b 100644
--- a/app-text/pylize/pylize-1.3b-r1.ebuild
+++ b/app-text/pylize/pylize-1.3b-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/app-text/pylize/pylize-1.3b-r1.ebuild,v 1.2 2013/06/08 16:54:18 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pylize/pylize-1.3b-r1.ebuild,v 1.3 2013/09/05 18:26:42 mgorny Exp $
EAPI="5"
-PYTHON_COMPAT=( python{2_5,2_6,2_7} )
+PYTHON_COMPAT=( python{2_6,2_7} )
DISTUTILS_SINGLE_IMPL=1
inherit distutils-r1