public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/html5lib: html5lib-0.95.ebuild ChangeLog
@ 2012-05-19 21:45 Mike Gilbert (floppym)
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Gilbert (floppym) @ 2012-05-19 21:45 UTC (permalink / raw
  To: gentoo-commits

floppym     12/05/19 21:45:29

  Modified:             ChangeLog
  Added:                html5lib-0.95.ebuild
  Log:
  Version bump for #404429. Thanks to Ian Delaney for attempting to get teh test suite working.
  
  (Portage version: 2.2.0_alpha107/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  dev-python/html5lib/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	30 Oct 2010 22:59:19 -0000	1.8
+++ ChangeLog	19 May 2012 21:45:29 -0000	1.9
@@ -1,6 +1,12 @@
 # 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.8 2010/10/30 22:59:19 arfrever Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v 1.9 2012/05/19 21:45:29 floppym Exp $
+
+*html5lib-0.95 (19 May 2012)
+
+  19 May 2012; Mike Gilbert <floppym@gentoo.org> +html5lib-0.95.ebuild:
+  Version bump for #404429. Thanks to Ian Delaney for attempting to get teh test
+  suite working.
 
   30 Oct 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
   html5lib-0.90.ebuild:



1.1                  dev-python/html5lib/html5lib-0.95.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/html5lib-0.95.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/html5lib-0.95.ebuild?rev=1.1&content-type=text/plain

Index: html5lib-0.95.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.95.ebuild,v 1.1 2012/05/19 21:45:29 floppym Exp $

EAPI="4"
PYTHON_DEPEND="2"
PYTHON_USE_WITH="xml"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"

inherit distutils

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}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~x86-fbsd"
IUSE="examples"

DEPEND="dev-python/setuptools"
RDEPEND=""

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] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/html5lib: html5lib-0.95.ebuild ChangeLog
@ 2012-05-28 19:26 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 2+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2012-05-28 19:26 UTC (permalink / raw
  To: gentoo-commits

xarthisius    12/05/28 19:26:04

  Modified:             html5lib-0.95.ebuild ChangeLog
  Log:
  Examples are no longer shipped with tarball. Fixes bug 417993 by Michał Bartoszkiewicz <mbartoszkiewicz@gmail.com>
  
  (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-python/html5lib/html5lib-0.95.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/html5lib-0.95.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/html5lib-0.95.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/html5lib-0.95.ebuild?r1=1.1&r2=1.2

Index: html5lib-0.95.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.95.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- html5lib-0.95.ebuild	19 May 2012 21:45:29 -0000	1.1
+++ html5lib-0.95.ebuild	28 May 2012 19:26:03 -0000	1.2
@@ -1,8 +1,9 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.95.ebuild,v 1.1 2012/05/19 21:45:29 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.95.ebuild,v 1.2 2012/05/28 19:26:03 xarthisius Exp $
 
 EAPI="4"
+
 PYTHON_DEPEND="2"
 PYTHON_USE_WITH="xml"
 SUPPORT_PYTHON_ABIS="1"
@@ -17,17 +18,7 @@
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~x86-fbsd"
-IUSE="examples"
+IUSE=""
 
 DEPEND="dev-python/setuptools"
 RDEPEND=""
-
-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
-}



1.10                 dev-python/html5lib/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	19 May 2012 21:45:29 -0000	1.9
+++ ChangeLog	28 May 2012 19:26:03 -0000	1.10
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/html5lib
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v 1.9 2012/05/19 21:45:29 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v 1.10 2012/05/28 19:26:03 xarthisius Exp $
+
+  28 May 2012; Kacper Kowalik <xarthisius@gentoo.org> html5lib-0.95.ebuild:
+  Examples are no longer shipped with tarball. Fixes bug 417993 by Michał
+  Bartoszkiewicz <mbartoszkiewicz@gmail.com>
 
 *html5lib-0.95 (19 May 2012)
 






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-05-28 19:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-28 19:26 [gentoo-commits] gentoo-x86 commit in dev-python/html5lib: html5lib-0.95.ebuild ChangeLog Kacper Kowalik (xarthisius)
  -- strict thread matches above, loose matches on Subject: below --
2012-05-19 21:45 Mike Gilbert (floppym)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox