public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/qrosspython/
@ 2017-02-03  7:58 David Seifert
  0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2017-02-03  7:58 UTC (permalink / raw
  To: gentoo-commits

commit:     d0db2cff40104c7edebf4085164181f64acd6136
Author:     0xd34df00d <0xd34df00d <AT> gmail <DOT> com>
AuthorDate: Fri Feb  3 02:11:06 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> 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 )


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/qrosspython/
@ 2017-02-25  0:38 Michael Palimaka
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Palimaka @ 2017-02-25  0:38 UTC (permalink / raw
  To: gentoo-commits

commit:     618d97a850aa4b933f47817cc3ed109fec928808
Author:     0xd34df00d <0xd34df00d <AT> gmail <DOT> com>
AuthorDate: Fri Feb 17 04:38:59 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Feb 25 00:38:28 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=618d97a8

dev-libs/qrosspython: build 9999 with Qt5

 dev-libs/qrosspython/qrosspython-9999.ebuild | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/dev-libs/qrosspython/qrosspython-9999.ebuild b/dev-libs/qrosspython/qrosspython-9999.ebuild
index 9788aa5801..40f7f404ce 100644
--- a/dev-libs/qrosspython/qrosspython-9999.ebuild
+++ b/dev-libs/qrosspython/qrosspython-9999.ebuild
@@ -1,14 +1,15 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 PYTHON_COMPAT=( python2_7 )
-EGIT_REPO_URI="git://github.com/0xd34df00d/Qross.git"
 
 inherit git-r3 python-single-r1 cmake-utils
 
+EGIT_REPO_URI="git://github.com/0xd34df00d/Qross.git"
+
 DESCRIPTION="Python scripting backend for Qross"
 HOMEPAGE="https://github.com/0xd34df00d/Qross"
 
@@ -20,14 +21,16 @@ IUSE="debug"
 RDEPEND="
 	~dev-libs/qrosscore-${PV}
 	dev-python/sip
-	dev-qt/qtcore:4
-	dev-qt/qtgui:4
+	dev-qt/qtcore:5
+	dev-qt/qtgui:5
 	${PYTHON_DEPS}
 "
 DEPEND="${RDEPEND}
-	dev-qt/qttest:4
+	dev-qt/qttest:5
 "
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 CMAKE_USE_DIR="${S}/src/bindings/python/qrosspython"
+
+mycmakeargs=( -DUSE_QT5=ON )


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/qrosspython/
@ 2017-03-08  9:18 David Seifert
  0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2017-03-08  9:18 UTC (permalink / raw
  To: gentoo-commits

commit:     75603284c4b5cbe620fab8b6a3d679653673922b
Author:     0xd34df00d <0xd34df00d <AT> gmail <DOT> com>
AuthorDate: Wed Mar  8 03:25:36 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Mar  8 09:09:04 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75603284

dev-libs/qrosspython: remove Qt4-only 0.3.1, fixes bug #581540

Closes: https://github.com/gentoo/gentoo/pull/4154

 dev-libs/qrosspython/Manifest                 |  1 -
 dev-libs/qrosspython/qrosspython-0.3.1.ebuild | 33 ---------------------------
 2 files changed, 34 deletions(-)

diff --git a/dev-libs/qrosspython/Manifest b/dev-libs/qrosspython/Manifest
index 99b37528e15..de4217631cd 100644
--- a/dev-libs/qrosspython/Manifest
+++ b/dev-libs/qrosspython/Manifest
@@ -1,2 +1 @@
-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.1.ebuild b/dev-libs/qrosspython/qrosspython-0.3.1.ebuild
deleted file mode 100644
index f9e2b515422..00000000000
--- a/dev-libs/qrosspython/qrosspython-0.3.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-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:4
-	dev-qt/qtgui:4
-	${PYTHON_DEPS}
-"
-DEPEND="${RDEPEND}
-	dev-qt/qttest:4
-"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-S="${WORKDIR}/Qross-${PV}"
-CMAKE_USE_DIR="${S}/src/bindings/python/qrosspython"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-03-08  9:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-25  0:38 [gentoo-commits] repo/gentoo:master commit in: dev-libs/qrosspython/ Michael Palimaka
  -- strict thread matches above, loose matches on Subject: below --
2017-03-08  9:18 David Seifert
2017-02-03  7:58 David Seifert

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