Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/gegl: gegl-0.1.6.ebuild ChangeLog
Date: Mon, 04 Apr 2011 19:24:34
Message-Id: 20110404192418.E819E20054@flycatcher.gentoo.org
1 scarabeus 11/04/04 19:24:18
2
3 Modified: gegl-0.1.6.ebuild ChangeLog
4 Log:
5 Unmask tests as they all seem to pass on my computer. Lets see what users observe. If some fail we can restrict them per case basis rather then as whole.
6
7 (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.9 media-libs/gegl/gegl-0.1.6.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-0.1.6.ebuild?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-0.1.6.ebuild?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-0.1.6.ebuild?r1=1.8&r2=1.9
15
16 Index: gegl-0.1.6.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.6.ebuild,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- gegl-0.1.6.ebuild 4 Apr 2011 18:44:04 -0000 1.8
23 +++ gegl-0.1.6.ebuild 4 Apr 2011 19:24:18 -0000 1.9
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.6.ebuild,v 1.8 2011/04/04 18:44:04 scarabeus Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.6.ebuild,v 1.9 2011/04/04 19:24:18 scarabeus Exp $
29
30 EAPI=4
31
32 @@ -38,10 +38,6 @@
33 v4l? ( media-libs/libv4l )"
34 RDEPEND="${DEPEND}"
35
36 -# broken upstream, see:
37 -# https://bugzilla.gnome.org/show_bug.cgi?id=642390
38 -RESTRICT="test"
39 -
40 src_prepare() {
41 # upstream bug report:
42 # https://bugzilla.gnome.org/show_bug.cgi?id=642494
43 @@ -83,6 +79,14 @@
44 $(use_with v4l libv4l)
45 }
46
47 +src_test() {
48 + # set xdg dirs to not violate sandbox constrains
49 + export XDG_CONFIG_HOME="${T}"
50 + export XDG_CACHE_HOME="${T}"
51 +
52 + default
53 +}
54 +
55 src_install() {
56 emake DESTDIR="${ED}" install
57 find "${ED}" -name '*.la' -delete
58
59
60
61 1.45 media-libs/gegl/ChangeLog
62
63 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.45&view=markup
64 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.45&content-type=text/plain
65 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ChangeLog?r1=1.44&r2=1.45
66
67 Index: ChangeLog
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v
70 retrieving revision 1.44
71 retrieving revision 1.45
72 diff -u -r1.44 -r1.45
73 --- ChangeLog 4 Apr 2011 18:44:04 -0000 1.44
74 +++ ChangeLog 4 Apr 2011 19:24:18 -0000 1.45
75 @@ -1,6 +1,11 @@
76 # ChangeLog for media-libs/gegl
77 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
78 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.44 2011/04/04 18:44:04 scarabeus Exp $
79 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.45 2011/04/04 19:24:18 scarabeus Exp $
80 +
81 + 04 Apr 2011; Tomáš Chvátal <scarabeus@g.o> gegl-0.1.6.ebuild:
82 + Unmask tests as they all seem to pass on my computer. Lets see what users
83 + observe. If some fail we can restrict them per case basis rather then as
84 + whole.
85
86 04 Apr 2011; Tomáš Chvátal <scarabeus@g.o> gegl-0.1.6.ebuild:
87 OOps drop missed doc definitons.