From c77ec9177556aecee57e413729189ad904a1df99 Mon Sep 17 00:00:00 2001 From: Ben de Groot Date: Wed, 27 Jun 2012 11:29:18 +0000 Subject: Version bump. Update homepage. (Portage version: 2.2.0_alpha113/cvs/Linux x86_64) --- dev-python/rst2pdf/ChangeLog | 8 +++++-- dev-python/rst2pdf/rst2pdf-0.92.ebuild | 40 ++++++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+), 2 deletions(-) create mode 100644 dev-python/rst2pdf/rst2pdf-0.92.ebuild (limited to 'dev-python/rst2pdf') diff --git a/dev-python/rst2pdf/ChangeLog b/dev-python/rst2pdf/ChangeLog index d87aae29b7f9..5c1ae994cfd0 100644 --- a/dev-python/rst2pdf/ChangeLog +++ b/dev-python/rst2pdf/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/rst2pdf # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/rst2pdf/ChangeLog,v 1.21 2012/05/12 01:47:05 rafaelmartins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/rst2pdf/ChangeLog,v 1.22 2012/06/27 11:29:18 yngwin Exp $ + +*rst2pdf-0.92 (27 Jun 2012) + + 27 Jun 2012; Ben de Groot +rst2pdf-0.92.ebuild: + Version bump. Update homepage. *rst2pdf-0.91 (12 May 2012) @@ -90,4 +95,3 @@ +metadata.xml: Initial commit. Ebuild partly based on the one contributed by Maxim Treskin in bug #275474. - diff --git a/dev-python/rst2pdf/rst2pdf-0.92.ebuild b/dev-python/rst2pdf/rst2pdf-0.92.ebuild new file mode 100644 index 000000000000..22332ab3fb98 --- /dev/null +++ b/dev-python/rst2pdf/rst2pdf-0.92.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/rst2pdf/rst2pdf-0.92.ebuild,v 1.1 2012/06/27 11:29:18 yngwin Exp $ + +EAPI="4" +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.* *-jython" + +inherit distutils + +DESCRIPTION="Tool for transforming reStructuredText to PDF using ReportLab" +HOMEPAGE="http://rst2pdf.ralsina.com.ar/ http://pypi.python.org/pypi/rst2pdf" +SRC_URI="http://rst2pdf.googlecode.com/files/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-python/docutils + dev-python/imaging + dev-python/pygments + >=dev-python/reportlab-2.4" +RDEPEND="${DEPEND}" + +DOCS="Contributors.txt CHANGES.txt README.txt doc/*" + +pkg_postinst() { + distutils_pkg_postinst + + elog "rst2pdf can work with the following packages for additional functionality:" + elog " dev-python/sphinx - versatile documentation creation" + elog " dev-python/pythonmagick - image processing with ImageMagick" + elog " dev-python/matplotlib - mathematical formulae" + elog " media-gfx/uniconvertor - vector image format conversion" + elog "It can also use wordaxe for hyphenation, but this package is not" + elog "available in the portage tree yet. Please refer to the manual" + elog "installed in /usr/share/doc/${PF}/ for more information." +} -- cgit v1.2.3-65-gdbad