Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/colord-gtk: ChangeLog colord-gtk-0.1.22.ebuild
Date: Wed, 22 Aug 2012 21:23:47
Message-Id: 20120822212332.EAD5D203A8@flycatcher.gentoo.org
1 tetromino 12/08/22 21:23:32
2
3 Modified: ChangeLog colord-gtk-0.1.22.ebuild
4 Log:
5 Restrict tests since they require a display device with a set default color profile (bug #432362, thanks to Diego Elio Pettenò).
6
7 (Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 x11-libs/colord-gtk/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/colord-gtk/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/colord-gtk/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/colord-gtk/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/colord-gtk/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 10 Aug 2012 19:03:00 -0000 1.1
23 +++ ChangeLog 22 Aug 2012 21:23:32 -0000 1.2
24 @@ -1,6 +1,11 @@
25 # ChangeLog for x11-libs/colord-gtk
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/colord-gtk/ChangeLog,v 1.1 2012/08/10 19:03:00 tetromino Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/colord-gtk/ChangeLog,v 1.2 2012/08/22 21:23:32 tetromino Exp $
29 +
30 + 22 Aug 2012; Alexandre Rostovtsev <tetromino@g.o>
31 + colord-gtk-0.1.22.ebuild:
32 + Restrict tests since they require a display device with a set default color
33 + profile (bug #432362, thanks to Diego Elio Pettenò).
34
35 *colord-gtk-0.1.22 (10 Aug 2012)
36
37
38
39
40 1.2 x11-libs/colord-gtk/colord-gtk-0.1.22.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/colord-gtk/colord-gtk-0.1.22.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/colord-gtk/colord-gtk-0.1.22.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/colord-gtk/colord-gtk-0.1.22.ebuild?r1=1.1&r2=1.2
45
46 Index: colord-gtk-0.1.22.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/x11-libs/colord-gtk/colord-gtk-0.1.22.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- colord-gtk-0.1.22.ebuild 10 Aug 2012 19:03:00 -0000 1.1
53 +++ colord-gtk-0.1.22.ebuild 22 Aug 2012 21:23:32 -0000 1.2
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2012 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/colord-gtk/colord-gtk-0.1.22.ebuild,v 1.1 2012/08/10 19:03:00 tetromino Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/colord-gtk/colord-gtk-0.1.22.ebuild,v 1.2 2012/08/22 21:23:32 tetromino Exp $
59
60 EAPI="4"
61
62 @@ -26,6 +26,7 @@
63 RDEPEND="${COMMON_DEPEND}
64 !<x11-misc/colord-0.1.22"
65 DEPEND="${COMMON_DEPEND}
66 + app-arch/xz-utils
67 dev-libs/libxslt
68 >=dev-util/intltool-0.35
69 >=sys-devel/gettext-0.17
70 @@ -36,6 +37,8 @@
71 )
72 vala? ( dev-lang/vala:0.14[vapigen] )"
73
74 +RESTRICT="test" # Tests need a display device with a default color profile set
75 +
76 src_prepare() {
77 epatch "${FILESDIR}/${PN}-0.1.22-automagic-vala.patch"
78 eautoreconf