diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-06-28 07:57:15 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-06-28 07:57:15 +0000 |
commit | 3d4036fc5a2b5c559c91d3ba060a337f8f5ae25c (patch) | |
tree | 037abd45030f5021b2e2ab66ed358d7a5114e12a /dev-python/xhtml2pdf | |
parent | marked x86 per bug 420885 (diff) | |
download | gentoo-2-3d4036fc5a2b5c559c91d3ba060a337f8f5ae25c.tar.gz gentoo-2-3d4036fc5a2b5c559c91d3ba060a337f8f5ae25c.tar.bz2 gentoo-2-3d4036fc5a2b5c559c91d3ba060a337f8f5ae25c.zip |
Bump
(Portage version: 2.2.0_alpha114/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/xhtml2pdf')
-rw-r--r-- | dev-python/xhtml2pdf/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/xhtml2pdf/xhtml2pdf-0.0.4.ebuild | 24 |
2 files changed, 30 insertions, 2 deletions
diff --git a/dev-python/xhtml2pdf/ChangeLog b/dev-python/xhtml2pdf/ChangeLog index 0927010d9e76..7f160aa8589c 100644 --- a/dev-python/xhtml2pdf/ChangeLog +++ b/dev-python/xhtml2pdf/ChangeLog @@ -1,6 +1,11 @@ # 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.5 2012/05/21 17:35:56 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/xhtml2pdf/ChangeLog,v 1.6 2012/06/28 07:57:15 patrick Exp $ + +*xhtml2pdf-0.0.4 (28 Jun 2012) + + 28 Jun 2012; Patrick Lauer <patrick@gentoo.org> +xhtml2pdf-0.0.4.ebuild: + Bump 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. @@ -20,4 +25,3 @@ +metadata.xml: New package: dev-python/xhtml2pidf - an HTML to PDF converter, successor to dev-python/pisa. - diff --git a/dev-python/xhtml2pdf/xhtml2pdf-0.0.4.ebuild b/dev-python/xhtml2pdf/xhtml2pdf-0.0.4.ebuild new file mode 100644 index 000000000000..26059d5e0113 --- /dev/null +++ b/dev-python/xhtml2pdf/xhtml2pdf-0.0.4.ebuild @@ -0,0 +1,24 @@ +# 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.4.ebuild,v 1.1 2012/06/28 07:57:15 patrick Exp $ + +EAPI="4" + +PYTHON_COMPAT="python2_5 python2_6 python2_7" + +inherit python-distutils-ng + +DESCRIPTION="PDF generator using HTML and CSS" +HOMEPAGE="http://www.xhtml2pdf.com/ http://pypi.python.org/pypi/xhtml2pdf" +SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-python/html5lib + dev-python/imaging + dev-python/pyPdf + dev-python/reportlab" +RDEPEND="${DEPEND}" |