public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-lisp/xlispstat: ChangeLog xlispstat-3.52.20.ebuild
@ 2009-08-10 16:36 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-08-10 16:36 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/08/10 16:36:11

  Modified:             ChangeLog xlispstat-3.52.20.ebuild
  Log:
  Fix building with GCC 4.4+ wrt #277422.
  (Portage version: 2.2_rc36/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-lisp/xlispstat/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/xlispstat/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	22 Jul 2007 08:00:34 -0000	1.4
+++ ChangeLog	10 Aug 2009 16:36:11 -0000	1.5
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lisp/xlispstat
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/xlispstat/ChangeLog,v 1.4 2007/07/22 08:00:34 graaff Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/xlispstat/ChangeLog,v 1.5 2009/08/10 16:36:11 ssuominen Exp $
+
+  10 Aug 2009; Samuli Suominen <ssuominen@gentoo.org>
+  xlispstat-3.52.20.ebuild, +files/xlispstat-3.52.20-fmax.patch:
+  Fix building with GCC 4.4+ wrt #277422.
 
   22 Jul 2007; Hans de Graaff <graaff@gentoo.org> xlispstat-3.52.20.ebuild:
   Drop virtual/x11 references.



1.5                  dev-lisp/xlispstat/xlispstat-3.52.20.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/xlispstat/xlispstat-3.52.20.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/xlispstat/xlispstat-3.52.20.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/xlispstat/xlispstat-3.52.20.ebuild?r1=1.4&r2=1.5

Index: xlispstat-3.52.20.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/xlispstat/xlispstat-3.52.20.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xlispstat-3.52.20.ebuild	22 Jul 2007 08:00:34 -0000	1.4
+++ xlispstat-3.52.20.ebuild	10 Aug 2009 16:36:11 -0000	1.5
@@ -1,18 +1,29 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/xlispstat/xlispstat-3.52.20.ebuild,v 1.4 2007/07/22 08:00:34 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/xlispstat/xlispstat-3.52.20.ebuild,v 1.5 2009/08/10 16:36:11 ssuominen Exp $
+
+inherit eutils
 
 DESCRIPTION="XLISP-STAT is a statistical environment based on a dialect of the Lisp language called XLISP."
 HOMEPAGE="http://www.stat.uiowa.edu/~luke/xls/xlsinfo/xlsinfo.html"
 SRC_URI="ftp://ftp.stat.umn.edu/pub/xlispstat/current/xlispstat-${PV//./-}.tar.gz"
+
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~amd64 ~x86"
 IUSE="X"
-DEPEND="X? ( x11-libs/libX11 )"
+
+RDEPEND="X? ( x11-libs/libX11 )"
+DEPEND="${RDEPEND}"
 
 S=${WORKDIR}/${P//./-}
 
+src_unpack() {
+	unpack ${A}
+	cd "${S}"
+	epatch "${FILESDIR}"/${P}-fmax.patch
+}
+
 src_compile() {
 	local opts=''
 	use X && opts='--with-x' || opts='--without-x'






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

* [gentoo-commits] gentoo-x86 commit in dev-lisp/xlispstat: ChangeLog xlispstat-3.52.20.ebuild
@ 2009-12-24 14:31 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 2+ messages in thread
From: Diego Petteno (flameeyes) @ 2009-12-24 14:31 UTC (permalink / raw
  To: gentoo-commits

flameeyes    09/12/24 14:31:59

  Modified:             ChangeLog xlispstat-3.52.20.ebuild
  Log:
  Use -j1 for build (bug #298209).
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  dev-lisp/xlispstat/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/xlispstat/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	10 Aug 2009 16:36:11 -0000	1.5
+++ ChangeLog	24 Dec 2009 14:31:59 -0000	1.6
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lisp/xlispstat
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/xlispstat/ChangeLog,v 1.5 2009/08/10 16:36:11 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/xlispstat/ChangeLog,v 1.6 2009/12/24 14:31:59 flameeyes Exp $
+
+  24 Dec 2009; Diego E. Pettenò <flameeyes@gentoo.org>
+  xlispstat-3.52.20.ebuild:
+  Use -j1 for build (bug #298209).
 
   10 Aug 2009; Samuli Suominen <ssuominen@gentoo.org>
   xlispstat-3.52.20.ebuild, +files/xlispstat-3.52.20-fmax.patch:



1.6                  dev-lisp/xlispstat/xlispstat-3.52.20.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/xlispstat/xlispstat-3.52.20.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/xlispstat/xlispstat-3.52.20.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/xlispstat/xlispstat-3.52.20.ebuild?r1=1.5&r2=1.6

Index: xlispstat-3.52.20.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/xlispstat/xlispstat-3.52.20.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xlispstat-3.52.20.ebuild	10 Aug 2009 16:36:11 -0000	1.5
+++ xlispstat-3.52.20.ebuild	24 Dec 2009 14:31:59 -0000	1.6
@@ -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/dev-lisp/xlispstat/xlispstat-3.52.20.ebuild,v 1.5 2009/08/10 16:36:11 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/xlispstat/xlispstat-3.52.20.ebuild,v 1.6 2009/12/24 14:31:59 flameeyes Exp $
 
 inherit eutils
 
@@ -33,13 +33,14 @@
 		--infodir=/usr/share/info \
 		--mandir=/usr/share/man \
 		${opts} || die "./configure failed"
-	make UCFLAGS="${CFLAGS} -mieee-fp" || die
+	# bug #298209
+	emake -j1 UCFLAGS="${CFLAGS} -mieee-fp" || die
 }
 
 src_install() {
 	dodir /usr/bin
 	dodir /usr/lib/xlispstat
-	make prefix=${D}/usr/ install || die
+	emake -j1 prefix=${D}/usr/ install || die
 	dodoc COPYING INSTALL README* RELEASE
 	dodoc doc/xlispins.doc doc/xlispdoc.{ps,txt}
 }






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

end of thread, other threads:[~2009-12-24 14:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-10 16:36 [gentoo-commits] gentoo-x86 commit in dev-lisp/xlispstat: ChangeLog xlispstat-3.52.20.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2009-12-24 14:31 Diego Petteno (flameeyes)

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