From e33eebb78fffee53fc6aeb0cf99d6d0ef4f2d2dc Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 31 Mar 2014 20:24:58 +0000 Subject: Add support for the new PyPy slotting. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) --- dev-python/unidecode/ChangeLog | 6 +++++- dev-python/unidecode/unidecode-0.04.14.ebuild | 4 ++-- dev-python/unidecode/unidecode-0.04.9-r1.ebuild | 6 +++--- 3 files changed, 10 insertions(+), 6 deletions(-) (limited to 'dev-python/unidecode') diff --git a/dev-python/unidecode/ChangeLog b/dev-python/unidecode/ChangeLog index 3a3f45710f3f..ee35205c904e 100644 --- a/dev-python/unidecode/ChangeLog +++ b/dev-python/unidecode/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/unidecode # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/ChangeLog,v 1.11 2014/02/13 14:34:29 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/ChangeLog,v 1.12 2014/03/31 20:24:58 mgorny Exp $ + + 31 Mar 2014; Michał Górny unidecode-0.04.14.ebuild, + unidecode-0.04.9-r1.ebuild: + Add support for the new PyPy slotting. 13 Feb 2014; Jeroen Roovers unidecode-0.04.14.ebuild: Marked ~hppa too. diff --git a/dev-python/unidecode/unidecode-0.04.14.ebuild b/dev-python/unidecode/unidecode-0.04.14.ebuild index 5845f1e54659..3a83b0055b93 100644 --- a/dev-python/unidecode/unidecode-0.04.14.ebuild +++ b/dev-python/unidecode/unidecode-0.04.14.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/unidecode-0.04.14.ebuild,v 1.2 2014/02/13 14:34:29 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/unidecode-0.04.14.ebuild,v 1.3 2014/03/31 20:24:58 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) MY_PN=Unidecode MY_P=${MY_PN}-${PV} diff --git a/dev-python/unidecode/unidecode-0.04.9-r1.ebuild b/dev-python/unidecode/unidecode-0.04.9-r1.ebuild index 96d954e7d016..34c7f7b31459 100644 --- a/dev-python/unidecode/unidecode-0.04.9-r1.ebuild +++ b/dev-python/unidecode/unidecode-0.04.9-r1.ebuild @@ -1,9 +1,9 @@ -# 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/unidecode/unidecode-0.04.9-r1.ebuild,v 1.3 2013/09/05 18:46:40 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/unidecode-0.04.9-r1.ebuild,v 1.4 2014/03/31 20:24:58 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) MY_PN=Unidecode MY_P=${MY_PN}-${PV} -- cgit v1.2.3-65-gdbad