summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Mrozowski <reavertm@gentoo.org>2012-07-16 22:36:55 +0000
committerMaciej Mrozowski <reavertm@gentoo.org>2012-07-16 22:36:55 +0000
commit3ff58081d5bcfd1da35f0c89dc928f0e010e959b (patch)
tree8d99913271df765317140f8e479fa81e1fb6a4d8 /dev-python
parentBased on 3.2.23 + genpatches-3.2-16 + grsecurity-2.9.1-3.2.23-201207122159 (diff)
downloadgentoo-2-3ff58081d5bcfd1da35f0c89dc928f0e010e959b.tar.gz
gentoo-2-3ff58081d5bcfd1da35f0c89dc928f0e010e959b.tar.bz2
gentoo-2-3ff58081d5bcfd1da35f0c89dc928f0e010e959b.zip
Remove old. Ack by Patrick.
(Portage version: 2.2.0_alpha118/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/python-poppler/ChangeLog7
-rw-r--r--dev-python/python-poppler/python-poppler-0.12.1-r1.ebuild53
-rw-r--r--dev-python/python-poppler/python-poppler-0.12.1-r2.ebuild52
3 files changed, 5 insertions, 107 deletions
diff --git a/dev-python/python-poppler/ChangeLog b/dev-python/python-poppler/ChangeLog
index 2d929658939e..c6e5b85828f2 100644
--- a/dev-python/python-poppler/ChangeLog
+++ b/dev-python/python-poppler/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/python-poppler
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-poppler/ChangeLog,v 1.22 2012/06/08 11:35:20 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-poppler/ChangeLog,v 1.23 2012/07/16 22:36:55 reavertm Exp $
+
+ 16 Jul 2012; Maciej Mrozowski <reavertm@gentoo.org>
+ -python-poppler-0.12.1-r1.ebuild, -python-poppler-0.12.1-r2.ebuild:
+ Remove old. Ack by Patrick.
08 Jun 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
python-poppler-0.12.1-r3.ebuild:
@@ -105,4 +109,3 @@
+python-poppler-0.10.0.ebuild, +metadata.xml:
Initial commit. Ebuild by calvin <cs-gentoo@protempore.net>, with fixups
by me.
-
diff --git a/dev-python/python-poppler/python-poppler-0.12.1-r1.ebuild b/dev-python/python-poppler/python-poppler-0.12.1-r1.ebuild
deleted file mode 100644
index 3f695f78f98d..000000000000
--- a/dev-python/python-poppler/python-poppler-0.12.1-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2012 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.12.1-r1.ebuild,v 1.7 2012/02/28 21:41:58 marienz Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2:2.6"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="2.4 2.5 3.* *-jython 2.7-pypy-*"
-PYTHON_EXPORT_PHASE_FUNCTIONS="1"
-
-inherit eutils libtool python
-
-DESCRIPTION="Python bindings to the Poppler PDF library"
-HOMEPAGE="http://launchpad.net/poppler-python"
-SRC_URI="http://launchpad.net/poppler-python/trunk/development/+download/pypoppler-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86 ~x86-fbsd"
-IUSE="examples"
-
-S=${WORKDIR}/pypoppler-${PV}
-
-RDEPEND=">=app-text/poppler-0.15.0[cairo]
- <app-text/poppler-0.18
- >=dev-python/pycairo-1.8.4
- dev-python/pygobject:2
- dev-python/pygtk:2"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- # http://pkgs.fedoraproject.org/gitweb/?p=pypoppler.git;a=tree
- epatch \
- "${FILESDIR}"/${P}-75_74.diff \
- "${FILESDIR}"/${P}-76_75.diff \
- "${FILESDIR}"/${P}-79_78.diff \
- "${FILESDIR}"/${P}-poppler0.15.0-changes.patch
-
- elibtoolize
- python_copy_sources
-}
-
-src_install() {
- python_src_install
- python_clean_installation_image
-
- dodoc NEWS || die
-
- if use examples; then
- insinto /usr/share/doc/${PF}/examples
- doins demo/demo-poppler.py || die
- fi
-}
diff --git a/dev-python/python-poppler/python-poppler-0.12.1-r2.ebuild b/dev-python/python-poppler/python-poppler-0.12.1-r2.ebuild
deleted file mode 100644
index d9bd996b4b80..000000000000
--- a/dev-python/python-poppler/python-poppler-0.12.1-r2.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2012 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.12.1-r2.ebuild,v 1.3 2012/02/28 21:41:58 marienz Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2:2.6"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="2.4 2.5 3.* *-jython 2.7-pypy-*"
-PYTHON_EXPORT_PHASE_FUNCTIONS="1"
-
-inherit eutils libtool python
-
-DESCRIPTION="Python bindings to the Poppler PDF library"
-HOMEPAGE="http://launchpad.net/poppler-python"
-SRC_URI="http://launchpad.net/poppler-python/trunk/development/+download/pypoppler-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
-IUSE="examples"
-
-S=${WORKDIR}/pypoppler-${PV}
-
-RDEPEND=">=app-text/poppler-0.15.0[cairo]
- <app-text/poppler-0.18
- >=dev-python/pycairo-1.8.4
- dev-python/pygobject:2
- dev-python/pygtk:2"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- # http://pkgs.fedoraproject.org/gitweb/?p=pypoppler.git;a=tree
- epatch \
- "${FILESDIR}"/${P}-75_74.diff \
- "${FILESDIR}"/${P}-79_78.diff \
- "${FILESDIR}"/${P}-poppler0.15.0-changes.patch
-
- elibtoolize
- python_copy_sources
-}
-
-src_install() {
- python_src_install
- python_clean_installation_image
-
- dodoc NEWS || die
-
- if use examples; then
- insinto /usr/share/doc/${PF}/examples
- doins demo/demo-poppler.py || die
- fi
-}