public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/python-poppler: python-poppler-0.12.1-r1.ebuild ChangeLog
@ 2011-03-19 11:24 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2011-03-19 11:24 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/03/19 11:24:13

  Modified:             ChangeLog
  Added:                python-poppler-0.12.1-r1.ebuild
  Log:
  Fix compability with poppler >= 0.15.0 and merge upstream fixes.
  
  (Portage version: 2.2.0_alpha27/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 dev-python/python-poppler/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-poppler/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-poppler/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-poppler/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-poppler/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	8 Jan 2011 17:22:24 -0000	1.11
+++ ChangeLog	19 Mar 2011 11:24:13 -0000	1.12
@@ -1,6 +1,15 @@
 # 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.11 2011/01/08 17:22:24 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-poppler/ChangeLog,v 1.12 2011/03/19 11:24:13 ssuominen Exp $
+
+*python-poppler-0.12.1-r1 (19 Mar 2011)
+
+  19 Mar 2011; Samuli Suominen <ssuominen@gentoo.org>
+  +python-poppler-0.12.1-r1.ebuild, +files/python-poppler-0.12.1-75_74.diff,
+  +files/python-poppler-0.12.1-76_75.diff,
+  +files/python-poppler-0.12.1-79_78.diff,
+  +files/python-poppler-0.12.1-poppler0.15.0-changes.patch:
+  Fix compability with poppler >= 0.15.0 and merge upstream fixes.
 
   08 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
   python-poppler-0.12.1.ebuild:



1.1                  dev-python/python-poppler/python-poppler-0.12.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-poppler/python-poppler-0.12.1-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-poppler/python-poppler-0.12.1-r1.ebuild?rev=1.1&content-type=text/plain

Index: python-poppler-0.12.1-r1.ebuild
===================================================================
# 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-r1.ebuild,v 1.1 2011/03/19 11:24:13 ssuominen 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 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"
IUSE="examples"

S=${WORKDIR}/pypoppler-${PV}

RDEPEND="( >=app-text/poppler-0.15.0[cairo] )
	>=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
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-03-19 11:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-19 11:24 [gentoo-commits] gentoo-x86 commit in dev-python/python-poppler: python-poppler-0.12.1-r1.ebuild ChangeLog Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox