diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-11-19 14:49:40 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-11-19 14:49:40 +0000 |
commit | 52f179098a58725fcc0c132e780e6884cfe65c62 (patch) | |
tree | 786b35ea4435a3876006d5cd59ff8fa55f533915 /dev-python/python-poppler-qt4 | |
parent | Initial commit wrt bug #358209. Thanks to Sven Eden for initial ebuild (diff) | |
download | gentoo-2-52f179098a58725fcc0c132e780e6884cfe65c62.tar.gz gentoo-2-52f179098a58725fcc0c132e780e6884cfe65c62.tar.bz2 gentoo-2-52f179098a58725fcc0c132e780e6884cfe65c62.zip |
Version bump.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'dev-python/python-poppler-qt4')
-rw-r--r-- | dev-python/python-poppler-qt4/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/python-poppler-qt4/python-poppler-qt4-0.16.3.ebuild | 25 |
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-python/python-poppler-qt4/ChangeLog b/dev-python/python-poppler-qt4/ChangeLog index 19d7f70b96a5..1f0e3eb13040 100644 --- a/dev-python/python-poppler-qt4/ChangeLog +++ b/dev-python/python-poppler-qt4/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/python-poppler-qt4 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-poppler-qt4/ChangeLog,v 1.3 2012/08/09 09:40:54 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-poppler-qt4/ChangeLog,v 1.4 2012/11/19 14:49:40 ssuominen Exp $ + +*python-poppler-qt4-0.16.3 (19 Nov 2012) + + 19 Nov 2012; Samuli Suominen <ssuominen@gentoo.org> + +python-poppler-qt4-0.16.3.ebuild: + Version bump. 09 Aug 2012; Patrick Lauer <patrick@gentoo.org> python-poppler-qt4-0.16.2.ebuild: diff --git a/dev-python/python-poppler-qt4/python-poppler-qt4-0.16.3.ebuild b/dev-python/python-poppler-qt4/python-poppler-qt4-0.16.3.ebuild new file mode 100644 index 000000000000..bfbbbf5bb094 --- /dev/null +++ b/dev-python/python-poppler-qt4/python-poppler-qt4-0.16.3.ebuild @@ -0,0 +1,25 @@ +# 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-qt4/python-poppler-qt4-0.16.3.ebuild,v 1.1 2012/11/19 14:49:40 ssuominen Exp $ + +EAPI=4 + +PYTHON_DEPEND="2:2.6" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="2.5 3.* *-pypy-*" + +inherit distutils + +DESCRIPTION="A python binding for libpoppler-qt4" +HOMEPAGE="http://code.google.com/p/python-poppler-qt4/" +SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="app-text/poppler[qt4] + dev-python/PyQt4 + >=dev-python/sip-4.9.1" +DEPEND="${RDEPEND}" |