public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-lisp/clisp: clisp-2.41.ebuild ChangeLog
@ 2007-09-08 10:46 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Mueller (ulm) @ 2007-09-08 10:46 UTC (permalink / raw
  To: gentoo-commits

ulm         07/09/08 10:46:55

  Modified:             clisp-2.41.ebuild ChangeLog
  Log:
  Fix fastcgi build problem, bug #154889.
  (Portage version: 2.1.3.7)

Revision  Changes    Path
1.8                  dev-lisp/clisp/clisp-2.41.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/clisp/clisp-2.41.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/clisp/clisp-2.41.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/clisp/clisp-2.41.ebuild?r1=1.7&r2=1.8

Index: clisp-2.41.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/clisp/clisp-2.41.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- clisp-2.41.ebuild	4 Sep 2007 19:43:41 -0000	1.7
+++ clisp-2.41.ebuild	8 Sep 2007 10:46:55 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clisp/clisp-2.41.ebuild,v 1.7 2007/09/04 19:43:41 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clisp/clisp-2.41.ebuild,v 1.8 2007/09/08 10:46:55 ulm Exp $
 
 inherit flag-o-matic eutils toolchain-funcs
 
@@ -42,6 +42,7 @@
 	unpack ${A}
 	cd "${S}"
 	epatch ${FILESDIR}/2.41-fastcgi-Makefile-gentoo.patch
+	epatch ${FILESDIR}/2.41-fastcgi-build.patch
 	epatch ${FILESDIR}/2.41-linux-headers.patch
 }
 



1.62                 dev-lisp/clisp/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/clisp/ChangeLog?rev=1.62&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/clisp/ChangeLog?rev=1.62&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/clisp/ChangeLog?r1=1.61&r2=1.62

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/clisp/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog	4 Sep 2007 19:43:41 -0000	1.61
+++ ChangeLog	8 Sep 2007 10:46:55 -0000	1.62
@@ -1,6 +1,12 @@
 # ChangeLog for dev-lisp/clisp
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clisp/ChangeLog,v 1.61 2007/09/04 19:43:41 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clisp/ChangeLog,v 1.62 2007/09/08 10:46:55 ulm Exp $
+
+  08 Sep 2007; Ulrich Mueller <ulm@gentoo.org>
+  +files/2.41-fastcgi-build.patch, clisp-2.41.ebuild:
+  Fix fastcgi build problem. Bug #154889, reported by Gleb Litvjak
+  <blaster999@gmail.com>. Patch backported from upstream CVS by Dave Wallace
+  <dw1@hundo.net>.
 
   04 Sep 2007; Christian Faulhammer <opfer@gentoo.org> clisp-2.41.ebuild:
   stable x86, bug 173050



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in dev-lisp/clisp: clisp-2.41.ebuild ChangeLog
@ 2007-09-09 18:01 Joseph Jezak,PPC Extraordinaire,, (josejx)
  0 siblings, 0 replies; 2+ messages in thread
From: Joseph Jezak,PPC Extraordinaire,, (josejx) @ 2007-09-09 18:01 UTC (permalink / raw
  To: gentoo-commits

josejx      07/09/09 18:01:53

  Modified:             clisp-2.41.ebuild ChangeLog
  Log:
  Marked ppc stable for bug #173050.
  (Portage version: 2.1.3.9)

Revision  Changes    Path
1.9                  dev-lisp/clisp/clisp-2.41.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/clisp/clisp-2.41.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/clisp/clisp-2.41.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/clisp/clisp-2.41.ebuild?r1=1.8&r2=1.9

Index: clisp-2.41.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/clisp/clisp-2.41.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- clisp-2.41.ebuild	8 Sep 2007 10:46:55 -0000	1.8
+++ clisp-2.41.ebuild	9 Sep 2007 18:01:53 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clisp/clisp-2.41.ebuild,v 1.8 2007/09/08 10:46:55 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clisp/clisp-2.41.ebuild,v 1.9 2007/09/09 18:01:53 josejx Exp $
 
 inherit flag-o-matic eutils toolchain-funcs
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="2"
-KEYWORDS="~amd64 ~ppc -sparc x86"
+KEYWORDS="~amd64 ppc -sparc x86"
 IUSE="X new-clx fastcgi pcre postgres readline zlib"
 
 RDEPEND=">=dev-libs/libsigsegv-2.4



1.63                 dev-lisp/clisp/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/clisp/ChangeLog?rev=1.63&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/clisp/ChangeLog?rev=1.63&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/clisp/ChangeLog?r1=1.62&r2=1.63

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/clisp/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog	8 Sep 2007 10:46:55 -0000	1.62
+++ ChangeLog	9 Sep 2007 18:01:53 -0000	1.63
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lisp/clisp
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clisp/ChangeLog,v 1.62 2007/09/08 10:46:55 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clisp/ChangeLog,v 1.63 2007/09/09 18:01:53 josejx Exp $
+
+  09 Sep 2007; Joseph Jezak <josejx@gentoo.org> clisp-2.41.ebuild:
+  Marked ppc stable for bug #173050.
 
   08 Sep 2007; Ulrich Mueller <ulm@gentoo.org>
   +files/2.41-fastcgi-build.patch, clisp-2.41.ebuild:



-- 
gentoo-commits@gentoo.org mailing list



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

end of thread, other threads:[~2007-09-09 18:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-09 18:01 [gentoo-commits] gentoo-x86 commit in dev-lisp/clisp: clisp-2.41.ebuild ChangeLog Joseph Jezak,PPC Extraordinaire,, (josejx)
  -- strict thread matches above, loose matches on Subject: below --
2007-09-08 10:46 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