diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-02-24 08:12:02 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-02-24 08:12:02 +0000 |
commit | 3e9e111ee9258391a4e2f575b5962a2c5e34aa96 (patch) | |
tree | 78c6949de568e92ca8e26f0f7693ce1b294b5655 /dev-python/python-poppler | |
parent | Restricting pypy (diff) | |
download | historical-3e9e111ee9258391a4e2f575b5962a2c5e34aa96.tar.gz historical-3e9e111ee9258391a4e2f575b5962a2c5e34aa96.tar.bz2 historical-3e9e111ee9258391a4e2f575b5962a2c5e34aa96.zip |
Restricting pypy
Package-Manager: portage-2.2.0_alpha89/cvs/Linux x86_64
Diffstat (limited to 'dev-python/python-poppler')
-rw-r--r-- | dev-python/python-poppler/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/python-poppler/python-poppler-0.12.1-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-python/python-poppler/python-poppler-0.12.1-r2.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-python/python-poppler/ChangeLog b/dev-python/python-poppler/ChangeLog index 2ca9baa93330..3669f84e2335 100644 --- a/dev-python/python-poppler/ChangeLog +++ b/dev-python/python-poppler/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/python-poppler -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-poppler/ChangeLog,v 1.17 2011/12/14 18:52:33 neurogeek Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-poppler/ChangeLog,v 1.18 2012/02/24 08:08:11 patrick Exp $ + + 24 Feb 2012; Patrick Lauer <patrick@gentoo.org> + python-poppler-0.12.1-r1.ebuild, python-poppler-0.12.1-r2.ebuild: + Restricting pypy *python-poppler-0.12.1-r2 (14 Dec 2011) diff --git a/dev-python/python-poppler/python-poppler-0.12.1-r1.ebuild b/dev-python/python-poppler/python-poppler-0.12.1-r1.ebuild index 7586dca3b373..b015c5456b85 100644 --- a/dev-python/python-poppler/python-poppler-0.12.1-r1.ebuild +++ b/dev-python/python-poppler/python-poppler-0.12.1-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-poppler/python-poppler-0.12.1-r1.ebuild,v 1.5 2011/11/08 12:05:50 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-poppler/python-poppler-0.12.1-r1.ebuild,v 1.6 2012/02/24 08:08:11 patrick Exp $ EAPI="3" PYTHON_DEPEND="2:2.6" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.4 2.5 3.* *-jython" +RESTRICT_PYTHON_ABIS="2.4 2.5 3.* *-jython 2.7-pypy-*" PYTHON_EXPORT_PHASE_FUNCTIONS="1" inherit eutils libtool python diff --git a/dev-python/python-poppler/python-poppler-0.12.1-r2.ebuild b/dev-python/python-poppler/python-poppler-0.12.1-r2.ebuild index ba7431afe123..91d71324799f 100644 --- a/dev-python/python-poppler/python-poppler-0.12.1-r2.ebuild +++ b/dev-python/python-poppler/python-poppler-0.12.1-r2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-poppler/python-poppler-0.12.1-r2.ebuild,v 1.1 2011/12/14 18:52:33 neurogeek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-poppler/python-poppler-0.12.1-r2.ebuild,v 1.2 2012/02/24 08:08:11 patrick Exp $ EAPI="3" PYTHON_DEPEND="2:2.6" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.4 2.5 3.* *-jython" +RESTRICT_PYTHON_ABIS="2.4 2.5 3.* *-jython 2.7-pypy-*" PYTHON_EXPORT_PHASE_FUNCTIONS="1" inherit eutils libtool python |