diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /kde-plasma/plasma-vault | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'kde-plasma/plasma-vault')
| -rw-r--r-- | kde-plasma/plasma-vault/Manifest | 2 | ||||
| -rw-r--r-- | kde-plasma/plasma-vault/metadata.xml | 11 | ||||
| -rw-r--r-- | kde-plasma/plasma-vault/plasma-vault-6.6.4.ebuild | 79 | ||||
| -rw-r--r-- | kde-plasma/plasma-vault/plasma-vault-6.6.5.ebuild | 79 |
4 files changed, 0 insertions, 171 deletions
diff --git a/kde-plasma/plasma-vault/Manifest b/kde-plasma/plasma-vault/Manifest deleted file mode 100644 index 358b0e8d5636..000000000000 --- a/kde-plasma/plasma-vault/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST plasma-vault-6.6.4.tar.xz 204224 BLAKE2B 12c944a2ce26d8216437722d036f46f5cdef86b25b19d245d44118dbda12776d517c269f1f42fae6d7e27cd617a6b2daa102b3166a0fb2a9dc6fdb6b1e506c5b SHA512 c1e0689414b097fe2de69c81d5f95115e18b005fb3603af5bfa325ef0255c2b1f6d2e0c03b236903acbd5ca44b3020c168e97d27b62a2a052aabbc0f9f02d738 -DIST plasma-vault-6.6.5.tar.xz 203376 BLAKE2B b93a4e7cdc7ff6ec30fe2ffde1d9bff2c511503483f24cd7a27da7681621fd9f8f0ff843185a5ec9c7fd4b8219bc964fb590bb43ea7a8af80f41dc7484f2ad62 SHA512 3c8708c9164e41b5077c95b5207d57bfde15a6eb720def6e23591bd37e74d89fc2c039ccba8e914c2bf545b4e56ff6bce1da0581c6448ec9254baae279bc8c01 diff --git a/kde-plasma/plasma-vault/metadata.xml b/kde-plasma/plasma-vault/metadata.xml deleted file mode 100644 index d925f2439758..000000000000 --- a/kde-plasma/plasma-vault/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>kde@gentoo.org</email> - <name>Gentoo KDE Project</name> - </maintainer> - <upstream> - <bugs-to>https://bugs.kde.org/</bugs-to> - </upstream> -</pkgmetadata> diff --git a/kde-plasma/plasma-vault/plasma-vault-6.6.4.ebuild b/kde-plasma/plasma-vault/plasma-vault-6.6.4.ebuild deleted file mode 100644 index f94bfe74f9b3..000000000000 --- a/kde-plasma/plasma-vault/plasma-vault-6.6.4.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 -} 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 -} |
