Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libaosd: libaosd-0.2.7.ebuild ChangeLog
Date: Thu, 27 Feb 2014 12:06:03
Message-Id: 20140227120557.DA23A2004C@flycatcher.gentoo.org
1 ssuominen 14/02/27 12:05:57
2
3 Modified: libaosd-0.2.7.ebuild ChangeLog
4 Log:
5 Set AT_M4DIR to find buildsys.m4 for BUILDSYS_TOUCH_DEPS wrt #502958 by "Colin"
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
8
9 Revision Changes Path
10 1.6 x11-libs/libaosd/libaosd-0.2.7.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libaosd/libaosd-0.2.7.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libaosd/libaosd-0.2.7.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libaosd/libaosd-0.2.7.ebuild?r1=1.5&r2=1.6
15
16 Index: libaosd-0.2.7.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libaosd/libaosd-0.2.7.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- libaosd-0.2.7.ebuild 6 Dec 2013 07:59:10 -0000 1.5
23 +++ libaosd-0.2.7.ebuild 27 Feb 2014 12:05:57 -0000 1.6
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libaosd/libaosd-0.2.7.ebuild,v 1.5 2013/12/06 07:59:10 polynomial-c Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libaosd/libaosd-0.2.7.ebuild,v 1.6 2014/02/27 12:05:57 ssuominen Exp $
30
31 EAPI=5
32 inherit autotools-utils
33 @@ -26,11 +26,11 @@
34 DOCS=( Changelog )
35
36 src_prepare() {
37 - eautoreconf
38 + AT_M4DIR=m4 eautoreconf
39 }
40
41 src_configure() {
42 - myeconfargs=(
43 + local myeconfargs=(
44 $(use_enable tools glib)
45 $(use_enable pango pangocairo)
46 $(use_enable xcomposite)
47
48
49
50 1.7 x11-libs/libaosd/ChangeLog
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libaosd/ChangeLog?rev=1.7&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libaosd/ChangeLog?rev=1.7&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libaosd/ChangeLog?r1=1.6&r2=1.7
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libaosd/ChangeLog,v
59 retrieving revision 1.6
60 retrieving revision 1.7
61 diff -u -r1.6 -r1.7
62 --- ChangeLog 6 Dec 2013 07:59:10 -0000 1.6
63 +++ ChangeLog 27 Feb 2014 12:05:57 -0000 1.7
64 @@ -1,6 +1,10 @@
65 # ChangeLog for x11-libs/libaosd
66 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libaosd/ChangeLog,v 1.6 2013/12/06 07:59:10 polynomial-c Exp $
68 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
69 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libaosd/ChangeLog,v 1.7 2014/02/27 12:05:57 ssuominen Exp $
70 +
71 + 27 Feb 2014; Samuli Suominen <ssuominen@g.o> libaosd-0.2.7.ebuild:
72 + Set AT_M4DIR to find buildsys.m4 for BUILDSYS_TOUCH_DEPS wrt #502958 by
73 + "Colin"
74
75 06 Dec 2013; Lars Wendler <polynomial-c@g.o> libaosd-0.2.7.ebuild:
76 Stable for x86.