aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-01-09 11:13:40 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-01-09 11:13:40 +0100
commitd19f3d83dfdc417f745c4e2f3c92ff4cbf22cc38 (patch)
treedd3196085b32d1305d4adc172ea03ea349c318c6 /kde-frameworks/kwallet
parentkde-frameworks/ktextwidgets: drop 5.78.0* (diff)
downloadkde-d19f3d83dfdc417f745c4e2f3c92ff4cbf22cc38.tar.gz
kde-d19f3d83dfdc417f745c4e2f3c92ff4cbf22cc38.tar.bz2
kde-d19f3d83dfdc417f745c4e2f3c92ff4cbf22cc38.zip
kde-frameworks/kwallet: drop 5.78.0*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kwallet')
-rw-r--r--kde-frameworks/kwallet/Manifest1
-rw-r--r--kde-frameworks/kwallet/kwallet-5.78.0.ebuild54
2 files changed, 0 insertions, 55 deletions
diff --git a/kde-frameworks/kwallet/Manifest b/kde-frameworks/kwallet/Manifest
deleted file mode 100644
index eef80f4d5b..0000000000
--- a/kde-frameworks/kwallet/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kwallet-5.78.0.tar.xz 300012 BLAKE2B 1aefc88a604cad5cd89b2c9e46d39b098dfb05665b56af777a38a4ffb9924af3a7e2f677c238f6ea46f5e324136377358b5d52a0ee9d6059e30a9f5ea3844f42 SHA512 57bff646cab1645f65be92b934b3bd7065d08072e5daa8f68595c30276a47f2c076f6a9dc30671c9da5b4514b3f05435b4acac447820e8d104d6a780cc1c4f23
diff --git a/kde-frameworks/kwallet/kwallet-5.78.0.ebuild b/kde-frameworks/kwallet/kwallet-5.78.0.ebuild
deleted file mode 100644
index eb5d3eef85..0000000000
--- a/kde-frameworks/kwallet/kwallet-5.78.0.ebuild
+++ /dev/null
@@ -1,54 +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.1
-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
- elog "Optional dependencies:"
- 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
-}