public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/kscreenlocker/
Date: Sun, 19 Jun 2022 09:06:53 +0000 (UTC)	[thread overview]
Message-ID: <1655322040.e81d72c7d1383ade6cc1c4c22c85e88dbe32130b.asturm@gentoo> (raw)

commit:     e81d72c7d1383ade6cc1c4c22c85e88dbe32130b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 14 19:58:57 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jun 15 19:40:40 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=e81d72c7

kde-plasma/kscreenlocker: Drop IUSE=pam

Upstream commit 132adacf3d01fc4adf8a873e0debc3adb17972ec

See also:
https://invent.kde.org/plasma/kscreenlocker/-/merge_requests/59#note_468401

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../kscreenlocker/kscreenlocker-5.25.49.9999.ebuild | 21 ++++-----------------
 kde-plasma/kscreenlocker/kscreenlocker-9999.ebuild  | 21 ++++-----------------
 2 files changed, 8 insertions(+), 34 deletions(-)

diff --git a/kde-plasma/kscreenlocker/kscreenlocker-5.25.49.9999.ebuild b/kde-plasma/kscreenlocker/kscreenlocker-5.25.49.9999.ebuild
index 8406545be9..191a884b95 100644
--- a/kde-plasma/kscreenlocker/kscreenlocker-5.25.49.9999.ebuild
+++ b/kde-plasma/kscreenlocker/kscreenlocker-5.25.49.9999.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="Library and components for secure lock screen architecture"
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
 KEYWORDS=""
-IUSE="+pam"
+IUSE=""
 
 RESTRICT="test"
 
@@ -43,11 +43,11 @@ COMMON_DEPEND="
 	>=kde-frameworks/kxmlgui-${KFMIN}:5
 	>=kde-frameworks/solid-${KFMIN}:5
 	>=kde-plasma/layer-shell-qt-${PVCUT}:5
+	sys-libs/pam
 	x11-libs/libX11
 	x11-libs/libXi
 	x11-libs/libxcb
 	x11-libs/xcb-util-keysyms
-	pam? ( sys-libs/pam )
 "
 DEPEND="${COMMON_DEPEND}
 	x11-base/xorg-proto
@@ -65,14 +65,6 @@ src_prepare() {
 	use test || cmake_run_in greeter cmake_comment_add_subdirectory autotests
 }
 
