* [gentoo-commits] repo/gentoo:master commit in: kde-base/kcheckpass/
@ 2015-11-14 15:19 Michael Palimaka
0 siblings, 0 replies; 4+ messages in thread
From: Michael Palimaka @ 2015-11-14 15:19 UTC (permalink / raw
To: gentoo-commits
commit: 4d16c72bc2f9f3f0e913919e6c41f1130977deb4
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sat Nov 14 15:09:00 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Nov 14 15:19:35 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d16c72b
kde-base/kcheckpass: Drop old
Package-Manager: portage-2.2.20.1
kde-base/kcheckpass/kcheckpass-4.11.22.ebuild | 33 ---------------------------
1 file changed, 33 deletions(-)
diff --git a/kde-base/kcheckpass/kcheckpass-4.11.22.ebuild b/kde-base/kcheckpass/kcheckpass-4.11.22.ebuild
deleted file mode 100644
index 4904fe0..0000000
--- a/kde-base/kcheckpass/kcheckpass-4.11.22.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KMNAME="kde-workspace"
-inherit kde4-meta
-
-DESCRIPTION="A simple password checker, used by any software in need of user authentication"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug pam"
-
-RDEPEND="
- pam? (
- >=kde-base/kdebase-pam-7
- virtual/pam
- )
-"
-
-src_prepare() {
- kde4-meta_src_prepare
-
- use pam && epatch "${FILESDIR}/${PN}-4.4.2-no-SUID-no-GUID.patch"
-}
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_with pam)
- )
-
- kde4-meta_src_configure
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-base/kcheckpass/
@ 2015-11-14 15:19 Michael Palimaka
0 siblings, 0 replies; 4+ messages in thread
From: Michael Palimaka @ 2015-11-14 15:19 UTC (permalink / raw
To: gentoo-commits
commit: 17f716f5326cbaf8548f1127e43e5547adfaad6c
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Fri Nov 13 21:25:45 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Nov 14 15:19:34 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17f716f5
kde-base/kcheckpass: Add alternative deps on pam providers, fix DEPEND
kde-plasma/plasma-workspace and kde-plasma/kscreenlocker will start to
block kde-base/kdebase-pam due to colliding files in /etc/pam.d/
In order to avoid another full block, let kcheckpass be satisfied by these
packages as well.
Package-Manager: portage-2.2.20.1
kde-base/kcheckpass/kcheckpass-4.11.22-r1.ebuild | 37 ++++++++++++++++++++++++
1 file changed, 37 insertions(+)
diff --git a/kde-base/kcheckpass/kcheckpass-4.11.22-r1.ebuild b/kde-base/kcheckpass/kcheckpass-4.11.22-r1.ebuild
new file mode 100644
index 0000000..bc4f592
--- /dev/null
+++ b/kde-base/kcheckpass/kcheckpass-4.11.22-r1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KMNAME="kde-workspace"
+inherit kde4-meta
+
+DESCRIPTION="A simple password checker, used by any software in need of user authentication"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug pam"
+
+DEPEND="
+ pam? ( virtual/pam )
+"
+RDEPEND="${DEPEND}
+ pam? ( || (
+ >=kde-base/kdebase-pam-7
+ kde-plasma/kscreenlocker
+ <kde-plasma/plasma-workspace-5.4.50
+ ) )
+"
+
+src_prepare() {
+ kde4-meta_src_prepare
+
+ use pam && epatch "${FILESDIR}/${PN}-4.4.2-no-SUID-no-GUID.patch"
+}
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_with pam)
+ )
+
+ kde4-meta_src_configure
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-base/kcheckpass/
@ 2016-03-05 12:11 Mikle Kolyada
0 siblings, 0 replies; 4+ messages in thread
From: Mikle Kolyada @ 2016-03-05 12:11 UTC (permalink / raw
To: gentoo-commits
commit: 1f53527ca0c07484dc276945f2c34acb24ca83d2
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 5 12:08:24 2016 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Mar 5 12:08:24 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f53527c
kde-base/kcheckpass: amd64 stable wrt bug #569742
Package-Manager: portage-2.2.26
kde-base/kcheckpass/kcheckpass-4.11.22-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-base/kcheckpass/kcheckpass-4.11.22-r1.ebuild b/kde-base/kcheckpass/kcheckpass-4.11.22-r1.ebuild
index bc4f592..8038a85 100644
--- a/kde-base/kcheckpass/kcheckpass-4.11.22-r1.ebuild
+++ b/kde-base/kcheckpass/kcheckpass-4.11.22-r1.ebuild
@@ -8,7 +8,7 @@ KMNAME="kde-workspace"
inherit kde4-meta
DESCRIPTION="A simple password checker, used by any software in need of user authentication"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug pam"
DEPEND="
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-base/kcheckpass/
@ 2016-03-06 10:26 Mikle Kolyada
0 siblings, 0 replies; 4+ messages in thread
From: Mikle Kolyada @ 2016-03-06 10:26 UTC (permalink / raw
To: gentoo-commits
commit: fafc7511b895f2067895034b5c335a8752c7b3b9
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 6 10:19:07 2016 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Mar 6 10:19:07 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fafc7511
kde-base/kcheckpass: x86 stable wrt bug #569742
Package-Manager: portage-2.2.26
kde-base/kcheckpass/kcheckpass-4.11.22-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-base/kcheckpass/kcheckpass-4.11.22-r1.ebuild b/kde-base/kcheckpass/kcheckpass-4.11.22-r1.ebuild
index 8038a85..873b798 100644
--- a/kde-base/kcheckpass/kcheckpass-4.11.22-r1.ebuild
+++ b/kde-base/kcheckpass/kcheckpass-4.11.22-r1.ebuild
@@ -8,7 +8,7 @@ KMNAME="kde-workspace"
inherit kde4-meta
DESCRIPTION="A simple password checker, used by any software in need of user authentication"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="debug pam"
DEPEND="
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-03-06 12:09 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-06 10:26 [gentoo-commits] repo/gentoo:master commit in: kde-base/kcheckpass/ Mikle Kolyada
-- strict thread matches above, loose matches on Subject: below --
2016-03-05 12:11 Mikle Kolyada
2015-11-14 15:19 Michael Palimaka
2015-11-14 15:19 Michael Palimaka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox