Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: xfconf.eclass
Date: Mon, 26 Jul 2010 18:57:21
Message-Id: 20100726185715.006EA2CE15@corvid.gentoo.org
1 ssuominen 10/07/26 18:57:14
2
3 Modified: xfconf.eclass
4 Log:
5 punt all .la files from xfce pkgs, we don't use static archives (we pass --disable-static) since none of the xfce libs are useful static. we also don't have any plugins/libraries using libltdl.
6
7 Revision Changes Path
8 1.17 eclass/xfconf.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/xfconf.eclass?rev=1.17&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/xfconf.eclass?rev=1.17&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/xfconf.eclass?r1=1.16&r2=1.17
13
14 Index: xfconf.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/xfconf.eclass,v
17 retrieving revision 1.16
18 retrieving revision 1.17
19 diff -u -r1.16 -r1.17
20 --- xfconf.eclass 13 Jun 2010 16:10:21 -0000 1.16
21 +++ xfconf.eclass 26 Jul 2010 18:57:14 -0000 1.17
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2009 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/xfconf.eclass,v 1.16 2010/06/13 16:10:21 ssuominen Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/xfconf.eclass,v 1.17 2010/07/26 18:57:14 ssuominen Exp $
27
28 # @ECLASS: xfconf.eclass
29 # @MAINTAINER:
30 @@ -138,6 +138,9 @@
31 if [[ -n ${DOCS} ]]; then
32 dodoc ${DOCS} || die "dodoc failed"
33 fi
34 +
35 + has "${EAPI:-0}" 0 1 2 && ! use prefix && ED="${D}"
36 + find "${ED}" -name '*.la' -exec rm -f {} +
37 }
38
39 # @FUNCTION: xfconf_pkg_preinst