-src_configure() {
-	local mycmakeargs=(
-		-DPAM_REQUIRED=$(usex pam)
-		$(cmake_use_find_package pam PAM)
-	)
-	ecm_src_configure
-}
-
 src_test() {
 	# requires running environment
 	local myctestargs=(
@@ -84,11 +76,6 @@ src_test() {
 src_install() {
 	ecm_src_install
 
-	if use pam; then
-		newpamd "${FILESDIR}/kde.pam" kde
-		newpamd "${FILESDIR}/kde-np.pam" kde-np
-	else
-		chown root "${ED}"/usr/$(get_libdir)/libexec/kcheckpass || die
-		chmod +s "${ED}"/usr/$(get_libdir)/libexec/kcheckpass || die
-	fi
+	newpamd "${FILESDIR}/kde.pam" kde
+	newpamd "${FILESDIR}/kde-np.pam" kde-np
 }

diff --git a/kde-plasma/kscreenlocker/kscreenlocker-9999.ebuild b/kde-plasma/kscreenlocker/kscreenlocker-9999.ebuild
index fa1d70fc8c..2f61d6d802 100644
--- a/kde-plasma/kscreenlocker/kscreenlocker-9999.ebuild
+++ b/kde-plasma/kscreenlocker/kscreenlocker-9999.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="Library and components for secure lock screen architecture"
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
 KEYWORDS=""
-IUSE="+pam"
+IUSE=""
 
 RESTRICT="test"
 
@@ -43,11 +43,11 @@ COMMON_DEPEND="
 	>=kde-frameworks/kxmlgui-${KFMIN}:5
 	>=kde-frameworks/solid-${KFMIN}:5
 	>=kde-plasma/layer-shell-qt-${PVCUT}:5
+	sys-libs/pam
 	x11-libs/libX11
 	x11-libs/libXi
 	x11-libs/libxcb
 	x11-libs/xcb-util-keysyms
-	pam? ( sys-libs/pam )
 "
 DEPEND="${COMMON_DEPEND}
 	x11-base/xorg-proto
@@ -65,14 +65,6 @@ src_prepare() {
 	use test || cmake_run_in greeter cmake_comment_add_subdirectory autotests
 }
 
-src_configure() {
-	local mycmakeargs=(
-		-DPAM_REQUIRED=$(usex pam)
-		$(cmake_use_find_package pam PAM)
-	)
-	ecm_src_configure
-}
-
 src_test() {
 	# requires running environment
 	local myctestargs=(
@@ -84,11 +76,6 @@ src_test() {
 src_install() {
 	ecm_src_install
 
-	if use pam; then
-		newpamd "${FILESDIR}/kde.pam" kde
-		newpamd "${FILESDIR}/kde-np.pam" kde-np
-	else
-		chown root "${ED}"/usr/$(get_libdir)/libexec/kcheckpass || die
-		chmod +s "${ED}"/usr/$(get_libdir)/libexec/kcheckpass || die
-	fi
+	newpamd "${FILESDIR}/kde.pam" kde
+	newpamd "${FILESDIR}/kde-np.pam" kde-np
 }


             reply	other threads:[~2022-06-19  9:06 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-19  9:06 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-23 19:39 [gentoo-commits] proj/kde:master commit in: kde-plasma/kscreenlocker/ Sam James
2023-12-16 11:35 Andreas Sturmlechner
2023-06-18 10:36 Andreas Sturmlechner
2023-05-21 17:56 Andreas Sturmlechner
2022-12-13 19:14 Andreas Sturmlechner
2022-10-09 16:39 Andreas Sturmlechner
2022-09-03 13:05 Andreas Sturmlechner
2022-03-16 22:10 Andreas Sturmlechner
2021-04-24 20:48 Andreas Sturmlechner
2021-04-16 21:35 Andreas Sturmlechner
2021-01-22  0:00 Andreas Sturmlechner
2020-08-30 19:02 Andreas Sturmlechner
2020-08-02 11:16 Andreas Sturmlechner
2020-08-02 11:16 Andreas Sturmlechner
2020-08-02 11:16 Andreas Sturmlechner
2020-08-01 18:44 Andreas Sturmlechner
2020-08-01 18:44 Andreas Sturmlechner
2020-08-01 18:44 Andreas Sturmlechner
2020-07-10 14:39 Andreas Sturmlechner
2020-07-10 14:39 Andreas Sturmlechner
2019-10-12 19:40 Andreas Sturmlechner
2018-12-19 15:32 Andreas Sturmlechner
2018-07-03 18:14 Andreas Sturmlechner
2018-05-18 23:21 Andreas Sturmlechner
2018-03-19 17:15 Andreas Sturmlechner
2017-09-30 13:12 Andreas Sturmlechner
2017-09-23  2:58 Michael Palimaka
2017-08-12 11:47 Michael Palimaka
2017-03-18  3:10 Michael Palimaka
2017-03-18  3:10 Michael Palimaka
2016-12-14 11:32 Michael Palimaka
2016-12-08 10:06 Johannes Huber
2016-11-20 14:49 Johannes Huber
2016-06-19 10:58 Michael Palimaka
2016-03-19 11:46 Johannes Huber
2016-03-09 17:57 Michael Palimaka
2016-02-24 12:32 Michael Palimaka
2016-02-12  5:58 Michael Palimaka
2016-02-08  0:19 Manuel Rüger
2016-01-26 13:48 Michael Palimaka
2016-01-15  8:25 Michael Palimaka
2015-12-10 11:42 Michael Palimaka
2015-12-10 10:25 Michael Palimaka
2015-12-07 17:05 Michael Palimaka
2015-12-03 15:09 Michael Palimaka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1655322040.e81d72c7d1383ade6cc1c4c22c85e88dbe32130b.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox