public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/ktouch/
@ 2016-12-19 20:08 Johannes Huber
  0 siblings, 0 replies; 14+ messages in thread
From: Johannes Huber @ 2016-12-19 20:08 UTC (permalink / raw
  To: gentoo-commits

commit:     d5f02f28d2748cab5f4fc49b21742db8308ee025
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Mon Dec 19 19:58:49 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Dec 19 20:08:29 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5f02f28

kde-apps/ktouch: Drop old

Package-Manager: portage-2.3.0

Closes: https://github.com/gentoo/gentoo/pull/3179
Signed-off-by: Johannes Huber <johu <AT> gentoo.org>

 kde-apps/ktouch/ktouch-16.12.0.ebuild | 39 -----------------------------------
 1 file changed, 39 deletions(-)

diff --git a/kde-apps/ktouch/ktouch-16.12.0.ebuild b/kde-apps/ktouch/ktouch-16.12.0.ebuild
deleted file mode 100644
index b15a785..00000000
--- a/kde-apps/ktouch/ktouch-16.12.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-inherit kde5
-
-DESCRIPTION="Program that helps to learn and practice touch typing"
-HOMEPAGE="https://www.kde.org/applications/education/ktouch/"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-DEPEND="
-	$(add_frameworks_dep kcmutils)
-	$(add_frameworks_dep kcompletion)
-	$(add_frameworks_dep kconfig)
-	$(add_frameworks_dep kconfigwidgets)
-	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep kdeclarative)
-	$(add_frameworks_dep ki18n)
-	$(add_frameworks_dep kitemviews)
-	$(add_frameworks_dep kservice)
-	$(add_frameworks_dep ktextwidgets)
-	$(add_frameworks_dep kwidgetsaddons)
-	$(add_frameworks_dep kxmlgui)
-	$(add_qt_dep qtdeclarative)
-	$(add_qt_dep qtgui)
-	$(add_qt_dep qtsql)
-	$(add_qt_dep qtwidgets)
-	$(add_qt_dep qtx11extras)
-	$(add_qt_dep qtxml)
-	$(add_qt_dep qtxmlpatterns)
-	x11-libs/libX11
-"
-RDEPEND="${DEPEND}
-	$(add_kdeapps_dep kqtquickcharts)
-"


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/ktouch/
@ 2019-04-30 12:27 Michael Palimaka
  0 siblings, 0 replies; 14+ messages in thread
