public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/ktexteditor/
Date: Sat, 22 Apr 2023 16:21:06 +0000 (UTC)	[thread overview]
Message-ID: <1682180451.12ae7057d8f7aaa7950905b01b6fc2c61e7696ef.asturm@gentoo> (raw)

commit:     12ae7057d8f7aaa7950905b01b6fc2c61e7696ef
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 22 16:13:13 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Apr 22 16:20:51 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12ae7057

kde-frameworks/ktexteditor: drop 5.102.0

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

 kde-frameworks/ktexteditor/Manifest                |  1 -
 .../ktexteditor/ktexteditor-5.102.0.ebuild         | 55 ----------------------
 2 files changed, 56 deletions(-)

diff --git a/kde-frameworks/ktexteditor/Manifest b/kde-frameworks/ktexteditor/Manifest
index 0e218eb26274..0b681338f87c 100644
--- a/kde-frameworks/ktexteditor/Manifest
+++ b/kde-frameworks/ktexteditor/Manifest
@@ -1,3 +1,2 @@
-DIST ktexteditor-5.102.0.tar.xz 2751384 BLAKE2B 0fee6f761153dbd869e634c8d24cbdc1e34e3ddf108e3c4a1790adcbb202d7d8460de9c4be2ceacb3f404dbcde0aedb03fd6b3491f3a5b759c8f9fa1ef14c253 SHA512 11cfae12d49d2fcca543980866c94b9eaf15fc35891e951f9448e723d2fc55e157b5036be293ab441fec1b6c419361497e665b5520e67a170374c3c3172fd239
 DIST ktexteditor-5.104.0.tar.xz 2760860 BLAKE2B 05914c622978c3ada85d331499c0cc37eb8f3063e164585e0fad3f0731ba2670d662077af2a0717dd271017e14021239188fd1f3fd8b1ebe0afff169738a5026 SHA512 07eb2c410c105b41abb1f0838d1d1e704fac13dac4cdf851ee3f86eebeb6d7eb61465392ae359c889e04339d90865a5b083337610f73d3bde6f0bc4a806ec3f0
 DIST ktexteditor-5.105.0.tar.xz 2765084 BLAKE2B 782c5e2b4d2b34e0793c656c8506a6b6513b39953aeb2b1e2d746de57946ec270dcaef0d194247a8a846193ace3d65bc00f9ca8bfaac357b25ff92b4c53e1f81 SHA512 0cbd6ab20ac1396fa8117f384b9682c38d55b3feb7ef59f9ac41cca7adf6aa384855f09b22f17a9e82efc189697a33cd33ba0de721f07d9eaa7aa8a6fc526bef

diff --git a/kde-frameworks/ktexteditor/ktexteditor-5.102.0.ebuild b/kde-frameworks/ktexteditor/ktexteditor-5.102.0.ebuild
deleted file mode 100644
index 39afe9bbb9c1..000000000000
--- a/kde-frameworks/ktexteditor/ktexteditor-5.102.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
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.5
-VIRTUALX_REQUIRED="test"
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework providing a full text editor component"
-
-LICENSE="LGPL-2+"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-IUSE="+editorconfig"
-
-RESTRICT="test"
-
-DEPEND="
-	>=dev-qt/qtdeclarative-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtprintsupport-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	>=dev-qt/qtxml-${QTMIN}:5
-	=kde-frameworks/karchive-${PVCUT}*:5
-	=kde-frameworks/kauth-${PVCUT}*:5
-	=kde-frameworks/kcodecs-${PVCUT}*:5
-	=kde-frameworks/kcompletion-${PVCUT}*:5
-	=kde-frameworks/kconfig-${PVCUT}*:5
-	=kde-frameworks/kconfigwidgets-${PVCUT}*:5
-	=kde-frameworks/kcoreaddons-${PVCUT}*:5
-	=kde-frameworks/kguiaddons-${PVCUT}*:5
-	=kde-frameworks/ki18n-${PVCUT}*:5
-	=kde-frameworks/kiconthemes-${PVCUT}*:5
-	=kde-frameworks/kio-${PVCUT}*:5
-	=kde-frameworks/kitemviews-${PVCUT}*:5
-	=kde-frameworks/kjobwidgets-${PVCUT}*:5
-	=kde-frameworks/kparts-${PVCUT}*:5
-	=kde-frameworks/kwidgetsaddons-${PVCUT}*:5
-	=kde-frameworks/kwindowsystem-${PVCUT}*:5
-	=kde-frameworks/kxmlgui-${PVCUT}*:5
-	=kde-frameworks/sonnet-${PVCUT}*:5
-	=kde-frameworks/syntax-highlighting-${PVCUT}*:5
-	editorconfig? ( app-text/editorconfig-core-c )
-"
-RDEPEND="${DEPEND}"
-BDEPEND="test? ( >=kde-frameworks/kservice-${PVCUT}:5 )"
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake_use_find_package editorconfig EditorConfig)
-	)
-
-	ecm_src_configure
-}


             reply	other threads:[~2023-04-22 16:21 UTC|newest]

