summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2012-05-21 17:35:56 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2012-05-21 17:35:56 +0000
commit427ca87fe95e99b466dda89da1bed55c6ed3308c (patch)
tree5b8bd555e308ea5cd87f2fa37a5f13e2e700e402 /dev-python/xhtml2pdf
parentFix to match autotools.eclass API changes. (diff)
downloadgentoo-2-427ca87fe95e99b466dda89da1bed55c6ed3308c.tar.gz
gentoo-2-427ca87fe95e99b466dda89da1bed55c6ed3308c.tar.bz2
gentoo-2-427ca87fe95e99b466dda89da1bed55c6ed3308c.zip
Remove calls to python-distutils-ng_redoscript, it is automated in eclass.
(Portage version: 2.1.10.62/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/xhtml2pdf')
-rw-r--r--dev-python/xhtml2pdf/ChangeLog5
-rw-r--r--dev-python/xhtml2pdf/xhtml2pdf-0.0.3.ebuild7
2 files changed, 5 insertions, 7 deletions
diff --git a/dev-python/xhtml2pdf/ChangeLog b/dev-python/xhtml2pdf/ChangeLog
index 633f32e8ae11..0927010d9e76 100644
--- a/dev-python/xhtml2pdf/ChangeLog
+++ b/dev-python/xhtml2pdf/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/xhtml2pdf
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/xhtml2pdf/ChangeLog,v 1.4 2012/04/03 19:22:57 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/xhtml2pdf/ChangeLog,v 1.5 2012/05/21 17:35:56 nelchael Exp $
+
+ 21 May 2012; Krzysztof Pawlik <nelchael@gentoo.org> xhtml2pdf-0.0.3.ebuild:
+ Remove calls to python-distutils-ng_redoscript, it is automated in eclass.
03 Apr 2012; Krzysztof Pawlik <nelchael@gentoo.org> xhtml2pdf-0.0.3.ebuild:
Migrate to python-distutils-ng.eclass.
diff --git a/dev-python/xhtml2pdf/xhtml2pdf-0.0.3.ebuild b/dev-python/xhtml2pdf/xhtml2pdf-0.0.3.ebuild
index e8959162ca9f..e5ad2c6ca6fe 100644
--- a/dev-python/xhtml2pdf/xhtml2pdf-0.0.3.ebuild
+++ b/dev-python/xhtml2pdf/xhtml2pdf-0.0.3.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/xhtml2pdf/xhtml2pdf-0.0.3.ebuild,v 1.4 2012/04/03 19:22:57 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/xhtml2pdf/xhtml2pdf-0.0.3.ebuild,v 1.5 2012/05/21 17:35:56 nelchael Exp $
EAPI="4"
@@ -22,8 +22,3 @@ DEPEND="dev-python/html5lib
dev-python/pyPdf
dev-python/reportlab"
RDEPEND="${DEPEND}"
-
-python_install_all() {
- python-distutils-ng_redoscript "/usr/bin/pisa"
- python-distutils-ng_redoscript "/usr/bin/xhtml2pdf"
-}