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 ChangeLog
Date: Mon, 28 Jun 2010 22:28:35
Message-Id: 20100628222832.C49962CE15@corvid.gentoo.org
1 jlec 10/06/28 22:28:32
2
3 Modified: guile-gtk-2.1.ebuild ChangeLog
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.5 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.5&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/guile-gtk/guile-gtk-2.1.ebuild?rev=1.5&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.4&r2=1.5
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.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- guile-gtk-2.1.ebuild 28 Jun 2010 21:35:34 -0000 1.4
22 +++ guile-gtk-2.1.ebuild 28 Jun 2010 22:28:32 -0000 1.5
23 @@ -1,8 +1,10 @@
24 # Copyright 1999-2010 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.4 2010/06/28 21:35:34 angelos Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/guile-gtk-2.1.ebuild,v 1.5 2010/06/28 22:28:32 jlec Exp $
28
29 -inherit virtualx eutils
30 +EAPI="2"
31 +
32 +inherit autotools eutils virtualx
33
34 DESCRIPTION="GTK+ bindings for guile"
35 HOMEPAGE="http://www.gnu.org/software/guile-gtk/"
36 @@ -18,9 +20,6 @@
37 >=x11-libs/gtkglarea-1.90"
38 DEPEND="${RDEPEND}"
39
40 -# needs X
41 -RESTRICT="test"
42 -
43 pkg_setup() {
44 if has_version =dev-scheme/guile-1.8*; then
45 local flags="deprecated"
46 @@ -29,19 +28,20 @@
47 fi
48 }
49
50 -src_unpack() {
51 - unpack ${A}
52 - cd "${S}"
53 +src_prepare() {
54 epatch "${FILESDIR}/${PN}-2.0-g-object-ref.diff"
55 + epatch "${FILESDIR}"/${PV}-prll-install.patch
56 + epatch "${FILESDIR}"/${PV}-brokentest.patch
57 + eautoreconf
58 }
59
60 -#src_test() {
61 -# Xemake check || die "tests failed"
62 -#}
63 +src_test() {
64 + Xemake check || die "tests failed"
65 +}
66
67 src_install() {
68 # bug #298803
69 - emake -j1 DESTDIR="${D}" install || die "make install failed"
70 + emake DESTDIR="${D}" install || die "make install failed"
71 dodoc README AUTHORS ChangeLog NEWS TODO
72 insinto /usr/share/doc/${PF}/examples
73 doins -r examples/
74
75
76
77 1.35 x11-libs/guile-gtk/ChangeLog
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/guile-gtk/ChangeLog?rev=1.35&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/guile-gtk/ChangeLog?rev=1.35&content-type=text/plain
81 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/guile-gtk/ChangeLog?r1=1.34&r2=1.35
82
83 Index: ChangeLog
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/ChangeLog,v
86 retrieving revision 1.34
87 retrieving revision 1.35
88 diff -u -r1.34 -r1.35
89 --- ChangeLog 28 Jun 2010 21:35:34 -0000 1.34
90 +++ ChangeLog 28 Jun 2010 22:28:32 -0000 1.35
91 @@ -1,6 +1,10 @@
92 # ChangeLog for x11-libs/guile-gtk
93 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
94 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/ChangeLog,v 1.34 2010/06/28 21:35:34 angelos Exp $
95 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/ChangeLog,v 1.35 2010/06/28 22:28:32 jlec Exp $
96 +
97 + 28 Jun 2010; Justin Lecher <jlec@g.o> +files/2.1-brokentest.patch,
98 + guile-gtk-2.1.ebuild, +files/2.1-prll-install.patch:
99 + Fix prrll installation, 298803 and remoed broken test, #298802
100
101 28 Jun 2010; Christoph Mende <angelos@g.o> guile-gtk-2.1.ebuild:
102 Stable on amd64 wrt bug #326019