From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B862F139083 for ; Thu, 21 Dec 2017 01:04:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8119E11AD; Thu, 21 Dec 2017 01:04:12 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 955DFE11AD for ; Thu, 21 Dec 2017 01:04:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5266533FE7D for ; Thu, 21 Dec 2017 01:04:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D197BAE70 for ; Thu, 21 Dec 2017 01:04:08 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1513818171.4f6bb56f5402a65c2bf20b191368ea8da22d0099.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-poppler-qt5/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-poppler-qt5/Manifest dev-python/python-poppler-qt5/metadata.xml dev-python/python-poppler-qt5/python-poppler-qt5-0.24.2_p20170214.ebuild X-VCS-Directories: dev-python/python-poppler-qt5/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4f6bb56f5402a65c2bf20b191368ea8da22d0099 X-VCS-Branch: master Date: Thu, 21 Dec 2017 01:04:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 463d9ba8-efc8-4eba-89e2-ca37f2c930c7 X-Archives-Hash: 564f4068fb124e18c0685a694be76281 commit: 4f6bb56f5402a65c2bf20b191368ea8da22d0099 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Dec 21 00:24:49 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Dec 21 01:02:51 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f6bb56f dev-python/python-poppler-qt5: New package Thanks-to: N. Andrew Walsh gmail.com> Thanks-to: Jouni Kosonen tukesoft.com> Closes: https://bugs.gentoo.org/609734 Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-python/python-poppler-qt5/Manifest | 1 + dev-python/python-poppler-qt5/metadata.xml | 11 ++++++++ .../python-poppler-qt5-0.24.2_p20170214.ebuild | 29 ++++++++++++++++++++++ 3 files changed, 41 insertions(+) diff --git a/dev-python/python-poppler-qt5/Manifest b/dev-python/python-poppler-qt5/Manifest new file mode 100644 index 00000000000..80a671f29b9 --- /dev/null +++ b/dev-python/python-poppler-qt5/Manifest @@ -0,0 +1 @@ +DIST python-poppler-qt5-0.24.2_p20170214.tar.gz 20676 BLAKE2B 450f1f40618686f393a21bb2f9ae25b71ab31b4270420a278c65dfdad722a7505cab50d17968400304df936f8694a7d2d5aafeac355675756ca70271f3ff666c SHA512 28fbc4584d32ae18a0545beaf2954f89da6aaa5c2d4bbb25dc36996dd5799c38c491254330c5ac12f3a97df33656f1b49bcb672207602031ff37086a08cbb1fc diff --git a/dev-python/python-poppler-qt5/metadata.xml b/dev-python/python-poppler-qt5/metadata.xml new file mode 100644 index 00000000000..6154aff3c15 --- /dev/null +++ b/dev-python/python-poppler-qt5/metadata.xml @@ -0,0 +1,11 @@ + + + + + python@gentoo.org + Python + + + wbsoft/python-poppler-qt5 + + diff --git a/dev-python/python-poppler-qt5/python-poppler-qt5-0.24.2_p20170214.ebuild b/dev-python/python-poppler-qt5/python-poppler-qt5-0.24.2_p20170214.ebuild new file mode 100644 index 00000000000..e13b154e9b8 --- /dev/null +++ b/dev-python/python-poppler-qt5/python-poppler-qt5-0.24.2_p20170214.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) +COMMIT=50fb2eb9ea34cf94e3756b7ddfc601af023267d5 +inherit distutils-r1 flag-o-matic qmake-utils vcs-snapshot + +DESCRIPTION="A python binding for libpoppler-qt5" +HOMEPAGE="https://github.com/wbsoft/python-poppler-qt5" +SRC_URI="https://github.com/wbsoft/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + app-text/poppler:=[qt5] + dev-python/PyQt5[${PYTHON_USEDEP}] + >=dev-python/sip-4.19:=[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}" + +python_configure_all() { + append-cxxflags -std=c++11 + mydistutilsargs=( build_ext --qmake-bin=$(qt5_get_bindir)/qmake ) +}