public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/wacomtablet/
@ 2023-12-16  9:46 Andreas Sturmlechner
  0 siblings, 0 replies; 26+ messages in thread
From: Andreas Sturmlechner @ 2023-12-16  9:46 UTC (permalink / raw
  To: gentoo-commits

commit:     787439df5431f5eb576b7aa348238d1c558fe47b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 16 09:44:53 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 16 09:46:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=787439df

kde-plasma/wacomtablet: Add missing include

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

 kde-plasma/wacomtablet/wacomtablet-3.2.0-r3.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-plasma/wacomtablet/wacomtablet-3.2.0-r3.ebuild b/kde-plasma/wacomtablet/wacomtablet-3.2.0-r3.ebuild
index 31461d95cfca..dcfe0a4c9d08 100644
--- a/kde-plasma/wacomtablet/wacomtablet-3.2.0-r3.ebuild
+++ b/kde-plasma/wacomtablet/wacomtablet-3.2.0-r3.ebuild
@@ -59,6 +59,7 @@ PATCHES=(
 	"${WORKDIR}/${P}-only-show-on-X11.patch"
 	"${FILESDIR}/${P}-port-to-QRegularExpression.patch" # pre-requisite for below:
 	"${FILESDIR}/${P}-fix-incorrect-xsetwacom-call.patch" # bug 850652, KDE-bug 454947
+	"${FILESDIR}/${P}-missing-include.patch" # bug 920043
 )
 
 src_test() {


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

* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/wacomtablet/
@ 2023-12-23 18:30 Andreas Sturmlechner
  0 siblings, 0 replies; 26+ messages in thread
From: Andreas Sturmlechner @ 2023-12-23 18:30 UTC (permalink / raw
  To: gentoo-commits

commit:     56f881252fe7a866a632aff38686744ef57a9f98
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 22 20:38:47 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 23 18:29:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56f88125

kde-plasma/wacomtablet: 5.91.0 version bump

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

 kde-plasma/wacomtablet/Manifest                  |  1 +
 kde-plasma/wacomtablet/wacomtablet-5.91.0.ebuild | 55 ++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

diff --git a/kde-plasma/wacomtablet/Manifest b/kde-plasma/wacomtablet/Manifest
index b1170c608238..0422df350592 100644
--- a/kde-plasma/wacomtablet/Manifest
+++ b/kde-plasma/wacomtablet/Manifest
@@ -1,2 +1,3 @@
 DIST wacomtablet-3.2.0-patchset-1.tar.xz 7796 BLAKE2B 4fa998a0f4376579d1e0d06a8aa9edababedca22d579dbdae651eee3699decc880a7a1d277f04c2bc24adba87908c07ab711989a5985b68af5b295d3b3260d33 SHA512 ff96f05831e4760ce99920061f0dc927aa6a2d5ef4b7443c3129bb1431262cb4bc1434097595976672393e3b611438014ccb528fc948e7c0407fc9a2d52ade8d
 DIST wacomtablet-3.2.0.tar.xz 728468 BLAKE2B f741c8989f94cdc5b4839df5d91a6728c48308880c489e031d4615a58e82dddda75dcd1cd04b941035c1aece3ed4f7889508629100852cbcaafc063d7e0f8d1e SHA512 acbabd6d6546bc85f0ed4e245668dc89b1c2ecaedd3754bf7ad8027b90f3ae81e5312395376de272dcbd416a9a1115bff2481351bd3f418bef7fa06d0db0c5a6
+DIST wacomtablet-5.91.0.tar.xz 824640 BLAKE2B b07a1856b8409cd79bc34060218dcbf52f11c261b6056f638fa62c294175a324bed248b949d13b70d1b693aef5e87cda7f5602b641086d61245e46c68cc1c8d4 SHA512 831c7ac79eea1b4addb1abb4dd173dc30d0b113a89f7f53b8392d14b63d5d8e9d1334d028c9dbf14370fb2773b6296a320db1897338a8c7c9eca2e6af67df0b6

diff --git a/kde-plasma/wacomtablet/wacomtablet-5.91.0.ebuild b/kde-plasma/wacomtablet/wacomtablet-5.91.0.ebuild
new file mode 100644
index 000000000000..ee1c431eb288
--- /dev/null
+++ b/kde-plasma/wacomtablet/wacomtablet-5.91.0.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="forceoptional"
+KFMIN=5.247.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=6.6.0
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Wacom system settings module that supports different button/pen layout profiles"
+HOMEPAGE="https://userbase.kde.org/Wacomtablet"
+
+LICENSE="GPL-2"
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+	>=dev-libs/libwacom-0.30:=
+	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
+	>=dev-qt/qtdeclarative-${QTMIN}:6
+	>=kde-frameworks/kcmutils-${KFMIN}:6
+	>=kde-frameworks/kconfig-${KFMIN}:6
+	>=kde-frameworks/kconfigwidgets-${KFMIN}:6
+	>=kde-frameworks/kcoreaddons-${KFMIN}:6
+	>=kde-frameworks/kdbusaddons-${KFMIN}:6
+	>=kde-frameworks/kglobalaccel-${KFMIN}:6
+	>=kde-frameworks/ki18n-${KFMIN}:6
+	>=kde-frameworks/kio-${KFMIN}:6
+	>=kde-frameworks/knotifications-${KFMIN}:6
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+	>=kde-frameworks/kwindowsystem-${KFMIN}:6
+	>=kde-frameworks/kxmlgui-${KFMIN}:6
+	>=kde-plasma/libplasma-${PVCUT}:6
+	>=kde-plasma/plasma5support-${PVCUT}:6
+	>=x11-drivers/xf86-input-wacom-0.20.0
+	x11-libs/libXi
+	x11-libs/libxcb
+"
+DEPEND="${RDEPEND}
+	x11-base/xorg-proto
+	x11-libs/libX11
+"
+BDEPEND="sys-devel/gettext"
+
+src_test() {
+	# test needs DBus, bug 675548
+	local myctestargs=(
+		-E "(Test.KDED.DBusTabletService)"
+	)
+
+	ecm_src_test
+}


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

* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/wacomtablet/
@ 2024-01-10 23:24 Andreas Sturmlechner
  0 siblings, 0 replies; 26+ messages in thread
From: Andreas Sturmlechner @ 2024-01-10 23:24 UTC (permalink / raw
  To: gentoo-commits

commit:     acba913904f8d347e98f183f40358054bb794912
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 10 22:36:18 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jan 10 23:18:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acba9139

kde-plasma/wacomtablet: drop 5.91.0

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

 kde-plasma/wacomtablet/Manifest                  |  1 -
 kde-plasma/wacomtablet/wacomtablet-5.91.0.ebuild | 55 ------------------------
 2 files changed, 56 deletions(-)

diff --git a/kde-plasma/wacomtablet/Manifest b/kde-plasma/wacomtablet/Manifest
index 75288f7c82ac..8d7b82171dff 100644
--- a/kde-plasma/wacomtablet/Manifest
+++ b/kde-plasma/wacomtablet/Manifest
@@ -1,4 +1,3 @@
 DIST wacomtablet-3.2.0-patchset-1.tar.xz 7796 BLAKE2B 4fa998a0f4376579d1e0d06a8aa9edababedca22d579dbdae651eee3699decc880a7a1d277f04c2bc24adba87908c07ab711989a5985b68af5b295d3b3260d33 SHA512 ff96f05831e4760ce99920061f0dc927aa6a2d5ef4b7443c3129bb1431262cb4bc1434097595976672393e3b611438014ccb528fc948e7c0407fc9a2d52ade8d
 DIST wacomtablet-3.2.0.tar.xz 728468 BLAKE2B f741c8989f94cdc5b4839df5d91a6728c48308880c489e031d4615a58e82dddda75dcd1cd04b941035c1aece3ed4f7889508629100852cbcaafc063d7e0f8d1e SHA512 acbabd6d6546bc85f0ed4e245668dc89b1c2ecaedd3754bf7ad8027b90f3ae81e5312395376de272dcbd416a9a1115bff2481351bd3f418bef7fa06d0db0c5a6
-DIST wacomtablet-5.91.0.tar.xz 824640 BLAKE2B b07a1856b8409cd79bc34060218dcbf52f11c261b6056f638fa62c294175a324bed248b949d13b70d1b693aef5e87cda7f5602b641086d61245e46c68cc1c8d4 SHA512 831c7ac79eea1b4addb1abb4dd173dc30d0b113a89f7f53b8392d14b63d5d8e9d1334d028c9dbf14370fb2773b6296a320db1897338a8c7c9eca2e6af67df0b6
 DIST wacomtablet-5.92.0.tar.xz 824684 BLAKE2B 76bfcd84f5a77783f537cffc5722ddcb578fc13bd423f24290fa8fff7b3e9506a06fbcbbc2589613d8ba5663615151e68f573e1fcdc7b864b1e3892a62445d36 SHA512 a9438bf6529ea18c69ebde0ac68e6b324075e1851828db08845025864dfbd30a8b271f3babc9056a263033f50d2c43a9d48449ff6cff6645c6a2c22a1db77a9e

diff --git a/kde-plasma/wacomtablet/wacomtablet-5.91.0.ebuild b/kde-plasma/wacomtablet/wacomtablet-5.91.0.ebuild
deleted file mode 100644
index ee1c431eb288..000000000000
--- a/kde-plasma/wacomtablet/wacomtablet-5.91.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="forceoptional"
-KFMIN=5.247.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.6.0
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Wacom system settings module that supports different button/pen layout profiles"
-HOMEPAGE="https://userbase.kde.org/Wacomtablet"
-
-LICENSE="GPL-2"
-SLOT="6"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="
-	>=dev-libs/libwacom-0.30:=
-	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
-	>=dev-qt/qtdeclarative-${QTMIN}:6
-	>=kde-frameworks/kcmutils-${KFMIN}:6
-	>=kde-frameworks/kconfig-${KFMIN}:6
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:6
-	>=kde-frameworks/kcoreaddons-${KFMIN}:6
-	>=kde-frameworks/kdbusaddons-${KFMIN}:6
-	>=kde-frameworks/kglobalaccel-${KFMIN}:6
-	>=kde-frameworks/ki18n-${KFMIN}:6
-	>=kde-frameworks/kio-${KFMIN}:6
-	>=kde-frameworks/knotifications-${KFMIN}:6
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
-	>=kde-frameworks/kwindowsystem-${KFMIN}:6
-	>=kde-frameworks/kxmlgui-${KFMIN}:6
-	>=kde-plasma/libplasma-${PVCUT}:6
-	>=kde-plasma/plasma5support-${PVCUT}:6
-	>=x11-drivers/xf86-input-wacom-0.20.0
-	x11-libs/libXi
-	x11-libs/libxcb
-"
-DEPEND="${RDEPEND}
-	x11-base/xorg-proto
-	x11-libs/libX11
-"
-BDEPEND="sys-devel/gettext"
-
-src_test() {
-	# test needs DBus, bug 675548
-	local myctestargs=(
-		-E "(Test.KDED.DBusTabletService)"
-	)
-
-	ecm_src_test
-}


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

* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/wacomtablet/
@ 2024-02-17  5:25 Sam James
  0 siblings, 0 replies; 26+ messages in thread
From: Sam James @ 2024-02-17  5:25 UTC (permalink / raw
  To: gentoo-commits

commit:     33209c38114cc2b7e53f4210f90b171d8d107459
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 17 05:14:43 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 17 05:25:01 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33209c38

kde-plasma/wacomtablet: Bump QTMIN to 6.6.2

There was an ABI break which means 6.6.2->6.6.1 can't be done but we want

people using latest anyway as there's a lot of churn still.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 kde-plasma/wacomtablet/wacomtablet-5.93.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/wacomtablet/wacomtablet-5.93.0.ebuild b/kde-plasma/wacomtablet/wacomtablet-5.93.0.ebuild
index 3bd466ae53cd..17c39c7db3e5 100644
--- a/kde-plasma/wacomtablet/wacomtablet-5.93.0.ebuild
+++ b/kde-plasma/wacomtablet/wacomtablet-5.93.0.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 ECM_HANDBOOK="forceoptional"
 KFMIN=5.249.0
 PVCUT=$(ver_cut 1-3)
-QTMIN=6.6.0
+QTMIN=6.6.2
 inherit ecm plasma.kde.org
 
 DESCRIPTION="Wacom system settings module that supports different button/pen layout profiles"


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

* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/wacomtablet/
@ 2024-03-06 15:47 Andreas Sturmlechner
  0 siblings, 0 replies; 26+ messages in thread
From: Andreas Sturmlechner @ 2024-03-06 15:47 UTC (permalink / raw
  To: gentoo-commits

commit:     230c48a47b5438ca4e65523a2d0218cbc82adc05
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  6 15:24:09 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Mar  6 15:46:41 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=230c48a4

kde-plasma/wacomtablet: drop 6.0.0

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

 kde-plasma/wacomtablet/Manifest                 |  1 -
 kde-plasma/wacomtablet/wacomtablet-6.0.0.ebuild | 55 -------------------------
 2 files changed, 56 deletions(-)

diff --git a/kde-plasma/wacomtablet/Manifest b/kde-plasma/wacomtablet/Manifest
index 024f4d694adf..2f6c0b2de7e0 100644
--- a/kde-plasma/wacomtablet/Manifest
+++ b/kde-plasma/wacomtablet/Manifest
@@ -1,4 +1,3 @@
 DIST wacomtablet-3.2.0-patchset-1.tar.xz 7796 BLAKE2B 4fa998a0f4376579d1e0d06a8aa9edababedca22d579dbdae651eee3699decc880a7a1d277f04c2bc24adba87908c07ab711989a5985b68af5b295d3b3260d33 SHA512 ff96f05831e4760ce99920061f0dc927aa6a2d5ef4b7443c3129bb1431262cb4bc1434097595976672393e3b611438014ccb528fc948e7c0407fc9a2d52ade8d
 DIST wacomtablet-3.2.0.tar.xz 728468 BLAKE2B f741c8989f94cdc5b4839df5d91a6728c48308880c489e031d4615a58e82dddda75dcd1cd04b941035c1aece3ed4f7889508629100852cbcaafc063d7e0f8d1e SHA512 acbabd6d6546bc85f0ed4e245668dc89b1c2ecaedd3754bf7ad8027b90f3ae81e5312395376de272dcbd416a9a1115bff2481351bd3f418bef7fa06d0db0c5a6
-DIST wacomtablet-6.0.0.tar.xz 824268 BLAKE2B 98abb9a3d920fa4622bbcb8e9757435c4699800c64277058390fef0ba45df169d8f3bc81c7903aa7d1e4bbe2ad46b49c9dd7c38560b1b4ef921f3a7b65aecb4f SHA512 7c33da58766c68dc9b57541b0e2599f5658da39127d02c6383d9eb4b8e67302f6770e9025ae66db71f9fe523531daabfca44b036bc134343442a509d7943025d
 DIST wacomtablet-6.0.1.tar.xz 825588 BLAKE2B 052f966deee8680c7a2c6e7d5bf77fc34471095c34023dc39e20b1124ef1257c0ed811ce134d15d7ba62db3721adeda77d1ffd0e0d254ed352aa488307830c26 SHA512 e12c5ad1c277c4b2f45fa53a1fa70397d110f3dc0016d3cec179018336e0a528dae137c967c6553776460e6ec49759af1089a3e6f5392f8f5fe0c12cf6fe840c

diff --git a/kde-plasma/wacomtablet/wacomtablet-6.0.0.ebuild b/kde-plasma/wacomtablet/wacomtablet-6.0.0.ebuild
deleted file mode 100644
index 95309a17653b..000000000000
--- a/kde-plasma/wacomtablet/wacomtablet-6.0.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="forceoptional"
-KFMIN=6.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.6.2
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Wacom system settings module that supports different button/pen layout profiles"
-HOMEPAGE="https://userbase.kde.org/Wacomtablet"
-
-LICENSE="GPL-2"
-SLOT="6"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="
-	>=dev-libs/libwacom-0.30:=
-	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
-	>=dev-qt/qtdeclarative-${QTMIN}:6
-	>=kde-frameworks/kcmutils-${KFMIN}:6
-	>=kde-frameworks/kconfig-${KFMIN}:6
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:6
-	>=kde-frameworks/kcoreaddons-${KFMIN}:6
-	>=kde-frameworks/kdbusaddons-${KFMIN}:6
-	>=kde-frameworks/kglobalaccel-${KFMIN}:6
-	>=kde-frameworks/ki18n-${KFMIN}:6
-	>=kde-frameworks/kio-${KFMIN}:6
-	>=kde-frameworks/knotifications-${KFMIN}:6
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
-	>=kde-frameworks/kwindowsystem-${KFMIN}:6
-	>=kde-frameworks/kxmlgui-${KFMIN}:6
-	>=kde-plasma/libplasma-${PVCUT}:6
-	>=kde-plasma/plasma5support-${PVCUT}:6
-	>=x11-drivers/xf86-input-wacom-0.20.0
-	x11-libs/libXi
-	x11-libs/libxcb
-"
-DEPEND="${RDEPEND}
-	x11-base/xorg-proto
-	x11-libs/libX11
-"
-BDEPEND="sys-devel/gettext"
-
-src_test() {
-	# test needs DBus, bug 675548
-	local myctestargs=(
-		-E "(Test.KDED.DBusTabletService)"
-	)
-
-	ecm_src_test
-}


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

* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/wacomtablet/
@ 2024-03-26 19:56 Andreas Sturmlechner
  0 siblings, 0 replies; 26+ messages in thread
From: Andreas Sturmlechner @ 2024-03-26 19:56 UTC (permalink / raw
  To: gentoo-commits

commit:     54de440d0e9513fffbbbb69ba863ebaed36c58b0
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 26 19:53:19 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Mar 26 19:56:08 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54de440d

kde-plasma/wacomtablet: drop 6.0.2

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

 kde-plasma/wacomtablet/Manifest                 |  1 -
 kde-plasma/wacomtablet/wacomtablet-6.0.2.ebuild | 55 -------------------------
 2 files changed, 56 deletions(-)

diff --git a/kde-plasma/wacomtablet/Manifest b/kde-plasma/wacomtablet/Manifest
index 1b23295fb2a6..9a1275442786 100644
--- a/kde-plasma/wacomtablet/Manifest
+++ b/kde-plasma/wacomtablet/Manifest
@@ -1,4 +1,3 @@
 DIST wacomtablet-3.2.0-patchset-1.tar.xz 7796 BLAKE2B 4fa998a0f4376579d1e0d06a8aa9edababedca22d579dbdae651eee3699decc880a7a1d277f04c2bc24adba87908c07ab711989a5985b68af5b295d3b3260d33 SHA512 ff96f05831e4760ce99920061f0dc927aa6a2d5ef4b7443c3129bb1431262cb4bc1434097595976672393e3b611438014ccb528fc948e7c0407fc9a2d52ade8d
 DIST wacomtablet-3.2.0.tar.xz 728468 BLAKE2B f741c8989f94cdc5b4839df5d91a6728c48308880c489e031d4615a58e82dddda75dcd1cd04b941035c1aece3ed4f7889508629100852cbcaafc063d7e0f8d1e SHA512 acbabd6d6546bc85f0ed4e245668dc89b1c2ecaedd3754bf7ad8027b90f3ae81e5312395376de272dcbd416a9a1115bff2481351bd3f418bef7fa06d0db0c5a6
-DIST wacomtablet-6.0.2.tar.xz 825556 BLAKE2B d3f0fd45b0669159b3a62c00d9f9f3261d5a36d87c3a509a4857d50cd117d64ed678918740c597d1520514c9f1ecd49d2b8094c47c0dda16a652a3b4515b8e42 SHA512 7fbcce4571976b53c70ac11378b41009c7d26b4b19c55ef6561c4997b40ce3ad995c50531f7d485df4897b91098b19db59d12f9f84d37a9f526efee7754e4fe9
 DIST wacomtablet-6.0.3.tar.xz 824944 BLAKE2B a1a1709d895525cd8f02391e755478d82e711bdfe42df84f4c2f000b79c60a0b7dc92cf727cb15905dfaf58cf871ffdfe45d2af0b25e47255d21695e548e4902 SHA512 d8b757eb675c06320df68a018e99523119d7d471924a3c80d77e7da88dfd1e5800aca0382bd66e21d0b37d454ee5eb0893d88929cf05a959d6ac5b7817d43e80

diff --git a/kde-plasma/wacomtablet/wacomtablet-6.0.2.ebuild b/kde-plasma/wacomtablet/wacomtablet-6.0.2.ebuild
deleted file mode 100644
index 95309a17653b..000000000000
--- a/kde-plasma/wacomtablet/wacomtablet-6.0.2.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="forceoptional"
-KFMIN=6.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.6.2
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Wacom system settings module that supports different button/pen layout profiles"
-HOMEPAGE="https://userbase.kde.org/Wacomtablet"
-
-LICENSE="GPL-2"
-SLOT="6"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="
-	>=dev-libs/libwacom-0.30:=
-	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
-	>=dev-qt/qtdeclarative-${QTMIN}:6
-	>=kde-frameworks/kcmutils-${KFMIN}:6
-	>=kde-frameworks/kconfig-${KFMIN}:6
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:6
-	>=kde-frameworks/kcoreaddons-${KFMIN}:6
-	>=kde-frameworks/kdbusaddons-${KFMIN}:6
-	>=kde-frameworks/kglobalaccel-${KFMIN}:6
-	>=kde-frameworks/ki18n-${KFMIN}:6
-	>=kde-frameworks/kio-${KFMIN}:6
-	>=kde-frameworks/knotifications-${KFMIN}:6
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
-	>=kde-frameworks/kwindowsystem-${KFMIN}:6
-	>=kde-frameworks/kxmlgui-${KFMIN}:6
-	>=kde-plasma/libplasma-${PVCUT}:6
-	>=kde-plasma/plasma5support-${PVCUT}:6
-	>=x11-drivers/xf86-input-wacom-0.20.0
-	x11-libs/libXi
-	x11-libs/libxcb
-"
-DEPEND="${RDEPEND}
-	x11-base/xorg-proto
-	x11-libs/libX11
-"
-BDEPEND="sys-devel/gettext"
-
-src_test() {
-	# test needs DBus, bug 675548
-	local myctestargs=(
-		-E "(Test.KDED.DBusTabletService)"
-	)
-
-	ecm_src_test
-}


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

* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/wacomtablet/
@ 2024-04-16 19:54 Andreas Sturmlechner
  0 siblings, 0 replies; 26+ messages in thread
From: Andreas Sturmlechner @ 2024-04-16 19:54 UTC (permalink / raw
  To: gentoo-commits

commit:     8c80f2f083b445909f9317555172b425796497b4
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 16 19:30:34 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Apr 16 19:50:47 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c80f2f0

kde-plasma/wacomtablet: drop 6.0.3

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

 kde-plasma/wacomtablet/Manifest                 |  1 -
 kde-plasma/wacomtablet/wacomtablet-6.0.3.ebuild | 56 -------------------------
 2 files changed, 57 deletions(-)

diff --git a/kde-plasma/wacomtablet/Manifest b/kde-plasma/wacomtablet/Manifest
index 69841b0ca870..630dc7efd03e 100644
--- a/kde-plasma/wacomtablet/Manifest
+++ b/kde-plasma/wacomtablet/Manifest
@@ -1,4 +1,3 @@
 DIST wacomtablet-3.2.0-patchset-1.tar.xz 7796 BLAKE2B 4fa998a0f4376579d1e0d06a8aa9edababedca22d579dbdae651eee3699decc880a7a1d277f04c2bc24adba87908c07ab711989a5985b68af5b295d3b3260d33 SHA512 ff96f05831e4760ce99920061f0dc927aa6a2d5ef4b7443c3129bb1431262cb4bc1434097595976672393e3b611438014ccb528fc948e7c0407fc9a2d52ade8d
 DIST wacomtablet-3.2.0.tar.xz 728468 BLAKE2B f741c8989f94cdc5b4839df5d91a6728c48308880c489e031d4615a58e82dddda75dcd1cd04b941035c1aece3ed4f7889508629100852cbcaafc063d7e0f8d1e SHA512 acbabd6d6546bc85f0ed4e245668dc89b1c2ecaedd3754bf7ad8027b90f3ae81e5312395376de272dcbd416a9a1115bff2481351bd3f418bef7fa06d0db0c5a6
-DIST wacomtablet-6.0.3.tar.xz 824944 BLAKE2B a1a1709d895525cd8f02391e755478d82e711bdfe42df84f4c2f000b79c60a0b7dc92cf727cb15905dfaf58cf871ffdfe45d2af0b25e47255d21695e548e4902 SHA512 d8b757eb675c06320df68a018e99523119d7d471924a3c80d77e7da88dfd1e5800aca0382bd66e21d0b37d454ee5eb0893d88929cf05a959d6ac5b7817d43e80
 DIST wacomtablet-6.0.4.tar.xz 824848 BLAKE2B f39de4084f9411acace921f25610c29ac0bfe4950ec8cab675ce360b79788155b010226785e2e3978a10867b8f5856b90e92aa76325996025e2f9791a6c23008 SHA512 7e12a8b27b1c52f19b4847558ccdce86709eca06982798d9ada7a27cf954fa4f9c5b2c3e2f6d8593045c218a5256c3a87078823fd8d0901e2382172de21a4095

diff --git a/kde-plasma/wacomtablet/wacomtablet-6.0.3.ebuild b/kde-plasma/wacomtablet/wacomtablet-6.0.3.ebuild
deleted file mode 100644
index 9132cd45f468..000000000000
--- a/kde-plasma/wacomtablet/wacomtablet-6.0.3.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="forceoptional"
-KFMIN=6.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.6.2
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Wacom system settings module that supports different button/pen layout profiles"
-HOMEPAGE="https://userbase.kde.org/Wacomtablet"
-
-LICENSE="GPL-2"
-SLOT="6"
-KEYWORDS="~amd64"
-IUSE=""
-
-# slot op: Uses Qt6::GuiPrivate for qtx11extras_p.h
-RDEPEND="
-	>=dev-libs/libwacom-0.30:=
-	>=dev-qt/qtbase-${QTMIN}:6=[dbus,gui,widgets]
-	>=dev-qt/qtdeclarative-${QTMIN}:6
-	>=kde-frameworks/kcmutils-${KFMIN}:6
-	>=kde-frameworks/kconfig-${KFMIN}:6
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:6
-	>=kde-frameworks/kcoreaddons-${KFMIN}:6
-	>=kde-frameworks/kdbusaddons-${KFMIN}:6
-	>=kde-frameworks/kglobalaccel-${KFMIN}:6
-	>=kde-frameworks/ki18n-${KFMIN}:6
-	>=kde-frameworks/kio-${KFMIN}:6
-	>=kde-frameworks/knotifications-${KFMIN}:6
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
-	>=kde-frameworks/kwindowsystem-${KFMIN}:6
-	>=kde-frameworks/kxmlgui-${KFMIN}:6
-	>=kde-plasma/libplasma-${PVCUT}:6
-	>=kde-plasma/plasma5support-${PVCUT}:6
-	>=x11-drivers/xf86-input-wacom-0.20.0
-	x11-libs/libXi
-	x11-libs/libxcb
-"
-DEPEND="${RDEPEND}
-	x11-base/xorg-proto
-	x11-libs/libX11
-"
-BDEPEND="sys-devel/gettext"
-
-src_test() {
-	# test needs DBus, bug 675548
-	local myctestargs=(
-		-E "(Test.KDED.DBusTabletService)"
-	)
-
-	ecm_src_test
-}


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

* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/wacomtablet/
@ 2024-05-21 19:05 Andreas Sturmlechner
  0 siblings, 0 replies; 26+ messages in thread
From: Andreas Sturmlechner @ 2024-05-21 19:05 UTC (permalink / raw
  To: gentoo-commits

commit:     6e7ef6d5576b6e00b53bcc3623c269e0cbb671fb
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue May 21 18:28:31 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue May 21 19:05:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e7ef6d5

kde-plasma/wacomtablet: drop 6.0.4

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

 kde-plasma/wacomtablet/Manifest                 |  1 -
 kde-plasma/wacomtablet/wacomtablet-6.0.4.ebuild | 56 -------------------------
 2 files changed, 57 deletions(-)

diff --git a/kde-plasma/wacomtablet/Manifest b/kde-plasma/wacomtablet/Manifest
index 336564535bdc..11a4baca0b8d 100644
--- a/kde-plasma/wacomtablet/Manifest
+++ b/kde-plasma/wacomtablet/Manifest
@@ -1,4 +1,3 @@
 DIST wacomtablet-3.2.0-patchset-1.tar.xz 7796 BLAKE2B 4fa998a0f4376579d1e0d06a8aa9edababedca22d579dbdae651eee3699decc880a7a1d277f04c2bc24adba87908c07ab711989a5985b68af5b295d3b3260d33 SHA512 ff96f05831e4760ce99920061f0dc927aa6a2d5ef4b7443c3129bb1431262cb4bc1434097595976672393e3b611438014ccb528fc948e7c0407fc9a2d52ade8d
 DIST wacomtablet-3.2.0.tar.xz 728468 BLAKE2B f741c8989f94cdc5b4839df5d91a6728c48308880c489e031d4615a58e82dddda75dcd1cd04b941035c1aece3ed4f7889508629100852cbcaafc063d7e0f8d1e SHA512 acbabd6d6546bc85f0ed4e245668dc89b1c2ecaedd3754bf7ad8027b90f3ae81e5312395376de272dcbd416a9a1115bff2481351bd3f418bef7fa06d0db0c5a6
-DIST wacomtablet-6.0.4.tar.xz 824848 BLAKE2B f39de4084f9411acace921f25610c29ac0bfe4950ec8cab675ce360b79788155b010226785e2e3978a10867b8f5856b90e92aa76325996025e2f9791a6c23008 SHA512 7e12a8b27b1c52f19b4847558ccdce86709eca06982798d9ada7a27cf954fa4f9c5b2c3e2f6d8593045c218a5256c3a87078823fd8d0901e2382172de21a4095
 DIST wacomtablet-6.0.5.tar.xz 825656 BLAKE2B 59e0d2d9a0884a5b33e6abc6114016ef956c4c887f6ee7ec0aa2d322e8de441754f85bbbbb867519b2c73ebf65b1f69672128284517fb156658e37b306268466 SHA512 cc9c53e9a18f9b74af14b466aede365b190e6573a2da8387148c57008f72df583e5f4dfa8b9221614df781cbd672d67d05977f524fe7625fa07485d0ca990735

diff --git a/kde-plasma/wacomtablet/wacomtablet-6.0.4.ebuild b/kde-plasma/wacomtablet/wacomtablet-6.0.4.ebuild
deleted file mode 100644
index 9132cd45f468..000000000000
--- a/kde-plasma/wacomtablet/wacomtablet-6.0.4.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="forceoptional"
-KFMIN=6.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.6.2
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Wacom system settings module that supports different button/pen layout profiles"
-HOMEPAGE="https://userbase.kde.org/Wacomtablet"
-
-LICENSE="GPL-2"
-SLOT="6"
-KEYWORDS="~amd64"
-IUSE=""
-
-# slot op: Uses Qt6::GuiPrivate for qtx11extras_p.h
-RDEPEND="
-	>=dev-libs/libwacom-0.30:=
-	>=dev-qt/qtbase-${QTMIN}:6=[dbus,gui,widgets]
-	>=dev-qt/qtdeclarative-${QTMIN}:6
-	>=kde-frameworks/kcmutils-${KFMIN}:6
-	>=kde-frameworks/kconfig-${KFMIN}:6
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:6
-	>=kde-frameworks/kcoreaddons-${KFMIN}:6
-	>=kde-frameworks/kdbusaddons-${KFMIN}:6
-	>=kde-frameworks/kglobalaccel-${KFMIN}:6
-	>=kde-frameworks/ki18n-${KFMIN}:6
-	>=kde-frameworks/kio-${KFMIN}:6
-	>=kde-frameworks/knotifications-${KFMIN}:6
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
-	>=kde-frameworks/kwindowsystem-${KFMIN}:6
-	>=kde-frameworks/kxmlgui-${KFMIN}:6
-	>=kde-plasma/libplasma-${PVCUT}:6
-	>=kde-plasma/plasma5support-${PVCUT}:6
-	>=x11-drivers/xf86-input-wacom-0.20.0
-	x11-libs/libXi
-	x11-libs/libxcb
-"
-DEPEND="${RDEPEND}
-	x11-base/xorg-proto
-	x11-libs/libX11
-"
-BDEPEND="sys-devel/gettext"
-
-src_test() {
-	# test needs DBus, bug 675548
-	local myctestargs=(
-		-E "(Test.KDED.DBusTabletService)"
-	)
-
-	ecm_src_test
-}


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

* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/wacomtablet/
@ 2024-05-27 22:23 Andreas Sturmlechner
  0 siblings, 0 replies; 26+ messages in thread
From: Andreas Sturmlechner @ 2024-05-27 22:23 UTC (permalink / raw
  To: gentoo-commits

commit:     14c4f33ac02a4df248f8e2058889efddba7259e6
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon May 27 17:16:52 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon May 27 22:23:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14c4f33a

kde-plasma/wacomtablet: drop 6.0.5

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

 kde-plasma/wacomtablet/Manifest                 |  1 -
 kde-plasma/wacomtablet/wacomtablet-6.0.5.ebuild | 56 -------------------------
 2 files changed, 57 deletions(-)

diff --git a/kde-plasma/wacomtablet/Manifest b/kde-plasma/wacomtablet/Manifest
index a06b0f9bf36d..0cda17652eee 100644
--- a/kde-plasma/wacomtablet/Manifest
+++ b/kde-plasma/wacomtablet/Manifest
@@ -1,4 +1,3 @@
 DIST wacomtablet-3.2.0-patchset-1.tar.xz 7796 BLAKE2B 4fa998a0f4376579d1e0d06a8aa9edababedca22d579dbdae651eee3699decc880a7a1d277f04c2bc24adba87908c07ab711989a5985b68af5b295d3b3260d33 SHA512 ff96f05831e4760ce99920061f0dc927aa6a2d5ef4b7443c3129bb1431262cb4bc1434097595976672393e3b611438014ccb528fc948e7c0407fc9a2d52ade8d
 DIST wacomtablet-3.2.0.tar.xz 728468 BLAKE2B f741c8989f94cdc5b4839df5d91a6728c48308880c489e031d4615a58e82dddda75dcd1cd04b941035c1aece3ed4f7889508629100852cbcaafc063d7e0f8d1e SHA512 acbabd6d6546bc85f0ed4e245668dc89b1c2ecaedd3754bf7ad8027b90f3ae81e5312395376de272dcbd416a9a1115bff2481351bd3f418bef7fa06d0db0c5a6
-DIST wacomtablet-6.0.5.tar.xz 825656 BLAKE2B 59e0d2d9a0884a5b33e6abc6114016ef956c4c887f6ee7ec0aa2d322e8de441754f85bbbbb867519b2c73ebf65b1f69672128284517fb156658e37b306268466 SHA512 cc9c53e9a18f9b74af14b466aede365b190e6573a2da8387148c57008f72df583e5f4dfa8b9221614df781cbd672d67d05977f524fe7625fa07485d0ca990735
 DIST wacomtablet-6.0.90.tar.xz 829996 BLAKE2B ee1a2f182380b9473f3fffe54d86b88603f8381a2a8a2edae6a48832119ef21f899f5cd458e473122ffc3260171988094c4c3911757cdc1e40fa3bf96cf3e2ad SHA512 1b89ae48cdf583a4ff9e475f297b98130425f662a6159f8c7e8340ea56159b625c3e99f07979f3be139d917b9c9aeb093a12cf344e0bea22fb40c91be7980c19

diff --git a/kde-plasma/wacomtablet/wacomtablet-6.0.5.ebuild b/kde-plasma/wacomtablet/wacomtablet-6.0.5.ebuild
deleted file mode 100644
index 9132cd45f468..000000000000
--- a/kde-plasma/wacomtablet/wacomtablet-6.0.5.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="forceoptional"
-KFMIN=6.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.6.2
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Wacom system settings module that supports different button/pen layout profiles"
-HOMEPAGE="https://userbase.kde.org/Wacomtablet"
-
-LICENSE="GPL-2"
-SLOT="6"
-KEYWORDS="~amd64"
-IUSE=""
-
-# slot op: Uses Qt6::GuiPrivate for qtx11extras_p.h
-RDEPEND="
-	>=dev-libs/libwacom-0.30:=
-	>=dev-qt/qtbase-${QTMIN}:6=[dbus,gui,widgets]
-	>=dev-qt/qtdeclarative-${QTMIN}:6
-	>=kde-frameworks/kcmutils-${KFMIN}:6
-	>=kde-frameworks/kconfig-${KFMIN}:6
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:6
-	>=kde-frameworks/kcoreaddons-${KFMIN}:6
-	>=kde-frameworks/kdbusaddons-${KFMIN}:6
-	>=kde-frameworks/kglobalaccel-${KFMIN}:6
-	>=kde-frameworks/ki18n-${KFMIN}:6
-	>=kde-frameworks/kio-${KFMIN}:6
-	>=kde-frameworks/knotifications-${KFMIN}:6
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
-	>=kde-frameworks/kwindowsystem-${KFMIN}:6
-	>=kde-frameworks/kxmlgui-${KFMIN}:6
-	>=kde-plasma/libplasma-${PVCUT}:6
-	>=kde-plasma/plasma5support-${PVCUT}:6
-	>=x11-drivers/xf86-input-wacom-0.20.0
-	x11-libs/libXi
-	x11-libs/libxcb
-"
-DEPEND="${RDEPEND}
-	x11-base/xorg-proto
-	x11-libs/libX11
-"
-BDEPEND="sys-devel/gettext"
-
-src_test() {
-	# test needs DBus, bug 675548
-	local myctestargs=(
-		-E "(Test.KDED.DBusTabletService)"
-	)
-
-	ecm_src_test
-}


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

* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/wacomtablet/
@ 2024-06-18 14:52 Andreas Sturmlechner
  0 siblings, 0 replies; 26+ messages in thread
From: Andreas Sturmlechner @ 2024-06-18 14:52 UTC (permalink / raw
  To: gentoo-commits

commit:     02a00601a0e6d32bcee379411690216fb3b2172b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 17 21:27:30 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jun 18 14:51:34 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02a00601

kde-plasma/wacomtablet: drop 6.0.90

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

 kde-plasma/wacomtablet/Manifest                  |  1 -
 kde-plasma/wacomtablet/wacomtablet-6.0.90.ebuild | 56 ------------------------
 2 files changed, 57 deletions(-)

diff --git a/kde-plasma/wacomtablet/Manifest b/kde-plasma/wacomtablet/Manifest
index be6dd479f54a..409752201bdb 100644
--- a/kde-plasma/wacomtablet/Manifest
+++ b/kde-plasma/wacomtablet/Manifest
@@ -1,4 +1,3 @@
 DIST wacomtablet-3.2.0-patchset-1.tar.xz 7796 BLAKE2B 4fa998a0f4376579d1e0d06a8aa9edababedca22d579dbdae651eee3699decc880a7a1d277f04c2bc24adba87908c07ab711989a5985b68af5b295d3b3260d33 SHA512 ff96f05831e4760ce99920061f0dc927aa6a2d5ef4b7443c3129bb1431262cb4bc1434097595976672393e3b611438014ccb528fc948e7c0407fc9a2d52ade8d
 DIST wacomtablet-3.2.0.tar.xz 728468 BLAKE2B f741c8989f94cdc5b4839df5d91a6728c48308880c489e031d4615a58e82dddda75dcd1cd04b941035c1aece3ed4f7889508629100852cbcaafc063d7e0f8d1e SHA512 acbabd6d6546bc85f0ed4e245668dc89b1c2ecaedd3754bf7ad8027b90f3ae81e5312395376de272dcbd416a9a1115bff2481351bd3f418bef7fa06d0db0c5a6
-DIST wacomtablet-6.0.90.tar.xz 829996 BLAKE2B ee1a2f182380b9473f3fffe54d86b88603f8381a2a8a2edae6a48832119ef21f899f5cd458e473122ffc3260171988094c4c3911757cdc1e40fa3bf96cf3e2ad SHA512 1b89ae48cdf583a4ff9e475f297b98130425f662a6159f8c7e8340ea56159b625c3e99f07979f3be139d917b9c9aeb093a12cf344e0bea22fb40c91be7980c19
 DIST wacomtablet-6.1.0.tar.xz 830556 BLAKE2B bb522d935529d3404a0cf7e14061940c96101b01510214dd6bb7b47df1bf330c97438a05f4e885f09d6db9557207e8bf4ae20b2dab22550a5ad5ef1b323e2f0a SHA512 089bef42864294c5efdd5cc70cf2f8ebd9c1d77160f26efa57d49444fa0899a821e6f4f908ed91565928ea31bb70a0178c9f480a775c953555985dc570e9fd78

diff --git a/kde-plasma/wacomtablet/wacomtablet-6.0.90.ebuild b/kde-plasma/wacomtablet/wacomtablet-6.0.90.ebuild
deleted file mode 100644
index 2c73758084e9..000000000000
--- a/kde-plasma/wacomtablet/wacomtablet-6.0.90.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="forceoptional"
-KFMIN=6.2.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.7.1
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Wacom system settings module that supports different button/pen layout profiles"
-HOMEPAGE="https://userbase.kde.org/Wacomtablet"
-
-LICENSE="GPL-2"
-SLOT="6"
-KEYWORDS="~amd64"
-IUSE=""
-
-# slot op: Uses Qt6::GuiPrivate for qtx11extras_p.h
-RDEPEND="
-	>=dev-libs/libwacom-0.30:=
-	>=dev-qt/qtbase-${QTMIN}:6=[dbus,gui,widgets]
-	>=dev-qt/qtdeclarative-${QTMIN}:6
-	>=kde-frameworks/kcmutils-${KFMIN}:6
-	>=kde-frameworks/kconfig-${KFMIN}:6
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:6
-	>=kde-frameworks/kcoreaddons-${KFMIN}:6
-	>=kde-frameworks/kdbusaddons-${KFMIN}:6
-	>=kde-frameworks/kglobalaccel-${KFMIN}:6
-	>=kde-frameworks/ki18n-${KFMIN}:6
-	>=kde-frameworks/kio-${KFMIN}:6
-	>=kde-frameworks/knotifications-${KFMIN}:6
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
-	>=kde-frameworks/kwindowsystem-${KFMIN}:6
-	>=kde-frameworks/kxmlgui-${KFMIN}:6
-	>=kde-plasma/libplasma-${PVCUT}:6
-	>=kde-plasma/plasma5support-${PVCUT}:6
-	>=x11-drivers/xf86-input-wacom-0.20.0
-	x11-libs/libXi
-	x11-libs/libxcb
-"
-DEPEND="${RDEPEND}
-	x11-base/xorg-proto
-	x11-libs/libX11
-"
-BDEPEND="sys-devel/gettext"
-
-src_test() {
-	# test needs DBus, bug 675548
-	local myctestargs=(
-		-E "(Test.KDED.DBusTabletService)"
-	)
-
-	ecm_src_test
-}


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

* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/wacomtablet/
@ 2024-06-24 19:12 Andreas Sturmlechner
  0 siblings, 0 replies; 26+ messages in thread
From: Andreas Sturmlechner @ 2024-06-24 19:12 UTC (permalink / raw
  To: gentoo-commits

commit:     80d35b090ef5b87df3fafb9f204fab1dc5e4dabc
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 24 19:09:24 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jun 24 19:09:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80d35b09

kde-plasma/wacomtablet: Disable failing tests in SLOT 5

All pass in SLOT 6 and we won't look back.

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

 kde-plasma/wacomtablet/wacomtablet-3.2.0-r3.ebuild | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/kde-plasma/wacomtablet/wacomtablet-3.2.0-r3.ebuild b/kde-plasma/wacomtablet/wacomtablet-3.2.0-r3.ebuild
index dcfe0a4c9d08..7fd90c74d4a8 100644
--- a/kde-plasma/wacomtablet/wacomtablet-3.2.0-r3.ebuild
+++ b/kde-plasma/wacomtablet/wacomtablet-3.2.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -62,11 +62,10 @@ PATCHES=(
 	"${FILESDIR}/${P}-missing-include.patch" # bug 920043
 )
 
-src_test() {
-	# test needs DBus, bug 675548
-	local myctestargs=(
-		-E "(Test.KDED.DBusTabletService)"
-	)
-
-	ecm_src_test
-}
+CMAKE_SKIP_TESTS=(
+	# test needs DBus, bugs 675548, 920558
+	Test.KDED.DBusTabletService
+	Test.KDED.TabletHandler
+	Test.KDED.XInputAdaptor # SEGFAULT
+	Test.KDED.XsetWacomAdaptor # SEGFAULT
+)


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

* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/wacomtablet/
@ 2024-06-25 22:33 Sam James
  0 siblings, 0 replies; 26+ messages in thread
From: Sam James @ 2024-06-25 22:33 UTC (permalink / raw
  To: gentoo-commits

commit:     dc9706356fabb47f0711ea7b68e50d4b259dc7be
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 25 22:28:38 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 25 22:31:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc970635

kde-plasma/wacomtablet: 6.1.1 version bump

Signed-off-by: Sam James <sam <AT> gentoo.org>

 kde-plasma/wacomtablet/Manifest                 |  1 +
 kde-plasma/wacomtablet/wacomtablet-6.1.1.ebuild | 56 +++++++++++++++++++++++++
 2 files changed, 57 insertions(+)

diff --git a/kde-plasma/wacomtablet/Manifest b/kde-plasma/wacomtablet/Manifest
index 409752201bdb..cbf62e02fff6 100644
--- a/kde-plasma/wacomtablet/Manifest
+++ b/kde-plasma/wacomtablet/Manifest
@@ -1,3 +1,4 @@
 DIST wacomtablet-3.2.0-patchset-1.tar.xz 7796 BLAKE2B 4fa998a0f4376579d1e0d06a8aa9edababedca22d579dbdae651eee3699decc880a7a1d277f04c2bc24adba87908c07ab711989a5985b68af5b295d3b3260d33 SHA512 ff96f05831e4760ce99920061f0dc927aa6a2d5ef4b7443c3129bb1431262cb4bc1434097595976672393e3b611438014ccb528fc948e7c0407fc9a2d52ade8d
 DIST wacomtablet-3.2.0.tar.xz 728468 BLAKE2B f741c8989f94cdc5b4839df5d91a6728c48308880c489e031d4615a58e82dddda75dcd1cd04b941035c1aece3ed4f7889508629100852cbcaafc063d7e0f8d1e SHA512 acbabd6d6546bc85f0ed4e245668dc89b1c2ecaedd3754bf7ad8027b90f3ae81e5312395376de272dcbd416a9a1115bff2481351bd3f418bef7fa06d0db0c5a6
 DIST wacomtablet-6.1.0.tar.xz 830556 BLAKE2B bb522d935529d3404a0cf7e14061940c96101b01510214dd6bb7b47df1bf330c97438a05f4e885f09d6db9557207e8bf4ae20b2dab22550a5ad5ef1b323e2f0a SHA512 089bef42864294c5efdd5cc70cf2f8ebd9c1d77160f26efa57d49444fa0899a821e6f4f908ed91565928ea31bb70a0178c9f480a775c953555985dc570e9fd78
+DIST wacomtablet-6.1.1.tar.xz 829876 BLAKE2B f5aa4b624660a0a89673a34fb6183a5c633eec8e5b059de31e0a969986dd6fac22dfe68d1831e46d475dd2c4f8f3406f1e5d3fdb201c230aa2dd32e27e312407 SHA512 4f190069fc23b355f0a87e55df09d476611ea9c5f270860262eae5f7539569a944ed693b03dded5b8f7a2c4495e5a001459d3e4cebf06ddee9481cfd02162ba9

diff --git a/kde-plasma/wacomtablet/wacomtablet-6.1.1.ebuild b/kde-plasma/wacomtablet/wacomtablet-6.1.1.ebuild
new file mode 100644
index 000000000000..463273dd2458
--- /dev/null
+++ b/kde-plasma/wacomtablet/wacomtablet-6.1.1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="forceoptional"
+KFMIN=6.3.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=6.7.1
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Wacom system settings module that supports different button/pen layout profiles"
+HOMEPAGE="https://userbase.kde.org/Wacomtablet"
+
+LICENSE="GPL-2"
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE=""
+
+# slot op: Uses Qt6::GuiPrivate for qtx11extras_p.h
+RDEPEND="
+	>=dev-libs/libwacom-0.30:=
+	>=dev-qt/qtbase-${QTMIN}:6=[dbus,gui,widgets]
+	>=dev-qt/qtdeclarative-${QTMIN}:6
+	>=kde-frameworks/kcmutils-${KFMIN}:6
+	>=kde-frameworks/kconfig-${KFMIN}:6
+	>=kde-frameworks/kconfigwidgets-${KFMIN}:6
+	>=kde-frameworks/kcoreaddons-${KFMIN}:6
+	>=kde-frameworks/kdbusaddons-${KFMIN}:6
+	>=kde-frameworks/kglobalaccel-${KFMIN}:6
+	>=kde-frameworks/ki18n-${KFMIN}:6
+	>=kde-frameworks/kio-${KFMIN}:6
+	>=kde-frameworks/knotifications-${KFMIN}:6
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+	>=kde-frameworks/kwindowsystem-${KFMIN}:6
+	>=kde-frameworks/kxmlgui-${KFMIN}:6
+	>=kde-plasma/libplasma-${PVCUT}:6
+	>=kde-plasma/plasma5support-${PVCUT}:6
+	>=x11-drivers/xf86-input-wacom-0.20.0
+	x11-libs/libXi
+	x11-libs/libxcb
+"
+DEPEND="${RDEPEND}
+	x11-base/xorg-proto
+	x11-libs/libX11
+"
+BDEPEND="sys-devel/gettext"
+
+src_test() {
+	# test needs DBus, bug 675548
+	local myctestargs=(
+		-E "(Test.KDED.DBusTabletService)"
+	)
+
+	ecm_src_test
+}


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

* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/wacomtablet/
@ 2024-06-27  9:43 Arthur Zamarin
  0 siblings, 0 replies; 26+ messages in thread
From: Arthur Zamarin @ 2024-06-27  9:43 UTC (permalink / raw
  To: gentoo-commits

commit:     9b0284246fecd2dc0c2b710871a72aef67a0c71a
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 27 09:43:44 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 27 09:43:44 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b028424

kde-plasma/wacomtablet: Keyword 6.1.0 arm64, #934215

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

 kde-plasma/wacomtablet/wacomtablet-6.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/wacomtablet/wacomtablet-6.1.0.ebuild b/kde-plasma/wacomtablet/wacomtablet-6.1.0.ebuild
index 463273dd2458..ba1ae7bd28fb 100644
--- a/kde-plasma/wacomtablet/wacomtablet-6.1.0.ebuild
+++ b/kde-plasma/wacomtablet/wacomtablet-6.1.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://userbase.kde.org/Wacomtablet"
 
 LICENSE="GPL-2"
 SLOT="6"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 IUSE=""
 
 # slot op: Uses Qt6::GuiPrivate for qtx11extras_p.h


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

* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/wacomtablet/
@ 2024-06-27 10:04 Sam James
  0 siblings, 0 replies; 26+ messages in thread
From: Sam James @ 2024-06-27 10:04 UTC (permalink / raw
  To: gentoo-commits

commit:     2d93b0a2439860dd842d6f8b6185eee7790d3392
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 27 10:02:23 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 27 10:02:23 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d93b0a2

kde-plasma/wacomtablet: Keyword 6.1.1 arm64, #934215

Signed-off-by: Sam James <sam <AT> gentoo.org>

 kde-plasma/wacomtablet/wacomtablet-6.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/wacomtablet/wacomtablet-6.1.1.ebuild b/kde-plasma/wacomtablet/wacomtablet-6.1.1.ebuild
index 463273dd2458..ba1ae7bd28fb 100644
--- a/kde-plasma/wacomtablet/wacomtablet-6.1.1.ebuild
+++ b/kde-plasma/wacomtablet/wacomtablet-6.1.1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://userbase.kde.org/Wacomtablet"
 
 LICENSE="GPL-2"
 SLOT="6"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 IUSE=""
 
 # slot op: Uses Qt6::GuiPrivate for qtx11extras_p.h


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

* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/wacomtablet/
@ 2024-06-27 17:18 Andreas Sturmlechner
  0 siblings, 0 replies; 26+ messages in thread
From: Andreas Sturmlechner @ 2024-06-27 17:18 UTC (permalink / raw
  To: gentoo-commits

commit:     f6d8dec4322b07850e35a21a3dcca4b0761ab524
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 27 16:56:49 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jun 27 17:18:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6d8dec4

kde-plasma/wacomtablet: drop 6.1.0

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

 kde-plasma/wacomtablet/Manifest                 |  1 -
 kde-plasma/wacomtablet/wacomtablet-6.1.0.ebuild | 56 -------------------------
 2 files changed, 57 deletions(-)

diff --git a/kde-plasma/wacomtablet/Manifest b/kde-plasma/wacomtablet/Manifest
index cbf62e02fff6..3d9d0860cc66 100644
--- a/kde-plasma/wacomtablet/Manifest
+++ b/kde-plasma/wacomtablet/Manifest
@@ -1,4 +1,3 @@
 DIST wacomtablet-3.2.0-patchset-1.tar.xz 7796 BLAKE2B 4fa998a0f4376579d1e0d06a8aa9edababedca22d579dbdae651eee3699decc880a7a1d277f04c2bc24adba87908c07ab711989a5985b68af5b295d3b3260d33 SHA512 ff96f05831e4760ce99920061f0dc927aa6a2d5ef4b7443c3129bb1431262cb4bc1434097595976672393e3b611438014ccb528fc948e7c0407fc9a2d52ade8d
 DIST wacomtablet-3.2.0.tar.xz 728468 BLAKE2B f741c8989f94cdc5b4839df5d91a6728c48308880c489e031d4615a58e82dddda75dcd1cd04b941035c1aece3ed4f7889508629100852cbcaafc063d7e0f8d1e SHA512 acbabd6d6546bc85f0ed4e245668dc89b1c2ecaedd3754bf7ad8027b90f3ae81e5312395376de272dcbd416a9a1115bff2481351bd3f418bef7fa06d0db0c5a6
-DIST wacomtablet-6.1.0.tar.xz 830556 BLAKE2B bb522d935529d3404a0cf7e14061940c96101b01510214dd6bb7b47df1bf330c97438a05f4e885f09d6db9557207e8bf4ae20b2dab22550a5ad5ef1b323e2f0a SHA512 089bef42864294c5efdd5cc70cf2f8ebd9c1d77160f26efa57d49444fa0899a821e6f4f908ed91565928ea31bb70a0178c9f480a775c953555985dc570e9fd78
 DIST wacomtablet-6.1.1.tar.xz 829876 BLAKE2B f5aa4b624660a0a89673a34fb6183a5c633eec8e5b059de31e0a969986dd6fac22dfe68d1831e46d475dd2c4f8f3406f1e5d3fdb201c230aa2dd32e27e312407 SHA512 4f190069fc23b355f0a87e55df09d476611ea9c5f270860262eae5f7539569a944ed693b03dded5b8f7a2c4495e5a001459d3e4cebf06ddee9481cfd02162ba9

diff --git a/kde-plasma/wacomtablet/wacomtablet-6.1.0.ebuild b/kde-plasma/wacomtablet/wacomtablet-6.1.0.ebuild
deleted file mode 100644
index ba1ae7bd28fb..000000000000
--- a/kde-plasma/wacomtablet/wacomtablet-6.1.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="forceoptional"
-KFMIN=6.3.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.7.1
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Wacom system settings module that supports different button/pen layout profiles"
-HOMEPAGE="https://userbase.kde.org/Wacomtablet"
-
-LICENSE="GPL-2"
-SLOT="6"
-KEYWORDS="~amd64 ~arm64"
-IUSE=""
-
-# slot op: Uses Qt6::GuiPrivate for qtx11extras_p.h
-RDEPEND="
-	>=dev-libs/libwacom-0.30:=
-	>=dev-qt/qtbase-${QTMIN}:6=[dbus,gui,widgets]
-	>=dev-qt/qtdeclarative-${QTMIN}:6
-	>=kde-frameworks/kcmutils-${KFMIN}:6
-	>=kde-frameworks/kconfig-${KFMIN}:6
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:6
-	>=kde-frameworks/kcoreaddons-${KFMIN}:6
-	>=kde-frameworks/kdbusaddons-${KFMIN}:6
-	>=kde-frameworks/kglobalaccel-${KFMIN}:6
-	>=kde-frameworks/ki18n-${KFMIN}:6
-	>=kde-frameworks/kio-${KFMIN}:6
-	>=kde-frameworks/knotifications-${KFMIN}:6
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
-	>=kde-frameworks/kwindowsystem-${KFMIN}:6
-	>=kde-frameworks/kxmlgui-${KFMIN}:6
-	>=kde-plasma/libplasma-${PVCUT}:6
-	>=kde-plasma/plasma5support-${PVCUT}:6
-	>=x11-drivers/xf86-input-wacom-0.20.0
-	x11-libs/libXi
-	x11-libs/libxcb
-"
-DEPEND="${RDEPEND}
-	x11-base/xorg-proto
-	x11-libs/libX11
-"
-BDEPEND="sys-devel/gettext"
-
-src_test() {
-	# test needs DBus, bug 675548
-	local myctestargs=(
-		-E "(Test.KDED.DBusTabletService)"
-	)
-
-	ecm_src_test
-}


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

* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/wacomtablet/
@ 2024-07-02 12:07 Jakov Smolić
  0 siblings, 0 replies; 26+ messages in thread
From: Jakov Smolić @ 2024-07-02 12:07 UTC (permalink / raw
  To: gentoo-commits

commit:     34060dcd4baf708a8ce98a3f20659acaf9d9c092
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  2 12:07:42 2024 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Jul  2 12:07:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34060dcd

kde-plasma/wacomtablet: Keyword 6.1.1 riscv, #934215

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 kde-plasma/wacomtablet/wacomtablet-6.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/wacomtablet/wacomtablet-6.1.1.ebuild b/kde-plasma/wacomtablet/wacomtablet-6.1.1.ebuild
index ba1ae7bd28fb..1f2880c0187f 100644
--- a/kde-plasma/wacomtablet/wacomtablet-6.1.1.ebuild
+++ b/kde-plasma/wacomtablet/wacomtablet-6.1.1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://userbase.kde.org/Wacomtablet"
 
 LICENSE="GPL-2"
 SLOT="6"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 ~arm64 ~riscv"
 IUSE=""
 
 # slot op: Uses Qt6::GuiPrivate for qtx11extras_p.h


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

* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/wacomtablet/
@ 2024-07-02 17:57 Andreas Sturmlechner
  0 siblings, 0 replies; 26+ messages in thread
From: Andreas Sturmlechner @ 2024-07-02 17:57 UTC (permalink / raw
  To: gentoo-commits

commit:     2d0779a4bb2253613be779b17d8dc89eb4b8fc73
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  2 17:47:30 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jul  2 17:55:51 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d0779a4

kde-plasma/wacomtablet: drop 6.1.1

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

 kde-plasma/wacomtablet/Manifest                 |  1 -
 kde-plasma/wacomtablet/wacomtablet-6.1.1.ebuild | 56 -------------------------
 2 files changed, 57 deletions(-)

diff --git a/kde-plasma/wacomtablet/Manifest b/kde-plasma/wacomtablet/Manifest
index 38a21b983300..dc87e9be74fa 100644
--- a/kde-plasma/wacomtablet/Manifest
+++ b/kde-plasma/wacomtablet/Manifest
@@ -1,4 +1,3 @@
 DIST wacomtablet-3.2.0-patchset-1.tar.xz 7796 BLAKE2B 4fa998a0f4376579d1e0d06a8aa9edababedca22d579dbdae651eee3699decc880a7a1d277f04c2bc24adba87908c07ab711989a5985b68af5b295d3b3260d33 SHA512 ff96f05831e4760ce99920061f0dc927aa6a2d5ef4b7443c3129bb1431262cb4bc1434097595976672393e3b611438014ccb528fc948e7c0407fc9a2d52ade8d
 DIST wacomtablet-3.2.0.tar.xz 728468 BLAKE2B f741c8989f94cdc5b4839df5d91a6728c48308880c489e031d4615a58e82dddda75dcd1cd04b941035c1aece3ed4f7889508629100852cbcaafc063d7e0f8d1e SHA512 acbabd6d6546bc85f0ed4e245668dc89b1c2ecaedd3754bf7ad8027b90f3ae81e5312395376de272dcbd416a9a1115bff2481351bd3f418bef7fa06d0db0c5a6
-DIST wacomtablet-6.1.1.tar.xz 829876 BLAKE2B f5aa4b624660a0a89673a34fb6183a5c633eec8e5b059de31e0a969986dd6fac22dfe68d1831e46d475dd2c4f8f3406f1e5d3fdb201c230aa2dd32e27e312407 SHA512 4f190069fc23b355f0a87e55df09d476611ea9c5f270860262eae5f7539569a944ed693b03dded5b8f7a2c4495e5a001459d3e4cebf06ddee9481cfd02162ba9
 DIST wacomtablet-6.1.2.tar.xz 829860 BLAKE2B f96cc2833c1444a1590776b26ed65d6721d2c123d50bfa5e46fcfeb125a579abeeae1c81b90edffbfb73685e32273091b4dedbf360252f3f8ac19eb1199a7c98 SHA512 4d03efe7f384e9a2a8a0e6439b8189107f1f5ff17ffdc3c6c07c0c3ae3c4d899b54b4bb5bd2d8f27b53812e476e75259ac54592ea715ce26250ec4206bc067c5

diff --git a/kde-plasma/wacomtablet/wacomtablet-6.1.1.ebuild b/kde-plasma/wacomtablet/wacomtablet-6.1.1.ebuild
deleted file mode 100644
index 1f2880c0187f..000000000000
--- a/kde-plasma/wacomtablet/wacomtablet-6.1.1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="forceoptional"
-KFMIN=6.3.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.7.1
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Wacom system settings module that supports different button/pen layout profiles"
-HOMEPAGE="https://userbase.kde.org/Wacomtablet"
-
-LICENSE="GPL-2"
-SLOT="6"
-KEYWORDS="~amd64 ~arm64 ~riscv"
-IUSE=""
-
-# slot op: Uses Qt6::GuiPrivate for qtx11extras_p.h
-RDEPEND="
-	>=dev-libs/libwacom-0.30:=
-	>=dev-qt/qtbase-${QTMIN}:6=[dbus,gui,widgets]
-	>=dev-qt/qtdeclarative-${QTMIN}:6
-	>=kde-frameworks/kcmutils-${KFMIN}:6
-	>=kde-frameworks/kconfig-${KFMIN}:6
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:6
-	>=kde-frameworks/kcoreaddons-${KFMIN}:6
-	>=kde-frameworks/kdbusaddons-${KFMIN}:6
-	>=kde-frameworks/kglobalaccel-${KFMIN}:6
-	>=kde-frameworks/ki18n-${KFMIN}:6
-	>=kde-frameworks/kio-${KFMIN}:6
-	>=kde-frameworks/knotifications-${KFMIN}:6
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
-	>=kde-frameworks/kwindowsystem-${KFMIN}:6
-	>=kde-frameworks/kxmlgui-${KFMIN}:6
-	>=kde-plasma/libplasma-${PVCUT}:6
-	>=kde-plasma/plasma5support-${PVCUT}:6
-	>=x11-drivers/xf86-input-wacom-0.20.0
-	x11-libs/libXi
-	x11-libs/libxcb
-"
-DEPEND="${RDEPEND}
-	x11-base/xorg-proto
-	x11-libs/libX11
-"
-BDEPEND="sys-devel/gettext"
-
-src_test() {
-	# test needs DBus, bug 675548
-	local myctestargs=(
-		-E "(Test.KDED.DBusTabletService)"
-	)
-
-	ecm_src_test
-}


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

* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/wacomtablet/
@ 2024-07-12 15:24 Arthur Zamarin
  0 siblings, 0 replies; 26+ messages in thread
From: Arthur Zamarin @ 2024-07-12 15:24 UTC (permalink / raw
  To: gentoo-commits

commit:     8fe7d53ad76a43deda9a717bfc28047bd571b438
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 12 15:23:07 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 12 15:23:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fe7d53a

kde-plasma/wacomtablet: Keyword 6.1.2 x86, #934215

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

 kde-plasma/wacomtablet/wacomtablet-6.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/wacomtablet/wacomtablet-6.1.2.ebuild b/kde-plasma/wacomtablet/wacomtablet-6.1.2.ebuild
index 1f2880c0187f..fb97dde2e8f5 100644
--- a/kde-plasma/wacomtablet/wacomtablet-6.1.2.ebuild
+++ b/kde-plasma/wacomtablet/wacomtablet-6.1.2.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://userbase.kde.org/Wacomtablet"
 
 LICENSE="GPL-2"
 SLOT="6"
-KEYWORDS="~amd64 ~arm64 ~riscv"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
 IUSE=""
 
 # slot op: Uses Qt6::GuiPrivate for qtx11extras_p.h


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

* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/wacomtablet/
@ 2024-07-16 16:32 Andreas Sturmlechner
  0 siblings, 0 replies; 26+ messages in thread
From: Andreas Sturmlechner @ 2024-07-16 16:32 UTC (permalink / raw
  To: gentoo-commits

commit:     683d2fd851e39a7beb3c6b2229a9f19d59649a5b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 16 15:38:20 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jul 16 16:31:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=683d2fd8

kde-plasma/wacomtablet: drop 6.1.2

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

 kde-plasma/wacomtablet/Manifest                 |  1 -
 kde-plasma/wacomtablet/wacomtablet-6.1.2.ebuild | 56 -------------------------
 2 files changed, 57 deletions(-)

diff --git a/kde-plasma/wacomtablet/Manifest b/kde-plasma/wacomtablet/Manifest
index 36f6f766851a..da055cc0e273 100644
--- a/kde-plasma/wacomtablet/Manifest
+++ b/kde-plasma/wacomtablet/Manifest
@@ -1,4 +1,3 @@
 DIST wacomtablet-3.2.0-patchset-1.tar.xz 7796 BLAKE2B 4fa998a0f4376579d1e0d06a8aa9edababedca22d579dbdae651eee3699decc880a7a1d277f04c2bc24adba87908c07ab711989a5985b68af5b295d3b3260d33 SHA512 ff96f05831e4760ce99920061f0dc927aa6a2d5ef4b7443c3129bb1431262cb4bc1434097595976672393e3b611438014ccb528fc948e7c0407fc9a2d52ade8d
 DIST wacomtablet-3.2.0.tar.xz 728468 BLAKE2B f741c8989f94cdc5b4839df5d91a6728c48308880c489e031d4615a58e82dddda75dcd1cd04b941035c1aece3ed4f7889508629100852cbcaafc063d7e0f8d1e SHA512 acbabd6d6546bc85f0ed4e245668dc89b1c2ecaedd3754bf7ad8027b90f3ae81e5312395376de272dcbd416a9a1115bff2481351bd3f418bef7fa06d0db0c5a6
-DIST wacomtablet-6.1.2.tar.xz 829860 BLAKE2B f96cc2833c1444a1590776b26ed65d6721d2c123d50bfa5e46fcfeb125a579abeeae1c81b90edffbfb73685e32273091b4dedbf360252f3f8ac19eb1199a7c98 SHA512 4d03efe7f384e9a2a8a0e6439b8189107f1f5ff17ffdc3c6c07c0c3ae3c4d899b54b4bb5bd2d8f27b53812e476e75259ac54592ea715ce26250ec4206bc067c5
 DIST wacomtablet-6.1.3.tar.xz 829728 BLAKE2B 666b82272b083d167f98409cf2987cdc2fa0c271456606befa361e5b39b97850a7ed62a0cbffad018af0f274c1dcdf337a295288924cd90689823fd810da4ebe SHA512 a20886571dc32dd23cb8f82015d976b2aa7e79a3b98ff6ac46ae9413d4cbbe4ada5207928188ed3065d3f19921699cb643dbea27ba52d630ed4f95a69b0c3c34

diff --git a/kde-plasma/wacomtablet/wacomtablet-6.1.2.ebuild b/kde-plasma/wacomtablet/wacomtablet-6.1.2.ebuild
deleted file mode 100644
index fb97dde2e8f5..000000000000
--- a/kde-plasma/wacomtablet/wacomtablet-6.1.2.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="forceoptional"
-KFMIN=6.3.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.7.1
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Wacom system settings module that supports different button/pen layout profiles"
-HOMEPAGE="https://userbase.kde.org/Wacomtablet"
-
-LICENSE="GPL-2"
-SLOT="6"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
-IUSE=""
-
-# slot op: Uses Qt6::GuiPrivate for qtx11extras_p.h
-RDEPEND="
-	>=dev-libs/libwacom-0.30:=
-	>=dev-qt/qtbase-${QTMIN}:6=[dbus,gui,widgets]
-	>=dev-qt/qtdeclarative-${QTMIN}:6
-	>=kde-frameworks/kcmutils-${KFMIN}:6
-	>=kde-frameworks/kconfig-${KFMIN}:6
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:6
-	>=kde-frameworks/kcoreaddons-${KFMIN}:6
-	>=kde-frameworks/kdbusaddons-${KFMIN}:6
-	>=kde-frameworks/kglobalaccel-${KFMIN}:6
-	>=kde-frameworks/ki18n-${KFMIN}:6
-	>=kde-frameworks/kio-${KFMIN}:6
-	>=kde-frameworks/knotifications-${KFMIN}:6
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
-	>=kde-frameworks/kwindowsystem-${KFMIN}:6
-	>=kde-frameworks/kxmlgui-${KFMIN}:6
-	>=kde-plasma/libplasma-${PVCUT}:6
-	>=kde-plasma/plasma5support-${PVCUT}:6
-	>=x11-drivers/xf86-input-wacom-0.20.0
-	x11-libs/libXi
-	x11-libs/libxcb
-"
-DEPEND="${RDEPEND}
-	x11-base/xorg-proto
-	x11-libs/libX11
-"
-BDEPEND="sys-devel/gettext"
-
-src_test() {
-	# test needs DBus, bug 675548
-	local myctestargs=(
-		-E "(Test.KDED.DBusTabletService)"
-	)
-
-	ecm_src_test
-}


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

* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/wacomtablet/
@ 2024-07-26 11:17 Arthur Zamarin
  0 siblings, 0 replies; 26+ messages in thread
From: Arthur Zamarin @ 2024-07-26 11:17 UTC (permalink / raw
  To: gentoo-commits

commit:     08ac43b26d3315979278395f7d602ebb5a031525
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 26 11:12:33 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 26 11:12:33 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08ac43b2

kde-plasma/wacomtablet: Keyword 6.1.3 ppc64, #934215

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

 kde-plasma/wacomtablet/wacomtablet-6.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/wacomtablet/wacomtablet-6.1.3.ebuild b/kde-plasma/wacomtablet/wacomtablet-6.1.3.ebuild
index fb97dde2e8f5..8be99ffadc4b 100644
--- a/kde-plasma/wacomtablet/wacomtablet-6.1.3.ebuild
+++ b/kde-plasma/wacomtablet/wacomtablet-6.1.3.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://userbase.kde.org/Wacomtablet"
 
 LICENSE="GPL-2"
 SLOT="6"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
 IUSE=""
 
 # slot op: Uses Qt6::GuiPrivate for qtx11extras_p.h


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

* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/wacomtablet/
@ 2024-08-06 14:26 Andreas Sturmlechner
  0 siblings, 0 replies; 26+ messages in thread
From: Andreas Sturmlechner @ 2024-08-06 14:26 UTC (permalink / raw
  To: gentoo-commits

commit:     b2d13665cdc4b8e8d563b282ccff6e7d33bf1960
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  6 14:21:02 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Aug  6 14:24:25 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2d13665

kde-plasma/wacomtablet: drop 6.1.3

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

 kde-plasma/wacomtablet/Manifest                 |  1 -
 kde-plasma/wacomtablet/wacomtablet-6.1.3.ebuild | 56 -------------------------
 2 files changed, 57 deletions(-)

diff --git a/kde-plasma/wacomtablet/Manifest b/kde-plasma/wacomtablet/Manifest
index 98d831cc6d3d..db75017a4cb5 100644
--- a/kde-plasma/wacomtablet/Manifest
+++ b/kde-plasma/wacomtablet/Manifest
@@ -1,4 +1,3 @@
 DIST wacomtablet-3.2.0-patchset-1.tar.xz 7796 BLAKE2B 4fa998a0f4376579d1e0d06a8aa9edababedca22d579dbdae651eee3699decc880a7a1d277f04c2bc24adba87908c07ab711989a5985b68af5b295d3b3260d33 SHA512 ff96f05831e4760ce99920061f0dc927aa6a2d5ef4b7443c3129bb1431262cb4bc1434097595976672393e3b611438014ccb528fc948e7c0407fc9a2d52ade8d
 DIST wacomtablet-3.2.0.tar.xz 728468 BLAKE2B f741c8989f94cdc5b4839df5d91a6728c48308880c489e031d4615a58e82dddda75dcd1cd04b941035c1aece3ed4f7889508629100852cbcaafc063d7e0f8d1e SHA512 acbabd6d6546bc85f0ed4e245668dc89b1c2ecaedd3754bf7ad8027b90f3ae81e5312395376de272dcbd416a9a1115bff2481351bd3f418bef7fa06d0db0c5a6
-DIST wacomtablet-6.1.3.tar.xz 829728 BLAKE2B 666b82272b083d167f98409cf2987cdc2fa0c271456606befa361e5b39b97850a7ed62a0cbffad018af0f274c1dcdf337a295288924cd90689823fd810da4ebe SHA512 a20886571dc32dd23cb8f82015d976b2aa7e79a3b98ff6ac46ae9413d4cbbe4ada5207928188ed3065d3f19921699cb643dbea27ba52d630ed4f95a69b0c3c34
 DIST wacomtablet-6.1.4.tar.xz 829624 BLAKE2B 1bf333ef012e65dcedf62a211eaab479caa73fafd73b46d89984582fc0aa8a469d2269b695d2cf74cef23010d010a1fbb66f86e5e82ab2cef86d820076270fab SHA512 c9e9d1dac0d44b6db9ce847908cfda9351fcf023b9f2f787d8c39b32ae74b805348c1e3dd35d7ac4432421ba5269ee6a6686ea46a2769df4a625034a4daba673

diff --git a/kde-plasma/wacomtablet/wacomtablet-6.1.3.ebuild b/kde-plasma/wacomtablet/wacomtablet-6.1.3.ebuild
deleted file mode 100644
index 8be99ffadc4b..000000000000
--- a/kde-plasma/wacomtablet/wacomtablet-6.1.3.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="forceoptional"
-KFMIN=6.3.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.7.1
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Wacom system settings module that supports different button/pen layout profiles"
-HOMEPAGE="https://userbase.kde.org/Wacomtablet"
-
-LICENSE="GPL-2"
-SLOT="6"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-# slot op: Uses Qt6::GuiPrivate for qtx11extras_p.h
-RDEPEND="
-	>=dev-libs/libwacom-0.30:=
-	>=dev-qt/qtbase-${QTMIN}:6=[dbus,gui,widgets]
-	>=dev-qt/qtdeclarative-${QTMIN}:6
-	>=kde-frameworks/kcmutils-${KFMIN}:6
-	>=kde-frameworks/kconfig-${KFMIN}:6
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:6
-	>=kde-frameworks/kcoreaddons-${KFMIN}:6
-	>=kde-frameworks/kdbusaddons-${KFMIN}:6
-	>=kde-frameworks/kglobalaccel-${KFMIN}:6
-	>=kde-frameworks/ki18n-${KFMIN}:6
-	>=kde-frameworks/kio-${KFMIN}:6
-	>=kde-frameworks/knotifications-${KFMIN}:6
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
-	>=kde-frameworks/kwindowsystem-${KFMIN}:6
-	>=kde-frameworks/kxmlgui-${KFMIN}:6
-	>=kde-plasma/libplasma-${PVCUT}:6
-	>=kde-plasma/plasma5support-${PVCUT}:6
-	>=x11-drivers/xf86-input-wacom-0.20.0
-	x11-libs/libXi
-	x11-libs/libxcb
-"
-DEPEND="${RDEPEND}
-	x11-base/xorg-proto
-	x11-libs/libX11
-"
-BDEPEND="sys-devel/gettext"
-
-src_test() {
-	# test needs DBus, bug 675548
-	local myctestargs=(
-		-E "(Test.KDED.DBusTabletService)"
-	)
-
-	ecm_src_test
-}


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

* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/wacomtablet/
@ 2024-09-10 16:36 Andreas Sturmlechner
  0 siblings, 0 replies; 26+ messages in thread
From: Andreas Sturmlechner @ 2024-09-10 16:36 UTC (permalink / raw
  To: gentoo-commits

commit:     c2d367c4d83df24b9925cb3ed0daa2895716c22d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 10 15:42:39 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Sep 10 16:34:49 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2d367c4

kde-plasma/wacomtablet: 6.1.5 version bump

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

 kde-plasma/wacomtablet/Manifest                 |  1 +
 kde-plasma/wacomtablet/wacomtablet-6.1.5.ebuild | 56 +++++++++++++++++++++++++
 2 files changed, 57 insertions(+)

diff --git a/kde-plasma/wacomtablet/Manifest b/kde-plasma/wacomtablet/Manifest
index 0414a39c3dbf..3679fb953a90 100644
--- a/kde-plasma/wacomtablet/Manifest
+++ b/kde-plasma/wacomtablet/Manifest
@@ -1 +1,2 @@
 DIST wacomtablet-6.1.4.tar.xz 829624 BLAKE2B 1bf333ef012e65dcedf62a211eaab479caa73fafd73b46d89984582fc0aa8a469d2269b695d2cf74cef23010d010a1fbb66f86e5e82ab2cef86d820076270fab SHA512 c9e9d1dac0d44b6db9ce847908cfda9351fcf023b9f2f787d8c39b32ae74b805348c1e3dd35d7ac4432421ba5269ee6a6686ea46a2769df4a625034a4daba673
+DIST wacomtablet-6.1.5.tar.xz 829876 BLAKE2B 5a028b05ce7360a655a98fc351c3e472a8cdaaef605045f2bab1b7e9b1cf806c488bf629f161001c5885bf64a4eba1ba4a29e66ae757939bc2cf8457b82c640b SHA512 592a0188cfa72026cc501afeed8c3e54edd99acddd0c4932e2e88889fb78d190576dbc4c662d73abe768b307e6490063bdab330efaa85959e982a55afd292f99

diff --git a/kde-plasma/wacomtablet/wacomtablet-6.1.5.ebuild b/kde-plasma/wacomtablet/wacomtablet-6.1.5.ebuild
new file mode 100644
index 000000000000..ba7db68dfd95
--- /dev/null
+++ b/kde-plasma/wacomtablet/wacomtablet-6.1.5.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="forceoptional"
+KFMIN=6.5.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=6.7.2
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Wacom system settings module that supports different button/pen layout profiles"
+HOMEPAGE="https://userbase.kde.org/Wacomtablet"
+
+LICENSE="GPL-2"
+SLOT="6"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+# slot op: Uses Qt6::GuiPrivate for qtx11extras_p.h
+RDEPEND="
+	>=dev-libs/libwacom-0.30:=
+	>=dev-qt/qtbase-${QTMIN}:6=[dbus,gui,widgets]
+	>=dev-qt/qtdeclarative-${QTMIN}:6
+	>=kde-frameworks/kcmutils-${KFMIN}:6
+	>=kde-frameworks/kconfig-${KFMIN}:6
+	>=kde-frameworks/kconfigwidgets-${KFMIN}:6
+	>=kde-frameworks/kcoreaddons-${KFMIN}:6
+	>=kde-frameworks/kdbusaddons-${KFMIN}:6
+	>=kde-frameworks/kglobalaccel-${KFMIN}:6
+	>=kde-frameworks/ki18n-${KFMIN}:6
+	>=kde-frameworks/kio-${KFMIN}:6
+	>=kde-frameworks/knotifications-${KFMIN}:6
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+	>=kde-frameworks/kwindowsystem-${KFMIN}:6
+	>=kde-frameworks/kxmlgui-${KFMIN}:6
+	>=kde-plasma/libplasma-${PVCUT}:6
+	>=kde-plasma/plasma5support-${PVCUT}:6
+	>=x11-drivers/xf86-input-wacom-0.20.0
+	x11-libs/libXi
+	x11-libs/libxcb
+"
+DEPEND="${RDEPEND}
+	x11-base/xorg-proto
+	x11-libs/libX11
+"
+BDEPEND="sys-devel/gettext"
+
+src_test() {
+	# test needs DBus, bug 675548
+	local myctestargs=(
+		-E "(Test.KDED.DBusTabletService)"
+	)
+
+	ecm_src_test
+}


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

* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/wacomtablet/
@ 2024-09-21  7:12 Arthur Zamarin
  0 siblings, 0 replies; 26+ messages in thread
From: Arthur Zamarin @ 2024-09-21  7:12 UTC (permalink / raw
  To: gentoo-commits

commit:     31b27ae6c72dcdc138534edf4179c02048c64bfc
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 21 07:12:37 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 21 07:12:37 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31b27ae6

kde-plasma/wacomtablet: Stabilize 6.1.5 amd64, #939916

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

 kde-plasma/wacomtablet/wacomtablet-6.1.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/wacomtablet/wacomtablet-6.1.5.ebuild b/kde-plasma/wacomtablet/wacomtablet-6.1.5.ebuild
index ba7db68dfd95..eab4d108351e 100644
--- a/kde-plasma/wacomtablet/wacomtablet-6.1.5.ebuild
+++ b/kde-plasma/wacomtablet/wacomtablet-6.1.5.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://userbase.kde.org/Wacomtablet"
 
 LICENSE="GPL-2"
 SLOT="6"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
 IUSE=""
 
 # slot op: Uses Qt6::GuiPrivate for qtx11extras_p.h


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

* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/wacomtablet/
@ 2024-09-21  7:13 Arthur Zamarin
  0 siblings, 0 replies; 26+ messages in thread
From: Arthur Zamarin @ 2024-09-21  7:13 UTC (permalink / raw
  To: gentoo-commits

commit:     c628dcea30d6bb01f11c3f8faeac85ebc13aabeb
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 21 07:13:29 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 21 07:13:29 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c628dcea

kde-plasma/wacomtablet: Stabilize 6.1.5 arm64, #939916

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

 kde-plasma/wacomtablet/wacomtablet-6.1.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/wacomtablet/wacomtablet-6.1.5.ebuild b/kde-plasma/wacomtablet/wacomtablet-6.1.5.ebuild
index eab4d108351e..838e79241d5e 100644
--- a/kde-plasma/wacomtablet/wacomtablet-6.1.5.ebuild
+++ b/kde-plasma/wacomtablet/wacomtablet-6.1.5.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://userbase.kde.org/Wacomtablet"
 
 LICENSE="GPL-2"
 SLOT="6"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~ppc64 ~riscv ~x86"
 IUSE=""
 
 # slot op: Uses Qt6::GuiPrivate for qtx11extras_p.h


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

* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/wacomtablet/
@ 2024-10-07 18:02 Andreas Sturmlechner
  0 siblings, 0 replies; 26+ messages in thread
From: Andreas Sturmlechner @ 2024-10-07 18:02 UTC (permalink / raw
  To: gentoo-commits

commit:     785d4de88bb1a0261f4b0eca7dd7ad7ed5c6ea19
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  7 16:04:58 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Oct  7 18:01:34 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=785d4de8

kde-plasma/wacomtablet: drop 6.1.4

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

 kde-plasma/wacomtablet/Manifest                 |  1 -
 kde-plasma/wacomtablet/wacomtablet-6.1.4.ebuild | 56 -------------------------
 2 files changed, 57 deletions(-)

diff --git a/kde-plasma/wacomtablet/Manifest b/kde-plasma/wacomtablet/Manifest
index 3679fb953a90..e037c26ccac7 100644
--- a/kde-plasma/wacomtablet/Manifest
+++ b/kde-plasma/wacomtablet/Manifest
@@ -1,2 +1 @@
-DIST wacomtablet-6.1.4.tar.xz 829624 BLAKE2B 1bf333ef012e65dcedf62a211eaab479caa73fafd73b46d89984582fc0aa8a469d2269b695d2cf74cef23010d010a1fbb66f86e5e82ab2cef86d820076270fab SHA512 c9e9d1dac0d44b6db9ce847908cfda9351fcf023b9f2f787d8c39b32ae74b805348c1e3dd35d7ac4432421ba5269ee6a6686ea46a2769df4a625034a4daba673
 DIST wacomtablet-6.1.5.tar.xz 829876 BLAKE2B 5a028b05ce7360a655a98fc351c3e472a8cdaaef605045f2bab1b7e9b1cf806c488bf629f161001c5885bf64a4eba1ba4a29e66ae757939bc2cf8457b82c640b SHA512 592a0188cfa72026cc501afeed8c3e54edd99acddd0c4932e2e88889fb78d190576dbc4c662d73abe768b307e6490063bdab330efaa85959e982a55afd292f99

diff --git a/kde-plasma/wacomtablet/wacomtablet-6.1.4.ebuild b/kde-plasma/wacomtablet/wacomtablet-6.1.4.ebuild
deleted file mode 100644
index 38274e619e3f..000000000000
--- a/kde-plasma/wacomtablet/wacomtablet-6.1.4.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="forceoptional"
-KFMIN=6.3.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.7.1
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Wacom system settings module that supports different button/pen layout profiles"
-HOMEPAGE="https://userbase.kde.org/Wacomtablet"
-
-LICENSE="GPL-2"
-SLOT="6"
-KEYWORDS="amd64 arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-# slot op: Uses Qt6::GuiPrivate for qtx11extras_p.h
-RDEPEND="
-	>=dev-libs/libwacom-0.30:=
-	>=dev-qt/qtbase-${QTMIN}:6=[dbus,gui,widgets]
-	>=dev-qt/qtdeclarative-${QTMIN}:6
-	>=kde-frameworks/kcmutils-${KFMIN}:6
-	>=kde-frameworks/kconfig-${KFMIN}:6
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:6
-	>=kde-frameworks/kcoreaddons-${KFMIN}:6
-	>=kde-frameworks/kdbusaddons-${KFMIN}:6
-	>=kde-frameworks/kglobalaccel-${KFMIN}:6
-	>=kde-frameworks/ki18n-${KFMIN}:6
-	>=kde-frameworks/kio-${KFMIN}:6
-	>=kde-frameworks/knotifications-${KFMIN}:6
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
-	>=kde-frameworks/kwindowsystem-${KFMIN}:6
-	>=kde-frameworks/kxmlgui-${KFMIN}:6
-	>=kde-plasma/libplasma-${PVCUT}:6
-	>=kde-plasma/plasma5support-${PVCUT}:6
-	>=x11-drivers/xf86-input-wacom-0.20.0
-	x11-libs/libXi
-	x11-libs/libxcb
-"
-DEPEND="${RDEPEND}
-	x11-base/xorg-proto
-	x11-libs/libX11
-"
-BDEPEND="sys-devel/gettext"
-
-src_test() {
-	# test needs DBus, bug 675548
-	local myctestargs=(
-		-E "(Test.KDED.DBusTabletService)"
-	)
-
-	ecm_src_test
-}


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

* [gentoo-commits] repo/gentoo:master commit in: kde-plasma/wacomtablet/
@ 2024-10-08 15:36 Andreas Sturmlechner
  0 siblings, 0 replies; 26+ messages in thread
From: Andreas Sturmlechner @ 2024-10-08 15:36 UTC (permalink / raw
  To: gentoo-commits

commit:     1951dc82505814b660e74f946671feccc3d3d4db
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  8 15:27:07 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Oct  8 15:35:23 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1951dc82

kde-plasma/wacomtablet: 6.2.0 version bump

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

 kde-plasma/wacomtablet/Manifest                 |  1 +
 kde-plasma/wacomtablet/wacomtablet-6.2.0.ebuild | 56 +++++++++++++++++++++++++
 2 files changed, 57 insertions(+)

diff --git a/kde-plasma/wacomtablet/Manifest b/kde-plasma/wacomtablet/Manifest
index e037c26ccac7..486cf8d90906 100644
--- a/kde-plasma/wacomtablet/Manifest
+++ b/kde-plasma/wacomtablet/Manifest
@@ -1 +1,2 @@
 DIST wacomtablet-6.1.5.tar.xz 829876 BLAKE2B 5a028b05ce7360a655a98fc351c3e472a8cdaaef605045f2bab1b7e9b1cf806c488bf629f161001c5885bf64a4eba1ba4a29e66ae757939bc2cf8457b82c640b SHA512 592a0188cfa72026cc501afeed8c3e54edd99acddd0c4932e2e88889fb78d190576dbc4c662d73abe768b307e6490063bdab330efaa85959e982a55afd292f99
+DIST wacomtablet-6.2.0.tar.xz 834684 BLAKE2B 0c92051b089ee0756edbd854ebbf2f1f9f3224e5d9b80cb185a59193db8ad7d73fda8a2bf88a2f8d9422535efe41a477829195c73165f091db119e690605f1d3 SHA512 573fc2a9dde52aeb127ae76b408db1b58fde17b46dcd99fa9ab1f5fe8eec39849f8c2794cfc099178d0ff3b9bcd0d9a4ce1c2ca7b33a463fbcc6b5528ce66ad2

diff --git a/kde-plasma/wacomtablet/wacomtablet-6.2.0.ebuild b/kde-plasma/wacomtablet/wacomtablet-6.2.0.ebuild
new file mode 100644
index 000000000000..92338e47d756
--- /dev/null
+++ b/kde-plasma/wacomtablet/wacomtablet-6.2.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="forceoptional"
+KFMIN=6.6.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=6.7.2
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Wacom system settings module that supports different button/pen layout profiles"
+HOMEPAGE="https://userbase.kde.org/Wacomtablet"
+
+LICENSE="GPL-2"
+SLOT="6"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+# slot op: Uses Qt6::GuiPrivate for qtx11extras_p.h
+RDEPEND="
+	>=dev-libs/libwacom-0.30:=
+	>=dev-qt/qtbase-${QTMIN}:6=[dbus,gui,widgets]
+	>=dev-qt/qtdeclarative-${QTMIN}:6
+	>=kde-frameworks/kcmutils-${KFMIN}:6
+	>=kde-frameworks/kconfig-${KFMIN}:6
+	>=kde-frameworks/kconfigwidgets-${KFMIN}:6
+	>=kde-frameworks/kcoreaddons-${KFMIN}:6
+	>=kde-frameworks/kdbusaddons-${KFMIN}:6
+	>=kde-frameworks/kglobalaccel-${KFMIN}:6
+	>=kde-frameworks/ki18n-${KFMIN}:6
+	>=kde-frameworks/kio-${KFMIN}:6
+	>=kde-frameworks/knotifications-${KFMIN}:6
+	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+	>=kde-frameworks/kwindowsystem-${KFMIN}:6
+	>=kde-frameworks/kxmlgui-${KFMIN}:6
+	>=kde-plasma/libplasma-${PVCUT}:6
+	>=kde-plasma/plasma5support-${PVCUT}:6
+	>=x11-drivers/xf86-input-wacom-0.20.0
+	x11-libs/libXi
+	x11-libs/libxcb
+"
+DEPEND="${RDEPEND}
+	x11-base/xorg-proto
+	x11-libs/libX11
+"
+BDEPEND="sys-devel/gettext"
+
+src_test() {
+	# test needs DBus, bug 675548
+	local myctestargs=(
+		-E "(Test.KDED.DBusTabletService)"
+	)
+
+	ecm_src_test
+}


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

end of thread, other threads:[~2024-10-08 15:36 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-27 17:18 [gentoo-commits] repo/gentoo:master commit in: kde-plasma/wacomtablet/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2024-10-08 15:36 Andreas Sturmlechner
2024-10-07 18:02 Andreas Sturmlechner
2024-09-21  7:13 Arthur Zamarin
2024-09-21  7:12 Arthur Zamarin
2024-09-10 16:36 Andreas Sturmlechner
2024-08-06 14:26 Andreas Sturmlechner
2024-07-26 11:17 Arthur Zamarin
2024-07-16 16:32 Andreas Sturmlechner
2024-07-12 15:24 Arthur Zamarin
2024-07-02 17:57 Andreas Sturmlechner
2024-07-02 12:07 Jakov Smolić
2024-06-27 10:04 Sam James
2024-06-27  9:43 Arthur Zamarin
2024-06-25 22:33 Sam James
2024-06-24 19:12 Andreas Sturmlechner
2024-06-18 14:52 Andreas Sturmlechner
2024-05-27 22:23 Andreas Sturmlechner
2024-05-21 19:05 Andreas Sturmlechner
2024-04-16 19:54 Andreas Sturmlechner
2024-03-26 19:56 Andreas Sturmlechner
2024-03-06 15:47 Andreas Sturmlechner
2024-02-17  5:25 Sam James
2024-01-10 23:24 Andreas Sturmlechner
2023-12-23 18:30 Andreas Sturmlechner
2023-12-16  9:46 Andreas Sturmlechner

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