From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/ktouch/
Date: Mon, 25 Aug 2025 18:54:32 +0000 (UTC) [thread overview]
Message-ID: <1756148045.30fc2aef32f1aefaee7e2ca424a7c5b55928a53c.asturm@gentoo> (raw)
commit: 30fc2aef32f1aefaee7e2ca424a7c5b55928a53c
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 25 18:49:45 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Aug 25 18:54:05 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30fc2aef
kde-apps/ktouch: drop 25.07.90
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/ktouch/Manifest | 1 -
kde-apps/ktouch/ktouch-25.07.90.ebuild | 59 ----------------------------------
2 files changed, 60 deletions(-)
diff --git a/kde-apps/ktouch/Manifest b/kde-apps/ktouch/Manifest
index 4899dfda2de1..78fdc1b6b813 100644
--- a/kde-apps/ktouch/Manifest
+++ b/kde-apps/ktouch/Manifest
@@ -1,3 +1,2 @@
DIST ktouch-25.07.70_pre20250628-2a2b4273.tar.gz 5774530 BLAKE2B fd2f912d0dc03a4ed041be8bd9cb6c6a6cba22bdb0346a69cbb2f3bfd5b3b144627cf98aa09b4e78b00b86ca13fe682e422dc62127a05a3151b662268d5b295c SHA512 46151c1d3e071a5f7a68572422ef1ad910388f94aac72c3ceef865da239884085d8e85e2052baff71f6e5bbe7639d763cee49e962cdca064c5e7e0b141808d18
-DIST ktouch-25.07.90.tar.xz 4791240 BLAKE2B fbb5c1c9d28682fe6191f02318c0afbe961f5b1054c42c8d29226cc4a23e412e8720c244b77f68268d467e5a24cebe72f30fc8233c30a9f57ace672659d83398 SHA512 d4d3579992910116dac013b72af1cfa4277068b3079c8cd4fd1a6e5cf14cb64d75a1cbcc9d8fe62c13509ad9ed180822b185933a263aeb78db274f3418e9473a
DIST ktouch-25.08.0.tar.xz 4791796 BLAKE2B cb03f23b997c6980af232dde56e58f3f33d27cd547e83a63effe189b4b95998f325069725fd8188e9f902867aede09ada7531193d34f78ee45c25541f695198c SHA512 b841d4b058ee82063abcabd5b816dbe3dde7ddad19bb0aadb6252c0c269cae85eac2803518ce535c3e76f59268729cfd36eb71433f209ac8e5b9306276302e46
diff --git a/kde-apps/ktouch/ktouch-25.07.90.ebuild b/kde-apps/ktouch/ktouch-25.07.90.ebuild
deleted file mode 100644
index 6e7dc1201a24..000000000000
--- a/kde-apps/ktouch/ktouch-25.07.90.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="optional"
-PVCUT=$(ver_cut 1-3)
-KFMIN=6.9.0
-QTMIN=6.8.1
-inherit ecm gear.kde.org xdg
-
-DESCRIPTION="Program that helps to learn and practice touch typing"
-HOMEPAGE="https://apps.kde.org/ktouch/"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
-IUSE="X"
-
-COMMON_DEPEND="
- dev-libs/libxml2:2=
- >=dev-qt/qtbase-${QTMIN}:6[gui,sql,widgets,xml]
- >=dev-qt/qtdeclarative-${QTMIN}:6
- >=kde-frameworks/kcmutils-${KFMIN}:6
- >=kde-frameworks/kcompletion-${KFMIN}:6
- >=kde-frameworks/kconfig-${KFMIN}:6
- >=kde-frameworks/kconfigwidgets-${KFMIN}:6
- >=kde-frameworks/kcoreaddons-${KFMIN}:6
- >=kde-frameworks/ki18n-${KFMIN}:6
- >=kde-frameworks/kitemviews-${KFMIN}:6
- >=kde-frameworks/kservice-${KFMIN}:6
- >=kde-frameworks/ktextwidgets-${KFMIN}:6
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
- >=kde-frameworks/kxmlgui-${KFMIN}:6
- X? (
- >=dev-qt/qtbase-${QTMIN}:6=[X]
- x11-libs/libICE
- x11-libs/libSM
- x11-libs/libX11
- x11-libs/libxcb
- x11-libs/libxkbfile
- )
-"
-DEPEND="${COMMON_DEPEND}
- >=kde-frameworks/kwindowsystem-${KFMIN}:6
-"
-RDEPEND="${COMMON_DEPEND}
- >=dev-qt/qt5compat-${QTMIN}:6[qml]
- >=kde-apps/kqtquickcharts-${PVCUT}:6
-"
-
-PATCHES=( "${FILESDIR}/${PN}-25.07.80-duplicate-kdoctools.patch" ) # bug 960368
-
-src_configure() {
- local mycmakeargs=(
- -DWITHOUT_X11=$(usex !X)
- )
- ecm_src_configure
-}
next reply other threads:[~2025-08-25 18:54 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-25 18:54 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-21 11:45 [gentoo-commits] repo/gentoo:master commit in: kde-apps/ktouch/ Andreas Sturmlechner
2025-10-21 9:27 Arthur Zamarin
2025-09-05 18:59 Andreas Sturmlechner
2025-09-05 18:34 Arthur Zamarin
2025-09-05 7:55 Arthur Zamarin
2025-08-01 19:08 Andreas Sturmlechner
2025-08-01 19:08 Andreas Sturmlechner
2025-07-14 18:37 Andreas Sturmlechner
2025-07-13 12:25 Andreas Sturmlechner
2025-07-13 9:50 Sam James
2025-07-08 21:05 Sam James
2025-06-29 21:50 Andreas Sturmlechner
2025-05-03 18:48 Andreas Sturmlechner
2025-04-29 21:09 Sam James
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:33 Arthur Zamarin
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1756148045.30fc2aef32f1aefaee7e2ca424a7c5b55928a53c.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox