summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-01-08 14:01:22 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-01-08 22:08:16 +0100
commita5ebb36c9e0b3f8e767ec2cbb8d80bb10f2cadbf (patch)
tree3c871728c0cbcfba7a775afb035ef164b761c48d /kde-frameworks
parentkde-frameworks/ktextwidgets: drop 5.89.0* (diff)
downloadgentoo-a5ebb36c9e0b3f8e767ec2cbb8d80bb10f2cadbf.tar.gz
gentoo-a5ebb36c9e0b3f8e767ec2cbb8d80bb10f2cadbf.tar.bz2
gentoo-a5ebb36c9e0b3f8e767ec2cbb8d80bb10f2cadbf.zip
kde-frameworks/kwallet: drop 5.89.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.89.0.ebuild53
2 files changed, 0 insertions, 54 deletions
diff --git a/kde-frameworks/kwallet/Manifest b/kde-frameworks/kwallet/Manifest
index f8f92a6a7e0f..ae66b8ecd3f0 100644
--- a/kde-frameworks/kwallet/Manifest
+++ b/kde-frameworks/kwallet/Manifest
@@ -1,3 +1,2 @@
DIST kwallet-5.88.0.tar.xz 303216 BLAKE2B 8adbfd59dd1548fe4b603a1f9f05b02a0b5dc732e3773ef1659f27b37e79a23a1d6621080160481709408ce43ec7670167def2ef0db646373070fc09f2f127b9 SHA512 ad12f9d9162181962006b6f51fde52344de15e384bb69e9c48fc376625175a3a3aafd9093f3cdaa5d99735c9fc88954c16353b14c0d4499e488008307918b847
-DIST kwallet-5.89.0.tar.xz 305336 BLAKE2B 55206901ac4c0a791b8d494cf9e93cf3237211e5d32f150682ad6a11ce55eb3061e147d92bca04af6cf65c353640550a948ac8bd6e256a31570037636cb966eb SHA512 568e9de2045feeb1fbd5bd20deb870f806bd322449f06e1c006effd7da3c311d9856176d677b6684da7f24692eca45b33ececc08892813e494ecc54fe4044b03
DIST kwallet-5.90.0.tar.xz 305148 BLAKE2B 8a462f0e1b7944b6f39341c496f5888d2957d45036341da04ab0f3751ef4687bada3340f8528e695100f81e1cc850f976b8aae960b863e3cf6886112ce807123 SHA512 aa8aa252477881c17abfa266fbf8c928c557bc0cedae123e8290a76bc51ed8c2f0f816fc2f4aba9546ce7c776d0080319faf83567fd38cec022022d0c0982af8
diff --git a/kde-frameworks/kwallet/kwallet-5.89.0.ebuild b/kde-frameworks/kwallet/kwallet-5.89.0.ebuild
deleted file mode 100644
index f985d0d7667a..000000000000
--- a/kde-frameworks/kwallet/kwallet-5.89.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=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
-}