summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-02-28 12:40:26 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-02-28 12:40:26 +0000
commit0d493d0971a1b283a56596a9b2892c8f23e479ca (patch)
tree001fdb2aa2160bf871b212fa6ebe8d82f8a38b1d /dev-python/python-poppler
parentSet PYTHON_EXPORT_PHASE_FUNCTIONS instead of PYTHON_DEFINE_DEFAULT_FUNCTIONS. (diff)
downloadgentoo-2-0d493d0971a1b283a56596a9b2892c8f23e479ca.tar.gz
gentoo-2-0d493d0971a1b283a56596a9b2892c8f23e479ca.tar.bz2
gentoo-2-0d493d0971a1b283a56596a9b2892c8f23e479ca.zip
Delete older ebuilds.
Diffstat (limited to 'dev-python/python-poppler')
-rw-r--r--dev-python/python-poppler/Manifest4
-rw-r--r--dev-python/python-poppler/python-poppler-0.10.0.ebuild33
-rw-r--r--dev-python/python-poppler/python-poppler-0.10.1.ebuild45
3 files changed, 0 insertions, 82 deletions
diff --git a/dev-python/python-poppler/Manifest b/dev-python/python-poppler/Manifest
index e023549ac8b8..53ffa9150b95 100644
--- a/dev-python/python-poppler/Manifest
+++ b/dev-python/python-poppler/Manifest
@@ -1,8 +1,4 @@
-DIST pypoppler-0.10.0.tar.gz 292043 RMD160 f7a2616d84dc5438559775a1c5b3338149aafd9f SHA1 a442c3f06ce5d23e78658c6ba0962cfb8b0539e3 SHA256 1c09814a457375da607aa400cd8774b98c016c760ea513e3a22357cf4fca63b1
-DIST pypoppler-0.10.1.tar.gz 312081 RMD160 9815e3f278d2f6f6f703c8e4607d1c94484f8885 SHA1 5dbab33641e1298bfd752d4670d49353e6077b98 SHA256 0b52212393e392e966c3cf82cd514768e01442100486ab84a5244aed6235c75e
DIST pypoppler-0.12.1.tar.gz 318142 RMD160 d6c196d6bbbaa9ef96c2ea3a38eb6a89308bab15 SHA1 a8a92039911a7c4bbd995a46f88a1877bf88ab5c SHA256 322f183d24798a056f3005d1ab8e3ac27d8cfbbf0982725b323bbfec1bab5355
-EBUILD python-poppler-0.10.0.ebuild 880 RMD160 ce751764039fd45ef2b6d440786a9d11f2a092cf SHA1 7e8fdc45e220a2e926abd4b9834f5cdb9848e65b SHA256 bba8403587715c1c6dfe2f78e3818e2a71c36bd0304657ce9d101bdf17c2a04a
-EBUILD python-poppler-0.10.1.ebuild 1131 RMD160 4b3e43229e02b538d4b4e21014cdbc1cbc4ebdd7 SHA1 ad91d008ca496a53d2cb3cd221b895f110a75be0 SHA256 07b7b8a36e1db79d679a23b21bd9dfd7940b61d21e56d1a85cb98d8ea1e01521
EBUILD python-poppler-0.12.1.ebuild 1117 RMD160 f5106f775a37074c63cb67d2708b1625459cb076 SHA1 2dc5a145dfd096ae381f1ea622be5099ee4337ba SHA256 1931cf88e8ae96fd3e70a559010eb907983df61ea2e4fb8507bbf70f8c0739d0
MISC ChangeLog 1078 RMD160 680f340a16f52eba0c0c440d86fd31c10d3dfff4 SHA1 61cd448225ee794d4586394947aee8be3f0b669c SHA256 db9c277302e29201ca7e298b31f0eafd8c6e24030a577a4a374e1f90bdd76d89
MISC metadata.xml 258 RMD160 e363fac4024fa1d6e8481465c06e42cbe2eb9e2a SHA1 26ea33fa143b55cfa84ee879aab41f1b5e337127 SHA256 960cfc8d2eda3540d50ea76f60889fb72e3dc8342ecd9dce2070517e4469f599
diff --git a/dev-python/python-poppler/python-poppler-0.10.0.ebuild b/dev-python/python-poppler/python-poppler-0.10.0.ebuild
deleted file mode 100644
index 548f46eb1472..000000000000
--- a/dev-python/python-poppler/python-poppler-0.10.0.ebuild
+++ /dev/null
@@ -1,33 +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/python-poppler/python-poppler-0.10.0.ebuild,v 1.3 2010/02/10 14:32:52 ssuominen Exp $
-
-EAPI=2
-
-inherit libtool
-
-DESCRIPTION="Python bindings to the Poppler PDF library."
-SRC_URI="http://launchpad.net/poppler-python/trunk/development/+download/pypoppler-${PV}.tar.gz"
-HOMEPAGE="http://launchpad.net/poppler-python"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-S="${WORKDIR}/pypoppler-${PV}"
-
-RDEPEND=">=app-text/poppler-0.12.3-r3[cairo]
- >=dev-python/pygobject-2.11.3
- >=dev-python/pygtk-2.10.0
- >=dev-python/pycairo-1.2.0"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- elibtoolize
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- find "${D}" -name '*.la' -type f -exec rm -f '{}' ';' || die "Removing .la files failed"
-}
diff --git a/dev-python/python-poppler/python-poppler-0.10.1.ebuild b/dev-python/python-poppler/python-poppler-0.10.1.ebuild
deleted file mode 100644
index 550b6217b5ac..000000000000
--- a/dev-python/python-poppler/python-poppler-0.10.1.ebuild
+++ /dev/null
@@ -1,45 +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/python-poppler/python-poppler-0.10.1.ebuild,v 1.4 2010/02/28 12:35:49 arfrever Exp $
-
-EAPI="2"
-
-PYTHON_DEPEND="2:2.6"
-PYTHON_EXPORT_PHASE_FUNCTIONS="1"
-SUPPORT_PYTHON_ABIS="1"
-
-inherit libtool python
-
-DESCRIPTION="Python bindings to the Poppler PDF library."
-SRC_URI="http://launchpad.net/poppler-python/trunk/development/+download/pypoppler-${PV}.tar.gz"
-HOMEPAGE="http://launchpad.net/poppler-python"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="examples"
-
-S="${WORKDIR}/pypoppler-${PV}"
-
-RDEPEND=">=app-text/poppler-0.12.3-r3[cairo]
- >=dev-python/pygobject-2.11.3
- >=dev-python/pygtk-2.10.0
- >=dev-python/pycairo-1.8.4"
-DEPEND="${RDEPEND}"
-
-RESTRICT_PYTHON_ABIS="2.4 2.5 3*"
-
-src_prepare() {
- elibtoolize
- python_copy_sources
-}
-
-src_install() {
- python_src_install
- find "${D}" -name '*.la' -type f -exec rm -f '{}' ';' || die "Removing .la files failed"
- dodoc NEWS
- if use examples; then
- insinto /usr/share/doc/${PF}/examples
- doins demo/demo-poppler.py
- fi
-}