diff options
author | 2012-08-05 06:52:51 +0000 | |
---|---|---|
committer | 2012-08-05 06:52:51 +0000 | |
commit | 7f938408eee91a6c4bb8001f45d5874396b22ad1 (patch) | |
tree | b09107ba5a5bdd870d482d5dc16b1846c27ae58b /dev-python/beautifulsoup | |
parent | Stable arm, bug #427546 (diff) | |
download | gentoo-2-7f938408eee91a6c4bb8001f45d5874396b22ad1.tar.gz gentoo-2-7f938408eee91a6c4bb8001f45d5874396b22ad1.tar.bz2 gentoo-2-7f938408eee91a6c4bb8001f45d5874396b22ad1.zip |
Stable arm, bug #427546
(Portage version: 2.1.10.65/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 | 4 | ||||
-rw-r--r-- | dev-python/beautifulsoup/beautifulsoup-3.2.0.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/beautifulsoup/ChangeLog b/dev-python/beautifulsoup/ChangeLog index cd187fccce74..ab3a21f0b8b1 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.67 2012/07/09 08:46:17 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.68 2012/08/05 06:52:51 blueness Exp $ + + 05 Aug 2012; Anthony G. Basile <blueness@gentoo.org> + beautifulsoup-3.1.0.1-r1.ebuild, beautifulsoup-3.2.0.ebuild: + Stable arm, bug #427546 *beautifulsoup-4.1.1 (09 Jul 2012) 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 543138592629..a3cf56ef794c 100644 --- a/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r1.ebuild +++ b/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r1.ebuild @@ -1,6 +1,6 @@ # 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.14 2012/05/16 02:25:50 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.1.0.1-r1.ebuild,v 1.15 2012/08/05 06:52:51 blueness Exp $ EAPI="3" PYTHON_DEPEND="3" @@ -19,7 +19,7 @@ SRC_URI="http://www.crummy.com/software/${MY_PN}/download/${MY_P}.tar.gz" LICENSE="BSD" SLOT="python-3" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris" IUSE="" DEPEND="" diff --git a/dev-python/beautifulsoup/beautifulsoup-3.2.0.ebuild b/dev-python/beautifulsoup/beautifulsoup-3.2.0.ebuild index f0d6ae7c21b4..a41bfc48481c 100644 --- a/dev-python/beautifulsoup/beautifulsoup-3.2.0.ebuild +++ b/dev-python/beautifulsoup/beautifulsoup-3.2.0.ebuild @@ -1,6 +1,6 @@ # 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.12 2012/02/21 07:19:13 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.2.0.ebuild,v 1.13 2012/08/05 06:52:51 blueness Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -18,7 +18,7 @@ SRC_URI="http://www.crummy.com/software/${MY_PN}/download/3.x/${MY_P}.tar.gz" LICENSE="BSD" SLOT="python-2" -KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" DEPEND="" |