commit:     07a9b0f14eb1851f8d7d9b807ca79b1cd18fc39f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 24 19:44:26 2026 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb 24 20:45:46 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07a9b0f1

kde-plasma/plasma-vault: drop 6.6.0

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

 kde-plasma/plasma-vault/Manifest                  |  1 -
 kde-plasma/plasma-vault/plasma-vault-6.6.0.ebuild | 79 -----------------------
 2 files changed, 80 deletions(-)

diff --git a/kde-plasma/plasma-vault/Manifest b/kde-plasma/plasma-vault/Manifest
index 5adafe09792a..e4521620899f 100644
--- a/kde-plasma/plasma-vault/Manifest
+++ b/kde-plasma/plasma-vault/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-vault-6.5.5.tar.xz 201200 BLAKE2B 
50a83bea6192cd1377b35f6e303a13ac94387a40828ac749cfd7ad8897a421536464a0a86fbdb8279e436c79308a7eafacfee26d453ae854e1621608df170add
 SHA512 
7c3b0a09ab0c868549d832dddff1490d7b58b21653eb5eaa8c259ac3d14247deaf5b747714ad939b8480ad8cb05f133c60a0a9c027a804f943c3f979a75bea13
-DIST plasma-vault-6.6.0.tar.xz 203516 BLAKE2B 
711509f81e2d79c366a5c0be34cd4f42492f68fca1c17b779386d0816d02339f6263a1a2fb81ec16069de4a89f6c450c34c97cd2af576d7095287d3437c85dbb
 SHA512 
408ab94e7a55f656d83c4f02fccd12f6df67551e564845fb34324fdeead507773c103921ba6d0abd486d4ed80cee45e779d7fdf2ea60159edbb4f6a7415bfc74
 DIST plasma-vault-6.6.1.tar.xz 203492 BLAKE2B 
232a8843e6e42fea6f8f1206a384c70cfb54f98164684d44d116c21fa306dfee66cc82c88ae31992313c8e6137ad8996db2e2f080c8f99c1cb21aa2ef4ed0568
 SHA512 
350248de79f840e438d5936d8c0adb5f7cec8d8be4689bde37f4fdb8d59d9ca992ccea2555b32871b24aeb930634fd996eb24015a9de597e8b07f2deab5196de

diff --git a/kde-plasma/plasma-vault/plasma-vault-6.6.0.ebuild 
b/kde-plasma/plasma-vault/plasma-vault-6.6.0.ebuild
deleted file mode 100644
index cf16c0c2626c..000000000000
--- a/kde-plasma/plasma-vault/plasma-vault-6.6.0.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=6.22.0
-QTMIN=6.10.1
-inherit ecm flag-o-matic plasma.kde.org xdg
-
-DESCRIPTION="Plasma applet and services for creating encrypted vaults"
-HOMEPAGE+=" https://cukic.co/2017/02/03/vaults-encryption-in-plasma/";
-
-LICENSE="LGPL-3"
-SLOT="6"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="networkmanager"
-
-DEPEND="
-       >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
-       >=dev-qt/qtdeclarative-${QTMIN}:6
-       >=kde-frameworks/kcodecs-${KFMIN}:6
-       >=kde-frameworks/kconfig-${KFMIN}:6
-       >=kde-frameworks/kcoreaddons-${KFMIN}:6
-       >=kde-frameworks/kdbusaddons-${KFMIN}:6
-       >=kde-frameworks/ki18n-${KFMIN}:6
-       >=kde-frameworks/kio-6.22.1:6
-       >=kde-frameworks/kitemmodels-${KFMIN}:6
-       >=kde-frameworks/kservice-${KFMIN}:6
-       >=kde-plasma/libksysguard-${KDE_CATV}:6
-       >=kde-plasma/libplasma-${KDE_CATV}:6
-       >=kde-plasma/plasma-activities-${KDE_CATV}:6=
-       networkmanager? ( >=kde-frameworks/networkmanager-qt-${KFMIN}:6 )
-"
-RDEPEND="${DEPEND}
-       >=app-crypt/gocryptfs-1.8
-"
-
-pkg_pretend() {
-       if [[ -n "${REPLACING_VERSIONS}" ]] && ! has_version 
app-crypt/gocryptfs; then
-               ewarn "${CATEGORY}/${PN} now depends on app-crypt/gocryptfs 
exclusively."
-               ewarn "If you still use deprecated CryFS or EncFS, you must put 
them in @world."
-       fi
-}
-
-src_configure() {
-       # ODR violations (bug #909446, kde#471836)
-       filter-lto
-
-       local mycmakeargs=(
-               $(cmake_use_find_package networkmanager KF6NetworkManagerQt)
-       )
-
-       ecm_src_configure
-}
-
-pkg_postinst() {
-       xdg_pkg_postinst
-
-       local has_deprecated_backend
-       dropping_backend() {
-               if has_version ${2}; then
-                       elog "${CATEGORY}/${PN} will drop support for ${1} in 
the future."
-                       elog "Migrate away from any ${2} vaults before that 
happens."
-                       elog
-                       has_deprecated_backend=1
-               fi
-       }
-
-       dropping_backend CryFS sys-fs/cryfs
-       dropping_backend EncFS sys-fs/encfs
-
-       if [[ has_deprecated_backend ]]; then
-               elog "The only supported backend going forward will be 
app-crypt/gocryptfs."
-               elog
-               elog "See also:"
-               elog 
"https://invent.kde.org/plasma/plasma-vault/-/merge_requests/57";
-               elog 
"https://invent.kde.org/plasma/plasma-vault/-/merge_requests/62";
-       fi
-}

Reply via email to