mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
kde-plasma/plasma-vault: drop 6.5.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
DIST plasma-vault-6.4.5.tar.xz 203044 BLAKE2B dbd4909334d343b60711bd680da7cf25df27b8bf5ab1725daa09ae027a26a21811e4f5bf15eeac1ca7b2bb36c602aea4ba937d453d9a0869e24ee6fd7e0fed15 SHA512 74012dba894e1cdb25937ff07cfec42f18ef825b80f05c6022812d37849ce6ae0d6ca4c0a01c7f1c6e459ad3c9b86a2582b0f26a340a95edb173e6b60d238ab4
|
||||
DIST plasma-vault-6.5.1.tar.xz 201656 BLAKE2B 19d1a7029be6a79abbbb450d2838110f7308a389a36cc1fe6a474c6216113fc21bdd4125ed06eab10bb3b9d185b668b8d213572891efe0a914a79267aa100ff4 SHA512 da929a72337164f04cfe1ecf08052839a5b61d5224c0071774c652d1cf7cb98f9b3fcd8c38ca168c8a03ce1bc4a8c73dc100df5599776cb87cbd15aa2622cd3c
|
||||
DIST plasma-vault-6.5.2.tar.xz 202364 BLAKE2B 0924141063fdd97f63ed4e67ac28a78eb246aa632155ced27d07d860b489bb28da11a9f5219814ef7ea65b03454d4400bbc1e3ec83de77691b1a21dca6dafbea SHA512 d00edbd7ba78338a2ad52a15e6989d55cbedf0eb79ccc369b6b5e22166713e47db9394514bf57186cd1ad99067663253c76babb4e60184a321701a7ff99057ca
|
||||
|
||||
@@ -1,76 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
KFMIN=6.18.0
|
||||
QTMIN=6.9.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 ~riscv"
|
||||
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-${KFMIN}: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
|
||||
>=sys-fs/cryfs-0.9.9
|
||||
>=sys-fs/encfs-1.9.2
|
||||
)
|
||||
"
|
||||
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user