summaryrefslogtreecommitdiffstats
path: root/trinity-base/kcheckpass
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-11-28 19:20:53 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-12-01 23:25:44 +0100
commit62d47dd844d191b892ae0edec58ff2cdf3532e40 (patch)
tree45e551b6261dbe852fb69037566f2f23f4bad2c9 /trinity-base/kcheckpass
parenteb922946c6680e0c88a256e2897a27b3b6a757a6 (diff)
downloadtde-packaging-gentoo-62d47dd844d191b892ae0edec58ff2cdf3532e40.tar.gz
tde-packaging-gentoo-62d47dd844d191b892ae0edec58ff2cdf3532e40.zip
*/*: Remove 14.0.7 packages
Fixes were only made to 14.0.8 and CI is still very red for 14.0.7. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'trinity-base/kcheckpass')
-rw-r--r--trinity-base/kcheckpass/Manifest1
-rw-r--r--trinity-base/kcheckpass/kcheckpass-14.0.7.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/trinity-base/kcheckpass/Manifest b/trinity-base/kcheckpass/Manifest
index 2fae19fb..36fd9633 100644
--- a/trinity-base/kcheckpass/Manifest
+++ b/trinity-base/kcheckpass/Manifest
@@ -1,2 +1 @@
-DIST tdebase-trinity-14.0.7.tar.xz 30025772 BLAKE2B d163bb263ef0351dcf437777e7dbf5da4681baa2023cb2d53357145fec25a5ecb7015832645862b912b25b0d2f61432c6e4b740fad4c84b153610dc3be30c60a SHA512 ce9fbac0553b49c21061cf5cf22acf0831b6a2984ac08df3d37a1ed28ed1e7066cfc9cfb7fc3c78e40b876553dee6c3b1bd9e6fc5419af310645ac704a2abdb7
DIST tdebase-trinity-14.0.8.tar.xz 30049464 BLAKE2B c5a9a9c79cc12c8a9e85fb1913f334a208609c452fe150ade62bee5798e61abd956512f10059c215e7f7e07182dfbc1f3017600466598f85d9137689a7d0126e SHA512 e52ed05b416bb29b4a8d742bdcd908f5887d06aa7a64d2a1218a603a0926098504c0f1ef6de41552070ce1e5e32219156bb8c5fc4f47f9819efe3e02145de403
diff --git a/trinity-base/kcheckpass/kcheckpass-14.0.7.ebuild b/trinity-base/kcheckpass/kcheckpass-14.0.7.ebuild
deleted file mode 100644
index d5c6af14..00000000
--- a/trinity-base/kcheckpass/kcheckpass-14.0.7.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Copyright 2020 The Trinity Desktop Project
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-TRINITY_MODULE_NAME="tdebase"
-
-inherit trinity-meta-2
-
-DESCRIPTION="A simple password checker, used by any software in need of user authentication."
-IUSE="pam"
-
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="pam? ( trinity-base/tdebase-pam )"
-DEPEND="${RDEPEND}"
-
-src_configure() {
- mycmakeargs=(
- -DWITH_SHADOW=ON
- -DWITH_PAM="$(usex pam)"
- -DKCHECKPASS_PAM_SERVICE=tde
- )
-
- trinity-meta-2_src_configure
-}