* [gentoo-commits] gentoo-x86 commit in sys-auth/pambase: ChangeLog pambase-20150213.ebuild
@ 2015-04-17 15:07 Sven Vermeulen (swift)
0 siblings, 0 replies; 3+ messages in thread
From: Sven Vermeulen (swift) @ 2015-04-17 15:07 UTC (permalink / raw
To: gentoo-commits
swift 15/04/17 15:07:25
Modified: ChangeLog pambase-20150213.ebuild
Log:
Fix bug #540096 - Do not treat # Note as a preprocessor directive (build failure occurs otherwise)
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
Revision Changes Path
1.143 sys-auth/pambase/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pambase/ChangeLog?rev=1.143&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pambase/ChangeLog?rev=1.143&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pambase/ChangeLog?r1=1.142&r2=1.143
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/pambase/ChangeLog,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -r1.142 -r1.143
--- ChangeLog 21 Feb 2015 18:51:01 -0000 1.142
+++ ChangeLog 17 Apr 2015 15:07:25 -0000 1.143
@@ -1,6 +1,11 @@
# ChangeLog for sys-auth/pambase
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pambase/ChangeLog,v 1.142 2015/02/21 18:51:01 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pambase/ChangeLog,v 1.143 2015/04/17 15:07:25 swift Exp $
+
+ 17 Apr 2015; Sven Vermeulen <swift@gentoo.org> pambase-20150213.ebuild,
+ +files/pambase-20150213-selinux-note.patch:
+ Fix note in system-login so it is not seen as a processor directive (bug
+ #540096)
21 Feb 2015; Mike Frysinger <vapier@gentoo.org> pambase-20150213.ebuild:
Fix typo in SRC_URI after typo fix
1.4 sys-auth/pambase/pambase-20150213.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pambase/pambase-20150213.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pambase/pambase-20150213.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pambase/pambase-20150213.ebuild?r1=1.3&r2=1.4
Index: pambase-20150213.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/pambase/pambase-20150213.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pambase-20150213.ebuild 21 Feb 2015 18:51:01 -0000 1.3
+++ pambase-20150213.ebuild 17 Apr 2015 15:07:25 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pambase/pambase-20150213.ebuild,v 1.3 2015/02/21 18:51:01 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pambase/pambase-20150213.ebuild,v 1.4 2015/04/17 15:07:25 swift Exp $
EAPI=5
inherit eutils
@@ -42,6 +42,10 @@
DEPEND="app-portage/portage-utils
app-arch/xz-utils"
+src_prepare() {
+ epatch "${FILESDIR}"/${P}-selinux-note.patch #540096
+}
+
src_compile() {
local implementation linux_pam_version
if has_version sys-libs/pam; then
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-auth/pambase: ChangeLog pambase-20150213.ebuild
@ 2015-05-05 7:36 Jeroen Roovers (jer)
0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers (jer) @ 2015-05-05 7:36 UTC (permalink / raw
To: gentoo-commits
jer 15/05/05 07:36:16
Modified: ChangeLog pambase-20150213.ebuild
Log:
Stable for HPPA (bug #547434).
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Revision Changes Path
1.144 sys-auth/pambase/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pambase/ChangeLog?rev=1.144&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pambase/ChangeLog?rev=1.144&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pambase/ChangeLog?r1=1.143&r2=1.144
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/pambase/ChangeLog,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -r1.143 -r1.144
--- ChangeLog 17 Apr 2015 15:07:25 -0000 1.143
+++ ChangeLog 5 May 2015 07:36:16 -0000 1.144
@@ -1,6 +1,9 @@
# ChangeLog for sys-auth/pambase
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pambase/ChangeLog,v 1.143 2015/04/17 15:07:25 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pambase/ChangeLog,v 1.144 2015/05/05 07:36:16 jer Exp $
+
+ 05 May 2015; Jeroen Roovers <jer@gentoo.org> pambase-20150213.ebuild:
+ Stable for HPPA (bug #547434).
17 Apr 2015; Sven Vermeulen <swift@gentoo.org> pambase-20150213.ebuild,
+files/pambase-20150213-selinux-note.patch:
1.5 sys-auth/pambase/pambase-20150213.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pambase/pambase-20150213.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pambase/pambase-20150213.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pambase/pambase-20150213.ebuild?r1=1.4&r2=1.5
Index: pambase-20150213.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/pambase/pambase-20150213.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pambase-20150213.ebuild 17 Apr 2015 15:07:25 -0000 1.4
+++ pambase-20150213.ebuild 5 May 2015 07:36:16 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pambase/pambase-20150213.ebuild,v 1.4 2015/04/17 15:07:25 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pambase/pambase-20150213.ebuild,v 1.5 2015/05/05 07:36:16 jer Exp $
EAPI=5
inherit eutils
@@ -11,7 +11,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -sparc-fbsd -x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -sparc-fbsd -x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
IUSE="consolekit cracklib debug gnome-keyring minimal mktemp +nullok pam_krb5 pam_ssh passwdqc securetty selinux +sha512 systemd"
RESTRICT=binchecks
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-auth/pambase: ChangeLog pambase-20150213.ebuild
@ 2015-05-15 12:16 Pacho Ramos (pacho)
0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos (pacho) @ 2015-05-15 12:16 UTC (permalink / raw
To: gentoo-commits
pacho 15/05/15 12:16:02
Modified: ChangeLog pambase-20150213.ebuild
Log:
ppc stable wrt bug #547434
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key A188FBD4)
Revision Changes Path
1.148 sys-auth/pambase/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pambase/ChangeLog?rev=1.148&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pambase/ChangeLog?rev=1.148&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pambase/ChangeLog?r1=1.147&r2=1.148
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/pambase/ChangeLog,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -r1.147 -r1.148
--- ChangeLog 13 May 2015 11:13:27 -0000 1.147
+++ ChangeLog 15 May 2015 12:16:02 -0000 1.148
@@ -1,6 +1,9 @@
# ChangeLog for sys-auth/pambase
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pambase/ChangeLog,v 1.147 2015/05/13 11:13:27 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pambase/ChangeLog,v 1.148 2015/05/15 12:16:02 pacho Exp $
+
+ 15 May 2015; Pacho Ramos <pacho@gentoo.org> pambase-20150213.ebuild:
+ ppc stable wrt bug #547434
13 May 2015; Mikle Kolyada <zlogene@gentoo.org> pambase-20150213.ebuild:
arm stable wrt bug #547434
1.9 sys-auth/pambase/pambase-20150213.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pambase/pambase-20150213.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pambase/pambase-20150213.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pambase/pambase-20150213.ebuild?r1=1.8&r2=1.9
Index: pambase-20150213.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/pambase/pambase-20150213.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- pambase-20150213.ebuild 13 May 2015 11:13:27 -0000 1.8
+++ pambase-20150213.ebuild 15 May 2015 12:16:02 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pambase/pambase-20150213.ebuild,v 1.8 2015/05/13 11:13:27 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pambase/pambase-20150213.ebuild,v 1.9 2015/05/15 12:16:02 pacho Exp $
EAPI=5
inherit eutils
@@ -11,7 +11,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 -sparc-fbsd -x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 -sparc-fbsd -x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
IUSE="consolekit cracklib debug gnome-keyring minimal mktemp +nullok pam_krb5 pam_ssh passwdqc securetty selinux +sha512 systemd"
RESTRICT=binchecks
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-05-15 12:16 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-05 7:36 [gentoo-commits] gentoo-x86 commit in sys-auth/pambase: ChangeLog pambase-20150213.ebuild Jeroen Roovers (jer)
-- strict thread matches above, loose matches on Subject: below --
2015-05-15 12:16 Pacho Ramos (pacho)
2015-04-17 15:07 Sven Vermeulen (swift)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox