summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-01-15 00:49:10 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-01-15 13:36:27 +0100
commitc232382643ff9abb209de57d9cca9166a9e6f3c5 (patch)
treec6cc8d96b97826a2616135d14768ae64851f69fb /kde-frameworks
parentkde-frameworks/ktextwidgets: drop 5.101.0 (diff)
downloadgentoo-c232382643ff9abb209de57d9cca9166a9e6f3c5.tar.gz
gentoo-c232382643ff9abb209de57d9cca9166a9e6f3c5.tar.bz2
gentoo-c232382643ff9abb209de57d9cca9166a9e6f3c5.zip
kde-frameworks/kwallet: drop 5.101.0-r2
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.101.0-r2.ebuild52
2 files changed, 0 insertions, 53 deletions
diff --git a/kde-frameworks/kwallet/Manifest b/kde-frameworks/kwallet/Manifest
index a4fc1c6b983b..2c23078e2823 100644
--- a/kde-frameworks/kwallet/Manifest
+++ b/kde-frameworks/kwallet/Manifest
@@ -1,3 +1,2 @@
-DIST kwallet-5.101.0.tar.xz 347684 BLAKE2B 5226c69a7949c1bb53fde646ec5d2e135e7352b69dd608ea3ab9543f359fc70990196345a10926124d0a95690f70b2123529d61070628c138964546bbbff0784 SHA512 1d587b192a9debead88449249bfd410a2c85ce6d090ef5afe65b3f95e17c4e45de6cfb6de9c787a93cffb7951d9f27086d3315aeff7c343fa2729bca0138d1d9
DIST kwallet-5.102.0.tar.xz 347564 BLAKE2B c5ce1aef7a8acd1951269353bfbdb8e07ff35e5017e194b321f1c9d8adc0ef1bb28e5f729108a0ac59a4566e136b78aac139c8f1448b80f425fe5ef9e357c85d SHA512 4b8175e9eafb62f2461eabbf628aef92e7df512d0d66e80f81f15194b32ff23b05dc492193b594eba92c4dc48a2b6706dfbd4bf150c1955374fe5dd2f7ce2a73
DIST kwallet-5.99.0.tar.xz 333436 BLAKE2B 915fb97743be3f0dd8068e1a507bf51f490814b15153599fcd530805df69bfc69ae7de11ce2b31b27ef8eb6bfe6d719b2c7ce1159eec1e932b8fd1655d10a7bb SHA512 21310271f8acd92d05c985ae90bb5f25482c251245a396557719500de8a3562e0487dec26110b4956837ccf99cb83461b6d1d57cf5925b914dafd04cdef33e24
diff --git a/kde-frameworks/kwallet/kwallet-5.101.0-r2.ebuild b/kde-frameworks/kwallet/kwallet-5.101.0-r2.ebuild
deleted file mode 100644
index 2869c90371c9..000000000000
--- a/kde-frameworks/kwallet/kwallet-5.101.0-r2.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.5
-inherit ecm frameworks.kde.org optfeature
-
-DESCRIPTION="Framework providing desktop-wide storage for passwords"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="gpg +man"
-
-DEPEND="
- >=app-crypt/qca-2.3.1:2[qt5(+)]
- 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}"
-BDEPEND="man? ( >=kde-frameworks/kdoctools-${PVCUT}:5 )"
-
-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
-}