public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/qt:master commit in: dev-qt/qtwebview/
@ 2017-10-01  6:15 Michael Palimaka
  0 siblings, 0 replies; 12+ messages in thread
From: Michael Palimaka @ 2017-10-01  6:15 UTC (permalink / raw
  To: gentoo-commits

commit:     1efab21c6b584c371e9eb02b6333189e7b20f41e
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  1 06:14:49 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Oct  1 06:15:00 2017 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=1efab21c

dev-qt/qtwebview: new package

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-qt/qtwebview/metadata.xml               | 17 +++++++++++++++++
 dev-qt/qtwebview/qtwebview-5.10.9999.ebuild | 22 ++++++++++++++++++++++
 dev-qt/qtwebview/qtwebview-5.9.9999.ebuild  | 22 ++++++++++++++++++++++
 dev-qt/qtwebview/qtwebview-5.9999.ebuild    | 22 ++++++++++++++++++++++
 4 files changed, 83 insertions(+)

diff --git a/dev-qt/qtwebview/metadata.xml b/dev-qt/qtwebview/metadata.xml
new file mode 100644
index 00000000..32568f62
--- /dev/null
+++ b/dev-qt/qtwebview/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>qt@gentoo.org</email>
+		<name>Gentoo Qt Project</name>
+	</maintainer>
+	<upstream>
+		<bugs-to>https://bugreports.qt.io/</bugs-to>
+		<doc>https://doc.qt.io/</doc>
+	</upstream>
+	<slots>
+		<subslots>
+			Must only be used by packages that are known to use private parts of the Qt API.
+		</subslots>
+	</slots>
+</pkgmetadata>

diff --git a/dev-qt/qtwebview/qtwebview-5.10.9999.ebuild b/dev-qt/qtwebview/qtwebview-5.10.9999.ebuild
new file mode 100644
index 00000000..234ec083
--- /dev/null
+++ b/dev-qt/qtwebview/qtwebview-5.10.9999.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit qt5-build
+
+DESCRIPTION="Module for displaying web content in a QML application using the Qt5 framework"
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+	KEYWORDS="~amd64"
+fi
+
+IUSE=""
+
+DEPEND="
+	~dev-qt/qtcore-${PV}
+	~dev-qt/qtdeclarative-${PV}
+	~dev-qt/qtgui-${PV}
+	~dev-qt/qtwebengine-${PV}
+
+"
+RDEPEND="${DEPEND}"

diff --git a/dev-qt/qtwebview/qtwebview-5.9.9999.ebuild b/dev-qt/qtwebview/qtwebview-5.9.9999.ebuild
new file mode 100644
index 00000000..234ec083
--- /dev/null
+++ b/dev-qt/qtwebview/qtwebview-5.9.9999.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit qt5-build
+
+DESCRIPTION="Module for displaying web content in a QML application using the Qt5 framework"
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+	KEYWORDS="~amd64"
+fi
+
+IUSE=""
+
+DEPEND="
+	~dev-qt/qtcore-${PV}
+	~dev-qt/qtdeclarative-${PV}
+	~dev-qt/qtgui-${PV}
+	~dev-qt/qtwebengine-${PV}
+
+"
+RDEPEND="${DEPEND}"

diff --git a/dev-qt/qtwebview/qtwebview-5.9999.ebuild b/dev-qt/qtwebview/qtwebview-5.9999.ebuild
new file mode 100644
index 00000000..234ec083
--- /dev/null
+++ b/dev-qt/qtwebview/qtwebview-5.9999.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit qt5-build
+
+DESCRIPTION="Module for displaying web content in a QML application using the Qt5 framework"
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+	KEYWORDS="~amd64"
+fi
+
+IUSE=""
+
+DEPEND="
+	~dev-qt/qtcore-${PV}
+	~dev-qt/qtdeclarative-${PV}
+	~dev-qt/qtgui-${PV}
+	~dev-qt/qtwebengine-${PV}
+
+"
+RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtwebview/
@ 2017-10-03 15:55 Davide Pesavento
  0 siblings, 0 replies; 12+ messages in thread
From: Davide Pesavento @ 2017-10-03 15:55 UTC (permalink / raw
  To: gentoo-commits

commit:     0e46875cda2fa07517db77f7aba31223dd907dfd
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  3 15:54:25 2017 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Tue Oct  3 15:54:25 2017 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=0e46875c

dev-qt/qtwebview: delete extra newline

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 dev-qt/qtwebview/qtwebview-5.10.9999.ebuild | 1 -
 dev-qt/qtwebview/qtwebview-5.9.9999.ebuild  | 1 -
 dev-qt/qtwebview/qtwebview-5.9999.ebuild    | 1 -
 3 files changed, 3 deletions(-)

diff --git a/dev-qt/qtwebview/qtwebview-5.10.9999.ebuild b/dev-qt/qtwebview/qtwebview-5.10.9999.ebuild
index 234ec083..95f5a9dc 100644
--- a/dev-qt/qtwebview/qtwebview-5.10.9999.ebuild
+++ b/dev-qt/qtwebview/qtwebview-5.10.9999.ebuild
@@ -17,6 +17,5 @@ DEPEND="
 	~dev-qt/qtdeclarative-${PV}
 	~dev-qt/qtgui-${PV}
 	~dev-qt/qtwebengine-${PV}
-
 "
 RDEPEND="${DEPEND}"

diff --git a/dev-qt/qtwebview/qtwebview-5.9.9999.ebuild b/dev-qt/qtwebview/qtwebview-5.9.9999.ebuild
index 234ec083..95f5a9dc 100644
--- a/dev-qt/qtwebview/qtwebview-5.9.9999.ebuild
+++ b/dev-qt/qtwebview/qtwebview-5.9.9999.ebuild
@@ -17,6 +17,5 @@ DEPEND="
 	~dev-qt/qtdeclarative-${PV}
 	~dev-qt/qtgui-${PV}
 	~dev-qt/qtwebengine-${PV}
-
 "
 RDEPEND="${DEPEND}"

diff --git a/dev-qt/qtwebview/qtwebview-5.9999.ebuild b/dev-qt/qtwebview/qtwebview-5.9999.ebuild
index 234ec083..95f5a9dc 100644
--- a/dev-qt/qtwebview/qtwebview-5.9999.ebuild
+++ b/dev-qt/qtwebview/qtwebview-5.9999.ebuild
@@ -17,6 +17,5 @@ DEPEND="
 	~dev-qt/qtdeclarative-${PV}
 	~dev-qt/qtgui-${PV}
 	~dev-qt/qtwebengine-${PV}
-
 "
 RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtwebview/
@ 2017-12-10  1:54 Michael Palimaka
  0 siblings, 0 replies; 12+ messages in thread
From: Michael Palimaka @ 2017-12-10  1:54 UTC (permalink / raw
  To: gentoo-commits

commit:     80d6aafe508e6d39082b3c4a6d863cad1c6ae448
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 10 01:54:11 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Dec 10 01:54:21 2017 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=80d6aafe

dev-qt/qtwebview: version bump 5.10.0

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 dev-qt/qtwebview/Manifest                |  1 +
 dev-qt/qtwebview/qtwebview-5.10.0.ebuild | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/dev-qt/qtwebview/Manifest b/dev-qt/qtwebview/Manifest
new file mode 100644
index 00000000..aaebb811
--- /dev/null
+++ b/dev-qt/qtwebview/Manifest
@@ -0,0 +1 @@
+DIST qtwebview-everywhere-src-5.10.0.tar.xz 128564 BLAKE2B 02449e601a619cad6f62db7cc46750d16ace8f4dd5a0fa5ca0cab464dff44ad69195e44ef8439641dcb34928cee16a2f2f75bed8f59228c4e03719b4cafb6781 SHA512 4cafae690185c5e8161a6652a4a420aa73b99098d2edd783fc4c0537fde7632ce0b9b3c3c8927244f97594ef376a23ee1a3892f033fbeda013ae080a1cbd7711

diff --git a/dev-qt/qtwebview/qtwebview-5.10.0.ebuild b/dev-qt/qtwebview/qtwebview-5.10.0.ebuild
new file mode 100644
index 00000000..95f5a9dc
--- /dev/null
+++ b/dev-qt/qtwebview/qtwebview-5.10.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit qt5-build
+
+DESCRIPTION="Module for displaying web content in a QML application using the Qt5 framework"
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+	KEYWORDS="~amd64"
+fi
+
+IUSE=""
+
+DEPEND="
+	~dev-qt/qtcore-${PV}
+	~dev-qt/qtdeclarative-${PV}
+	~dev-qt/qtgui-${PV}
+	~dev-qt/qtwebengine-${PV}
+"
+RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtwebview/
@ 2021-03-25 23:49 Andreas Sturmlechner
  0 siblings, 0 replies; 12+ messages in thread
From: Andreas Sturmlechner @ 2021-03-25 23:49 UTC (permalink / raw
  To: gentoo-commits

commit:     0c65f9d4ab91c99732a994f638978bac9e9ef717
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 24 12:49:20 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 25 23:16:00 2021 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=0c65f9d4

dev-qt/qtwebview: Relax dev-qt/qtwebengine dependency

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-qt/qtwebview/qtwebview-5.15.9999.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-qt/qtwebview/qtwebview-5.15.9999.ebuild b/dev-qt/qtwebview/qtwebview-5.15.9999.ebuild
index fa902e48..d17dd959 100644
--- a/dev-qt/qtwebview/qtwebview-5.15.9999.ebuild
+++ b/dev-qt/qtwebview/qtwebview-5.15.9999.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 inherit qt5-build
 
 DESCRIPTION="Module for displaying web content in a QML application using the Qt5 framework"
@@ -16,6 +17,6 @@ DEPEND="
 	~dev-qt/qtcore-${PV}
 	~dev-qt/qtdeclarative-${PV}
 	~dev-qt/qtgui-${PV}
-	~dev-qt/qtwebengine-${PV}
+	=dev-qt/qtwebengine-${PV}*:5
 "
 RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtwebview/
@ 2021-08-20 12:36 Andreas Sturmlechner
  0 siblings, 0 replies; 12+ messages in thread
From: Andreas Sturmlechner @ 2021-08-20 12:36 UTC (permalink / raw
  To: gentoo-commits

commit:     3b38dc7ac935fbf4f69ff82978bd7752ae69ee34
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 19 18:38:04 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Aug 20 12:34:10 2021 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=3b38dc7a

dev-qt/qtwebview: EAPI-8 bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

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

diff --git a/dev-qt/qtwebview/qtwebview-5.15.9999.ebuild b/dev-qt/qtwebview/qtwebview-5.15.9999.ebuild
index d17dd959..282fec50 100644
--- a/dev-qt/qtwebview/qtwebview-5.15.9999.ebuild
+++ b/dev-qt/qtwebview/qtwebview-5.15.9999.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit qt5-build
 


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

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtwebview/
@ 2022-03-04  9:51 Andreas Sturmlechner
  0 siblings, 0 replies; 12+ messages in thread
From: Andreas Sturmlechner @ 2022-03-04  9:51 UTC (permalink / raw
  To: gentoo-commits

commit:     5f2a8634a8bb5935e6e3f32acd4b3ef69d2e520a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  4 09:39:42 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Mar  4 09:39:42 2022 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=5f2a8634

dev-qt/qtwebview: Rebased to 5.15.3 branch

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../{qtwebview-5.15.2.9999.ebuild => qtwebview-5.15.3.9999.ebuild}        | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-qt/qtwebview/qtwebview-5.15.2.9999.ebuild b/dev-qt/qtwebview/qtwebview-5.15.3.9999.ebuild
similarity index 100%
rename from dev-qt/qtwebview/qtwebview-5.15.2.9999.ebuild
rename to dev-qt/qtwebview/qtwebview-5.15.3.9999.ebuild


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

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtwebview/
@ 2022-05-14 21:15 Andreas Sturmlechner
  0 siblings, 0 replies; 12+ messages in thread
From: Andreas Sturmlechner @ 2022-05-14 21:15 UTC (permalink / raw
  To: gentoo-commits

commit:     99d6c0229defb7e02c102ae4aaf9f948f8897cd0
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat May 14 21:08:29 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat May 14 21:14:27 2022 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=99d6c022

dev-qt/qtwebview: Rebased to 5.15.4 branch

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../{qtwebview-5.15.3.9999.ebuild => qtwebview-5.15.4.9999.ebuild}      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtwebview/qtwebview-5.15.3.9999.ebuild b/dev-qt/qtwebview/qtwebview-5.15.4.9999.ebuild
similarity index 91%
rename from dev-qt/qtwebview/qtwebview-5.15.3.9999.ebuild
rename to dev-qt/qtwebview/qtwebview-5.15.4.9999.ebuild
index 29f8f003..288f86ce 100644
--- a/dev-qt/qtwebview/qtwebview-5.15.3.9999.ebuild
+++ b/dev-qt/qtwebview/qtwebview-5.15.4.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8


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

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtwebview/
@ 2022-12-04 18:28 Andreas Sturmlechner
  0 siblings, 0 replies; 12+ messages in thread
From: Andreas Sturmlechner @ 2022-12-04 18:28 UTC (permalink / raw
  To: gentoo-commits

commit:     9b29696f15a30006e42c462d8fa72e8161e3013b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  4 18:26:42 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Dec  4 18:26:42 2022 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=9b29696f

dev-qt/qtwebview: Sync KEYWORDS with Gentoo ebuild repo

Bug: https://bugs.gentoo.org/876793
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

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

diff --git a/dev-qt/qtwebview/qtwebview-5.15.7.9999.ebuild b/dev-qt/qtwebview/qtwebview-5.15.7.9999.ebuild
index 288f86ce..a8b28190 100644
--- a/dev-qt/qtwebview/qtwebview-5.15.7.9999.ebuild
+++ b/dev-qt/qtwebview/qtwebview-5.15.7.9999.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Module for displaying web content in a QML application using the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-	KEYWORDS="~amd64"
+	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
 fi
 
 IUSE=""


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

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtwebview/
@ 2023-01-08 21:22 Andreas Sturmlechner
  0 siblings, 0 replies; 12+ messages in thread
From: Andreas Sturmlechner @ 2023-01-08 21:22 UTC (permalink / raw
  To: gentoo-commits

commit:     49b12a588e9a3e8bba2232da657ab2dec76ae850
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  9 08:17:08 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan  8 21:21:18 2023 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=49b12a58

dev-qt/qtwebview: Keyword 5.15.7 x86, #876793

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

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

diff --git a/dev-qt/qtwebview/qtwebview-5.15.8.9999.ebuild b/dev-qt/qtwebview/qtwebview-5.15.8.9999.ebuild
index 532494d6..ca158199 100644
--- a/dev-qt/qtwebview/qtwebview-5.15.8.9999.ebuild
+++ b/dev-qt/qtwebview/qtwebview-5.15.8.9999.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Module for displaying web content in a QML application using the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
+	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 fi
 
 IUSE=""


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

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtwebview/
@ 2023-12-30 14:03 Andreas Sturmlechner
  0 siblings, 0 replies; 12+ messages in thread
From: Andreas Sturmlechner @ 2023-12-30 14:03 UTC (permalink / raw
  To: gentoo-commits

commit:     d140e3ca66b39c2c26a045c8108211ed83463e5b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 30 14:02:52 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 30 14:02:52 2023 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=d140e3ca

dev-qt/qtwebview: Rebased to 5.15.12 branch

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../{qtwebview-5.15.11.9999.ebuild => qtwebview-5.15.12.9999.ebuild}      | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-qt/qtwebview/qtwebview-5.15.11.9999.ebuild b/dev-qt/qtwebview/qtwebview-5.15.12.9999.ebuild
similarity index 100%
rename from dev-qt/qtwebview/qtwebview-5.15.11.9999.ebuild
rename to dev-qt/qtwebview/qtwebview-5.15.12.9999.ebuild


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

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtwebview/
@ 2024-03-23 13:35 Andreas Sturmlechner
  0 siblings, 0 replies; 12+ messages in thread
From: Andreas Sturmlechner @ 2024-03-23 13:35 UTC (permalink / raw
  To: gentoo-commits

commit:     7223e1fb86dbd064465fc683a29edba9c71e852c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 23 12:39:45 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Mar 23 13:34:49 2024 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=7223e1fb

dev-qt/qtwebview: Drop ~ppc64

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

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

diff --git a/dev-qt/qtwebview/qtwebview-5.15.13.9999.ebuild b/dev-qt/qtwebview/qtwebview-5.15.13.9999.ebuild
index ca158199..9d1663ab 100644
--- a/dev-qt/qtwebview/qtwebview-5.15.13.9999.ebuild
+++ b/dev-qt/qtwebview/qtwebview-5.15.13.9999.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Module for displaying web content in a QML application using the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 fi
 
 IUSE=""


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

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtwebview/
@ 2024-05-30 10:28 Andreas Sturmlechner
  0 siblings, 0 replies; 12+ messages in thread
From: Andreas Sturmlechner @ 2024-05-30 10:28 UTC (permalink / raw
  To: gentoo-commits

commit:     7834cf3835c68a65c05a3753dfcd8207feaf6a1a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu May 30 10:28:11 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu May 30 10:28:11 2024 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=7834cf38

dev-qt/qtwebview: Unkeyword arm

Bug: https://bugs.gentoo.org/893234
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

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

diff --git a/dev-qt/qtwebview/qtwebview-5.15.14.9999.ebuild b/dev-qt/qtwebview/qtwebview-5.15.14.9999.ebuild
index 9d1663ab..755006c8 100644
--- a/dev-qt/qtwebview/qtwebview-5.15.14.9999.ebuild
+++ b/dev-qt/qtwebview/qtwebview-5.15.14.9999.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Module for displaying web content in a QML application using the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+	KEYWORDS="~amd64 ~arm64 ~x86"
 fi
 
 IUSE=""


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

end of thread, other threads:[~2024-05-30 10:28 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-04  9:51 [gentoo-commits] proj/qt:master commit in: dev-qt/qtwebview/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2024-05-30 10:28 Andreas Sturmlechner
2024-03-23 13:35 Andreas Sturmlechner
2023-12-30 14:03 Andreas Sturmlechner
2023-01-08 21:22 Andreas Sturmlechner
2022-12-04 18:28 Andreas Sturmlechner
2022-05-14 21:15 Andreas Sturmlechner
2021-08-20 12:36 Andreas Sturmlechner
2021-03-25 23:49 Andreas Sturmlechner
2017-12-10  1:54 Michael Palimaka
2017-10-03 15:55 Davide Pesavento
2017-10-01  6:15 Michael Palimaka

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