Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/pambase/files/
Date: Wed, 27 Feb 2019 05:35:42
Message-Id: 1551245723.5dab4d15221db6d3f5d8bacb4489883be6022285.bman@gentoo
1 commit: 5dab4d15221db6d3f5d8bacb4489883be6022285
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 18 17:31:36 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 27 05:35:23 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dab4d15
7
8 sys-auth/pambase: remove unused patches
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/11097
12 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
13
14 .../files/pambase-20120417-lastlog-silent.patch | 20 ---------------
15 .../files/pambase-20120417-systemd-auth.patch | 26 -------------------
16 .../pambase/files/pambase-20120417-systemd.patch | 29 ----------------------
17 3 files changed, 75 deletions(-)
18
19 diff --git a/sys-auth/pambase/files/pambase-20120417-lastlog-silent.patch b/sys-auth/pambase/files/pambase-20120417-lastlog-silent.patch
20 deleted file mode 100644
21 index 79266a740b6..00000000000
22 --- a/sys-auth/pambase/files/pambase-20120417-lastlog-silent.patch
23 +++ /dev/null
24 @@ -1,20 +0,0 @@
25 ---- pambase-20120417/login.in.orig 2012-11-21 14:31:49.031948988 +0100
26 -+++ pambase-20120417/login.in 2012-11-21 14:32:41.172330601 +0100
27 -@@ -3,4 +3,6 @@
28 -
29 - account include system-local-login
30 - password include system-local-login
31 -+
32 -+session optional pam_lastlog.so DEBUG
33 - session include system-local-login
34 ---- pambase-20120417/system-login.in.orig 2012-11-21 14:31:42.232160039 +0100
35 -+++ pambase-20120417/system-login.in 2012-11-21 14:35:20.738025880 +0100
36 -@@ -41,7 +41,7 @@
37 - session required pam_env.so DEBUG
38 - #endif
39 - #if HAVE_LASTLOG
40 --session optional pam_lastlog.so DEBUG
41 -+session optional pam_lastlog.so silent DEBUG
42 - #endif
43 - session include system-auth
44 - #if HAVE_CONSOLEKIT
45
46 diff --git a/sys-auth/pambase/files/pambase-20120417-systemd-auth.patch b/sys-auth/pambase/files/pambase-20120417-systemd-auth.patch
47 deleted file mode 100644
48 index 99c38e78477..00000000000
49 --- a/sys-auth/pambase/files/pambase-20120417-systemd-auth.patch
50 +++ /dev/null
51 @@ -1,26 +0,0 @@
52 -diff -u pambase-20120417.old/system-auth.in pambase-20120417/system-auth.in
53 ---- pambase-20120417.old/system-auth.in 2013-10-27 15:58:21.766193297 +0100
54 -+++ pambase-20120417/system-auth.in 2013-10-27 16:01:10.614555766 +0100
55 -@@ -35,3 +35,7 @@
56 - session optional pam_ssh.so
57 - #endif
58 - #include "system-session.inc"
59 -+
60 -+#if HAVE_SYSTEMD
61 -+-session optional pam_systemd.so
62 -+#endif
63 -Sólo en pambase-20120417: system-auth.in~
64 -diff -u pambase-20120417.old/system-login.in pambase-20120417/system-login.in
65 ---- pambase-20120417.old/system-login.in 2013-10-27 15:58:21.766193297 +0100
66 -+++ pambase-20120417/system-login.in 2013-10-27 15:59:42.032316285 +0100
67 -@@ -47,9 +47,6 @@
68 - #if HAVE_CONSOLEKIT
69 - -session optional pam_ck_connector.so nox11
70 - #endif
71 --#if HAVE_SYSTEMD
72 ---session optional pam_systemd.so
73 --#endif
74 - #if HAVE_GNOME_KEYRING
75 - session optional pam_gnome_keyring.so auto_start
76 - #endif
77 -Sólo en pambase-20120417: system-login.in~
78
79 diff --git a/sys-auth/pambase/files/pambase-20120417-systemd.patch b/sys-auth/pambase/files/pambase-20120417-systemd.patch
80 deleted file mode 100644
81 index 047fb41c859..00000000000
82 --- a/sys-auth/pambase/files/pambase-20120417-systemd.patch
83 +++ /dev/null
84 @@ -1,29 +0,0 @@
85 -http://bugs.gentoo.org/372229
86 -
87 ---- Makefile
88 -+++ Makefile
89 -@@ -28,6 +28,10 @@
90 - PAMFLAGS += -DHAVE_CONSOLEKIT=1
91 - endif
92 -
93 -+ifeq "$(SYSTEMD)" "yes"
94 -+PAMFLAGS += -DHAVE_SYSTEMD=1
95 -+endif
96 -+
97 - ifeq "$(GNOME_KEYRING)" "yes"
98 - PAMFLAGS += -DHAVE_GNOME_KEYRING=1
99 - endif
100 ---- system-login.in
101 -+++ system-login.in
102 -@@ -45,7 +45,10 @@
103 - #endif
104 - session include system-auth
105 - #if HAVE_CONSOLEKIT
106 --session optional pam_ck_connector.so nox11
107 -+-session optional pam_ck_connector.so nox11
108 -+#endif
109 -+#if HAVE_SYSTEMD
110 -+-session optional pam_systemd.so
111 - #endif
112 - #if HAVE_GNOME_KEYRING
113 - session optional pam_gnome_keyring.so auto_start