summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2012-05-28 19:26:03 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2012-05-28 19:26:03 +0000
commit9496627eb29323a4aa0f889544b66237b8c80249 (patch)
tree6ebe2e7526ff8d87b04c64029a729da860522c6f /dev-python/html5lib
parentClean up PYTHON_* vars in stable candidate (diff)
downloadgentoo-2-9496627eb29323a4aa0f889544b66237b8c80249.tar.gz
gentoo-2-9496627eb29323a4aa0f889544b66237b8c80249.tar.bz2
gentoo-2-9496627eb29323a4aa0f889544b66237b8c80249.zip
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)
Diffstat (limited to 'dev-python/html5lib')
-rw-r--r--dev-python/html5lib/ChangeLog6
-rw-r--r--dev-python/html5lib/html5lib-0.95.ebuild15
2 files changed, 8 insertions, 13 deletions
diff --git a/dev-python/html5lib/ChangeLog b/dev-python/html5lib/ChangeLog
index 9a13c6bfc125..06ae922ff21b 100644
--- a/dev-python/html5lib/ChangeLog
+++ b/dev-python/html5lib/ChangeLog
@@ -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)
diff --git a/dev-python/html5lib/html5lib-0.95.ebuild b/dev-python/html5lib/html5lib-0.95.ebuild
index d00b9131f8b6..5875e1249e06 100644
--- a/dev-python/html5lib/html5lib-0.95.ebuild
+++ b/dev-python/html5lib/html5lib-0.95.ebuild
@@ -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 @@ SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
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
-}