summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-10-31 03:16:06 +0000
committerSam James <sam@gentoo.org>2021-10-31 03:16:06 +0000
commitbcbb980e71039c6dc0e326a46d1a35c036ed2fcd (patch)
tree0e19de6b7423225e8a444e0aee6a06189a87fbc9 /kde-plasma/kwallet-pam
parentkde-plasma/ksystemstats: drop 5.23.1* (diff)
downloadgentoo-bcbb980e71039c6dc0e326a46d1a35c036ed2fcd.tar.gz
gentoo-bcbb980e71039c6dc0e326a46d1a35c036ed2fcd.tar.bz2
gentoo-bcbb980e71039c6dc0e326a46d1a35c036ed2fcd.zip
kde-plasma/kwallet-pam: drop 5.23.1*
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'kde-plasma/kwallet-pam')
-rw-r--r--kde-plasma/kwallet-pam/Manifest1
-rw-r--r--kde-plasma/kwallet-pam/kwallet-pam-5.23.1.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/kde-plasma/kwallet-pam/Manifest b/kde-plasma/kwallet-pam/Manifest
index 2872be164086..c2777ca64acb 100644
--- a/kde-plasma/kwallet-pam/Manifest
+++ b/kde-plasma/kwallet-pam/Manifest
@@ -1,3 +1,2 @@
DIST kwallet-pam-5.22.5.tar.xz 19960 BLAKE2B 978860fc113e2a02bd2543aa5147832050fb3b53a1916939cc21772e98a7a2e4d47892d514427f15a3fbff70a6eadcb98fdd934fb8d731992ff3fc8252c32f6b SHA512 230135ee7aadbbc9f08695afa87fd7d8f0e3dca5da40f94bea92ad83a8a2ccc86efb7d593730079a0affc91f28383d089a08fd2b4db57961ba7c5b3a009a6038
-DIST kwallet-pam-5.23.1.tar.xz 20120 BLAKE2B 4c40d1a283e0837f30a5f4be352f50636cc94c7a67a8e248446dff84b946215fe6f6585ae76a09ffb334376ad6bce1c9777d3b6c6ddf71fbda61acf326113769 SHA512 0e8369a25fdd1cd8de43f8a13ba0a62dcd03a9f20997cf803957716e5ec14173cb16eac350c14b30e25cfb9f547ece97dbc9deb67ff9a1184626881dde433010
DIST kwallet-pam-5.23.2.tar.xz 20120 BLAKE2B 906237f67868b88ec8bee2990f19a0f58257e63995f8db1dd0f9d533b41ab788e76633ab97fd318c04198b7f390814387feb666c61780062acebe9cc7b0093bf SHA512 cb18d0bb92d49dc2f9751492169e4ec54f48551222a7c054d09a6c3f53d0b0fdc22be140f2409ef50022c17369c0846bf93915418166a83839127dd45496e63d
diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.23.1.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-5.23.1.ebuild
deleted file mode 100644
index bc2a2dd88454..000000000000
--- a/kde-plasma/kwallet-pam/kwallet-pam-5.23.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.86.0
-PVCUT=$(ver_cut 1-3)
-inherit ecm kde.org
-
-DESCRIPTION="PAM module to not enter KWallet password again after login"
-
-LICENSE="LGPL-2.1"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
- dev-libs/libgcrypt:0=
- >=kde-frameworks/kwallet-${KFMIN}:5
- sys-libs/pam
-"
-RDEPEND="${DEPEND}
- net-misc/socat
-"
-
-src_configure() {
- local mycmakeargs=(
- -DCMAKE_INSTALL_LIBDIR="/$(get_libdir)"
- )
- ecm_src_configure
-}
-
-pkg_postinst() {
- ecm_pkg_postinst
- elog "This package enables auto-unlocking of kde-frameworks/kwallet:5."
- elog "See also: https://wiki.gentoo.org/wiki/KDE#KWallet_auto-unlocking"
-}