summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-10-19 16:40:09 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-10-19 16:40:09 +0000
commit50e20977ac1a507b9dc8e9ac12affb194d929df5 (patch)
tree572a1606ce83250e6f3ff5d4365ce37a461d78e2 /dev-python/python-poppler
parentnet-nds/jxplorer: fixed bug #381557 (diff)
downloadgentoo-2-50e20977ac1a507b9dc8e9ac12affb194d929df5.tar.gz
gentoo-2-50e20977ac1a507b9dc8e9ac12affb194d929df5.tar.bz2
gentoo-2-50e20977ac1a507b9dc8e9ac12affb194d929df5.zip
old
(Portage version: 2.2.0_alpha69/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/python-poppler')
-rw-r--r--dev-python/python-poppler/ChangeLog6
-rw-r--r--dev-python/python-poppler/python-poppler-0.12.1.ebuild45
2 files changed, 5 insertions, 46 deletions
diff --git a/dev-python/python-poppler/ChangeLog b/dev-python/python-poppler/ChangeLog
index f7373bca0af0..b870686de805 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-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-poppler/ChangeLog,v 1.14 2011/08/14 14:48:42 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-poppler/ChangeLog,v 1.15 2011/10/19 16:40:09 ssuominen Exp $
+
+ 19 Oct 2011; Samuli Suominen <ssuominen@gentoo.org>
+ -python-poppler-0.12.1.ebuild:
+ old
14 Aug 2011; Markos Chandras <hwoarang@gentoo.org>
python-poppler-0.12.1-r1.ebuild:
diff --git a/dev-python/python-poppler/python-poppler-0.12.1.ebuild b/dev-python/python-poppler/python-poppler-0.12.1.ebuild
deleted file mode 100644
index 8e41bd8fd56e..000000000000
--- a/dev-python/python-poppler/python-poppler-0.12.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2011 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.ebuild,v 1.9 2011/01/08 17:22:24 arfrever Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2:2.6"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="2.4 2.5 3.* *-jython"
-PYTHON_EXPORT_PHASE_FUNCTIONS="1"
-
-inherit 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"
-IUSE="examples"
-
-S="${WORKDIR}/pypoppler-${PV}"
-
-RDEPEND="( >=app-text/poppler-0.12.3-r3[cairo] <app-text/poppler-0.16.0[cairo] )
- >=dev-python/pycairo-1.8.4
- dev-python/pygobject:2
- dev-python/pygtk:2"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- elibtoolize
- python_copy_sources
-}
-
-src_install() {
- python_src_install
- python_clean_installation_image
-
- dodoc NEWS || die "dodoc failed"
-
- if use examples; then
- insinto /usr/share/doc/${PF}/examples
- doins demo/demo-poppler.py || die "doins failed"
- fi
-}