summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Koltsov <maksbotan@gentoo.org>2013-10-27 11:58:57 +0000
committerMaxim Koltsov <maksbotan@gentoo.org>2013-10-27 11:58:57 +0000
commit4cc4547d66a0cdc8ffed7a98e9589bb4c2e1f234 (patch)
tree2b28316bf38a6c08614294f681e5af84f70b810e /sys-auth/sssd
parentBump to 3.5.2, bug #488940. (diff)
downloadgentoo-2-4cc4547d66a0cdc8ffed7a98e9589bb4c2e1f234.tar.gz
gentoo-2-4cc4547d66a0cdc8ffed7a98e9589bb4c2e1f234.tar.bz2
gentoo-2-4cc4547d66a0cdc8ffed7a98e9589bb4c2e1f234.zip
Commit mgorny's patch for 'prune_libtool_files', bug 489536
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Diffstat (limited to 'sys-auth/sssd')
-rw-r--r--sys-auth/sssd/ChangeLog7
-rw-r--r--sys-auth/sssd/sssd-1.8.6-r1.ebuild4
-rw-r--r--sys-auth/sssd/sssd-1.8.6.ebuild4
-rw-r--r--sys-auth/sssd/sssd-1.9.4-r3.ebuild4
-rw-r--r--sys-auth/sssd/sssd-1.9.5-r1.ebuild4
5 files changed, 14 insertions, 9 deletions
diff --git a/sys-auth/sssd/ChangeLog b/sys-auth/sssd/ChangeLog
index 525a1842d80c..ec2e33515b4d 100644
--- a/sys-auth/sssd/ChangeLog
+++ b/sys-auth/sssd/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-auth/sssd
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/ChangeLog,v 1.44 2013/07/03 20:28:47 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/ChangeLog,v 1.45 2013/10/27 11:58:57 maksbotan Exp $
+
+ 27 Oct 2013; Michał Górny <mgorny@gentoo.org> sssd-1.8.6-r1.ebuild,
+ sssd-1.8.6.ebuild, sssd-1.9.4-r3.ebuild, sssd-1.9.5-r1.ebuild:
+ Replace calls to deprecated remove_libtool_files (and prune_libtool_files)
+ with AUTOTOOLS_PRUNE_LIBTOOL_FILES var.
03 Jul 2013; Markos Chandras <hwoarang@gentoo.org> metadata.xml,
sssd-1.9.5-r1.ebuild:
diff --git a/sys-auth/sssd/sssd-1.8.6-r1.ebuild b/sys-auth/sssd/sssd-1.8.6-r1.ebuild
index fdd7280a6a6c..5b345cc15cfd 100644
--- a/sys-auth/sssd/sssd-1.8.6-r1.ebuild
+++ b/sys-auth/sssd/sssd-1.8.6-r1.ebuild
@@ -1,9 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/sssd-1.8.6-r1.ebuild,v 1.2 2013/07/03 20:26:57 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/sssd-1.8.6-r1.ebuild,v 1.3 2013/10/27 11:58:57 maksbotan Exp $
EAPI=4
+AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
PYTHON_DEPEND="python? 2:2.6"
inherit python multilib pam linux-info autotools-utils
@@ -91,7 +92,6 @@ src_configure(){
src_install(){
autotools-utils_src_install
- remove_libtool_files all
insinto /etc/sssd
insopts -m600
diff --git a/sys-auth/sssd/sssd-1.8.6.ebuild b/sys-auth/sssd/sssd-1.8.6.ebuild
index d11e185161a7..481eefe49402 100644
--- a/sys-auth/sssd/sssd-1.8.6.ebuild
+++ b/sys-auth/sssd/sssd-1.8.6.ebuild
@@ -1,9 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/sssd-1.8.6.ebuild,v 1.4 2013/07/03 20:26:57 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/sssd-1.8.6.ebuild,v 1.5 2013/10/27 11:58:57 maksbotan Exp $
EAPI=4
+AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
PYTHON_DEPEND="python? 2:2.6"
inherit python multilib pam linux-info autotools-utils
@@ -89,7 +90,6 @@ src_configure(){
src_install(){
autotools-utils_src_install
- remove_libtool_files all
insinto /etc/sssd
insopts -m600
diff --git a/sys-auth/sssd/sssd-1.9.4-r3.ebuild b/sys-auth/sssd/sssd-1.9.4-r3.ebuild
index 7c9b102ddce7..7055615e835e 100644
--- a/sys-auth/sssd/sssd-1.9.4-r3.ebuild
+++ b/sys-auth/sssd/sssd-1.9.4-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/sssd-1.9.4-r3.ebuild,v 1.1 2013/07/03 20:26:57 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/sssd-1.9.4-r3.ebuild,v 1.2 2013/10/27 11:58:57 maksbotan Exp $
EAPI=4
@@ -8,6 +8,7 @@ PYTHON_DEPEND="python? 2:2.6"
AUTOTOOLS_IN_SOURCE_BUILD=1
AUTOTOOLS_AUTORECONF=1
+AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
inherit python multilib pam linux-info autotools-utils
@@ -106,7 +107,6 @@ src_configure(){
src_install(){
autotools-utils_src_install
- prune_libtool_files --all
insinto /etc/sssd
insopts -m600
diff --git a/sys-auth/sssd/sssd-1.9.5-r1.ebuild b/sys-auth/sssd/sssd-1.9.5-r1.ebuild
index a3596b2091c0..ef6e15aaebe2 100644
--- a/sys-auth/sssd/sssd-1.9.5-r1.ebuild
+++ b/sys-auth/sssd/sssd-1.9.5-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/sssd-1.9.5-r1.ebuild,v 1.2 2013/07/03 20:28:47 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/sssd/sssd-1.9.5-r1.ebuild,v 1.3 2013/10/27 11:58:57 maksbotan Exp $
EAPI=4
@@ -8,6 +8,7 @@ PYTHON_DEPEND="python? 2:2.6"
AUTOTOOLS_IN_SOURCE_BUILD=1
AUTOTOOLS_AUTORECONF=1
+AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
inherit python multilib pam linux-info autotools-utils
@@ -109,7 +110,6 @@ src_configure(){
src_install(){
autotools-utils_src_install
- prune_libtool_files --all
insinto /etc/sssd
insopts -m600