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-apps/libksieve/
Date: Sun, 27 Jul 2025 21:34:07 +0000 (UTC)	[thread overview]
Message-ID: <1753651898.6c43ca658dd5bd221ddef3316e2b09aa9f9bcb95.asturm@gentoo> (raw)

commit:     6c43ca658dd5bd221ddef3316e2b09aa9f9bcb95
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 27 14:10:48 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jul 27 21:31:38 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c43ca65

kde-apps/libksieve: drop 24.12.3

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

 kde-apps/libksieve/Manifest                 |  1 -
 kde-apps/libksieve/libksieve-24.12.3.ebuild | 56 -----------------------------
 2 files changed, 57 deletions(-)

diff --git a/kde-apps/libksieve/Manifest b/kde-apps/libksieve/Manifest
index 688c163886b7..450dc40a45a1 100644
--- a/kde-apps/libksieve/Manifest
+++ b/kde-apps/libksieve/Manifest
@@ -1,3 +1,2 @@
-DIST libksieve-24.12.3.tar.xz 603936 BLAKE2B beea125e5c054fe653fd71562ba672783b1aec7dfeb546cd80f7f64e7cc936af22bbb83d436017140dcba2a5907bc42dfd73254ae3d5893a4977485dc98c5246 SHA512 a24e64c118b685ab364d3f5b341cb6604dd38a0cc0090770ffa442065dce77aafa2b6cc550579c284e4519fe2c029259dd77097c68a24b2d687c3ea51abbf148
 DIST libksieve-25.04.2.tar.xz 614928 BLAKE2B 3d815f0f8036a721c6effecb0746e62be929421502e53214a20565619a51c17008fbbf134f5b1d6f0be666bd5dc2c3ac2075514b094437f063f236acc3921117 SHA512 8eb1d341b0e0bc65d83af56db0faeea4d52764960ee33eb76ee3a54920180bce8b8347a2ad8624578a6a07969faf0adf44589b074c9c48b8fc754c539c426996
 DIST libksieve-25.04.3.tar.xz 614876 BLAKE2B 3eeabea7d0a18c46d02b91d0f4a72f768117a48d496a82db34ea771bdaf8f59e90d3d506b93acc336012a8ac4b4685a13e501c7688a22e5c843a6e3cabaad65f SHA512 ad3d1fb9ab9a84e4ebac915a5a291a0bd6eab39fc7944fa9663e7828ee5d3a598db660d4855060a4e7740c6edb92284248d4523731610d2cf8c773ee4daed113

diff --git a/kde-apps/libksieve/libksieve-24.12.3.ebuild b/kde-apps/libksieve/libksieve-24.12.3.ebuild
deleted file mode 100644
index b76922e6988d..000000000000
--- a/kde-apps/libksieve/libksieve-24.12.3.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="forceoptional"
-ECM_QTHELP="true"
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-3)
-KFMIN=6.7.0
-QTMIN=6.7.2
-inherit ecm gear.kde.org
-
-DESCRIPTION="Common PIM libraries"
-
-LICENSE="GPL-2+ LGPL-2.1+"
-SLOT="6"
-KEYWORDS="amd64 arm64"
-IUSE="speech"
-
-RESTRICT="test"
-
-RDEPEND="
-	dev-libs/cyrus-sasl
-	>=dev-libs/ktextaddons-1.5.4:6[speech?]
-	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
-	>=dev-qt/qtwebengine-${QTMIN}:6[widgets]
-	>=kde-apps/kidentitymanagement-${PVCUT}:6
-	>=kde-apps/kmime-${PVCUT}:6
-	>=kde-apps/libkdepim-${PVCUT}:6
-	>=kde-apps/pimcommon-${PVCUT}:6
-	>=kde-frameworks/karchive-${KFMIN}:6
-	>=kde-frameworks/kcolorscheme-${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/kio-${KFMIN}:6
-	>=kde-frameworks/knewstuff-${KFMIN}:6
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
-	>=kde-frameworks/sonnet-${KFMIN}:6
-	>=kde-frameworks/syntax-highlighting-${KFMIN}:6
-"
-DEPEND="${RDEPEND}
-	>=kde-apps/kimap-${PVCUT}:6
-	>=kde-apps/kmailtransport-${PVCUT}:6
-"
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake_use_find_package speech KF6TextEditTextToSpeech)
-	)
-
-	ecm_src_configure
-}


             reply	other threads:[~2025-07-27 21:34 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-27 21:34 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-21 21:27 [gentoo-commits] repo/gentoo:master commit in: kde-apps/libksieve/ Andreas Sturmlechner
2024-10-01 18:23 Andreas Sturmlechner
2023-07-06 12:13 Andreas Sturmlechner
2021-02-24 22:40 Andreas Sturmlechner
2021-02-24 19:35 Mikle Kolyada
2019-03-19 11:18 Andreas Sturmlechner
2017-03-19 23:57 Andreas Sturmlechner
2016-09-15 18:34 Michael Palimaka

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=1753651898.6c43ca658dd5bd221ddef3316e2b09aa9f9bcb95.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