diff options
| author | root <root@alpha.trunkmasters.com> | 2026-07-18 03:04:45 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-07-18 03:04:45 -0500 |
| commit | 08bfa3f8ec685ab603d0c1995d79d00a1a0fbe1a (patch) | |
| tree | 1b4baa71dceb3809c3f4373acb9d1b4cc906dae2 /kde-plasma/plasma-vault | |
| parent | c15a01fb364f840a250479998f64702430097a88 (diff) | |
| download | baldeagleos-repo-08bfa3f8ec685ab603d0c1995d79d00a1a0fbe1a.tar.gz baldeagleos-repo-08bfa3f8ec685ab603d0c1995d79d00a1a0fbe1a.tar.xz baldeagleos-repo-08bfa3f8ec685ab603d0c1995d79d00a1a0fbe1a.zip | |
Adding metadata
Diffstat (limited to 'kde-plasma/plasma-vault')
| -rw-r--r-- | kde-plasma/plasma-vault/Manifest | 1 | ||||
| -rw-r--r-- | kde-plasma/plasma-vault/plasma-vault-6.6.5.ebuild | 79 |
2 files changed, 0 insertions, 80 deletions
diff --git a/kde-plasma/plasma-vault/Manifest b/kde-plasma/plasma-vault/Manifest index cfb68ef47fa8..0b31856ccb64 100644 --- a/kde-plasma/plasma-vault/Manifest +++ b/kde-plasma/plasma-vault/Manifest @@ -1,3 +1,2 @@ -DIST plasma-vault-6.6.5.tar.xz 203376 BLAKE2B b93a4e7cdc7ff6ec30fe2ffde1d9bff2c511503483f24cd7a27da7681621fd9f8f0ff843185a5ec9c7fd4b8219bc964fb590bb43ea7a8af80f41dc7484f2ad62 SHA512 3c8708c9164e41b5077c95b5207d57bfde15a6eb720def6e23591bd37e74d89fc2c039ccba8e914c2bf545b4e56ff6bce1da0581c6448ec9254baae279bc8c01 DIST plasma-vault-6.6.6.tar.xz 203432 BLAKE2B 0f7e7a4eca32818385337b489f818c7010effa02f0c007bdc52b034a3bf017c134068df1c3530b670965110e466c39e3352c28e972c15d1ba5c560a67fb6ada9 SHA512 6c2fdc37b3d2c2cb5738fedff1b46241597f2f5ed2ff84c6087adaa064f58dcaa175d000c6e6b69eadba2d516ce2317240c3b391c27aa8ada468a06d571fadd6 DIST plasma-vault-6.7.3.tar.xz 204000 BLAKE2B a854f9753320ffb3fb4a8e122c556b2c9c24b016f6f6d6ab24ed1486478b4ce117eff9e471dc5a7fcaf33a6180cb185b42892d4e5170fbbd4388f46e147637fd SHA512 da2e32b7311d29ef5d1cf7b69103e1948899814981da2fe54b67386d8e42ee4b23e291c4a094743502c6d188a32717aeb4d7995a66e44061e7f6c66145aaed5d diff --git a/kde-plasma/plasma-vault/plasma-vault-6.6.5.ebuild b/kde-plasma/plasma-vault/plasma-vault-6.6.5.ebuild deleted file mode 100644 index f94bfe74f9b3..000000000000 --- a/kde-plasma/plasma-vault/plasma-vault-6.6.5.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 -} |
