mgorny      14/05/27 06:32:32

  Modified:             sssd-1.9.6-r3.ebuild ChangeLog
  Log:
  Convert to python-single-r1.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.2                  sys-auth/sssd/sssd-1.9.6-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/sssd-1.9.6-r3.ebuild?rev=1.2&view=markup
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
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/sssd-1.9.6-r3.ebuild?r1=1.1&r2=1.2

Index: sssd-1.9.6-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/sssd/sssd-1.9.6-r3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sssd-1.9.6-r3.ebuild        26 May 2014 18:15:55 -0000      1.1
+++ sssd-1.9.6-r3.ebuild        27 May 2014 06:32:32 -0000      1.2
@@ -1,16 +1,16 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
 
 EAPI=5
 
-PYTHON_DEPEND="python? 2:2.6"
+PYTHON_COMPAT=( python2_7 )
 
 AUTOTOOLS_IN_SOURCE_BUILD=1
 AUTOTOOLS_AUTORECONF=1
 AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
 
-inherit python multilib pam linux-info autotools-utils systemd
+inherit python-single-r1 multilib pam linux-info autotools-utils systemd
 
 DESCRIPTION="System Security Services Daemon provides access to identity and 
authentication"
 HOMEPAGE="http://fedorahosted.org/sssd/";
@@ -67,11 +67,7 @@
 )
 
 pkg_setup(){
-       if use python; then
-               python_set_active_version 2
-               python_pkg_setup
-               python_need_rebuild
-       fi
+       use python && python-single-r1_pkg_setup
        linux-info_pkg_setup
 }
 
@@ -110,6 +106,7 @@
 
 src_install(){
        autotools-utils_src_install
+       use python && python_optimize
 
        insinto /etc/sssd
        insopts -m600
@@ -119,8 +116,6 @@
        insopts -m644
        newins "${S}"/src/examples/logrotate sssd
 
-       use python && python_clean_installation_image
-
        newconfd "${FILESDIR}"/sssd.conf sssd
 
        systemd_dounit "${FILESDIR}/${PN}.service"
@@ -135,12 +130,4 @@
        elog "You must set up sssd.conf (default installed into /etc/sssd)"
        elog "and (optionally) configuration in /etc/pam.d in order to use SSSD"
        elog "features. Please see howto in     
http://fedorahosted.org/sssd/wiki/HOWTO_Configure_1_0_2";
-
-       use python && \
-               python_mod_optimize 
SSSDConfig/{ipachangeconf,sssd_upgrade_config}.py
-}
-
-pkg_postrm() {
-       use python && \
-               python_mod_cleanup 
SSSDConfig/{ipachangeconf,sssd_upgrade_config}.py
 }



1.54                 sys-auth/sssd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/ChangeLog?rev=1.54&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/ChangeLog?rev=1.54&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/sssd/ChangeLog?r1=1.53&r2=1.54

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/sssd/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog   26 May 2014 18:15:55 -0000      1.53
+++ ChangeLog   27 May 2014 06:32:32 -0000      1.54
@@ -1,6 +1,9 @@
 # ChangeLog for sys-auth/sssd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/ChangeLog,v 1.53 2014/05/26 
18:15:55 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/ChangeLog,v 1.54 2014/05/27 
06:32:32 mgorny Exp $
+
+  27 May 2014; Michał Górny <mgo...@gentoo.org> sssd-1.9.6-r3.ebuild:
+  Convert to python-single-r1.
 
 *sssd-1.9.6-r3 (26 May 2014)
 




Reply via email to