Thread overview: 154+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-22 16:21 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-08 14:38 [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/ktexteditor/ Andreas Sturmlechner
2024-11-06 19:52 Andreas Sturmlechner
2024-10-11 12:57 Andreas Sturmlechner
2024-10-09 16:55 Andreas Sturmlechner
2024-10-09  7:03 Arthur Zamarin
2024-10-04 20:27 Arthur Zamarin
2024-09-14  3:23 Andreas Sturmlechner
2024-08-10  7:57 Andreas Sturmlechner
2024-08-09 13:14 Andreas Sturmlechner
2024-07-12 15:05 Andreas Sturmlechner
2024-05-28  2:10 Sam James
2024-05-27 23:47 Sam James
2024-05-19 19:29 Andreas Sturmlechner
2024-05-13 20:26 Andreas Sturmlechner
2024-04-14 20:03 Andreas Sturmlechner
2024-03-02  9:12 Andreas Sturmlechner
2024-03-01 16:24 Arthur Zamarin
2024-02-28 18:51 Arthur Zamarin
2024-02-19 16:28 Sam James
2024-02-11 20:15 Andreas Sturmlechner
2024-02-01 21:18 Andreas Sturmlechner
2024-01-14 22:28 Andreas Sturmlechner
2024-01-05  8:39 Andreas Sturmlechner
2024-01-04 10:11 Sam James
2023-12-28 18:55 Arthur Zamarin
2023-12-20 15:11 Andreas Sturmlechner
2023-12-17 23:02 Andreas Sturmlechner
2023-12-15 16:22 Andreas Sturmlechner
2023-11-28  9:46 Andreas Sturmlechner
2023-11-12  9:44 Andreas Sturmlechner
2023-10-19 15:12 Andreas Sturmlechner
2023-09-26 19:09 Andreas Sturmlechner
2023-09-10 11:44 Andreas Sturmlechner
2023-08-26  4:50 Sam James
2023-08-18  8:26 Andreas Sturmlechner
2023-08-02 19:33 Andreas Sturmlechner
2023-08-02 17:48 Sam James
2023-07-25 18:14 Arthur Zamarin
2023-07-08 16:06 Andreas Sturmlechner
2023-06-22 21:16 Andreas Sturmlechner
2023-06-22 19:59 Arthur Zamarin
2023-06-10 10:02 Andreas Sturmlechner
2023-05-27 13:44 Arthur Zamarin
2023-05-13 21:25 Andreas Sturmlechner
2023-05-13 16:57 Andreas Sturmlechner
2023-04-08 14:06 Andreas Sturmlechner
2023-03-12 21:12 Andreas Sturmlechner
2023-03-11 18:19 Andreas Sturmlechner
2023-02-18 23:05 Andreas Sturmlechner
2023-02-18 16:06 Arthur Zamarin
2023-02-18 13:27 Arthur Zamarin
2023-02-12 11:11 Andreas Sturmlechner
2023-01-15 12:36 Andreas Sturmlechner
2023-01-14 23:34 Andreas Sturmlechner
2022-12-10 10:47 Andreas Sturmlechner
2022-11-25  1:06 Jakov Smolić
2022-11-23 17:49 Jakov Smolić
2022-11-14 14:17 Andreas Sturmlechner
2022-11-12 14:53 Arthur Zamarin
2022-10-10  8:15 Andreas Sturmlechner
2022-10-06  9:07 Andreas Sturmlechner
2022-09-13 13:23 Andreas Sturmlechner
2022-08-14  8:31 Andreas Sturmlechner
2022-08-07 20:58 Andreas Sturmlechner
2022-08-06  4:08 Sam James
2022-07-19 15:39 Andreas Sturmlechner
2022-07-09 14:27 Andreas Sturmlechner
2022-06-14  7:44 Andreas Sturmlechner
2022-06-12 19:41 Andreas Sturmlechner
2022-05-14 11:33 Andreas Sturmlechner
2022-04-29  3:30 Sam James
2022-04-22  1:59 Sam James
2022-04-22  1:57 Sam James
2022-04-09 21:46 Andreas Sturmlechner
2022-04-09 16:07 Andreas Sturmlechner
2022-03-13 19:23 Andreas Sturmlechner
2022-02-14 21:37 Andreas Sturmlechner
2022-02-10  0:40 Sam James
2022-02-08 14:46 Agostino Sarubbo
2022-02-08 11:02 Jakov Smolić
2022-01-31 20:06 Andreas Sturmlechner
2022-01-20 13:26 Andreas Sturmlechner
2022-01-08 21:15 Andreas Sturmlechner
2021-12-12 22:15 Andreas Sturmlechner
2021-12-10 18:37 Jakov Smolić
2021-12-10 11:15 Jakov Smolić
2021-11-27 11:08 Andreas Sturmlechner
2021-11-13 20:01 Andreas Sturmlechner
2021-10-11 11:01 Andreas Sturmlechner
2021-09-14  9:04 Andreas Sturmlechner
2021-09-14  5:19 Sam James
2021-09-13  8:18 Agostino Sarubbo
2021-09-13  5:19 Andreas Sturmlechner
2021-09-12 23:34 Sam James
2021-08-14 17:09 Andreas Sturmlechner
2021-07-11 20:47 Andreas Sturmlechner
2021-06-14  8:25 Andreas Sturmlechner
2021-04-11 14:23 Andreas Sturmlechner
2021-04-11 12:25 Mikle Kolyada
2021-04-11 12:20 Mikle Kolyada
2021-04-10 23:41 Thomas Deutschmann
2021-04-10 18:44 Andreas Sturmlechner
2021-04-04 13:23 Andreas Sturmlechner
2021-03-13 16:33 Andreas Sturmlechner
2021-03-13 12:18 Andreas Sturmlechner
2021-02-13 20:49 Andreas Sturmlechner
2021-02-13 13:04 Andreas Sturmlechner
2021-01-11 12:28 Andreas Sturmlechner
2021-01-11  8:04 Sam James
2021-01-10 14:06 Sam James
2021-01-10  9:07 Sam James
2021-01-09 10:15 Andreas Sturmlechner
2020-12-12 18:02 Andreas Sturmlechner
2020-11-16 23:41 Andreas Sturmlechner
2020-11-14 17:46 Andreas Sturmlechner
2020-10-10 16:04 Andreas Sturmlechner
2020-09-12 14:10 Andreas Sturmlechner
2020-09-12 12:38 Andreas Sturmlechner
2020-08-08 19:56 Andreas Sturmlechner
2020-08-08 10:58 Andreas Sturmlechner
2020-07-12 23:07 Andreas Sturmlechner
2020-07-11 15:37 Andreas Sturmlechner
2020-05-31 15:54 Mikle Kolyada
2020-05-30 13:38 Mikle Kolyada
2020-05-30 13:32 Mikle Kolyada
2020-05-20 15:33 Andreas Sturmlechner
2020-05-15 15:13 Andreas Sturmlechner
2020-03-01  7:28 Mikle Kolyada
2020-03-01  7:23 Mikle Kolyada
2020-03-01  7:18 Mikle Kolyada
2019-11-01 19:39 Andreas Sturmlechner
2019-07-28 19:16 Aaron Bauman
2019-07-28  0:36 Mikle Kolyada
2019-07-28  0:15 Mikle Kolyada
2019-05-16 12:28 Mikle Kolyada
2019-05-16 12:23 Mikle Kolyada
2019-04-23 20:25 Andreas Sturmlechner
2019-04-22 10:41 Andreas Sturmlechner
2019-02-06 11:37 Mikle Kolyada
2019-02-06 10:59 Mikle Kolyada
2018-12-01 19:00 Mikle Kolyada
2018-12-01 17:00 Mikle Kolyada
2018-10-10 12:23 Mikle Kolyada
2018-07-18 18:46 Andreas Sturmlechner
2018-06-10 12:04 Mikle Kolyada
2017-12-08 23:40 Thomas Deutschmann
2017-10-19 16:41 Andreas Sturmlechner
2017-07-25 18:14 Alexis Ballier
2017-06-04 16:00 Agostino Sarubbo
2017-01-20  9:47 Agostino Sarubbo
2016-12-31 15:55 Michael Palimaka
2016-10-05 18:27 Michael Palimaka
2015-08-28 13:45 Manuel Rüger

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=1682180451.12ae7057d8f7aaa7950905b01b6fc2c61e7696ef.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