* [gentoo-commits] gentoo-x86 commit in dev-python/beautifulsoup: ChangeLog beautifulsoup-3.0.8.1.ebuild
@ 2010-06-18 11:09 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; 9+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-06-18 11:09 UTC (permalink / raw
To: gentoo-commits
arfrever 10/06/18 11:09:36
Modified: ChangeLog
Added: beautifulsoup-3.0.8.1.ebuild
Log:
Version bump.
(Portage version: HEAD/cvs/Linux x86_64)
Revision Changes Path
1.35 dev-python/beautifulsoup/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/ChangeLog?r1=1.34&r2=1.35
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog 22 May 2010 16:15:36 -0000 1.34
+++ ChangeLog 18 Jun 2010 11:09:36 -0000 1.35
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/beautifulsoup
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.34 2010/05/22 16:15:36 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.35 2010/06/18 11:09:36 arfrever Exp $
+
+*beautifulsoup-3.0.8.1 (18 Jun 2010)
+
+ 18 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ -beautifulsoup-3.0.7.ebuild, +beautifulsoup-3.0.8.1.ebuild:
+ Version bump.
22 May 2010; Raúl Porcel <armin76@gentoo.org> beautifulsoup-3.0.7.ebuild,
beautifulsoup-3.0.8.ebuild, beautifulsoup-3.1.0.1-r1.ebuild:
1.1 dev-python/beautifulsoup/beautifulsoup-3.0.8.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.0.8.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.0.8.1.ebuild?rev=1.1&content-type=text/plain
Index: beautifulsoup-3.0.8.1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.0.8.1.ebuild,v 1.1 2010/06/18 11:09:36 arfrever Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"
inherit distutils
MY_PN="BeautifulSoup"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="HTML/XML parser for quick-turnaround applications like screen-scraping."
HOMEPAGE="http://www.crummy.com/software/BeautifulSoup/ http://pypi.python.org/pypi/BeautifulSoup"
SRC_URI="http://www.crummy.com/software/${MY_PN}/download/3.x/${MY_P}.tar.gz"
LICENSE="PSF-2.3"
SLOT="3.0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux"
IUSE=""
DEPEND=""
RDEPEND="!dev-python/beautifulsoup:0"
S="${WORKDIR}/${MY_P}"
PYTHON_MODNAME="BeautifulSoup.py BeautifulSoupTests.py"
src_test() {
testing() {
PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" BeautifulSoupTests.py
}
python_execute_function testing
}
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/beautifulsoup: ChangeLog beautifulsoup-3.0.8.1.ebuild
@ 2010-07-19 6:41 Christian Faulhammer (fauli)
0 siblings, 0 replies; 9+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-07-19 6:41 UTC (permalink / raw
To: gentoo-commits
fauli 10/07/19 06:41:20
Modified: ChangeLog beautifulsoup-3.0.8.1.ebuild
Log:
stable x86, bug 328885
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.36 dev-python/beautifulsoup/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/ChangeLog?r1=1.35&r2=1.36
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog 18 Jun 2010 11:09:36 -0000 1.35
+++ ChangeLog 19 Jul 2010 06:41:20 -0000 1.36
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/beautifulsoup
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.35 2010/06/18 11:09:36 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.36 2010/07/19 06:41:20 fauli Exp $
+
+ 19 Jul 2010; Christian Faulhammer <fauli@gentoo.org>
+ beautifulsoup-3.0.8.1.ebuild:
+ stable x86, bug 328885
*beautifulsoup-3.0.8.1 (18 Jun 2010)
1.2 dev-python/beautifulsoup/beautifulsoup-3.0.8.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.0.8.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.0.8.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.0.8.1.ebuild?r1=1.1&r2=1.2
Index: beautifulsoup-3.0.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.0.8.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- beautifulsoup-3.0.8.1.ebuild 18 Jun 2010 11:09:36 -0000 1.1
+++ beautifulsoup-3.0.8.1.ebuild 19 Jul 2010 06:41:20 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.0.8.1.ebuild,v 1.1 2010/06/18 11:09:36 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.0.8.1.ebuild,v 1.2 2010/07/19 06:41:20 fauli Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -18,7 +18,7 @@
LICENSE="PSF-2.3"
SLOT="3.0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux"
IUSE=""
DEPEND=""
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/beautifulsoup: ChangeLog beautifulsoup-3.0.8.1.ebuild
@ 2010-07-19 16:02 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 9+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-07-19 16:02 UTC (permalink / raw
To: gentoo-commits
ssuominen 10/07/19 16:02:27
Modified: ChangeLog beautifulsoup-3.0.8.1.ebuild
Log:
ppc64 stable wrt #328885
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.37 dev-python/beautifulsoup/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/ChangeLog?r1=1.36&r2=1.37
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog 19 Jul 2010 06:41:20 -0000 1.36
+++ ChangeLog 19 Jul 2010 16:02:27 -0000 1.37
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/beautifulsoup
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.36 2010/07/19 06:41:20 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.37 2010/07/19 16:02:27 ssuominen Exp $
+
+ 19 Jul 2010; Samuli Suominen <ssuominen@gentoo.org>
+ beautifulsoup-3.0.8.1.ebuild:
+ ppc64 stable wrt #328885
19 Jul 2010; Christian Faulhammer <fauli@gentoo.org>
beautifulsoup-3.0.8.1.ebuild:
1.3 dev-python/beautifulsoup/beautifulsoup-3.0.8.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.0.8.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.0.8.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.0.8.1.ebuild?r1=1.2&r2=1.3
Index: beautifulsoup-3.0.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.0.8.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- beautifulsoup-3.0.8.1.ebuild 19 Jul 2010 06:41:20 -0000 1.2
+++ beautifulsoup-3.0.8.1.ebuild 19 Jul 2010 16:02:27 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.0.8.1.ebuild,v 1.2 2010/07/19 06:41:20 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.0.8.1.ebuild,v 1.3 2010/07/19 16:02:27 ssuominen Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -18,7 +18,7 @@
LICENSE="PSF-2.3"
SLOT="3.0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux"
IUSE=""
DEPEND=""
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/beautifulsoup: ChangeLog beautifulsoup-3.0.8.1.ebuild
@ 2010-07-24 16:03 Raul Porcel (armin76)
0 siblings, 0 replies; 9+ messages in thread
From: Raul Porcel (armin76) @ 2010-07-24 16:03 UTC (permalink / raw
To: gentoo-commits
armin76 10/07/24 16:03:34
Modified: ChangeLog beautifulsoup-3.0.8.1.ebuild
Log:
ia64/sparc stable wrt #328885
(Portage version: 2.1.8.3/cvs/Linux ia64)
Revision Changes Path
1.38 dev-python/beautifulsoup/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/ChangeLog?r1=1.37&r2=1.38
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog 19 Jul 2010 16:02:27 -0000 1.37
+++ ChangeLog 24 Jul 2010 16:03:34 -0000 1.38
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/beautifulsoup
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.37 2010/07/19 16:02:27 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.38 2010/07/24 16:03:34 armin76 Exp $
+
+ 24 Jul 2010; Raúl Porcel <armin76@gentoo.org>
+ beautifulsoup-3.0.8.1.ebuild:
+ ia64/sparc stable wrt #328885
19 Jul 2010; Samuli Suominen <ssuominen@gentoo.org>
beautifulsoup-3.0.8.1.ebuild:
1.4 dev-python/beautifulsoup/beautifulsoup-3.0.8.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.0.8.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.0.8.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.0.8.1.ebuild?r1=1.3&r2=1.4
Index: beautifulsoup-3.0.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.0.8.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- beautifulsoup-3.0.8.1.ebuild 19 Jul 2010 16:02:27 -0000 1.3
+++ beautifulsoup-3.0.8.1.ebuild 24 Jul 2010 16:03:34 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.0.8.1.ebuild,v 1.3 2010/07/19 16:02:27 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.0.8.1.ebuild,v 1.4 2010/07/24 16:03:34 armin76 Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -18,7 +18,7 @@
LICENSE="PSF-2.3"
SLOT="3.0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux"
IUSE=""
DEPEND=""
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/beautifulsoup: ChangeLog beautifulsoup-3.0.8.1.ebuild
@ 2010-07-31 9:04 Markos Chandras (hwoarang)
0 siblings, 0 replies; 9+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-07-31 9:04 UTC (permalink / raw
To: gentoo-commits
hwoarang 10/07/31 09:04:49
Modified: ChangeLog beautifulsoup-3.0.8.1.ebuild
Log:
Stable on amd64 wrt bug #328885
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.39 dev-python/beautifulsoup/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/ChangeLog?r1=1.38&r2=1.39
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog 24 Jul 2010 16:03:34 -0000 1.38
+++ ChangeLog 31 Jul 2010 09:04:48 -0000 1.39
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/beautifulsoup
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.38 2010/07/24 16:03:34 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.39 2010/07/31 09:04:48 hwoarang Exp $
+
+ 31 Jul 2010; Markos Chandras <hwoarang@gentoo.org>
+ beautifulsoup-3.0.8.1.ebuild:
+ Stable on amd64 wrt bug #328885
24 Jul 2010; Raúl Porcel <armin76@gentoo.org>
beautifulsoup-3.0.8.1.ebuild:
1.5 dev-python/beautifulsoup/beautifulsoup-3.0.8.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.0.8.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.0.8.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.0.8.1.ebuild?r1=1.4&r2=1.5
Index: beautifulsoup-3.0.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.0.8.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- beautifulsoup-3.0.8.1.ebuild 24 Jul 2010 16:03:34 -0000 1.4
+++ beautifulsoup-3.0.8.1.ebuild 31 Jul 2010 09:04:48 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.0.8.1.ebuild,v 1.4 2010/07/24 16:03:34 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.0.8.1.ebuild,v 1.5 2010/07/31 09:04:48 hwoarang Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -18,7 +18,7 @@
LICENSE="PSF-2.3"
SLOT="3.0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux"
IUSE=""
DEPEND=""
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/beautifulsoup: ChangeLog beautifulsoup-3.0.8.1.ebuild
@ 2010-08-06 15:51 Jeroen Roovers (jer)
0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2010-08-06 15:51 UTC (permalink / raw
To: gentoo-commits
jer 10/08/06 15:51:23
Modified: ChangeLog beautifulsoup-3.0.8.1.ebuild
Log:
Stable for HPPA (bug #328885).
(Portage version: 2.2_rc67/cvs/Linux i686)
Revision Changes Path
1.40 dev-python/beautifulsoup/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/ChangeLog?r1=1.39&r2=1.40
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog 31 Jul 2010 09:04:48 -0000 1.39
+++ ChangeLog 6 Aug 2010 15:51:23 -0000 1.40
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/beautifulsoup
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.39 2010/07/31 09:04:48 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.40 2010/08/06 15:51:23 jer Exp $
+
+ 06 Aug 2010; Jeroen Roovers <jer@gentoo.org> beautifulsoup-3.0.8.1.ebuild:
+ Stable for HPPA (bug #328885).
31 Jul 2010; Markos Chandras <hwoarang@gentoo.org>
beautifulsoup-3.0.8.1.ebuild:
1.6 dev-python/beautifulsoup/beautifulsoup-3.0.8.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.0.8.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.0.8.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.0.8.1.ebuild?r1=1.5&r2=1.6
Index: beautifulsoup-3.0.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.0.8.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- beautifulsoup-3.0.8.1.ebuild 31 Jul 2010 09:04:48 -0000 1.5
+++ beautifulsoup-3.0.8.1.ebuild 6 Aug 2010 15:51:23 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.0.8.1.ebuild,v 1.5 2010/07/31 09:04:48 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.0.8.1.ebuild,v 1.6 2010/08/06 15:51:23 jer Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -18,7 +18,7 @@
LICENSE="PSF-2.3"
SLOT="3.0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux"
+KEYWORDS="~alpha amd64 ~arm hppa ia64 ~ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux"
IUSE=""
DEPEND=""
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/beautifulsoup: ChangeLog beautifulsoup-3.0.8.1.ebuild
@ 2010-08-06 15:56 Jeroen Roovers (jer)
0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2010-08-06 15:56 UTC (permalink / raw
To: gentoo-commits
jer 10/08/06 15:56:39
Modified: ChangeLog beautifulsoup-3.0.8.1.ebuild
Log:
Stable for PPC (bug #328885).
(Portage version: 2.2_rc67/cvs/Linux i686)
Revision Changes Path
1.41 dev-python/beautifulsoup/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/ChangeLog?r1=1.40&r2=1.41
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog 6 Aug 2010 15:51:23 -0000 1.40
+++ ChangeLog 6 Aug 2010 15:56:39 -0000 1.41
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/beautifulsoup
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.40 2010/08/06 15:51:23 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.41 2010/08/06 15:56:39 jer Exp $
+
+ 06 Aug 2010; Jeroen Roovers <jer@gentoo.org> beautifulsoup-3.0.8.1.ebuild:
+ Stable for PPC (bug #328885).
06 Aug 2010; Jeroen Roovers <jer@gentoo.org> beautifulsoup-3.0.8.1.ebuild:
Stable for HPPA (bug #328885).
1.7 dev-python/beautifulsoup/beautifulsoup-3.0.8.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.0.8.1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.0.8.1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.0.8.1.ebuild?r1=1.6&r2=1.7
Index: beautifulsoup-3.0.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.0.8.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- beautifulsoup-3.0.8.1.ebuild 6 Aug 2010 15:51:23 -0000 1.6
+++ beautifulsoup-3.0.8.1.ebuild 6 Aug 2010 15:56:39 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.0.8.1.ebuild,v 1.6 2010/08/06 15:51:23 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.0.8.1.ebuild,v 1.7 2010/08/06 15:56:39 jer Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -18,7 +18,7 @@
LICENSE="PSF-2.3"
SLOT="3.0"
-KEYWORDS="~alpha amd64 ~arm hppa ia64 ~ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux"
+KEYWORDS="~alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux"
IUSE=""
DEPEND=""
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/beautifulsoup: ChangeLog beautifulsoup-3.0.8.1.ebuild
@ 2010-11-15 9:06 Fabian Groffen (grobian)
0 siblings, 0 replies; 9+ messages in thread
From: Fabian Groffen (grobian) @ 2010-11-15 9:06 UTC (permalink / raw
To: gentoo-commits
grobian 10/11/15 09:06:38
Modified: ChangeLog beautifulsoup-3.0.8.1.ebuild
Log:
Marked ~x86-linux, bug #344857
(Portage version: 2.2.01.16711-prefix/cvs/SunOS i386)
Revision Changes Path
1.44 dev-python/beautifulsoup/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/ChangeLog?r1=1.43&r2=1.44
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog 13 Sep 2010 15:03:11 -0000 1.43
+++ ChangeLog 15 Nov 2010 09:06:38 -0000 1.44
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/beautifulsoup
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.43 2010/09/13 15:03:11 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.44 2010/11/15 09:06:38 grobian Exp $
+
+ 15 Nov 2010; Fabian Groffen <grobian@gentoo.org>
+ beautifulsoup-3.0.8.1.ebuild:
+ Marked ~x86-linux, bug #344857
13 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
-beautifulsoup-3.0.8.ebuild:
1.9 dev-python/beautifulsoup/beautifulsoup-3.0.8.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.0.8.1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.0.8.1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.0.8.1.ebuild?r1=1.8&r2=1.9
Index: beautifulsoup-3.0.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.0.8.1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- beautifulsoup-3.0.8.1.ebuild 14 Aug 2010 17:34:34 -0000 1.8
+++ beautifulsoup-3.0.8.1.ebuild 15 Nov 2010 09:06:38 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.0.8.1.ebuild,v 1.8 2010/08/14 17:34:34 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/beautifulsoup-3.0.8.1.ebuild,v 1.9 2010/11/15 09:06:38 grobian Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -18,7 +18,7 @@
LICENSE="PSF-2.3"
SLOT="3.0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE=""
DEPEND=""
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/beautifulsoup: ChangeLog beautifulsoup-3.0.8.1.ebuild
@ 2011-03-22 10:52 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; 9+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2011-03-22 10:52 UTC (permalink / raw
To: gentoo-commits
arfrever 11/03/22 10:52:39
Modified: ChangeLog
Removed: beautifulsoup-3.0.8.1.ebuild
Log:
Delete older ebuild.
(Portage version: 2.2.0_alpha28_p4/cvs/Linux x86_64)
Revision Changes Path
1.52 dev-python/beautifulsoup/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beautifulsoup/ChangeLog?r1=1.51&r2=1.52
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog 21 Mar 2011 19:42:25 -0000 1.51
+++ ChangeLog 22 Mar 2011 10:52:39 -0000 1.52
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/beautifulsoup
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.51 2011/03/21 19:42:25 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/beautifulsoup/ChangeLog,v 1.52 2011/03/22 10:52:39 arfrever Exp $
+
+ 22 Mar 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ -beautifulsoup-3.0.8.1.ebuild:
+ Delete.
21 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org>
beautifulsoup-3.1.0.1-r1.ebuild, beautifulsoup-3.2.0.ebuild:
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2011-03-22 10:52 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-18 11:09 [gentoo-commits] gentoo-x86 commit in dev-python/beautifulsoup: ChangeLog beautifulsoup-3.0.8.1.ebuild Arfrever Frehtes Taifersar Arahesis (arfrever)
-- strict thread matches above, loose matches on Subject: below --
2010-07-19 6:41 Christian Faulhammer (fauli)
2010-07-19 16:02 Samuli Suominen (ssuominen)
2010-07-24 16:03 Raul Porcel (armin76)
2010-07-31 9:04 Markos Chandras (hwoarang)
2010-08-06 15:51 Jeroen Roovers (jer)
2010-08-06 15:56 Jeroen Roovers (jer)
2010-11-15 9:06 Fabian Groffen (grobian)
2011-03-22 10:52 Arfrever Frehtes Taifersar Arahesis (arfrever)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox