Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@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, 26 Jun 2014 10:05:09
Message-Id: 20140626100505.7D19F2004E@flycatcher.gentoo.org
1 pacho 14/06/26 10:05:05
2
3 Modified: libaosd-0.2.7.ebuild ChangeLog
4 Log:
5 Needs cairo[X], bug #515170
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.8 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.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libaosd/libaosd-0.2.7.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libaosd/libaosd-0.2.7.ebuild?r1=1.7&r2=1.8
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.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- libaosd-0.2.7.ebuild 20 Jun 2014 12:33:56 -0000 1.7
23 +++ libaosd-0.2.7.ebuild 26 Jun 2014 10:05:05 -0000 1.8
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libaosd/libaosd-0.2.7.ebuild,v 1.7 2014/06/20 12:33:56 klausman Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libaosd/libaosd-0.2.7.ebuild,v 1.8 2014/06/26 10:05:05 pacho Exp $
29
30 EAPI=5
31 inherit autotools-utils
32 @@ -14,12 +14,14 @@
33 KEYWORDS="~alpha amd64 x86"
34 IUSE="pango +tools xcomposite"
35
36 -RDEPEND="x11-libs/cairo
37 +RDEPEND="
38 + x11-libs/cairo[X]
39 x11-libs/libX11
40 x11-libs/libXrender
41 pango? ( x11-libs/pango )
42 tools? ( dev-libs/glib:2 )
43 - xcomposite? ( x11-libs/libXcomposite )"
44 + xcomposite? ( x11-libs/libXcomposite )
45 +"
46 DEPEND="${RDEPEND}"
47
48 AUTOTOOLS_IN_SOURCE_BUILD=1
49
50
51
52 1.9 x11-libs/libaosd/ChangeLog
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libaosd/ChangeLog?rev=1.9&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libaosd/ChangeLog?rev=1.9&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libaosd/ChangeLog?r1=1.8&r2=1.9
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libaosd/ChangeLog,v
61 retrieving revision 1.8
62 retrieving revision 1.9
63 diff -u -r1.8 -r1.9
64 --- ChangeLog 20 Jun 2014 12:33:56 -0000 1.8
65 +++ ChangeLog 26 Jun 2014 10:05:05 -0000 1.9
66 @@ -1,6 +1,9 @@
67 # ChangeLog for x11-libs/libaosd
68 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libaosd/ChangeLog,v 1.8 2014/06/20 12:33:56 klausman Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libaosd/ChangeLog,v 1.9 2014/06/26 10:05:05 pacho Exp $
71 +
72 + 26 Jun 2014; Pacho Ramos <pacho@g.o> libaosd-0.2.7.ebuild:
73 + Needs cairo[X], bug #515170
74
75 20 Jun 2014; Tobias Klausmann <klausman@g.o> libaosd-0.2.7.ebuild:
76 Keyworded on alpha, bug #473920