public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-visualization/gnuplot: ChangeLog gnuplot-4.6.1.ebuild
@ 2012-10-02 16:28 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Mueller (ulm) @ 2012-10-02 16:28 UTC (permalink / raw
  To: gentoo-commits

ulm         12/10/02 16:28:22

  Modified:             ChangeLog gnuplot-4.6.1.ebuild
  Log:
  Parallel installation hangs, adding -j1 to emake install.
  
  (Portage version: 2.1.11.23/cvs/Linux x86_64)

Revision  Changes    Path
1.195                sci-visualization/gnuplot/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.195&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.195&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?r1=1.194&r2=1.195

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v
retrieving revision 1.194
retrieving revision 1.195
diff -u -r1.194 -r1.195
--- ChangeLog	2 Oct 2012 03:33:18 -0000	1.194
+++ ChangeLog	2 Oct 2012 16:28:21 -0000	1.195
@@ -1,6 +1,9 @@
 # ChangeLog for sci-visualization/gnuplot
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.194 2012/10/02 03:33:18 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.195 2012/10/02 16:28:21 ulm Exp $
+
+  02 Oct 2012; Ulrich Müller <ulm@gentoo.org> gnuplot-4.6.1.ebuild:
+  Parallel installation hangs, adding -j1 to emake install.
 
 *gnuplot-4.6.1 (02 Oct 2012)
 



1.2                  sci-visualization/gnuplot/gnuplot-4.6.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild?r1=1.1&r2=1.2

Index: gnuplot-4.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnuplot-4.6.1.ebuild	2 Oct 2012 03:33:18 -0000	1.1
+++ gnuplot-4.6.1.ebuild	2 Oct 2012 16:28:21 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild,v 1.1 2012/10/02 03:33:18 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild,v 1.2 2012/10/02 16:28:21 ulm Exp $
 
 EAPI=4
 
@@ -189,7 +189,7 @@
 }
 
 src_install () {
-	emake DESTDIR="${D}" install
+	emake -j1 DESTDIR="${D}" install
 
 	if use xemacs; then
 		cd "${S}/lisp-xemacs"





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

* [gentoo-commits] gentoo-x86 commit in sci-visualization/gnuplot: ChangeLog gnuplot-4.6.1.ebuild
@ 2013-01-20 14:58 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Mueller (ulm) @ 2013-01-20 14:58 UTC (permalink / raw
  To: gentoo-commits

ulm         13/01/20 14:58:00

  Modified:             ChangeLog gnuplot-4.6.1.ebuild
  Log:
  Respect CXX, bug 453174.
  
  (Portage version: 2.1.11.46/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)

Revision  Changes    Path
1.198                sci-visualization/gnuplot/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.198&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.198&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?r1=1.197&r2=1.198

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v
retrieving revision 1.197
retrieving revision 1.198
diff -u -r1.197 -r1.198
--- ChangeLog	20 Jan 2013 14:09:36 -0000	1.197
+++ ChangeLog	20 Jan 2013 14:58:00 -0000	1.198
@@ -1,6 +1,9 @@
 # ChangeLog for sci-visualization/gnuplot
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.197 2013/01/20 14:09:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.198 2013/01/20 14:58:00 ulm Exp $
+
+  20 Jan 2013; Ulrich Müller <ulm@gentoo.org> gnuplot-4.6.1.ebuild:
+  Respect CXX, bug 453174.
 
   20 Jan 2013; Agostino Sarubbo <ago@gentoo.org> gnuplot-4.6.1.ebuild:
   Stable for x86, wrt bug #446243



1.5                  sci-visualization/gnuplot/gnuplot-4.6.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild?r1=1.4&r2=1.5

Index: gnuplot-4.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gnuplot-4.6.1.ebuild	20 Jan 2013 14:09:36 -0000	1.4
+++ gnuplot-4.6.1.ebuild	20 Jan 2013 14:58:00 -0000	1.5
@@ -1,10 +1,10 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild,v 1.4 2013/01/20 14:09:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild,v 1.5 2013/01/20 14:58:00 ulm Exp $
 
 EAPI=4
 
-inherit elisp-common flag-o-matic multilib wxwidgets
+inherit elisp-common flag-o-matic multilib wxwidgets toolchain-funcs
 
 DESCRIPTION="Command-line driven interactive plotting program"
 HOMEPAGE="http://www.gnuplot.info/"
@@ -106,6 +106,8 @@
 		need-wxwidgets unicode
 	fi
 
+	tc-export CC CXX			#453174
+
 	local myconf
 	myconf="${myconf} --without-lisp-files"
 	myconf="${myconf} --without-pdf"





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

* [gentoo-commits] gentoo-x86 commit in sci-visualization/gnuplot: ChangeLog gnuplot-4.6.1.ebuild
@ 2013-02-28 14:39 Jeroen Roovers (jer)
  0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers (jer) @ 2013-02-28 14:39 UTC (permalink / raw
  To: gentoo-commits

jer         13/02/28 14:39:00

  Modified:             ChangeLog gnuplot-4.6.1.ebuild
  Log:
  Stable for HPPA (bug #446243).
  
  (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.206                sci-visualization/gnuplot/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.206&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.206&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?r1=1.205&r2=1.206

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v
retrieving revision 1.205
retrieving revision 1.206
diff -u -r1.205 -r1.206
--- ChangeLog	20 Feb 2013 09:48:22 -0000	1.205
+++ ChangeLog	28 Feb 2013 14:39:00 -0000	1.206
@@ -1,6 +1,9 @@
 # ChangeLog for sci-visualization/gnuplot
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.205 2013/02/20 09:48:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.206 2013/02/28 14:39:00 jer Exp $
+
+  28 Feb 2013; Jeroen Roovers <jer@gentoo.org> gnuplot-4.6.1.ebuild:
+  Stable for HPPA (bug #446243).
 
   20 Feb 2013; Agostino Sarubbo <ago@gentoo.org> gnuplot-4.6.1.ebuild:
   Stable for s390, wrt bug #446243



1.13                 sci-visualization/gnuplot/gnuplot-4.6.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild?r1=1.12&r2=1.13

Index: gnuplot-4.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- gnuplot-4.6.1.ebuild	20 Feb 2013 09:48:22 -0000	1.12
+++ gnuplot-4.6.1.ebuild	28 Feb 2013 14:39:00 -0000	1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild,v 1.12 2013/02/20 09:48:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.1.ebuild,v 1.13 2013/02/28 14:39:00 jer Exp $
 
 EAPI=4
 
@@ -25,7 +25,7 @@
 
 LICENSE="gnuplot GPL-2 bitmap? ( free-noncomm )"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 s390 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 s390 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="bitmap cairo doc emacs examples +gd ggi latex lua plotutils qt4 readline svga thin-splines wxwidgets X xemacs"
 
 RDEPEND="





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

end of thread, other threads:[~2013-02-28 14:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-28 14:39 [gentoo-commits] gentoo-x86 commit in sci-visualization/gnuplot: ChangeLog gnuplot-4.6.1.ebuild Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2013-01-20 14:58 Ulrich Mueller (ulm)
2012-10-02 16:28 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