From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/ktextaddons/
Date: Tue, 1 Oct 2024 18:23:04 +0000 (UTC) [thread overview]
Message-ID: <1727806924.782387b015bd39f7b2b5c146c600ac5a8569e8c2.asturm@gentoo> (raw)
commit: 782387b015bd39f7b2b5c146c600ac5a8569e8c2
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 1 21:50:00 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Oct 1 18:22:04 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=782387b0
dev-libs/ktextaddons: drop 1.2.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-libs/ktextaddons/Manifest | 1 -
dev-libs/ktextaddons/ktextaddons-1.2.1.ebuild | 48 ---------------------------
2 files changed, 49 deletions(-)
diff --git a/dev-libs/ktextaddons/Manifest b/dev-libs/ktextaddons/Manifest
index a4c0d979b06f..1c4c303a4970 100644
--- a/dev-libs/ktextaddons/Manifest
+++ b/dev-libs/ktextaddons/Manifest
@@ -1,2 +1 @@
-DIST ktextaddons-1.2.1.tar.xz 392132 BLAKE2B 63a3dcbca0e49fab246f6a76266529e90ec73209e5dd2464884b9b0071867d10ff017b91faa321a8738e63c90c6bd6c4c8ad708a4a944595eba4a7f0aa4934d2 SHA512 44a0aa56a92594031576d2e37e7bc526444f64cebd9b5add8bd382e72fc30b222075bee4d61cc358da61f4db266cd0a339717bd9d90b21e38993371cb1408db9
DIST ktextaddons-1.5.4.tar.xz 471052 BLAKE2B 9f2730d0e1f71606b60c2469bd06790a8a1fadd7e30526ed94125d8eb897a08be549ac05bd9af9651dadf5ef95fa71249c5802e40fce43f28c82c2cd8f121e04 SHA512 76829c265c68e374fc7012c270a0328bb9d724d78165f0bda8da126994a5eb692af0b66b93e1151af3fc3e1755bbedfabcae73b60bb47c871181d2d50530e243
diff --git a/dev-libs/ktextaddons/ktextaddons-1.2.1.ebuild b/dev-libs/ktextaddons/ktextaddons-1.2.1.ebuild
deleted file mode 100644
index 88de23ac551d..000000000000
--- a/dev-libs/ktextaddons/ktextaddons-1.2.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_DESIGNERPLUGIN="true"
-ECM_QTHELP="true"
-ECM_TEST="true"
-KFMIN=5.103.0
-QTMIN=5.15.5
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Various text handling addons"
-HOMEPAGE="https://invent.kde.org/libraries/ktextaddons"
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
- SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
- KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
-fi
-
-LICENSE="LGPL-2+"
-SLOT="5"
-IUSE="speech"
-
-RESTRICT="test"
-
-RDEPEND="
- dev-libs/qtkeychain:=[qt5(+)]
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtnetwork-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kconfigwidgets-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
- >=kde-frameworks/kxmlgui-${KFMIN}:5
- speech? ( >=dev-qt/qtspeech-${QTMIN}:5 )
-"
-DEPEND="${RDEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package speech Qt5TextToSpeech)
- )
- ecm_src_configure
-}
next reply other threads:[~2024-10-01 18:23 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-01 18:23 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-07-09 14:05 [gentoo-commits] repo/gentoo:master commit in: dev-libs/ktextaddons/ Sam James
2024-02-17 5:25 Sam James
2023-04-29 21:51 Andreas Sturmlechner
2023-04-24 17:52 Andreas Sturmlechner
2023-04-24 17:52 Andreas Sturmlechner
2023-04-21 18:27 Jakov Smolić
2023-04-20 21:40 Sam James
2023-04-20 21:27 Sam James
2023-04-20 21:27 Sam James
2023-04-18 17:22 Andreas Sturmlechner
2023-04-18 17:22 Andreas Sturmlechner
2023-04-17 17:43 Andreas Sturmlechner
2023-04-17 17:43 Andreas Sturmlechner
2023-04-16 19:54 Andreas Sturmlechner
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=1727806924.782387b015bd39f7b2b5c146c600ac5a8569e8c2.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