public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtquick1/
@ 2015-08-26 14:56 Mikle Kolyada
  0 siblings, 0 replies; 7+ messages in thread
From: Mikle Kolyada @ 2015-08-26 14:56 UTC (permalink / raw
  To: gentoo-commits

commit:     11f4ab95c6b22ba3ff6a5347b877b4d615cfa0c9
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 26 14:49:00 2015 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Wed Aug 26 14:53:40 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11f4ab95

dev-qt/qtquick1: arm stable wrt bug #543326

Package-Manager: portage-2.2.20.1

 dev-qt/qtquick1/qtquick1-5.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtquick1/qtquick1-5.4.2.ebuild b/dev-qt/qtquick1/qtquick1-5.4.2.ebuild
index 048456e..eaad8b0 100644
--- a/dev-qt/qtquick1/qtquick1-5.4.2.ebuild
+++ b/dev-qt/qtquick1/qtquick1-5.4.2.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Legacy declarative UI module for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-	KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86"
+	KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc64 ~x86"
 fi
 
 IUSE="designer opengl webkit xml"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtquick1/
@ 2015-10-25 17:11 Jeroen Roovers
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers @ 2015-10-25 17:11 UTC (permalink / raw
  To: gentoo-commits

commit:     8b31a2f4bbf2e1013b68700d525a77710c1bb147
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 25 17:09:41 2015 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Oct 25 17:09:41 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b31a2f4

dev-qt/qtquick1: Stable for PPC64 (bug #562966).

Package-Manager: portage-2.2.23
RepoMan-Options: --ignore-arches

 dev-qt/qtquick1/qtquick1-5.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtquick1/qtquick1-5.4.2.ebuild b/dev-qt/qtquick1/qtquick1-5.4.2.ebuild
index eaad8b0..99bc3c8 100644
--- a/dev-qt/qtquick1/qtquick1-5.4.2.ebuild
+++ b/dev-qt/qtquick1/qtquick1-5.4.2.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Legacy declarative UI module for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-	KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc64 ~x86"
+	KEYWORDS="amd64 arm ~arm64 ~hppa ppc64 ~x86"
 fi
 
 IUSE="designer opengl webkit xml"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtquick1/
@ 2016-01-15  6:19 Michael Palimaka
  0 siblings, 0 replies; 7+ messages in thread
From: Michael Palimaka @ 2016-01-15  6:19 UTC (permalink / raw
  To: gentoo-commits

commit:     bab86516580f5e9d05445b94304903170f48b244
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 15 06:18:55 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Jan 15 06:19:35 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bab86516

dev-qt/qtquick1: revision bump to ensure that Qt dependencies are of the same version

Package-Manager: portage-2.2.26

 dev-qt/qtquick1/qtquick1-5.5.1-r1.ebuild | 52 ++++++++++++++++++++++++++++++++
 1 file changed, 52 insertions(+)

diff --git a/dev-qt/qtquick1/qtquick1-5.5.1-r1.ebuild b/dev-qt/qtquick1/qtquick1-5.5.1-r1.ebuild
new file mode 100644
index 0000000..4993e39
--- /dev/null
+++ b/dev-qt/qtquick1/qtquick1-5.5.1-r1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit qt5-build
+
+DESCRIPTION="Legacy declarative UI module for the Qt5 framework (deprecated)"
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86"
+fi
+
+IUSE="designer gles2 opengl webkit xml"
+
+DEPEND="
+	~dev-qt/qtcore-${PV}
+	~dev-qt/qtgui-${PV}
+	~dev-qt/qtnetwork-${PV}
+	~dev-qt/qtscript-${PV}
+	~dev-qt/qtsql-${PV}
+	~dev-qt/qtwidgets-${PV}
+	designer? (
+		~dev-qt/designer-${PV}
+		~dev-qt/qtdeclarative-${PV}
+	)
+	opengl? (
+		~dev-qt/qtgui-${PV}[gles2=]
+		~dev-qt/qtopengl-${PV}
+	)
+	webkit? ( ~dev-qt/qtwebkit-${PV} )
+	xml? ( ~dev-qt/qtxmlpatterns-${PV} )
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	qt_use_disable_mod designer designer \
+		src/plugins/plugins.pro
+
+	qt_use_disable_mod opengl opengl \
+		src/imports/imports.pro \
+		tools/qml/qml.pri
+
+	qt_use_disable_mod webkit webkitwidgets \
+		src/imports/imports.pro
+
+	qt_use_disable_mod xml xmlpatterns \
+		src/declarative/declarative.pro \
+		src/declarative/util/util.pri
+
+	qt5-build_src_prepare
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtquick1/
@ 2016-01-15  6:47 Michael Palimaka
  0 siblings, 0 replies; 7+ messages in thread
From: Michael Palimaka @ 2016-01-15  6:47 UTC (permalink / raw
  To: gentoo-commits

commit:     4d9a04b04d7a20785b4a313a934e91b024bbb1a1
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 15 06:44:20 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Jan 15 06:47:05 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d9a04b0

dev-qt/qtquick1: remove old revision

Package-Manager: portage-2.2.26

 dev-qt/qtquick1/qtquick1-5.5.1.ebuild | 53 -----------------------------------
 1 file changed, 53 deletions(-)

diff --git a/dev-qt/qtquick1/qtquick1-5.5.1.ebuild b/dev-qt/qtquick1/qtquick1-5.5.1.ebuild
deleted file mode 100644
index 527e552..0000000
--- a/dev-qt/qtquick1/qtquick1-5.5.1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit qt5-build
-
-DESCRIPTION="Legacy declarative UI module for the Qt5 framework (deprecated)"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
-	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86"
-fi
-
-IUSE="designer gles2 opengl webkit xml"
-
-# see bug 542698 for pinned dev-qt/designer dependency
-DEPEND="
-	>=dev-qt/qtcore-${PV}:5
-	>=dev-qt/qtgui-${PV}:5
-	>=dev-qt/qtnetwork-${PV}:5
-	>=dev-qt/qtscript-${PV}:5
-	>=dev-qt/qtsql-${PV}:5
-	>=dev-qt/qtwidgets-${PV}:5
-	designer? (
-		~dev-qt/designer-${PV}
-		>=dev-qt/qtdeclarative-${PV}:5
-	)
-	opengl? (
-		>=dev-qt/qtgui-${PV}:5[gles2=]
-		>=dev-qt/qtopengl-${PV}:5
-	)
-	webkit? ( >=dev-qt/qtwebkit-${PV}:5 )
-	xml? ( >=dev-qt/qtxmlpatterns-${PV}:5 )
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-	qt_use_disable_mod designer designer \
-		src/plugins/plugins.pro
-
-	qt_use_disable_mod opengl opengl \
-		src/imports/imports.pro \
-		tools/qml/qml.pri
-
-	qt_use_disable_mod webkit webkitwidgets \
-		src/imports/imports.pro
-
-	qt_use_disable_mod xml xmlpatterns \
-		src/declarative/declarative.pro \
-		src/declarative/util/util.pri
-
-	qt5-build_src_prepare
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtquick1/
@ 2016-03-05 22:21 Mikle Kolyada
  0 siblings, 0 replies; 7+ messages in thread
From: Mikle Kolyada @ 2016-03-05 22:21 UTC (permalink / raw
  To: gentoo-commits

commit:     c15f5634450802ef881f4ef2eca980c4a96d64f9
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  5 22:08:24 2016 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Mar  5 22:17:36 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c15f5634

dev-qt/qtquick1: amd64 stable wrt bug #569924

Package-Manager: portage-2.2.26

 dev-qt/qtquick1/qtquick1-5.5.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtquick1/qtquick1-5.5.1-r1.ebuild b/dev-qt/qtquick1/qtquick1-5.5.1-r1.ebuild
index 4993e39..c3f3680 100644
--- a/dev-qt/qtquick1/qtquick1-5.5.1-r1.ebuild
+++ b/dev-qt/qtquick1/qtquick1-5.5.1-r1.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Legacy declarative UI module for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86"
 fi
 
 IUSE="designer gles2 opengl webkit xml"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtquick1/
@ 2016-03-09  4:12 Jeroen Roovers
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers @ 2016-03-09  4:12 UTC (permalink / raw
  To: gentoo-commits

commit:     dabacc291bf33ac119d78567daed22fd835277b9
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  9 04:06:57 2016 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Mar  9 04:12:29 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dabacc29

dev-qt/qtquick1: Stable for PPC64 (bug #569924).

Package-Manager: portage-2.2.27
RepoMan-Options: --ignore-arches

 dev-qt/qtquick1/qtquick1-5.5.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtquick1/qtquick1-5.5.1-r1.ebuild b/dev-qt/qtquick1/qtquick1-5.5.1-r1.ebuild
index c3f3680..b0859b5 100644
--- a/dev-qt/qtquick1/qtquick1-5.5.1-r1.ebuild
+++ b/dev-qt/qtquick1/qtquick1-5.5.1-r1.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Legacy declarative UI module for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-	KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc64 ~x86"
 fi
 
 IUSE="designer gles2 opengl webkit xml"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtquick1/
@ 2016-03-24  5:53 Markus Meier
  0 siblings, 0 replies; 7+ messages in thread
From: Markus Meier @ 2016-03-24  5:53 UTC (permalink / raw
  To: gentoo-commits

commit:     770120a837ff6a4f7efb587cb226d64d283f2a78
Author:     Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 24 05:30:35 2016 +0000
Commit:     Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Thu Mar 24 05:52:32 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=770120a8

dev-qt/qtquick1: arm stable, bug #569924

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="arm"

 dev-qt/qtquick1/qtquick1-5.5.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtquick1/qtquick1-5.5.1-r1.ebuild b/dev-qt/qtquick1/qtquick1-5.5.1-r1.ebuild
index b0859b5..aef3dec 100644
--- a/dev-qt/qtquick1/qtquick1-5.5.1-r1.ebuild
+++ b/dev-qt/qtquick1/qtquick1-5.5.1-r1.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Legacy declarative UI module for the Qt5 framework (deprecated)"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-	KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc64 ~x86"
+	KEYWORDS="amd64 arm ~arm64 ~hppa ppc64 ~x86"
 fi
 
 IUSE="designer gles2 opengl webkit xml"


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

end of thread, other threads:[~2016-03-24  5:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-25 17:11 [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtquick1/ Jeroen Roovers
  -- strict thread matches above, loose matches on Subject: below --
2016-03-24  5:53 Markus Meier
2016-03-09  4:12 Jeroen Roovers
2016-03-05 22:21 Mikle Kolyada
2016-01-15  6:47 Michael Palimaka
2016-01-15  6:19 Michael Palimaka
2015-08-26 14:56 Mikle Kolyada

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