Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-base/xfconf: ChangeLog xfconf-4.10.0.ebuild
Date: Wed, 28 Nov 2012 09:38:11
Message-Id: 20121128093755.ECCD520C65@flycatcher.gentoo.org
1 ssuominen 12/11/28 09:37:55
2
3 Modified: ChangeLog xfconf-4.10.0.ebuild
4 Log:
5 Insert missing files to po/POTFILES.skip for "make check" to pass wrt #444996 by Dan Dexter
6
7 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
8
9 Revision Changes Path
10 1.75 xfce-base/xfconf/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfconf/ChangeLog?rev=1.75&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfconf/ChangeLog?rev=1.75&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfconf/ChangeLog?r1=1.74&r2=1.75
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/xfce-base/xfconf/ChangeLog,v
19 retrieving revision 1.74
20 retrieving revision 1.75
21 diff -u -r1.74 -r1.75
22 --- ChangeLog 9 Sep 2012 19:30:27 -0000 1.74
23 +++ ChangeLog 28 Nov 2012 09:37:55 -0000 1.75
24 @@ -1,6 +1,10 @@
25 # ChangeLog for xfce-base/xfconf
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfconf/ChangeLog,v 1.74 2012/09/09 19:30:27 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfconf/ChangeLog,v 1.75 2012/11/28 09:37:55 ssuominen Exp $
29 +
30 + 28 Nov 2012; Samuli Suominen <ssuominen@g.o> xfconf-4.10.0.ebuild:
31 + Insert missing files to po/POTFILES.skip for "make check" to pass wrt #444996
32 + by Dan Dexter
33
34 09 Sep 2012; Samuli Suominen <ssuominen@g.o> -xfconf-4.8.1.ebuild,
35 -xfconf-4.9.1.ebuild:
36
37
38
39 1.11 xfce-base/xfconf/xfconf-4.10.0.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfconf/xfconf-4.10.0.ebuild?rev=1.11&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfconf/xfconf-4.10.0.ebuild?rev=1.11&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfconf/xfconf-4.10.0.ebuild?r1=1.10&r2=1.11
44
45 Index: xfconf-4.10.0.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/xfce-base/xfconf/xfconf-4.10.0.ebuild,v
48 retrieving revision 1.10
49 retrieving revision 1.11
50 diff -u -r1.10 -r1.11
51 --- xfconf-4.10.0.ebuild 9 Sep 2012 14:31:12 -0000 1.10
52 +++ xfconf-4.10.0.ebuild 28 Nov 2012 09:37:55 -0000 1.11
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2012 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfconf/xfconf-4.10.0.ebuild,v 1.10 2012/09/09 14:31:12 armin76 Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfconf/xfconf-4.10.0.ebuild,v 1.11 2012/11/28 09:37:55 ssuominen Exp $
58
59 EAPI=4
60 inherit xfconf
61 @@ -41,6 +41,16 @@
62 DOCS=( AUTHORS ChangeLog NEWS TODO )
63 }
64
65 +src_prepare() {
66 + # http://bugzilla.xfce.org/show_bug.cgi?id=9556
67 + cat <<-EOF >> po/POTFILES.skip
68 + xfconf-perl/xs/Xfconf.c
69 + xfconf-perl/xs/XfconfBinding.c
70 + xfconf-perl/xs/XfconfChannel.c
71 + EOF
72 + xfconf_src_prepare
73 +}
74 +
75 src_compile() {
76 emake OTHERLDFLAGS="${LDFLAGS}"
77 }