* [gentoo-commits] gentoo-x86 commit in dev-python/html5lib: ChangeLog html5lib-0.90.ebuild
@ 2010-01-18 18:38 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; 5+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-01-18 18:38 UTC (permalink / raw
To: gentoo-commits
arfrever 10/01/18 18:38:15
Modified: ChangeLog
Added: html5lib-0.90.ebuild
Log:
Version bump.
(Portage version: 15200-svn/cvs/Linux x86_64)
Revision Changes Path
1.4 dev-python/html5lib/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/html5lib/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/html5lib/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/html5lib/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 22 Dec 2009 23:58:12 -0000 1.3
+++ ChangeLog 18 Jan 2010 18:38:15 -0000 1.4
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/html5lib
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v 1.3 2009/12/22 23:58:12 arfrever Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v 1.4 2010/01/18 18:38:15 arfrever Exp $
+
+*html5lib-0.90 (18 Jan 2010)
+
+ 18 Jan 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ +html5lib-0.90.ebuild:
+ Version bump.
*html5lib-0.11.1-r1 (23 Dec 2009)
1.1 dev-python/html5lib/html5lib-0.90.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/html5lib/html5lib-0.90.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/html5lib/html5lib-0.90.ebuild?rev=1.1&content-type=text/plain
Index: html5lib-0.90.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.90.ebuild,v 1.1 2010/01/18 18:38:15 arfrever Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
inherit distutils eutils
DESCRIPTION="HTML parser based on the HTML5 specification"
HOMEPAGE="http://code.google.com/p/html5lib/ http://pypi.python.org/pypi/html5lib"
SRC_URI="http://${PN}.googlecode.com/files/${P}.zip"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="examples"
RDEPEND="dev-lang/python[xml]"
DEPEND="${RDEPEND}
app-arch/unzip
>=dev-python/setuptools-0.6_rc5"
RESTRICT_PYTHON_ABIS="3.*"
src_install() {
distutils_src_install
if use examples ; then
find examples -name "*.pyc" | xargs rm -fr
insinto "/usr/share/doc/${PF}"
doins -r examples || die "Installation of examples failed"
fi
}
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/html5lib: ChangeLog html5lib-0.90.ebuild
@ 2010-04-25 14:45 Javier Villavicencio (the_paya)
0 siblings, 0 replies; 5+ messages in thread
From: Javier Villavicencio (the_paya) @ 2010-04-25 14:45 UTC (permalink / raw
To: gentoo-commits
the_paya 10/04/25 14:45:27
Modified: ChangeLog html5lib-0.90.ebuild
Log:
Keyworded ~x86-fbsd.
(Portage version: 2.2_rc67/cvs/FreeBSD i386)
Revision Changes Path
1.5 dev-python/html5lib/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/html5lib/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/html5lib/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/html5lib/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 18 Jan 2010 18:38:15 -0000 1.4
+++ ChangeLog 25 Apr 2010 14:45:26 -0000 1.5
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/html5lib
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v 1.4 2010/01/18 18:38:15 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v 1.5 2010/04/25 14:45:26 the_paya Exp $
+
+ 25 Apr 2010; Javier Villavicencio <the_paya@gentoo.org>
+ html5lib-0.90.ebuild:
+ Keyworded ~x86-fbsd.
*html5lib-0.90 (18 Jan 2010)
1.2 dev-python/html5lib/html5lib-0.90.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/html5lib/html5lib-0.90.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/html5lib/html5lib-0.90.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/html5lib/html5lib-0.90.ebuild?r1=1.1&r2=1.2
Index: html5lib-0.90.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.90.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- html5lib-0.90.ebuild 18 Jan 2010 18:38:15 -0000 1.1
+++ html5lib-0.90.ebuild 25 Apr 2010 14:45:26 -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/html5lib/html5lib-0.90.ebuild,v 1.1 2010/01/18 18:38:15 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.90.ebuild,v 1.2 2010/04/25 14:45:26 the_paya Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
@@ -13,7 +13,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~x86-fbsd"
IUSE="examples"
RDEPEND="dev-lang/python[xml]"
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/html5lib: ChangeLog html5lib-0.90.ebuild
@ 2010-08-31 10:24 Markos Chandras (hwoarang)
0 siblings, 0 replies; 5+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-08-31 10:24 UTC (permalink / raw
To: gentoo-commits
hwoarang 10/08/31 10:24:02
Modified: ChangeLog html5lib-0.90.ebuild
Log:
Stable on amd64 wrt bug #335207
(Portage version: 2.2_rc72/cvs/Linux x86_64)
Revision Changes Path
1.6 dev-python/html5lib/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 25 Apr 2010 14:45:26 -0000 1.5
+++ ChangeLog 31 Aug 2010 10:24:02 -0000 1.6
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/html5lib
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v 1.5 2010/04/25 14:45:26 the_paya Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v 1.6 2010/08/31 10:24:02 hwoarang Exp $
+
+ 31 Aug 2010; Markos Chandras <hwoarang@gentoo.org> html5lib-0.90.ebuild:
+ Stable on amd64 wrt bug #335207
25 Apr 2010; Javier Villavicencio <the_paya@gentoo.org>
html5lib-0.90.ebuild:
1.3 dev-python/html5lib/html5lib-0.90.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/html5lib-0.90.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/html5lib-0.90.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/html5lib-0.90.ebuild?r1=1.2&r2=1.3
Index: html5lib-0.90.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.90.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- html5lib-0.90.ebuild 25 Apr 2010 14:45:26 -0000 1.2
+++ html5lib-0.90.ebuild 31 Aug 2010 10:24:02 -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/html5lib/html5lib-0.90.ebuild,v 1.2 2010/04/25 14:45:26 the_paya Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.90.ebuild,v 1.3 2010/08/31 10:24:02 hwoarang Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
@@ -13,7 +13,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~x86 ~x86-fbsd"
IUSE="examples"
RDEPEND="dev-lang/python[xml]"
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/html5lib: ChangeLog html5lib-0.90.ebuild
@ 2010-09-04 5:29 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 5+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2010-09-04 5:29 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 10/09/04 05:29:42
Modified: ChangeLog html5lib-0.90.ebuild
Log:
x86 stable wrt bug #335207
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.7 dev-python/html5lib/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 31 Aug 2010 10:24:02 -0000 1.6
+++ ChangeLog 4 Sep 2010 05:29:42 -0000 1.7
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/html5lib
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v 1.6 2010/08/31 10:24:02 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v 1.7 2010/09/04 05:29:42 phajdan.jr Exp $
+
+ 04 Sep 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> html5lib-0.90.ebuild:
+ x86 stable wrt bug #335207
31 Aug 2010; Markos Chandras <hwoarang@gentoo.org> html5lib-0.90.ebuild:
Stable on amd64 wrt bug #335207
1.4 dev-python/html5lib/html5lib-0.90.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/html5lib-0.90.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/html5lib-0.90.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/html5lib-0.90.ebuild?r1=1.3&r2=1.4
Index: html5lib-0.90.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.90.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- html5lib-0.90.ebuild 31 Aug 2010 10:24:02 -0000 1.3
+++ html5lib-0.90.ebuild 4 Sep 2010 05:29:42 -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/html5lib/html5lib-0.90.ebuild,v 1.3 2010/08/31 10:24:02 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.90.ebuild,v 1.4 2010/09/04 05:29:42 phajdan.jr Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
@@ -13,7 +13,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 x86 ~x86-fbsd"
IUSE="examples"
RDEPEND="dev-lang/python[xml]"
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/html5lib: ChangeLog html5lib-0.90.ebuild
@ 2010-10-30 22:59 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; 5+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-10-30 22:59 UTC (permalink / raw
To: gentoo-commits
arfrever 10/10/30 22:59:19
Modified: ChangeLog html5lib-0.90.ebuild
Log:
Update EAPI. Fix dependencies. Don't inherit unused eclass.
(Portage version: 2.2.0_alpha2_p2/cvs/Linux x86_64)
Revision Changes Path
1.8 dev-python/html5lib/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 4 Sep 2010 05:29:42 -0000 1.7
+++ ChangeLog 30 Oct 2010 22:59:19 -0000 1.8
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/html5lib
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v 1.7 2010/09/04 05:29:42 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v 1.8 2010/10/30 22:59:19 arfrever Exp $
+
+ 30 Oct 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ html5lib-0.90.ebuild:
+ Update EAPI. Fix dependencies. Don't inherit unused eclass.
04 Sep 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> html5lib-0.90.ebuild:
x86 stable wrt bug #335207
1.5 dev-python/html5lib/html5lib-0.90.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/html5lib-0.90.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/html5lib-0.90.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/html5lib-0.90.ebuild?r1=1.4&r2=1.5
Index: html5lib-0.90.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.90.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- html5lib-0.90.ebuild 4 Sep 2010 05:29:42 -0000 1.4
+++ html5lib-0.90.ebuild 30 Oct 2010 22:59:19 -0000 1.5
@@ -1,11 +1,14 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.90.ebuild,v 1.4 2010/09/04 05:29:42 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.90.ebuild,v 1.5 2010/10/30 22:59:19 arfrever Exp $
-EAPI="2"
+EAPI="3"
+PYTHON_DEPEND="2"
+PYTHON_USE_WITH="xml"
SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
-inherit distutils eutils
+inherit distutils
DESCRIPTION="HTML parser based on the HTML5 specification"
HOMEPAGE="http://code.google.com/p/html5lib/ http://pypi.python.org/pypi/html5lib"
@@ -16,11 +19,9 @@
KEYWORDS="amd64 x86 ~x86-fbsd"
IUSE="examples"
-RDEPEND="dev-lang/python[xml]"
-DEPEND="${RDEPEND}
- app-arch/unzip
- >=dev-python/setuptools-0.6_rc5"
-RESTRICT_PYTHON_ABIS="3.*"
+DEPEND="app-arch/unzip
+ dev-python/setuptools"
+RDEPEND=""
src_install() {
distutils_src_install
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-10-30 22:59 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-25 14:45 [gentoo-commits] gentoo-x86 commit in dev-python/html5lib: ChangeLog html5lib-0.90.ebuild Javier Villavicencio (the_paya)
-- strict thread matches above, loose matches on Subject: below --
2010-10-30 22:59 Arfrever Frehtes Taifersar Arahesis (arfrever)
2010-09-04 5:29 PaweA Hajdan (phajdan.jr)
2010-08-31 10:24 Markos Chandras (hwoarang)
2010-01-18 18:38 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