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 60B60139085 for ; Fri, 3 Feb 2017 07:58:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56FF421C08D; Fri, 3 Feb 2017 07:58:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2DA5B21C08D for ; Fri, 3 Feb 2017 07:58:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2FD9F341117 for ; Fri, 3 Feb 2017 07:58:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D86A3DC1 for ; Fri, 3 Feb 2017 07:58:11 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1486108679.d0db2cff40104c7edebf4085164181f64acd6136.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/qrosspython/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/qrosspython/Manifest dev-libs/qrosspython/qrosspython-0.3.2.ebuild X-VCS-Directories: dev-libs/qrosspython/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: d0db2cff40104c7edebf4085164181f64acd6136 X-VCS-Branch: master Date: Fri, 3 Feb 2017 07:58:11 +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: 66db9bd6-06b6-469a-9f88-cc08039bfb77 X-Archives-Hash: 04f0101d11d1842d8003587d00f1f1a7 commit: d0db2cff40104c7edebf4085164181f64acd6136 Author: 0xd34df00d <0xd34df00d gmail com> AuthorDate: Fri Feb 3 02:11:06 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Feb 3 07:57:59 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0db2cff dev-libs/qrosspython: bump to 0.3.2, use Qt5. Closes: https://github.com/gentoo/gentoo/pull/3756 dev-libs/qrosspython/Manifest | 1 + dev-libs/qrosspython/qrosspython-0.3.2.ebuild | 36 +++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/dev-libs/qrosspython/Manifest b/dev-libs/qrosspython/Manifest index 790c13a..99b3752 100644 --- a/dev-libs/qrosspython/Manifest +++ b/dev-libs/qrosspython/Manifest @@ -1 +1,2 @@ DIST qrosscore-0.3.1.tar.gz 3963408 SHA256 0573ece8c78fc836544a87adbb3a61afb1b8821cc11b289935d4b650c2d6bc85 SHA512 0dba2257a18ad36ec5348dc9a298d264f5d3ca1cd08e1bfce50259da85ccf3ebec9bad5e578b99e870948888789e76ce33cc8aaf7538c7da6a732a5c76630be6 WHIRLPOOL ef1c9a6fa7fad7a49c9237ed47bc2e7694d1c89639e62bfcd21c5d253ab40147c8694546db778ed6a16ca06e08a551b5a7a5aacbcc192659291846d87df313d0 +DIST qrosscore-0.3.2.tar.gz 3963954 SHA256 64aa12a25c8739ceb214cd11c51aa825c075576b9178e479ae37778ac1736a56 SHA512 2f86aa156af3a00eed38160258b2c178891e134f455e5c3f93a681193ea1d526d1adb6f428b948b8f52768415daed2c4dd7fb34040ff3046eea20bed81ea4d16 WHIRLPOOL fc454858c8206dfc97ead1a6b6af719ed3fb99198f2a2f3292076474a324c1636eb29849c82b75bd337de0645a07c9b2cf6071085e77ab9b675a110973eef030 diff --git a/dev-libs/qrosspython/qrosspython-0.3.2.ebuild b/dev-libs/qrosspython/qrosspython-0.3.2.ebuild new file mode 100644 index 00000000..01fd727 --- /dev/null +++ b/dev-libs/qrosspython/qrosspython-0.3.2.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python2_7 ) + +inherit python-single-r1 cmake-utils + +DESCRIPTION="Python scripting backend for Qross" +HOMEPAGE="https://github.com/0xd34df00d/Qross" +SRC_URI="https://github.com/0xd34df00d/Qross/archive/${PV}.tar.gz -> qrosscore-${PV}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +RDEPEND=" + ~dev-libs/qrosscore-${PV} + dev-python/sip + dev-qt/qtcore:5 + dev-qt/qtgui:5 + ${PYTHON_DEPS} +" +DEPEND="${RDEPEND} + dev-qt/qttest:5 +" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +S="${WORKDIR}/Qross-${PV}" +CMAKE_USE_DIR="${S}/src/bindings/python/qrosspython" + +mycmakeargs=( -DUSE_QT5=ON )