Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/sssd: sssd-1.9.6-r3.ebuild ChangeLog
Date: Tue, 27 May 2014 06:32:38
Message-Id: 20140527063233.551492004E@flycatcher.gentoo.org
1 mgorny 14/05/27 06:32:32
2
3 Modified: sssd-1.9.6-r3.ebuild ChangeLog
4 Log:
5 Convert to python-single-r1.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.2 sys-auth/sssd/sssd-1.9.6-r3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/sssd-1.9.6-r3.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/sssd-1.9.6-r3.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/sssd-1.9.6-r3.ebuild?r1=1.1&r2=1.2
15
16 Index: sssd-1.9.6-r3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-auth/sssd/sssd-1.9.6-r3.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- sssd-1.9.6-r3.ebuild 26 May 2014 18:15:55 -0000 1.1
23 +++ sssd-1.9.6-r3.ebuild 27 May 2014 06:32:32 -0000 1.2
24 @@ -1,16 +1,16 @@
25 # Copyright 1999-2014 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.9.6-r3.ebuild,v 1.1 2014/05/26 18:15:55 hwoarang Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/sssd-1.9.6-r3.ebuild,v 1.2 2014/05/27 06:32:32 mgorny Exp $
29
30 EAPI=5
31
32 -PYTHON_DEPEND="python? 2:2.6"
33 +PYTHON_COMPAT=( python2_7 )
34
35 AUTOTOOLS_IN_SOURCE_BUILD=1
36 AUTOTOOLS_AUTORECONF=1
37 AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
38
39 -inherit python multilib pam linux-info autotools-utils systemd
40 +inherit python-single-r1 multilib pam linux-info autotools-utils systemd
41
42 DESCRIPTION="System Security Services Daemon provides access to identity and authentication"
43 HOMEPAGE="http://fedorahosted.org/sssd/"
44 @@ -67,11 +67,7 @@
45 )
46
47 pkg_setup(){
48 - if use python; then
49 - python_set_active_version 2
50 - python_pkg_setup
51 - python_need_rebuild
52 - fi
53 + use python && python-single-r1_pkg_setup
54 linux-info_pkg_setup
55 }
56
57 @@ -110,6 +106,7 @@
58
59 src_install(){
60 autotools-utils_src_install
61 + use python && python_optimize
62
63 insinto /etc/sssd
64 insopts -m600
65 @@ -119,8 +116,6 @@
66 insopts -m644
67 newins "${S}"/src/examples/logrotate sssd
68
69 - use python && python_clean_installation_image
70 -
71 newconfd "${FILESDIR}"/sssd.conf sssd
72
73 systemd_dounit "${FILESDIR}/${PN}.service"
74 @@ -135,12 +130,4 @@
75 elog "You must set up sssd.conf (default installed into /etc/sssd)"
76 elog "and (optionally) configuration in /etc/pam.d in order to use SSSD"
77 elog "features. Please see howto in http://fedorahosted.org/sssd/wiki/HOWTO_Configure_1_0_2"
78 -
79 - use python && \
80 - python_mod_optimize SSSDConfig/{ipachangeconf,sssd_upgrade_config}.py
81 -}
82 -
83 -pkg_postrm() {
84 - use python && \
85 - python_mod_cleanup SSSDConfig/{ipachangeconf,sssd_upgrade_config}.py
86 }
87
88
89
90 1.54 sys-auth/sssd/ChangeLog
91
92 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/ChangeLog?rev=1.54&view=markup
93 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/ChangeLog?rev=1.54&content-type=text/plain
94 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/ChangeLog?r1=1.53&r2=1.54
95
96 Index: ChangeLog
97 ===================================================================
98 RCS file: /var/cvsroot/gentoo-x86/sys-auth/sssd/ChangeLog,v
99 retrieving revision 1.53
100 retrieving revision 1.54
101 diff -u -r1.53 -r1.54
102 --- ChangeLog 26 May 2014 18:15:55 -0000 1.53
103 +++ ChangeLog 27 May 2014 06:32:32 -0000 1.54
104 @@ -1,6 +1,9 @@
105 # ChangeLog for sys-auth/sssd
106 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
107 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/ChangeLog,v 1.53 2014/05/26 18:15:55 hwoarang Exp $
108 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/ChangeLog,v 1.54 2014/05/27 06:32:32 mgorny Exp $
109 +
110 + 27 May 2014; Michał Górny <mgorny@g.o> sssd-1.9.6-r3.ebuild:
111 + Convert to python-single-r1.
112
113 *sssd-1.9.6-r3 (26 May 2014)