public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-scheme/guile: ChangeLog guile-1.8.7.ebuild
@ 2009-12-14 19:30 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Mueller (ulm) @ 2009-12-14 19:30 UTC (permalink / raw
  To: gentoo-commits

ulm         09/12/14 19:30:22

  Modified:             ChangeLog guile-1.8.7.ebuild
  Log:
  Fix test failure, bug 295093.
  (Portage version: 2.2_rc59/cvs/Linux i686)

Revision  Changes    Path
1.75                 dev-scheme/guile/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/guile/ChangeLog?rev=1.75&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/guile/ChangeLog?rev=1.75&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/guile/ChangeLog?r1=1.74&r2=1.75

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-scheme/guile/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog	5 Dec 2009 14:23:55 -0000	1.74
+++ ChangeLog	14 Dec 2009 19:30:22 -0000	1.75
@@ -1,6 +1,10 @@
 # ChangeLog for dev-scheme/guile
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-scheme/guile/ChangeLog,v 1.74 2009/12/05 14:23:55 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-scheme/guile/ChangeLog,v 1.75 2009/12/14 19:30:22 ulm Exp $
+
+  14 Dec 2009; Ulrich Mueller <ulm@gentoo.org> guile-1.8.7.ebuild,
+  +files/guile-1.8.7-fix_tests.patch:
+  Fix test failure, bug 295093. Proxy commit for Tomás Touceda (chiiph).
 
 *guile-1.8.7 (05 Dec 2009)
 



1.2                  dev-scheme/guile/guile-1.8.7.ebuild

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

Index: guile-1.8.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-scheme/guile/guile-1.8.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- guile-1.8.7.ebuild	5 Dec 2009 14:23:55 -0000	1.1
+++ guile-1.8.7.ebuild	14 Dec 2009 19:30:22 -0000	1.2
@@ -1,9 +1,9 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-scheme/guile/guile-1.8.7.ebuild,v 1.1 2009/12/05 14:23:55 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-scheme/guile/guile-1.8.7.ebuild,v 1.2 2009/12/14 19:30:22 ulm Exp $
 
 EAPI=1
-inherit flag-o-matic elisp-common
+inherit eutils autotools flag-o-matic elisp-common
 
 DESCRIPTION="Scheme interpreter"
 HOMEPAGE="http://www.gnu.org/software/guile/"
@@ -29,6 +29,7 @@
 	unpack ${A}; cd "${S}"
 
 	sed "s_sleep 999_sleep 1_" -i test-suite/tests/popen.test
+	epatch "${FILESDIR}/${P}-fix_tests.patch"
 
 #	cp configure.in configure.in.old
 
@@ -37,7 +38,7 @@
 
 #	diff -u configure.in.old configure.in
 
-#	eautoreconf
+	eautoreconf
 }
 
 src_compile() {






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

* [gentoo-commits] gentoo-x86 commit in dev-scheme/guile: ChangeLog guile-1.8.7.ebuild
@ 2010-05-30  6:10 Ryan Hill (dirtyepic)
  0 siblings, 0 replies; 2+ messages in thread
From: Ryan Hill (dirtyepic) @ 2010-05-30  6:10 UTC (permalink / raw
  To: gentoo-commits

dirtyepic    10/05/30 06:10:46

  Modified:             ChangeLog guile-1.8.7.ebuild
  Log:
  Fix building w/ GCC 4.5, patch from xarthisius. (bug #317175)
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.77                 dev-scheme/guile/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-scheme/guile/ChangeLog?rev=1.77&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-scheme/guile/ChangeLog?rev=1.77&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-scheme/guile/ChangeLog?r1=1.76&r2=1.77

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-scheme/guile/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog	8 Mar 2010 22:46:31 -0000	1.76
+++ ChangeLog	30 May 2010 06:10:46 -0000	1.77
@@ -1,6 +1,10 @@
 # ChangeLog for dev-scheme/guile
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-scheme/guile/ChangeLog,v 1.76 2010/03/08 22:46:31 volkmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-scheme/guile/ChangeLog,v 1.77 2010/05/30 06:10:46 dirtyepic Exp $
+
+  30 May 2010; Ryan Hill <dirtyepic@gentoo.org> guile-1.8.7.ebuild,
+  +files/guile-1.8.7-gcc45.patch:
+  Fix building w/ GCC 4.5, patch from xarthisius. (bug #317175)
 
   08 Mar 2010; Mounir Lamouri <volkmar@gentoo.org> guile-1.8.6.ebuild:
   Stabilizing 1.8.6 for ppc, bug 245701.



1.3                  dev-scheme/guile/guile-1.8.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-scheme/guile/guile-1.8.7.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-scheme/guile/guile-1.8.7.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-scheme/guile/guile-1.8.7.ebuild?r1=1.2&r2=1.3

Index: guile-1.8.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-scheme/guile/guile-1.8.7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- guile-1.8.7.ebuild	14 Dec 2009 19:30:22 -0000	1.2
+++ guile-1.8.7.ebuild	30 May 2010 06:10:46 -0000	1.3
@@ -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/dev-scheme/guile/guile-1.8.7.ebuild,v 1.2 2009/12/14 19:30:22 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-scheme/guile/guile-1.8.7.ebuild,v 1.3 2010/05/30 06:10:46 dirtyepic Exp $
 
 EAPI=1
 inherit eutils autotools flag-o-matic elisp-common
@@ -30,6 +30,7 @@
 
 	sed "s_sleep 999_sleep 1_" -i test-suite/tests/popen.test
 	epatch "${FILESDIR}/${P}-fix_tests.patch"
+	epatch "${FILESDIR}"/${P}-gcc45.patch  # 317175
 
 #	cp configure.in configure.in.old
 






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

end of thread, other threads:[~2010-05-30  6:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-30  6:10 [gentoo-commits] gentoo-x86 commit in dev-scheme/guile: ChangeLog guile-1.8.7.ebuild Ryan Hill (dirtyepic)
  -- strict thread matches above, loose matches on Subject: below --
2009-12-14 19:30 Ulrich Mueller (ulm)

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