ssuominen    14/10/27 05:59:09

  Modified:             ChangeLog
  Added:                python-poppler-qt4-0.18.1.ebuild
  Log:
  Version bump; with a patch for new PyQt4 build system; with Python 3.x 
support.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  Changes    Path
1.7                  dev-python/python-poppler-qt4/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-poppler-qt4/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   17 Mar 2013 17:14:40 -0000      1.6
+++ ChangeLog   27 Oct 2014 05:59:08 -0000      1.7
@@ -1,6 +1,14 @@
 # ChangeLog for dev-python/python-poppler-qt4
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-poppler-qt4/ChangeLog,v 
1.6 2013/03/17 17:14:40 floppym Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-poppler-qt4/ChangeLog,v 
1.7 2014/10/27 05:59:08 ssuominen Exp $
+
+*python-poppler-qt4-0.18.1 (27 Oct 2014)
+
+  27 Oct 2014; Samuli Suominen <ssuomi...@gentoo.org>
+  +files/python-poppler-qt4-0.18.1-update_for_new_PyQt4_build.patch,
+  +python-poppler-qt4-0.18.1.ebuild:
+  Version bump; with a patch for new PyQt4 build system; with Python 3.x
+  support.
 
 *python-poppler-qt4-0.16.3-r1 (17 Mar 2013)
 



1.1                  
dev-python/python-poppler-qt4/python-poppler-qt4-0.18.1.ebuild

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

Index: python-poppler-qt4-0.18.1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-poppler-qt4/python-poppler-qt4-0.18.1.ebuild,v
 1.1 2014/10/27 05:59:08 ssuominen Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )

inherit distutils-r1 eutils

DESCRIPTION="A python binding for libpoppler-qt4"
HOMEPAGE="http://code.google.com/p/python-poppler-qt4/";
SRC_URI="http://github.com/wbsoft/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="app-text/poppler:=[qt4]
        dev-python/PyQt4[${PYTHON_USEDEP}]
        >=dev-python/sip-4.9.1[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"

src_prepare() {
        epatch "${FILESDIR}"/${P}-update_for_new_PyQt4_build.patch
        distutils-r1_src_prepare
}




Reply via email to