From 50e20977ac1a507b9dc8e9ac12affb194d929df5 Mon Sep 17 00:00:00 2001 From: Samuli Suominen Date: Wed, 19 Oct 2011 16:40:09 +0000 Subject: old (Portage version: 2.2.0_alpha69/cvs/Linux x86_64) --- dev-python/python-poppler/ChangeLog | 6 ++- .../python-poppler/python-poppler-0.12.1.ebuild | 45 ---------------------- 2 files changed, 5 insertions(+), 46 deletions(-) delete mode 100644 dev-python/python-poppler/python-poppler-0.12.1.ebuild (limited to 'dev-python/python-poppler') 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 + -python-poppler-0.12.1.ebuild: + old 14 Aug 2011; Markos Chandras 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] =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 -} -- cgit v1.2.3-65-gdbad