Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/guile-gtk: guile-gtk-2.1.ebuild
Date: Mon, 28 Jun 2010 18:42:46
Message-Id: 20100628184243.0DF8D2C621@corvid.gentoo.org
1 jlec 10/06/28 18:42:42
2
3 Modified: guile-gtk-2.1.ebuild
4 Log:
5 Restrict test as it needs X
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 x11-libs/guile-gtk/guile-gtk-2.1.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/guile-gtk/guile-gtk-2.1.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/guile-gtk/guile-gtk-2.1.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/guile-gtk/guile-gtk-2.1.ebuild?r1=1.2&r2=1.3
14
15 Index: guile-gtk-2.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/guile-gtk-2.1.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- guile-gtk-2.1.ebuild 28 Dec 2009 23:34:11 -0000 1.2
22 +++ guile-gtk-2.1.ebuild 28 Jun 2010 18:42:42 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/guile-gtk-2.1.ebuild,v 1.2 2009/12/28 23:34:11 flameeyes Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/guile-gtk-2.1.ebuild,v 1.3 2010/06/28 18:42:42 jlec Exp $
28
29 inherit virtualx eutils
30
31 @@ -18,6 +18,9 @@
32 >=x11-libs/gtkglarea-1.90"
33 DEPEND="${RDEPEND}"
34
35 +# needs X
36 +RESTRICT="test"
37 +
38 pkg_setup() {
39 if has_version =dev-scheme/guile-1.8*; then
40 local flags="deprecated"
41 @@ -32,9 +35,9 @@
42 epatch "${FILESDIR}/${PN}-2.0-g-object-ref.diff"
43 }
44
45 -src_test() {
46 - Xemake check || die "tests failed"
47 -}
48 +#src_test() {
49 +# Xemake check || die "tests failed"
50 +#}
51
52 src_install() {
53 # bug #298803