From: Michael Palimaka @ 2019-04-30 12:27 UTC (permalink / raw
  To: gentoo-commits

commit:     17a1084cff3a003a37203fea32cbbd20337f0d85
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 30 12:26:35 2019 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Apr 30 12:26:57 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17a1084c

kde-apps/ktouch: add missing dependencies

Closes: https://bugs.gentoo.org/684732
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org>

 kde-apps/ktouch/{ktouch-18.12.3.ebuild => ktouch-18.12.3-r1.ebuild} | 2 ++
 kde-apps/ktouch/{ktouch-19.04.0.ebuild => ktouch-19.04.0-r1.ebuild} | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/kde-apps/ktouch/ktouch-18.12.3.ebuild b/kde-apps/ktouch/ktouch-18.12.3-r1.ebuild
similarity index 94%
rename from kde-apps/ktouch/ktouch-18.12.3.ebuild
rename to kde-apps/ktouch/ktouch-18.12.3-r1.ebuild
index 2bf2ca54d1c..c64f6c03da1 100644
--- a/kde-apps/ktouch/ktouch-18.12.3.ebuild
+++ b/kde-apps/ktouch/ktouch-18.12.3-r1.ebuild
@@ -41,4 +41,6 @@ DEPEND="${COMMON_DEPEND}
 "
 RDEPEND="${COMMON_DEPEND}
 	$(add_kdeapps_dep kqtquickcharts)
+	$(add_qt_dep qtgraphicaleffects)
+	$(add_qt_dep qtquickcontrols)
 "

diff --git a/kde-apps/ktouch/ktouch-19.04.0.ebuild b/kde-apps/ktouch/ktouch-19.04.0-r1.ebuild
similarity index 94%
rename from kde-apps/ktouch/ktouch-19.04.0.ebuild
rename to kde-apps/ktouch/ktouch-19.04.0-r1.ebuild
index 08c3e5d0df8..11300e3115c 100644
--- a/kde-apps/ktouch/ktouch-19.04.0.ebuild
+++ b/kde-apps/ktouch/ktouch-19.04.0-r1.ebuild
@@ -41,4 +41,6 @@ DEPEND="${COMMON_DEPEND}
 "
 RDEPEND="${COMMON_DEPEND}
 	$(add_kdeapps_dep kqtquickcharts)
+	$(add_qt_dep qtgraphicaleffects)
+	$(add_qt_dep qtquickcontrols)
 "


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/ktouch/
@ 2021-10-10  4:45 Yixun Lan
  0 siblings, 0 replies; 14+ messages in thread
From: Yixun Lan @ 2021-10-10  4:45 UTC (permalink / raw
  To: gentoo-commits

commit:     4a378331d1b7de635da15ae45f8a08826d75a747
Author:     Alex Fan <alexfanqi <AT> yahoo <DOT> com>
AuthorDate: Sun Oct 10 03:43:56 2021 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Sun Oct 10 04:43:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a378331

kde-apps/ktouch: keyword 21.08.2 for ~riscv

Signed-off-by: Alex Fan <alexfanqi <AT> yahoo.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 kde-apps/ktouch/ktouch-21.08.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/ktouch/ktouch-21.08.2.ebuild b/kde-apps/ktouch/ktouch-21.08.2.ebuild
index 8a4cc39ce43..114419c6ef4 100644
--- a/kde-apps/ktouch/ktouch-21.08.2.ebuild
+++ b/kde-apps/ktouch/ktouch-21.08.2.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/ktouch/"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
 IUSE="X"
 
 COMMON_DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/ktouch/
@ 2024-04-23  5:26 Arthur Zamarin
  0 siblings, 0 replies; 14+ messages in thread
From: Arthur Zamarin @ 2024-04-23  5:26 UTC (permalink / raw
  To: gentoo-commits

commit:     3ca59acbda5721d64707b6f217356ee59025b2bb
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 23 05:25:48 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 23 05:26:00 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ca59acb

kde-apps/ktouch: Stabilize 24.02.2 arm64, #930370

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

 kde-apps/ktouch/ktouch-24.02.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/ktouch/ktouch-24.02.2.ebuild b/kde-apps/ktouch/ktouch-24.02.2.ebuild
index f1a7acd6e26a..df5f5163068e 100644
--- a/kde-apps/ktouch/ktouch-24.02.2.ebuild
+++ b/kde-apps/ktouch/ktouch-24.02.2.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/ktouch/"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 arm64 ~riscv ~x86"
 IUSE="X"
 
 COMMON_DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/ktouch/
@ 2024-04-23  6:25 Arthur Zamarin
  0 siblings, 0 replies; 14+ messages in thread
From: Arthur Zamarin @ 2024-04-23  6:25 UTC (permalink / raw
  To: gentoo-commits

commit:     a6e040f407f726a8703214e3a75892d5a50ce78d
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 23 06:24:31 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 23 06:24:31 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6e040f4

kde-apps/ktouch: Stabilize 24.02.2 x86, #930370

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

 kde-apps/ktouch/ktouch-24.02.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/ktouch/ktouch-24.02.2.ebuild b/kde-apps/ktouch/ktouch-24.02.2.ebuild
index df5f5163068e..23ded88d5eec 100644
--- a/kde-apps/ktouch/ktouch-24.02.2.ebuild
+++ b/kde-apps/ktouch/ktouch-24.02.2.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/ktouch/"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 arm64 ~riscv ~x86"
+KEYWORDS="~amd64 arm64 ~riscv x86"
 IUSE="X"
 
 COMMON_DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/ktouch/
@ 2024-04-23  6:33 Arthur Zamarin
  0 siblings, 0 replies; 14+ messages in thread
From: Arthur Zamarin @ 2024-04-23  6:33 UTC (permalink / raw
  To: gentoo-commits

commit:     d00fd41ce7051bcf9bf482bd4ba17ce2138829c2
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 23 06:32:02 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 23 06:32:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d00fd41c

kde-apps/ktouch: Stabilize 24.02.2 amd64, #930370

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

 kde-apps/ktouch/ktouch-24.02.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/ktouch/ktouch-24.02.2.ebuild b/kde-apps/ktouch/ktouch-24.02.2.ebuild
index 23ded88d5eec..d8a226e143c9 100644
--- a/kde-apps/ktouch/ktouch-24.02.2.ebuild
+++ b/kde-apps/ktouch/ktouch-24.02.2.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/ktouch/"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 arm64 ~riscv x86"
+KEYWORDS="amd64 arm64 ~riscv x86"
 IUSE="X"
 
 COMMON_DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/ktouch/
@ 2024-04-25 20:41 Andreas Sturmlechner
  0 siblings, 0 replies; 14+ messages in thread
From: Andreas Sturmlechner @ 2024-04-25 20:41 UTC (permalink / raw
  To: gentoo-commits

commit:     106b28ac9bc069fd3a7eaef3480bb4e336ef78cd
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 23 19:17:11 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr 25 20:40:45 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=106b28ac

kde-apps/ktouch: drop 23.08.5

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

 kde-apps/ktouch/Manifest              |  1 -
 kde-apps/ktouch/ktouch-23.08.5.ebuild | 63 -----------------------------------
 2 files changed, 64 deletions(-)

diff --git a/kde-apps/ktouch/Manifest b/kde-apps/ktouch/Manifest
index 3b602708e978..5e0f9e38f0ac 100644
--- a/kde-apps/ktouch/Manifest
+++ b/kde-apps/ktouch/Manifest
@@ -1,2 +1 @@
-DIST ktouch-23.08.5.tar.xz 5040232 BLAKE2B 87579b6529c913bd376a129b40ed3384381e2f7848445ebb906e54022e42705dce99eaeb68e490bb8d25d00d8e4664f25f13e63b7a4cfb13c9ea9ca27e55926e SHA512 19678c063cd77f8bf77b58f510184581c973b0723fdfdcf2261a5d3d12ffccbef767f8d6eeaccf88e452f2328fc56a292c40603d02f992b656eed37868956b80
 DIST ktouch-24.02.2.tar.xz 5040984 BLAKE2B d00f62713d4b32cb83cf21644fe6ff634f2ffd58ed983333674143ac044db3330a72dcd860285f2d87bc08dbe56e25636ef10b7221dc2b1c512f56a8241f79cb SHA512 3adedfde86dabfc6cd9acaeeb3bd4255f8ab0ec5d32d02f6175ff475ef79d2bed65783b795466f097550a66b3de7361aaab3f3ea3ac2a4be8e317de542b0ba76

diff --git a/kde-apps/ktouch/ktouch-23.08.5.ebuild b/kde-apps/ktouch/ktouch-23.08.5.ebuild
deleted file mode 100644
index 3ac141b1d82b..000000000000
--- a/kde-apps/ktouch/ktouch-23.08.5.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="forceoptional"
-PVCUT=$(ver_cut 1-3)
-KFMIN=5.106.0
-QTMIN=5.15.9
-inherit ecm gear.kde.org
-
-DESCRIPTION="Program that helps to learn and practice touch typing"
-HOMEPAGE="https://apps.kde.org/ktouch/"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="amd64 arm64 ~riscv x86"
-IUSE="X"
-
-COMMON_DEPEND="
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=dev-qt/qtsql-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=dev-qt/qtxmlpatterns-${QTMIN}:5
-	>=kde-frameworks/kcmutils-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kitemviews-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktextwidgets-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/kxmlgui-${KFMIN}:5
-	X? (
-		>=dev-qt/qtx11extras-${QTMIN}:5
-		x11-libs/libICE
-		x11-libs/libSM
-		x11-libs/libX11
-		x11-libs/libxcb
-		x11-libs/libxkbfile
-	)
-"
-DEPEND="${COMMON_DEPEND}
-	>=kde-frameworks/kwindowsystem-${KFMIN}:5
-"
-RDEPEND="${COMMON_DEPEND}
-	>=dev-qt/qtgraphicaleffects-${QTMIN}:5
-	>=kde-apps/kqtquickcharts-${PVCUT}:5
-"
-
-src_configure() {
-	local mycmakeargs=(
-		-DCOMPILE_QML=OFF
-		-DWITHOUT_X11=$(usex !X)
-	)
-	ecm_src_configure
-}


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/ktouch/
@ 2024-06-17  5:19 Arthur Zamarin
  0 siblings, 0 replies; 14+ messages in thread
From: Arthur Zamarin @ 2024-06-17  5:19 UTC (permalink / raw
  To: gentoo-commits

commit:     377fccd2391ac2f8a99da33deeb120a646bf201a
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 17 05:18:38 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 17 05:18:38 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=377fccd2

kde-apps/ktouch: Stabilize 24.05.1 x86, #934201

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

 kde-apps/ktouch/ktouch-24.05.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/ktouch/ktouch-24.05.1.ebuild b/kde-apps/ktouch/ktouch-24.05.1.ebuild
index f1a7acd6e26a..f3f062155f48 100644
--- a/kde-apps/ktouch/ktouch-24.05.1.ebuild
+++ b/kde-apps/ktouch/ktouch-24.05.1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/ktouch/"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~riscv x86"
 IUSE="X"
 
 COMMON_DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/ktouch/
@ 2024-06-17  5:54 Arthur Zamarin
  0 siblings, 0 replies; 14+ messages in thread
From: Arthur Zamarin @ 2024-06-17  5:54 UTC (permalink / raw
  To: gentoo-commits

commit:     5105e572a1c9701e21579b288686cbaef6437521
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 17 05:52:25 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 17 05:52:52 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5105e572

kde-apps/ktouch: Stabilize 24.05.1 amd64, #934201

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

 kde-apps/ktouch/ktouch-24.05.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/ktouch/ktouch-24.05.1.ebuild b/kde-apps/ktouch/ktouch-24.05.1.ebuild
index 23ded88d5eec..d8a226e143c9 100644
--- a/kde-apps/ktouch/ktouch-24.05.1.ebuild
+++ b/kde-apps/ktouch/ktouch-24.05.1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/ktouch/"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 arm64 ~riscv x86"
+KEYWORDS="amd64 arm64 ~riscv x86"
 IUSE="X"
 
 COMMON_DEPEND="


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

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

commit:     5f80702f6d092693487bb56c863a2358e8d6f49e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 17 18:13:18 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jun 17 18:49:45 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f80702f

kde-apps/ktouch: drop 24.02.2

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

 kde-apps/ktouch/Manifest              |  1 -
 kde-apps/ktouch/ktouch-24.02.2.ebuild | 63 -----------------------------------
 2 files changed, 64 deletions(-)

diff --git a/kde-apps/ktouch/Manifest b/kde-apps/ktouch/Manifest
index d7003391f76b..5ba0d96b5918 100644
--- a/kde-apps/ktouch/Manifest
+++ b/kde-apps/ktouch/Manifest
@@ -1,2 +1 @@
-DIST ktouch-24.02.2.tar.xz 5040984 BLAKE2B d00f62713d4b32cb83cf21644fe6ff634f2ffd58ed983333674143ac044db3330a72dcd860285f2d87bc08dbe56e25636ef10b7221dc2b1c512f56a8241f79cb SHA512 3adedfde86dabfc6cd9acaeeb3bd4255f8ab0ec5d32d02f6175ff475ef79d2bed65783b795466f097550a66b3de7361aaab3f3ea3ac2a4be8e317de542b0ba76
 DIST ktouch-24.05.1.tar.xz 4782420 BLAKE2B bec69bfb3675491a4446398ceedfb53e898f5005d025b8abd59ebaeb6a26b2b1f604c32ac8ff149b7515595fd931f86b092c9660dbcab162793f998a34b5146a SHA512 0591a86cf27d09b51e43cd396e4b4de2f805d20beee4990e1b440a04d215211950d511cb2b28267adef4dd9cd497a3bce92a003df18aa93b9004e02c5adbdfb7

diff --git a/kde-apps/ktouch/ktouch-24.02.2.ebuild b/kde-apps/ktouch/ktouch-24.02.2.ebuild
deleted file mode 100644
index d8a226e143c9..000000000000
--- a/kde-apps/ktouch/ktouch-24.02.2.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="forceoptional"
-PVCUT=$(ver_cut 1-3)
-KFMIN=5.115.0
-QTMIN=5.15.12
-inherit ecm gear.kde.org
-
-DESCRIPTION="Program that helps to learn and practice touch typing"
-HOMEPAGE="https://apps.kde.org/ktouch/"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="amd64 arm64 ~riscv x86"
-IUSE="X"
-
-COMMON_DEPEND="
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=dev-qt/qtsql-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=dev-qt/qtxmlpatterns-${QTMIN}:5
-	>=kde-frameworks/kcmutils-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kitemviews-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktextwidgets-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/kxmlgui-${KFMIN}:5
-	X? (
-		>=dev-qt/qtx11extras-${QTMIN}:5
-		x11-libs/libICE
-		x11-libs/libSM
-		x11-libs/libX11
-		x11-libs/libxcb
-		x11-libs/libxkbfile
-	)
-"
-DEPEND="${COMMON_DEPEND}
-	>=kde-frameworks/kwindowsystem-${KFMIN}:5
-"
-RDEPEND="${COMMON_DEPEND}
-	>=dev-qt/qtgraphicaleffects-${QTMIN}:5
-	>=kde-apps/kqtquickcharts-${PVCUT}:5
-"
-
-src_configure() {
-	local mycmakeargs=(
-		-DCOMPILE_QML=OFF
-		-DWITHOUT_X11=$(usex !X)
-	)
-	ecm_src_configure
-}


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/ktouch/
@ 2024-07-13 22:44 Sam James
  0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2024-07-13 22:44 UTC (permalink / raw
  To: gentoo-commits

commit:     d04c4a69b09e561b9313714ad4f2491f4909b634
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 13 22:43:27 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 13 22:43:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d04c4a69

kde-apps/ktouch: Stabilize 24.05.2 arm64, #935994

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

 kde-apps/ktouch/ktouch-24.05.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/ktouch/ktouch-24.05.2.ebuild b/kde-apps/ktouch/ktouch-24.05.2.ebuild
index f1a7acd6e26a..df5f5163068e 100644
--- a/kde-apps/ktouch/ktouch-24.05.2.ebuild
+++ b/kde-apps/ktouch/ktouch-24.05.2.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/ktouch/"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 arm64 ~riscv ~x86"
 IUSE="X"
 
 COMMON_DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/ktouch/
@ 2024-07-14  5:59 Arthur Zamarin
  0 siblings, 0 replies; 14+ messages in thread
From: Arthur Zamarin @ 2024-07-14  5:59 UTC (permalink / raw
  To: gentoo-commits

commit:     ad08fb1da8400f1196d7f6ec8b80fa8471b85600
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 14 05:58:53 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 14 05:58:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad08fb1d

kde-apps/ktouch: Stabilize 24.05.2 x86, #935994

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

 kde-apps/ktouch/ktouch-24.05.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/ktouch/ktouch-24.05.2.ebuild b/kde-apps/ktouch/ktouch-24.05.2.ebuild
index 2c016785a7d8..d8a226e143c9 100644
--- a/kde-apps/ktouch/ktouch-24.05.2.ebuild
+++ b/kde-apps/ktouch/ktouch-24.05.2.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/ktouch/"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 arm64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~riscv x86"
 IUSE="X"
 
 COMMON_DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/ktouch/
@ 2024-08-01 16:23 Andreas Sturmlechner
  0 siblings, 0 replies; 14+ messages in thread
From: Andreas Sturmlechner @ 2024-08-01 16:23 UTC (permalink / raw
  To: gentoo-commits

commit:     21686d3776ec263d115a68d4a6311f2eb9c9aa37
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  1 15:00:07 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Aug  1 15:29:03 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21686d37

kde-apps/ktouch: drop 24.05.1

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

 kde-apps/ktouch/Manifest              |  1 -
 kde-apps/ktouch/ktouch-24.05.1.ebuild | 63 -----------------------------------
 2 files changed, 64 deletions(-)

diff --git a/kde-apps/ktouch/Manifest b/kde-apps/ktouch/Manifest
index 647859b24ec6..c75faadbfc38 100644
--- a/kde-apps/ktouch/Manifest
+++ b/kde-apps/ktouch/Manifest
@@ -1,2 +1 @@
-DIST ktouch-24.05.1.tar.xz 4782420 BLAKE2B bec69bfb3675491a4446398ceedfb53e898f5005d025b8abd59ebaeb6a26b2b1f604c32ac8ff149b7515595fd931f86b092c9660dbcab162793f998a34b5146a SHA512 0591a86cf27d09b51e43cd396e4b4de2f805d20beee4990e1b440a04d215211950d511cb2b28267adef4dd9cd497a3bce92a003df18aa93b9004e02c5adbdfb7
 DIST ktouch-24.05.2.tar.xz 4783280 BLAKE2B 576236170f7da3392fe71ccbc8a32db85b3b3e02efa5025cffe926da46acc88988c36c5457c045e357ba93f6768a5e53402d9a3afc3fca77980e03cfafaf381f SHA512 81859bd234f27aeecc5fdc4178646fbef291fbc9451f9157d0a0109625b6ed74db50c95b71bc2f8e1c8db54e7fed5118753808ea29694b36989e60d4356028a1

diff --git a/kde-apps/ktouch/ktouch-24.05.1.ebuild b/kde-apps/ktouch/ktouch-24.05.1.ebuild
deleted file mode 100644
index d8a226e143c9..000000000000
--- a/kde-apps/ktouch/ktouch-24.05.1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="forceoptional"
-PVCUT=$(ver_cut 1-3)
-KFMIN=5.115.0
-QTMIN=5.15.12
-inherit ecm gear.kde.org
-
-DESCRIPTION="Program that helps to learn and practice touch typing"
-HOMEPAGE="https://apps.kde.org/ktouch/"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="amd64 arm64 ~riscv x86"
-IUSE="X"
-
-COMMON_DEPEND="
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-	>=dev-qt/qtsql-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	>=dev-qt/qtxmlpatterns-${QTMIN}:5
-	>=kde-frameworks/kcmutils-${KFMIN}:5
-	>=kde-frameworks/kcompletion-${KFMIN}:5
-	>=kde-frameworks/kconfig-${KFMIN}:5
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:5
-	>=kde-frameworks/kcoreaddons-${KFMIN}:5
-	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kiconthemes-${KFMIN}:5
-	>=kde-frameworks/kitemviews-${KFMIN}:5
-	>=kde-frameworks/kservice-${KFMIN}:5
-	>=kde-frameworks/ktextwidgets-${KFMIN}:5
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-	>=kde-frameworks/kxmlgui-${KFMIN}:5
-	X? (
-		>=dev-qt/qtx11extras-${QTMIN}:5
-		x11-libs/libICE
-		x11-libs/libSM
-		x11-libs/libX11
-		x11-libs/libxcb
-		x11-libs/libxkbfile
-	)
-"
-DEPEND="${COMMON_DEPEND}
-	>=kde-frameworks/kwindowsystem-${KFMIN}:5
-"
-RDEPEND="${COMMON_DEPEND}
-	>=dev-qt/qtgraphicaleffects-${QTMIN}:5
-	>=kde-apps/kqtquickcharts-${PVCUT}:5
-"
-
-src_configure() {
-	local mycmakeargs=(
-		-DCOMPILE_QML=OFF
-		-DWITHOUT_X11=$(usex !X)
-	)
-	ecm_src_configure
-}


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

* [gentoo-commits] repo/gentoo:master commit in: kde-apps/ktouch/
@ 2024-10-05  7:07 Michał Górny
  0 siblings, 0 replies; 14+ messages in thread
From: Michał Górny @ 2024-10-05  7:07 UTC (permalink / raw
  To: gentoo-commits

commit:     25f164b9289c0f5e0b6eb9eabb2b2ef99bc239bf
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  5 07:06:46 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct  5 07:06:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25f164b9

kde-apps/ktouch: Stabilize 24.08.1 x86, #940669

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 kde-apps/ktouch/ktouch-24.08.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/ktouch/ktouch-24.08.1.ebuild b/kde-apps/ktouch/ktouch-24.08.1.ebuild
index f1a7acd6e26a..f3f062155f48 100644
--- a/kde-apps/ktouch/ktouch-24.08.1.ebuild
+++ b/kde-apps/ktouch/ktouch-24.08.1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/ktouch/"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~riscv x86"
 IUSE="X"
 
 COMMON_DEPEND="


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

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

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-23  6:33 [gentoo-commits] repo/gentoo:master commit in: kde-apps/ktouch/ Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2024-10-05  7:07 Michał Górny
2024-08-01 16:23 Andreas Sturmlechner
2024-07-14  5:59 Arthur Zamarin
2024-07-13 22:44 Sam James
2024-06-17 18:49 Andreas Sturmlechner
2024-06-17  5:54 Arthur Zamarin
2024-06-17  5:19 Arthur Zamarin
2024-04-25 20:41 Andreas Sturmlechner
2024-04-23  6:25 Arthur Zamarin
2024-04-23  5:26 Arthur Zamarin
2021-10-10  4:45 Yixun Lan
2019-04-30 12:27 Michael Palimaka
2016-12-19 20:08 Johannes Huber

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