summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-03-13 10:05:57 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-03-13 20:22:38 +0100
commitcc2815690be38c08df76694ea901f468c97a9cb7 (patch)
treef9974c20e64f8e35f095972935884ffe6b232ca0 /kde-frameworks
parentkde-frameworks/ktextwidgets: drop 5.91.0* (diff)
downloadgentoo-cc2815690be38c08df76694ea901f468c97a9cb7.tar.gz
gentoo-cc2815690be38c08df76694ea901f468c97a9cb7.tar.bz2
gentoo-cc2815690be38c08df76694ea901f468c97a9cb7.zip
kde-frameworks/kwallet: drop 5.91.0*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/kwallet/Manifest1
-rw-r--r--kde-frameworks/kwallet/kwallet-5.91.0-r1.ebuild53
2 files changed, 0 insertions, 54 deletions
diff --git a/kde-frameworks/kwallet/Manifest b/kde-frameworks/kwallet/Manifest
index 157fb3f543d2..8f61e425cd11 100644
--- a/kde-frameworks/kwallet/Manifest
+++ b/kde-frameworks/kwallet/Manifest
@@ -1,3 +1,2 @@
DIST kwallet-5.90.0.tar.xz 305148 BLAKE2B 8a462f0e1b7944b6f39341c496f5888d2957d45036341da04ab0f3751ef4687bada3340f8528e695100f81e1cc850f976b8aae960b863e3cf6886112ce807123 SHA512 aa8aa252477881c17abfa266fbf8c928c557bc0cedae123e8290a76bc51ed8c2f0f816fc2f4aba9546ce7c776d0080319faf83567fd38cec022022d0c0982af8
-DIST kwallet-5.91.0.tar.xz 305472 BLAKE2B 5244aee1bdb7cf76f9a8391f6135e4ba35273ad6c1f728410ebb7547acceb5b7f45cdf1cb301000ce936eacc071492258722c924665a1466d558a98e41220e02 SHA512 9de1bf99a7772a37f85af6325c4267b42849f1044b4bb536ad5afc979c916d4cc04a8a9b7329f6731d1833ed792a5d772389f470e44637132f6c206a6388bba8
DIST kwallet-5.92.0.tar.xz 305528 BLAKE2B adf94a05ad064a02c5c8cf291014e554f9e432aa07977b08c97b5b61babff53e2e973c16b10ad5ab48cbd7a48b4b3afecabd576070db8076a0cfa2608d7588f1 SHA512 db65cf0e40a758129122e8320b1971e35de5e7a9b65248937e5b3c65063515ce3520ea2f32eb363d138d9c53afae39e2f86618ac318fb19d099a5fa38ac18c6a
diff --git a/kde-frameworks/kwallet/kwallet-5.91.0-r1.ebuild b/kde-frameworks/kwallet/kwallet-5.91.0-r1.ebuild
deleted file mode 100644
index a371a605fed0..000000000000
--- a/kde-frameworks/kwallet/kwallet-5.91.0-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.2
-inherit ecm kde.org optfeature
-
-DESCRIPTION="Framework providing desktop-wide storage for passwords"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="gpg +man"
-
-BDEPEND="
- man? ( >=kde-frameworks/kdoctools-${PVCUT}:5 )
-"
-DEPEND="
- dev-libs/libgcrypt:0=
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- =kde-frameworks/kconfig-${PVCUT}*:5
- =kde-frameworks/kconfigwidgets-${PVCUT}*:5
- =kde-frameworks/kcoreaddons-${PVCUT}*:5
- =kde-frameworks/kdbusaddons-${PVCUT}*:5
- =kde-frameworks/ki18n-${PVCUT}*:5
- =kde-frameworks/knotifications-${PVCUT}*:5
- =kde-frameworks/kservice-${PVCUT}*:5
- =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
- =kde-frameworks/kwindowsystem-${PVCUT}*:5
- gpg? ( >=app-crypt/gpgme-1.7.1:=[cxx,qt5] )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package gpg Gpgmepp)
- $(cmake_use_find_package man KF5DocTools)
- )
-
- ecm_src_configure
-}
-
-pkg_postinst() {
- if [[ -z "${REPLACING_VERSIONS}" ]]; then
- optfeature "Auto-unlocking after account login" kde-plasma/kwallet-pam
- optfeature "KWallet management" kde-apps/kwalletmanager:5
- elog "For more information, read https://wiki.gentoo.org/wiki/KDE#KWallet"
- fi
- ecm_pkg_postinst
-}