summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-07-11 13:38:39 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-07-11 13:38:39 +0000
commit1ff2d7de77db9159a97f372ad905f963be8d622d (patch)
tree9a900a95b8db3fa925a50648efd9c757456d795d /dev-python/rst2pdf
parentDrop hppa keyword per bug #324511. (diff)
downloadhistorical-1ff2d7de77db9159a97f372ad905f963be8d622d.tar.gz
historical-1ff2d7de77db9159a97f372ad905f963be8d622d.tar.bz2
historical-1ff2d7de77db9159a97f372ad905f963be8d622d.zip
Delete older ebuild.
Diffstat (limited to 'dev-python/rst2pdf')
-rw-r--r--dev-python/rst2pdf/Manifest12
-rw-r--r--dev-python/rst2pdf/rst2pdf-0.14.2.ebuild48
2 files changed, 0 insertions, 60 deletions
diff --git a/dev-python/rst2pdf/Manifest b/dev-python/rst2pdf/Manifest
index a28c251720cf..a69b323c7785 100644
--- a/dev-python/rst2pdf/Manifest
+++ b/dev-python/rst2pdf/Manifest
@@ -1,16 +1,4 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-DIST rst2pdf-0.14.2.tar.gz 1178510 RMD160 218b69f0b7052f61f4f7a08ebb97675322b93f17 SHA1 85b03e6994b31dbfd9d29a73fd46396a5d9354a4 SHA256 3f48f4136f6c5e5e873b6895c738d88be25882094790621bc64ffb3117d2342d
DIST rst2pdf-0.15.tar.gz 1221967 RMD160 a875adaaeea42069c6a962e0d6f49278c04fc873 SHA1 caa1091ea2ca146e4c17bdde7cca3def9d136d44 SHA256 b11ea168cb55c35c5abe25f4147f5ab878e2adc34661a99650cb558b0d669bd0
-EBUILD rst2pdf-0.14.2.ebuild 1518 RMD160 78c52f5a12e0dfcabe5dc82175d28d9fd155817e SHA1 4607c891071f30614afa5670d46765cfd7253834 SHA256 44da8b9e643fba3d6cc8de8bb32bc5068652b0fbde45c225938446b5fc229504
EBUILD rst2pdf-0.15.ebuild 1489 RMD160 841fe76825f5a5cebb1e8f3d2ace2c1f419be9a4 SHA1 f0cbd6b0ad3ce0e3f0ce8e52ccaecbe4c7cf6599 SHA256 be69ad284432be267c3c1dc9b9d520859b95ad22c6671077e9bd2952180afeeb
MISC ChangeLog 1752 RMD160 ad9b7c163fa88e47b9fbb92bc74a5ecc01cc8dad SHA1 d6f4dc099e16d344b356aff593cad49e6c12208e SHA256 e5e81614e95864de700ad9d1130a1070ec1b6c324c0bfa47c151b9208af45775
MISC metadata.xml 160 RMD160 e730f96ab97c5be577a6d6d05f04990374a0dffb SHA1 2aa5e6be9c265c0e7bceb78ee9fd20df5f818e36 SHA256 6cd954a9de2307c57d32b25fa3599dee2908a4ddc6a98594f593d53577307a3a
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.15 (GNU/Linux)
-
-iEYEARECAAYFAkw5yAAACgkQkKaRLQcq0GIfKQCgr1bq0GvFXwXNv+6th2mZG5Fb
-W+wAn1j2wlkZHhYWSJtgOgoSBdGKo5eB
-=TUxm
------END PGP SIGNATURE-----
diff --git a/dev-python/rst2pdf/rst2pdf-0.14.2.ebuild b/dev-python/rst2pdf/rst2pdf-0.14.2.ebuild
deleted file mode 100644
index 975f6855e5fa..000000000000
--- a/dev-python/rst2pdf/rst2pdf-0.14.2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/rst2pdf/rst2pdf-0.14.2.ebuild,v 1.5 2010/05/24 18:53:43 pacho Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-
-inherit distutils
-
-DESCRIPTION="Tool for transforming reStructuredText to PDF using ReportLab"
-HOMEPAGE="http://rst2pdf.googlecode.com/ 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}"
-RESTRICT_PYTHON_ABIS="3.*"
-
-src_install() {
- distutils_src_install
-
- doman doc/rst2pdf.1 || die
- dodoc {README,CHANGES,Contributors}.txt || die
- dodoc doc/* || die
- insinto /usr/share/doc/${PF}/examples
- doins doc/montecristo/* || die
-}
-
-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."
-}