public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-mathematics/octave: ChangeLog octave-3.4.3-r1.ebuild
@ 2012-01-21 18:28 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 7+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2012-01-21 18:28 UTC (permalink / raw
  To: gentoo-commits

bicatali    12/01/21 18:28:10

  Modified:             ChangeLog octave-3.4.3-r1.ebuild
  Log:
  Applying pkg_setup to earlier version
  
  (Portage version: 2.1.10.41/cvs/Linux x86_64)

Revision  Changes    Path
1.114                sci-mathematics/octave/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/ChangeLog?rev=1.114&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/ChangeLog?rev=1.114&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/ChangeLog?r1=1.113&r2=1.114

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- ChangeLog	20 Jan 2012 23:53:28 -0000	1.113
+++ ChangeLog	21 Jan 2012 18:28:10 -0000	1.114
@@ -1,6 +1,9 @@
 # ChangeLog for sci-mathematics/octave
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.113 2012/01/20 23:53:28 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.114 2012/01/21 18:28:10 bicatali Exp $
+
+  21 Jan 2012; Sébastien Fabbro <bicatali@gentoo.org> octave-3.4.3-r1.ebuild:
+  Applying pkg_setup to earlier version
 
   20 Jan 2012; Sébastien Fabbro <bicatali@gentoo.org> octave-3.6.0.ebuild:
   Move pkg_pretend -> pkg_setup for openmp check, bug #399557



1.4                  sci-mathematics/octave/octave-3.4.3-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-3.4.3-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-3.4.3-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-3.4.3-r1.ebuild?r1=1.3&r2=1.4

Index: octave-3.4.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.4.3-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- octave-3.4.3-r1.ebuild	19 Jan 2012 15:06:57 -0000	1.3
+++ octave-3.4.3-r1.ebuild	21 Jan 2012 18:28:10 -0000	1.4
@@ -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-mathematics/octave/octave-3.4.3-r1.ebuild,v 1.3 2012/01/19 15:06:57 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.4.3-r1.ebuild,v 1.4 2012/01/21 18:28:10 bicatali Exp $
 
 EAPI=4
 inherit eutils base autotools toolchain-funcs
@@ -49,7 +49,7 @@
 	dev-util/gperf
 	dev-util/pkgconfig"
 
-pkg_pretend() {
+pkg_setup() {
 	use openmp && [[ $(tc-getCC)$ == *gcc* ]] && ! tc-has-openmp && \
 		die "You have openmp enabled but your current gcc does not support it"
 }






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

* [gentoo-commits] gentoo-x86 commit in sci-mathematics/octave: ChangeLog octave-3.4.3-r1.ebuild
@ 2012-02-07 13:39 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-02-07 13:39 UTC (permalink / raw
  To: gentoo-commits

ago         12/02/07 13:39:40

  Modified:             ChangeLog octave-3.4.3-r1.ebuild
  Log:
  Stable for amd64, wrt bug #402199
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.117                sci-mathematics/octave/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/ChangeLog?rev=1.117&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/ChangeLog?rev=1.117&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/ChangeLog?r1=1.116&r2=1.117

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- ChangeLog	6 Feb 2012 00:00:14 -0000	1.116
+++ ChangeLog	7 Feb 2012 13:39:40 -0000	1.117
@@ -1,6 +1,9 @@
 # ChangeLog for sci-mathematics/octave
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.116 2012/02/06 00:00:14 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.117 2012/02/07 13:39:40 ago Exp $
+
+  07 Feb 2012; Agostino Sarubbo <ago@gentoo.org> octave-3.4.3-r1.ebuild:
+  Stable for amd64, wrt bug #402199
 
   05 Feb 2012; Sébastien Fabbro <bicatali@gentoo.org> octave-3.4.3-r1.ebuild,
   octave-3.6.0.ebuild:



1.7                  sci-mathematics/octave/octave-3.4.3-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-3.4.3-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-3.4.3-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-3.4.3-r1.ebuild?r1=1.6&r2=1.7

Index: octave-3.4.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.4.3-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- octave-3.4.3-r1.ebuild	6 Feb 2012 00:00:14 -0000	1.6
+++ octave-3.4.3-r1.ebuild	7 Feb 2012 13:39:40 -0000	1.7
@@ -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-mathematics/octave/octave-3.4.3-r1.ebuild,v 1.6 2012/02/06 00:00:14 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.4.3-r1.ebuild,v 1.7 2012/02/07 13:39:40 ago Exp $
 
 EAPI=4
 inherit eutils base autotools toolchain-funcs
@@ -13,7 +13,7 @@
 SLOT="0"
 IUSE="curl doc fftw +glpk +imagemagick opengl openmp +qhull +qrupdate
 	readline +sparse static-libs X zlib"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="dev-libs/libpcre
 	app-text/ghostscript-gpl






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

* [gentoo-commits] gentoo-x86 commit in sci-mathematics/octave: ChangeLog octave-3.4.3-r1.ebuild
@ 2012-02-08 14:43 Jeroen Roovers (jer)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2012-02-08 14:43 UTC (permalink / raw
  To: gentoo-commits

jer         12/02/08 14:43:16

  Modified:             ChangeLog octave-3.4.3-r1.ebuild
  Log:
  Stable for HPPA (bug #402199).
  
  (Portage version: 2.2.0_alpha85/cvs/Linux x86_64)

Revision  Changes    Path
1.118                sci-mathematics/octave/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/ChangeLog?rev=1.118&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/ChangeLog?rev=1.118&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/ChangeLog?r1=1.117&r2=1.118

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- ChangeLog	7 Feb 2012 13:39:40 -0000	1.117
+++ ChangeLog	8 Feb 2012 14:43:16 -0000	1.118
@@ -1,6 +1,9 @@
 # ChangeLog for sci-mathematics/octave
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.117 2012/02/07 13:39:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.118 2012/02/08 14:43:16 jer Exp $
+
+  08 Feb 2012; Jeroen Roovers <jer@gentoo.org> octave-3.4.3-r1.ebuild:
+  Stable for HPPA (bug #402199).
 
   07 Feb 2012; Agostino Sarubbo <ago@gentoo.org> octave-3.4.3-r1.ebuild:
   Stable for amd64, wrt bug #402199



1.8                  sci-mathematics/octave/octave-3.4.3-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-3.4.3-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-3.4.3-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-3.4.3-r1.ebuild?r1=1.7&r2=1.8

Index: octave-3.4.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.4.3-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- octave-3.4.3-r1.ebuild	7 Feb 2012 13:39:40 -0000	1.7
+++ octave-3.4.3-r1.ebuild	8 Feb 2012 14:43:16 -0000	1.8
@@ -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-mathematics/octave/octave-3.4.3-r1.ebuild,v 1.7 2012/02/07 13:39:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.4.3-r1.ebuild,v 1.8 2012/02/08 14:43:16 jer Exp $
 
 EAPI=4
 inherit eutils base autotools toolchain-funcs
@@ -13,7 +13,7 @@
 SLOT="0"
 IUSE="curl doc fftw +glpk +imagemagick opengl openmp +qhull +qrupdate
 	readline +sparse static-libs X zlib"
-KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="dev-libs/libpcre
 	app-text/ghostscript-gpl






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

* [gentoo-commits] gentoo-x86 commit in sci-mathematics/octave: ChangeLog octave-3.4.3-r1.ebuild
@ 2012-02-16 19:31 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 7+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-02-16 19:31 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    12/02/16 19:31:48

  Modified:             ChangeLog octave-3.4.3-r1.ebuild
  Log:
  x86 stable wrt bug #402199
  
  (Portage version: 2.1.10.44/cvs/Linux i686)

Revision  Changes    Path
1.119                sci-mathematics/octave/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/ChangeLog?rev=1.119&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/ChangeLog?rev=1.119&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/ChangeLog?r1=1.118&r2=1.119

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- ChangeLog	8 Feb 2012 14:43:16 -0000	1.118
+++ ChangeLog	16 Feb 2012 19:31:48 -0000	1.119
@@ -1,6 +1,9 @@
 # ChangeLog for sci-mathematics/octave
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.118 2012/02/08 14:43:16 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.119 2012/02/16 19:31:48 phajdan.jr Exp $
+
+  16 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> octave-3.4.3-r1.ebuild:
+  x86 stable wrt bug #402199
 
   08 Feb 2012; Jeroen Roovers <jer@gentoo.org> octave-3.4.3-r1.ebuild:
   Stable for HPPA (bug #402199).



1.9                  sci-mathematics/octave/octave-3.4.3-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-3.4.3-r1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-3.4.3-r1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-3.4.3-r1.ebuild?r1=1.8&r2=1.9

Index: octave-3.4.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.4.3-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- octave-3.4.3-r1.ebuild	8 Feb 2012 14:43:16 -0000	1.8
+++ octave-3.4.3-r1.ebuild	16 Feb 2012 19:31:48 -0000	1.9
@@ -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-mathematics/octave/octave-3.4.3-r1.ebuild,v 1.8 2012/02/08 14:43:16 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.4.3-r1.ebuild,v 1.9 2012/02/16 19:31:48 phajdan.jr Exp $
 
 EAPI=4
 inherit eutils base autotools toolchain-funcs
@@ -13,7 +13,7 @@
 SLOT="0"
 IUSE="curl doc fftw +glpk +imagemagick opengl openmp +qhull +qrupdate
 	readline +sparse static-libs X zlib"
-KEYWORDS="~alpha amd64 hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 hppa ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="dev-libs/libpcre
 	app-text/ghostscript-gpl






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

* [gentoo-commits] gentoo-x86 commit in sci-mathematics/octave: ChangeLog octave-3.4.3-r1.ebuild
@ 2012-03-07 20:54 Brent Baude (ranger)
  0 siblings, 0 replies; 7+ messages in thread
From: Brent Baude (ranger) @ 2012-03-07 20:54 UTC (permalink / raw
  To: gentoo-commits

ranger      12/03/07 20:54:12

  Modified:             ChangeLog octave-3.4.3-r1.ebuild
  Log:
  Marking octave-3.4.3-r1 ppc for bug 402199
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.121                sci-mathematics/octave/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/ChangeLog?rev=1.121&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/ChangeLog?rev=1.121&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/ChangeLog?r1=1.120&r2=1.121

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -r1.120 -r1.121
--- ChangeLog	27 Feb 2012 18:27:27 -0000	1.120
+++ ChangeLog	7 Mar 2012 20:54:12 -0000	1.121
@@ -1,6 +1,9 @@
 # ChangeLog for sci-mathematics/octave
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.120 2012/02/27 18:27:27 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.121 2012/03/07 20:54:12 ranger Exp $
+
+  07 Mar 2012; Brent Baude <ranger@gentoo.org> octave-3.4.3-r1.ebuild:
+  Marking octave-3.4.3-r1 ppc for bug 402199
 
 *octave-3.6.1 (27 Feb 2012)
 



1.10                 sci-mathematics/octave/octave-3.4.3-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-3.4.3-r1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-3.4.3-r1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-3.4.3-r1.ebuild?r1=1.9&r2=1.10

Index: octave-3.4.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.4.3-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- octave-3.4.3-r1.ebuild	16 Feb 2012 19:31:48 -0000	1.9
+++ octave-3.4.3-r1.ebuild	7 Mar 2012 20:54:12 -0000	1.10
@@ -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-mathematics/octave/octave-3.4.3-r1.ebuild,v 1.9 2012/02/16 19:31:48 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.4.3-r1.ebuild,v 1.10 2012/03/07 20:54:12 ranger Exp $
 
 EAPI=4
 inherit eutils base autotools toolchain-funcs
@@ -13,7 +13,7 @@
 SLOT="0"
 IUSE="curl doc fftw +glpk +imagemagick opengl openmp +qhull +qrupdate
 	readline +sparse static-libs X zlib"
-KEYWORDS="~alpha amd64 hppa ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 hppa ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="dev-libs/libpcre
 	app-text/ghostscript-gpl






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

* [gentoo-commits] gentoo-x86 commit in sci-mathematics/octave: ChangeLog octave-3.4.3-r1.ebuild
@ 2012-03-08 23:11 Brent Baude (ranger)
  0 siblings, 0 replies; 7+ messages in thread
From: Brent Baude (ranger) @ 2012-03-08 23:11 UTC (permalink / raw
  To: gentoo-commits

ranger      12/03/08 23:11:38

  Modified:             ChangeLog octave-3.4.3-r1.ebuild
  Log:
  Marking octave-3.4.3-r1 ppc64 for bug 402199
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.122                sci-mathematics/octave/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/ChangeLog?rev=1.122&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/ChangeLog?rev=1.122&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/ChangeLog?r1=1.121&r2=1.122

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- ChangeLog	7 Mar 2012 20:54:12 -0000	1.121
+++ ChangeLog	8 Mar 2012 23:11:38 -0000	1.122
@@ -1,6 +1,9 @@
 # ChangeLog for sci-mathematics/octave
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.121 2012/03/07 20:54:12 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.122 2012/03/08 23:11:38 ranger Exp $
+
+  08 Mar 2012; Brent Baude <ranger@gentoo.org> octave-3.4.3-r1.ebuild:
+  Marking octave-3.4.3-r1 ppc64 for bug 402199
 
   07 Mar 2012; Brent Baude <ranger@gentoo.org> octave-3.4.3-r1.ebuild:
   Marking octave-3.4.3-r1 ppc for bug 402199



1.11                 sci-mathematics/octave/octave-3.4.3-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-3.4.3-r1.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-3.4.3-r1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-3.4.3-r1.ebuild?r1=1.10&r2=1.11

Index: octave-3.4.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.4.3-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- octave-3.4.3-r1.ebuild	7 Mar 2012 20:54:12 -0000	1.10
+++ octave-3.4.3-r1.ebuild	8 Mar 2012 23:11:38 -0000	1.11
@@ -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-mathematics/octave/octave-3.4.3-r1.ebuild,v 1.10 2012/03/07 20:54:12 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.4.3-r1.ebuild,v 1.11 2012/03/08 23:11:38 ranger Exp $
 
 EAPI=4
 inherit eutils base autotools toolchain-funcs
@@ -13,7 +13,7 @@
 SLOT="0"
 IUSE="curl doc fftw +glpk +imagemagick opengl openmp +qhull +qrupdate
 	readline +sparse static-libs X zlib"
-KEYWORDS="~alpha amd64 hppa ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 hppa ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="dev-libs/libpcre
 	app-text/ghostscript-gpl






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

* [gentoo-commits] gentoo-x86 commit in sci-mathematics/octave: ChangeLog octave-3.4.3-r1.ebuild
@ 2014-01-06 14:06 Justin Lecher (jlec)
  0 siblings, 0 replies; 7+ messages in thread
From: Justin Lecher (jlec) @ 2014-01-06 14:06 UTC (permalink / raw
  To: gentoo-commits

jlec        14/01/06 14:06:23

  Modified:             ChangeLog
  Removed:              octave-3.4.3-r1.ebuild
  Log:
  sci-mathematics/octave: Drop old; punt base.eclass
  
  (Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)

Revision  Changes    Path
1.147                sci-mathematics/octave/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/ChangeLog?rev=1.147&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/ChangeLog?rev=1.147&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/ChangeLog?r1=1.146&r2=1.147

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -r1.146 -r1.147
--- ChangeLog	7 Dec 2013 18:50:41 -0000	1.146
+++ ChangeLog	6 Jan 2014 14:06:23 -0000	1.147
@@ -1,6 +1,9 @@
 # ChangeLog for sci-mathematics/octave
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.146 2013/12/07 18:50:41 jlec Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.147 2014/01/06 14:06:23 jlec Exp $
+
+  06 Jan 2014; Justin Lecher <jlec@gentoo.org> -octave-3.4.3-r1.ebuild:
+  Drop old; punt base.eclass
 
 *octave-3.6.4-r1 (07 Dec 2013)
 





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

end of thread, other threads:[~2014-01-06 14:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-06 14:06 [gentoo-commits] gentoo-x86 commit in sci-mathematics/octave: ChangeLog octave-3.4.3-r1.ebuild Justin Lecher (jlec)
  -- strict thread matches above, loose matches on Subject: below --
2012-03-08 23:11 Brent Baude (ranger)
2012-03-07 20:54 Brent Baude (ranger)
2012-02-16 19:31 PaweA Hajdan (phajdan.jr)
2012-02-08 14:43 Jeroen Roovers (jer)
2012-02-07 13:39 Agostino Sarubbo (ago)
2012-01-21 18:28 Sebastien Fabbro (bicatali)

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