aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-07-12 18:53:15 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-07-12 18:53:15 +0200
commit6fa1ec398da7cfae43db1752b41d34bab19a5896 (patch)
tree6daf7dfe5060a6b964ca76eee7aa96b4c4051e75
parentkde-frameworks/ktextwidgets: drop 5.84.0* (diff)
downloadkde-6fa1ec39.tar.gz
kde-6fa1ec39.tar.bz2
kde-6fa1ec39.zip
kde-frameworks/kwallet: drop 5.84.0*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-frameworks/kwallet/Manifest1
-rw-r--r--kde-frameworks/kwallet/kwallet-5.84.0.ebuild53
2 files changed, 0 insertions, 54 deletions
diff --git a/kde-frameworks/kwallet/Manifest b/kde-frameworks/kwallet/Manifest
deleted file mode 100644
index cba9347704..0000000000
--- a/kde-frameworks/kwallet/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kwallet-5.84.0.tar.xz 301012 BLAKE2B ced83ea3ea33315d361c1306f24ca02e6de91ec88e883ff84293dd3a7f0ff4dcd7d608a74630467151c2c4e06a16d2f08e0a2c267d287b336ac4b5f8965de55b SHA512 5b7fc27043f624237191f61055c027c75b129ceac8780caa772610d428122af6c356c490472abcdb47448ba8d827f91ac604fe1c3f01e6856c8ea3ce85e02524
diff --git a/kde-frameworks/kwallet/kwallet-5.84.0.ebuild b/kde-frameworks/kwallet/kwallet-5.84.0.ebuild
deleted file mode 100644
index 6958775bab..0000000000
--- a/kde-frameworks/kwallet/kwallet-5.84.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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 ~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
-}