summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-03-31 20:48:37 +0000
committerMichał Górny <mgorny@gentoo.org>2014-03-31 20:48:37 +0000
commit6bc8e664d188b8ed23da15bd9f27f878bdcde123 (patch)
tree9a1430c8aa7ea97b8aa105cffbcac3462bd55d38 /dev-python/ansi2html
parentAdd support for the new PyPy slotting. (diff)
downloadgentoo-2-6bc8e664d188b8ed23da15bd9f27f878bdcde123.tar.gz
gentoo-2-6bc8e664d188b8ed23da15bd9f27f878bdcde123.tar.bz2
gentoo-2-6bc8e664d188b8ed23da15bd9f27f878bdcde123.zip
Add support for the new PyPy slotting.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-python/ansi2html')
-rw-r--r--dev-python/ansi2html/ChangeLog7
-rw-r--r--dev-python/ansi2html/ansi2html-0.10.0.ebuild6
-rw-r--r--dev-python/ansi2html/ansi2html-0.9.3-r1.ebuild6
-rw-r--r--dev-python/ansi2html/ansi2html-0.9.4.ebuild6
-rw-r--r--dev-python/ansi2html/ansi2html-1.0.2.ebuild6
-rw-r--r--dev-python/ansi2html/ansi2html-1.0.5.ebuild6
-rw-r--r--dev-python/ansi2html/ansi2html-1.0.6.ebuild4
7 files changed, 23 insertions, 18 deletions
diff --git a/dev-python/ansi2html/ChangeLog b/dev-python/ansi2html/ChangeLog
index d82c88157892..cc8a8bf3fce6 100644
--- a/dev-python/ansi2html/ChangeLog
+++ b/dev-python/ansi2html/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/ansi2html
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ansi2html/ChangeLog,v 1.15 2014/03/30 09:15:50 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ansi2html/ChangeLog,v 1.16 2014/03/31 20:48:37 mgorny Exp $
+
+ 31 Mar 2014; Michał Górny <mgorny@gentoo.org> ansi2html-0.10.0.ebuild,
+ ansi2html-0.9.3-r1.ebuild, ansi2html-0.9.4.ebuild, ansi2html-1.0.2.ebuild,
+ ansi2html-1.0.5.ebuild, ansi2html-1.0.6.ebuild:
+ Add support for the new PyPy slotting.
30 Mar 2014; Pacho Ramos <pacho@gentoo.org> metadata.xml:
Drop maintainer as talked with him (#398377)
diff --git a/dev-python/ansi2html/ansi2html-0.10.0.ebuild b/dev-python/ansi2html/ansi2html-0.10.0.ebuild
index 986fea67251e..327a4f583a12 100644
--- a/dev-python/ansi2html/ansi2html-0.10.0.ebuild
+++ b/dev-python/ansi2html/ansi2html-0.10.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ansi2html/ansi2html-0.10.0.ebuild,v 1.1 2013/09/28 13:49:15 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ansi2html/ansi2html-0.10.0.ebuild,v 1.2 2014/03/31 20:48:37 mgorny Exp $
EAPI=5
# ordereddict is need for < 2.7, but it's not packaged (yet)
-PYTHON_COMPAT=( python{2_7,3_2,3_3} pypy2_0 )
+PYTHON_COMPAT=( python{2_7,3_2,3_3} pypy pypy2_0 )
inherit distutils-r1
diff --git a/dev-python/ansi2html/ansi2html-0.9.3-r1.ebuild b/dev-python/ansi2html/ansi2html-0.9.3-r1.ebuild
index f894e5365946..7139bafa7e2a 100644
--- a/dev-python/ansi2html/ansi2html-0.9.3-r1.ebuild
+++ b/dev-python/ansi2html/ansi2html-0.9.3-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ansi2html/ansi2html-0.9.3-r1.ebuild,v 1.3 2013/09/28 13:49:15 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ansi2html/ansi2html-0.9.3-r1.ebuild,v 1.4 2014/03/31 20:48:37 mgorny Exp $
EAPI=5
# ordereddict is need for < 2.7, but it's not packaged (yet)
-PYTHON_COMPAT=( python{2_7,3_2,3_3} pypy2_0 )
+PYTHON_COMPAT=( python{2_7,3_2,3_3} pypy pypy2_0 )
inherit distutils-r1
diff --git a/dev-python/ansi2html/ansi2html-0.9.4.ebuild b/dev-python/ansi2html/ansi2html-0.9.4.ebuild
index cd89edaaa323..d6e770402dd0 100644
--- a/dev-python/ansi2html/ansi2html-0.9.4.ebuild
+++ b/dev-python/ansi2html/ansi2html-0.9.4.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ansi2html/ansi2html-0.9.4.ebuild,v 1.3 2013/09/28 13:49:15 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ansi2html/ansi2html-0.9.4.ebuild,v 1.4 2014/03/31 20:48:36 mgorny Exp $
EAPI=5
# ordereddict is need for < 2.7, but it's not packaged (yet)
-PYTHON_COMPAT=( python{2_7,3_2,3_3} pypy2_0 )
+PYTHON_COMPAT=( python{2_7,3_2,3_3} pypy pypy2_0 )
inherit distutils-r1
diff --git a/dev-python/ansi2html/ansi2html-1.0.2.ebuild b/dev-python/ansi2html/ansi2html-1.0.2.ebuild
index c58d231a8d79..d1e7a8881129 100644
--- a/dev-python/ansi2html/ansi2html-1.0.2.ebuild
+++ b/dev-python/ansi2html/ansi2html-1.0.2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ansi2html/ansi2html-1.0.2.ebuild,v 1.1 2013/10/04 21:13:24 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ansi2html/ansi2html-1.0.2.ebuild,v 1.2 2014/03/31 20:48:37 mgorny Exp $
EAPI=5
# ordereddict is need for < 2.7, but it's not packaged (yet)
-PYTHON_COMPAT=( python{2_7,3_2,3_3} pypy2_0 )
+PYTHON_COMPAT=( python{2_7,3_2,3_3} pypy pypy2_0 )
inherit distutils-r1
diff --git a/dev-python/ansi2html/ansi2html-1.0.5.ebuild b/dev-python/ansi2html/ansi2html-1.0.5.ebuild
index fdd57a2b4c52..9775f40caff6 100644
--- a/dev-python/ansi2html/ansi2html-1.0.5.ebuild
+++ b/dev-python/ansi2html/ansi2html-1.0.5.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ansi2html/ansi2html-1.0.5.ebuild,v 1.2 2013/12/29 17:17:09 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ansi2html/ansi2html-1.0.5.ebuild,v 1.3 2014/03/31 20:48:37 mgorny Exp $
EAPI=5
# ordereddict is need for < 2.7, but it's not packaged (yet)
-PYTHON_COMPAT=( python{2_7,3_2,3_3} pypy2_0 )
+PYTHON_COMPAT=( python{2_7,3_2,3_3} pypy pypy2_0 )
inherit distutils-r1
diff --git a/dev-python/ansi2html/ansi2html-1.0.6.ebuild b/dev-python/ansi2html/ansi2html-1.0.6.ebuild
index 722098cb2777..1c63699751ef 100644
--- a/dev-python/ansi2html/ansi2html-1.0.6.ebuild
+++ b/dev-python/ansi2html/ansi2html-1.0.6.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ansi2html/ansi2html-1.0.6.ebuild,v 1.1 2014/01/08 04:58:23 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ansi2html/ansi2html-1.0.6.ebuild,v 1.2 2014/03/31 20:48:37 mgorny Exp $
EAPI=5
# ordereddict is need for < 2.7, but it's not packaged (yet)
-PYTHON_COMPAT=( python{2_7,3_2,3_3} pypy2_0 )
+PYTHON_COMPAT=( python{2_7,3_2,3_3} pypy pypy2_0 )
inherit distutils-r1