summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-06-25 16:51:47 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-06-25 16:52:15 +0200
commit7771149dd1aaedc3b5a72ce40e249c6b094e397a (patch)
tree340c6fc5eb0f99c414c39d70926318589fa3c99f /kde-plasma/kwallet-pam
parentkde-plasma: Add KDE Plasma 5.16.2 (diff)
downloadgentoo-7771149dd1aaedc3b5a72ce40e249c6b094e397a.tar.gz
gentoo-7771149dd1aaedc3b5a72ce40e249c6b094e397a.tar.bz2
gentoo-7771149dd1aaedc3b5a72ce40e249c6b094e397a.zip
kde-plasma: Drop KDE Plasma 5.16.1
Package-Manager: Portage-2.3.67, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner <asturm@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.16.1.ebuild33
2 files changed, 0 insertions, 34 deletions
diff --git a/kde-plasma/kwallet-pam/Manifest b/kde-plasma/kwallet-pam/Manifest
index c20ee64fa8f3..b8b85bf62e73 100644
--- a/kde-plasma/kwallet-pam/Manifest
+++ b/kde-plasma/kwallet-pam/Manifest
@@ -1,3 +1,2 @@
DIST kwallet-pam-5.15.5.tar.xz 19332 BLAKE2B b5d552500584888d6fd2662e7332623f51ec4a90885c983f492fbff8768b144a5d0bfff8e7466f68b833bbea436b9424b55f221402e1c9ddc8626be63910b521 SHA512 4a1a0b6f4d607a71b2dee3317acd0af1c76991a628be50d67c8231d756255577fe90e0f938050c8f6d6f295d5299deb8a88afbd7eac28050d3b905267bfd7636
-DIST kwallet-pam-5.16.1.tar.xz 19636 BLAKE2B 3feebe452cc6e00cf02d6587ccc5f9a91274122bf486430c230db6ab219905e916f632bd75c6cb2decb505ad3d5b4332583834a1b8fc5186c792818de4e5bd37 SHA512 7faf70097673e221630d2ae0e0b998223349dbe0ba81e7a038e1c604af0fffe398b2b18d55112c040e0fa974d92699dcf163576b529e368af3db06e68783af6f
DIST kwallet-pam-5.16.2.tar.xz 19644 BLAKE2B 75b3242dd876d90ed356d99cdaa60cc771d6240f6d2407636a73243ed77209d5a936380dfc8e612d18f65c1ecf0d0d13ac4aeda9b08936c238f977f8a7b8d1f6 SHA512 60273319ccccd199e9ff3e3a8509a9d46b70cd24ca36c633dfeb65ebaeb04fd6ac458a6a9ec029acacb11cb3d476bd6f7e898cb999c6a12d3ec3c386a79f3eb0
diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.16.1.ebuild b/kde-plasma/kwallet-pam/kwallet-pam-5.16.1.ebuild
deleted file mode 100644
index f3e1c598ec6c..000000000000
--- a/kde-plasma/kwallet-pam/kwallet-pam-5.16.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit kde5
-
-DESCRIPTION="KWallet PAM module to not enter password again"
-LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE=""
-
-DEPEND="
- $(add_frameworks_dep kwallet)
- dev-libs/libgcrypt:0=
- virtual/pam
-"
-RDEPEND="${DEPEND}
- net-misc/socat
-"
-
-src_configure() {
- local mycmakeargs=(
- -DCMAKE_INSTALL_LIBDIR="/$(get_libdir)"
- )
- kde5_src_configure
-}
-
-pkg_postinst() {
- kde5_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"
-}