public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-libs/guile-gtk: guile-gtk-2.1.ebuild ChangeLog
@ 2009-12-28 23:34 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 4+ messages in thread
From: Diego Petteno (flameeyes) @ 2009-12-28 23:34 UTC (permalink / raw
  To: gentoo-commits

flameeyes    09/12/28 23:34:11

  Modified:             guile-gtk-2.1.ebuild ChangeLog
  Log:
  Use emake -j1 for install, as per bug #298803.
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  x11-libs/guile-gtk/guile-gtk-2.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/guile-gtk/guile-gtk-2.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/guile-gtk/guile-gtk-2.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/guile-gtk/guile-gtk-2.1.ebuild?r1=1.1&r2=1.2

Index: guile-gtk-2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/guile-gtk-2.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- guile-gtk-2.1.ebuild	5 Dec 2009 13:13:50 -0000	1.1
+++ guile-gtk-2.1.ebuild	28 Dec 2009 23:34:11 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/guile-gtk-2.1.ebuild,v 1.1 2009/12/05 13:13:50 ulm Exp $
+# $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 $
 
 inherit virtualx eutils
 
@@ -37,7 +37,8 @@
 }
 
 src_install() {
-	make DESTDIR="${D}" install || die "make install failed"
+	# bug #298803
+	emake -j1 DESTDIR="${D}" install || die "make install failed"
 	dodoc README AUTHORS ChangeLog NEWS TODO
 	insinto /usr/share/doc/${PF}/examples
 	doins -r examples/



1.33                 x11-libs/guile-gtk/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/guile-gtk/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/guile-gtk/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/guile-gtk/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	5 Dec 2009 13:13:50 -0000	1.32
+++ ChangeLog	28 Dec 2009 23:34:11 -0000	1.33
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/guile-gtk
-# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/ChangeLog,v 1.32 2009/12/05 13:13:50 ulm Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/ChangeLog,v 1.33 2009/12/28 23:34:11 flameeyes Exp $
+
+  28 Dec 2009; Diego E. Pettenò <flameeyes@gentoo.org>
+  guile-gtk-2.1.ebuild:
+  Use emake -j1 for install, as per bug #298803.
 
 *guile-gtk-2.1 (05 Dec 2009)
 






^ permalink raw reply	[flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/guile-gtk: guile-gtk-2.1.ebuild ChangeLog
@ 2010-06-28 21:35 Christoph Mende (angelos)
  0 siblings, 0 replies; 4+ messages in thread
From: Christoph Mende (angelos) @ 2010-06-28 21:35 UTC (permalink / raw
  To: gentoo-commits

angelos     10/06/28 21:35:34

  Modified:             guile-gtk-2.1.ebuild ChangeLog
  Log:
  Stable on amd64 wrt bug #326019
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  x11-libs/guile-gtk/guile-gtk-2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/guile-gtk/guile-gtk-2.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/guile-gtk/guile-gtk-2.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/guile-gtk/guile-gtk-2.1.ebuild?r1=1.3&r2=1.4

Index: guile-gtk-2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/guile-gtk-2.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- guile-gtk-2.1.ebuild	28 Jun 2010 18:42:42 -0000	1.3
+++ guile-gtk-2.1.ebuild	28 Jun 2010 21:35:34 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
 
 inherit virtualx eutils
 
@@ -9,7 +9,7 @@
 SRC_URI="ftp://ftp.gnu.org/gnu/guile-gtk/${P}.tar.gz"
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE=""
 
 RDEPEND="dev-scheme/guile



1.34                 x11-libs/guile-gtk/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/guile-gtk/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/guile-gtk/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/guile-gtk/ChangeLog?r1=1.33&r2=1.34

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	28 Dec 2009 23:34:11 -0000	1.33
+++ ChangeLog	28 Jun 2010 21:35:34 -0000	1.34
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/guile-gtk
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/ChangeLog,v 1.33 2009/12/28 23:34:11 flameeyes Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/ChangeLog,v 1.34 2010/06/28 21:35:34 angelos Exp $
+
+  28 Jun 2010; Christoph Mende <angelos@gentoo.org> guile-gtk-2.1.ebuild:
+  Stable on amd64 wrt bug #326019
 
   28 Dec 2009; Diego E. Pettenò <flameeyes@gentoo.org>
   guile-gtk-2.1.ebuild:






^ permalink raw reply	[flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/guile-gtk: guile-gtk-2.1.ebuild ChangeLog
@ 2010-06-28 22:28 Justin Lecher (jlec)
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher (jlec) @ 2010-06-28 22:28 UTC (permalink / raw
  To: gentoo-commits

jlec        10/06/28 22:28:32

  Modified:             guile-gtk-2.1.ebuild ChangeLog
  Log:
  Fix prrll installation, 298803 and remoed broken test, #298802
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  x11-libs/guile-gtk/guile-gtk-2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/guile-gtk/guile-gtk-2.1.ebuild?rev=1.5&view=markup
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
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/guile-gtk/guile-gtk-2.1.ebuild?r1=1.4&r2=1.5

Index: guile-gtk-2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/guile-gtk-2.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- guile-gtk-2.1.ebuild	28 Jun 2010 21:35:34 -0000	1.4
+++ guile-gtk-2.1.ebuild	28 Jun 2010 22:28:32 -0000	1.5
@@ -1,8 +1,10 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
 
-inherit virtualx eutils
+EAPI="2"
+
+inherit autotools eutils virtualx
 
 DESCRIPTION="GTK+ bindings for guile"
 HOMEPAGE="http://www.gnu.org/software/guile-gtk/"
@@ -18,9 +20,6 @@
 	>=x11-libs/gtkglarea-1.90"
 DEPEND="${RDEPEND}"
 
-# needs X
-RESTRICT="test"
-
 pkg_setup() {
 	if has_version =dev-scheme/guile-1.8*; then
 		local flags="deprecated"
@@ -29,19 +28,20 @@
 	fi
 }
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
+src_prepare() {
 	epatch "${FILESDIR}/${PN}-2.0-g-object-ref.diff"
+	epatch "${FILESDIR}"/${PV}-prll-install.patch
+	epatch "${FILESDIR}"/${PV}-brokentest.patch
+	eautoreconf
 }
 
-#src_test() {
-#	Xemake check || die "tests failed"
-#}
+src_test() {
+	Xemake check || die "tests failed"
+}
 
 src_install() {
 	# bug #298803
-	emake -j1 DESTDIR="${D}" install || die "make install failed"
+	emake DESTDIR="${D}" install || die "make install failed"
 	dodoc README AUTHORS ChangeLog NEWS TODO
 	insinto /usr/share/doc/${PF}/examples
 	doins -r examples/



1.35                 x11-libs/guile-gtk/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/guile-gtk/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/guile-gtk/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/guile-gtk/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	28 Jun 2010 21:35:34 -0000	1.34
+++ ChangeLog	28 Jun 2010 22:28:32 -0000	1.35
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/guile-gtk
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/ChangeLog,v 1.34 2010/06/28 21:35:34 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/ChangeLog,v 1.35 2010/06/28 22:28:32 jlec Exp $
+
+  28 Jun 2010; Justin Lecher <jlec@gentoo.org> +files/2.1-brokentest.patch,
+  guile-gtk-2.1.ebuild, +files/2.1-prll-install.patch:
+  Fix prrll installation, 298803 and remoed broken test, #298802
 
   28 Jun 2010; Christoph Mende <angelos@gentoo.org> guile-gtk-2.1.ebuild:
   Stable on amd64 wrt bug #326019






^ permalink raw reply	[flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/guile-gtk: guile-gtk-2.1.ebuild ChangeLog
@ 2010-07-16  9:56 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-07-16  9:56 UTC (permalink / raw
  To: gentoo-commits

fauli       10/07/16 09:56:16

  Modified:             guile-gtk-2.1.ebuild ChangeLog
  Log:
  stable x86, bug 326019
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.6                  x11-libs/guile-gtk/guile-gtk-2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/guile-gtk/guile-gtk-2.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/guile-gtk/guile-gtk-2.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/guile-gtk/guile-gtk-2.1.ebuild?r1=1.5&r2=1.6

Index: guile-gtk-2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/guile-gtk-2.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- guile-gtk-2.1.ebuild	28 Jun 2010 22:28:32 -0000	1.5
+++ guile-gtk-2.1.ebuild	16 Jul 2010 09:56:16 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/guile-gtk-2.1.ebuild,v 1.6 2010/07/16 09:56:16 fauli Exp $
 
 EAPI="2"
 
@@ -11,7 +11,7 @@
 SRC_URI="ftp://ftp.gnu.org/gnu/guile-gtk/${P}.tar.gz"
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 RDEPEND="dev-scheme/guile



1.37                 x11-libs/guile-gtk/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/guile-gtk/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/guile-gtk/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/guile-gtk/ChangeLog?r1=1.36&r2=1.37

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	16 Jul 2010 06:49:24 -0000	1.36
+++ ChangeLog	16 Jul 2010 09:56:16 -0000	1.37
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/guile-gtk
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/ChangeLog,v 1.36 2010/07/16 06:49:24 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/ChangeLog,v 1.37 2010/07/16 09:56:16 fauli Exp $
+
+  16 Jul 2010; Christian Faulhammer <fauli@gentoo.org> guile-gtk-2.1.ebuild:
+  stable x86, bug 326019
 
   16 Jul 2010; Justin Lecher <jlec@gentoo.org> files/2.1-brokentest.patch:
   Fix for brokentest fix






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-07-16  9:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-28 23:34 [gentoo-commits] gentoo-x86 commit in x11-libs/guile-gtk: guile-gtk-2.1.ebuild ChangeLog Diego Petteno (flameeyes)
  -- strict thread matches above, loose matches on Subject: below --
2010-06-28 21:35 Christoph Mende (angelos)
2010-06-28 22:28 Justin Lecher (jlec)
2010-07-16  9:56 Christian Faulhammer (fauli)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox