Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/sssd: sssd-1.13.0.ebuild ChangeLog
Date: Thu, 23 Jul 2015 11:48:22
Message-Id: 20150723114812.296DBC1@oystercatcher.gentoo.org
1 hwoarang 15/07/23 11:48:12
2
3 Modified: sssd-1.13.0.ebuild ChangeLog
4 Log:
5 Bring back the python-r1 eclass inclusion
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.3 sys-auth/sssd/sssd-1.13.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/sssd-1.13.0.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/sssd-1.13.0.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/sssd-1.13.0.ebuild?r1=1.2&r2=1.3
15
16 Index: sssd-1.13.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-auth/sssd/sssd-1.13.0.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- sssd-1.13.0.ebuild 22 Jul 2015 20:00:57 -0000 1.2
23 +++ sssd-1.13.0.ebuild 23 Jul 2015 11:48:12 -0000 1.3
24 @@ -1,12 +1,12 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/sssd-1.13.0.ebuild,v 1.2 2015/07/22 20:00:57 hwoarang Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/sssd-1.13.0.ebuild,v 1.3 2015/07/23 11:48:12 hwoarang Exp $
29
30 EAPI=5
31
32 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
33
34 -inherit eutils multilib pam linux-info autotools multilib-minimal systemd toolchain-funcs
35 +inherit eutils multilib pam linux-info autotools multilib-minimal python-r1 systemd toolchain-funcs
36
37 DESCRIPTION="System Security Services Daemon provides access to identity and authentication"
38 HOMEPAGE="http://fedorahosted.org/sssd/"
39
40
41
42 1.74 sys-auth/sssd/ChangeLog
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/ChangeLog?rev=1.74&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/ChangeLog?rev=1.74&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/ChangeLog?r1=1.73&r2=1.74
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/sys-auth/sssd/ChangeLog,v
51 retrieving revision 1.73
52 retrieving revision 1.74
53 diff -u -r1.73 -r1.74
54 --- ChangeLog 22 Jul 2015 20:00:57 -0000 1.73
55 +++ ChangeLog 23 Jul 2015 11:48:12 -0000 1.74
56 @@ -1,6 +1,9 @@
57 # ChangeLog for sys-auth/sssd
58 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/ChangeLog,v 1.73 2015/07/22 20:00:57 hwoarang Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/ChangeLog,v 1.74 2015/07/23 11:48:12 hwoarang Exp $
61 +
62 + 23 Jul 2015; Markos Chandras <hwoarang@g.o> sssd-1.13.0.ebuild:
63 + Bring back the python-r1 eclass inclusion
64
65 22 Jul 2015; Markos Chandras <hwoarang@g.o>
66 +files/sssd-1.13.0-fix-init.patch, sssd-1.13.0.ebuild: