diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-02-21 07:20:14 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-02-21 07:20:14 +0000 |
commit | 85b28ef98439b3243c0ac5a8b55e67f4409ce6a4 (patch) | |
tree | cb9d8521daccdd0730f3435d8a779ae35b570a38 /dev-python/beautifulsoup | |
parent | x86 stable wrt security bug 404437 . (diff) | |
download | historical-85b28ef98439b3243c0ac5a8b55e67f4409ce6a4.tar.gz historical-85b28ef98439b3243c0ac5a8b55e67f4409ce6a4.tar.bz2 historical-85b28ef98439b3243c0ac5a8b55e67f4409ce6a4.zip |
Restricting jython
Package-Manager: portage-2.2.0_alpha88/cvs/Linux x86_64
Diffstat (limited to 'dev-python/beautifulsoup')
-rw-r--r-- | dev-python/beautifulsoup/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-python/beautifulsoup/beautifulsoup-3.2.0.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-python/beautifulsoup/ChangeLog b/dev-python/beautifulsoup/ChangeLog index 65ccd33f40ef..527a1033bf43 100644 --- a/dev-python/beautifulsoup/ChangeLog +++ b/dev-python/beautifulsoup/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/beautifulsoup # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.57 2012/02/09 23:27:00 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.58 2012/02/21 07:19:13 patrick Exp $ + + 21 Feb 2012; Patrick Lauer <patrick@gentoo.org> + beautifulsoup-3.1.0.1-r1.ebuild, beautifulsoup-3.2.0.ebuild: + Restricting jython 09 Feb 2012; Matt Turner <mattst88@gentoo.org> beautifulsoup-3.2.0.ebuild: Added ~mips, bug 393181. diff --git a/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r1.ebuild b/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r1.ebuild index ac3e46cacc8c..a9bc1c1e9246 100644 --- a/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r1.ebuild +++ b/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r1.ebuild @@ -1,12 +1,12 @@ -# 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/beautifulsoup/beautifulsoup-3.1.0.1-r1.ebuild,v 1.12 2011/07/28 20:27:18 neurogeek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r1.ebuild,v 1.13 2012/02/21 07:19:13 patrick Exp $ EAPI="3" PYTHON_DEPEND="3" SUPPORT_PYTHON_ABIS="1" # Avoid collisions with python-2 slot. -RESTRICT_PYTHON_ABIS="2.*" +RESTRICT_PYTHON_ABIS="2.* *-jython" inherit distutils eutils diff --git a/dev-python/beautifulsoup/beautifulsoup-3.2.0.ebuild b/dev-python/beautifulsoup/beautifulsoup-3.2.0.ebuild index 80943a5c02ed..f0d6ae7c21b4 100644 --- a/dev-python/beautifulsoup/beautifulsoup-3.2.0.ebuild +++ b/dev-python/beautifulsoup/beautifulsoup-3.2.0.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.2.0.ebuild,v 1.11 2012/02/09 23:27:00 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.2.0.ebuild,v 1.12 2012/02/21 07:19:13 patrick Exp $ EAPI="3" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" +RESTRICT_PYTHON_ABIS="3.* *-jython" inherit distutils |