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/files: 2.1-brokentest.patch 2.1-prll-install.patch
Date: Mon, 28 Jun 2010 22:28:34
Message-Id: 20100628222832.98A7B2C621@corvid.gentoo.org
1 jlec 10/06/28 22:28:32
2
3 Added: 2.1-brokentest.patch 2.1-prll-install.patch
4 Log:
5 Fix prrll installation, 298803 and remoed broken test, #298802
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 x11-libs/guile-gtk/files/2.1-brokentest.patch
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/guile-gtk/files/2.1-brokentest.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/guile-gtk/files/2.1-brokentest.patch?rev=1.1&content-type=text/plain
13
14 Index: 2.1-brokentest.patch
15 ===================================================================
16 diff --git a/tests/gdk.scm b/tests/gdk.scm
17 index 6e08f9f..36941f5 100644
18 --- a/tests/gdk.scm
19 +++ b/tests/gdk.scm
20 @@ -1106,13 +1106,6 @@
21 ;; gdk-selection-property-get
22 ;;
23
24 -(malloced-steady ;; with nothing ever requested
25 - (lambda ()
26 - (let* ((win sample-win)
27 - (want '(#f NONE 0))
28 - (got (gdk-selection-property-get win)))
29 - (test "gdk-selection-property-get" sample-win want got))))
30 -
31 (malloced-steady ;; on a destroyed window
32 (lambda ()
33 (let* ((win (gdk-window-new #f 100 100 '() 'input-output 'toplevel))
34
35
36
37 1.1 x11-libs/guile-gtk/files/2.1-prll-install.patch
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/guile-gtk/files/2.1-prll-install.patch?rev=1.1&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/guile-gtk/files/2.1-prll-install.patch?rev=1.1&content-type=text/plain
41
42 Index: 2.1-prll-install.patch
43 ===================================================================
44 diff --git a/Makefile.am b/Makefile.am
45 index 822a170..37f43b5 100644
46 --- a/Makefile.am
47 +++ b/Makefile.am
48 @@ -72,7 +72,7 @@ gdkdefs = gdk-2.0.defs
49 defsdir = $(datadir)/guile-gtk/
50 defs_DATA = $(gtkdefs) $(gdkdefs)
51
52 -install-exec-local:
53 +install-exec-hook:
54 rm -f $(DESTDIR)$(bindir)/build-guile-gtk
55 rm -f $(DESTDIR)$(bindir)/guile-gtk
56 ln $(DESTDIR)$(bindir)/build-guile-gtk-2.0 $(DESTDIR)$(bindir)/build-guile-gtk