mgorny 15/07/05 14:47:44
Modified: octave-3.8.1-r1.ebuild octave-3.8.2.ebuild
ChangeLog
Log:
Remove slot operators from || () block where they are broken.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key
EFB4464E!)
Revision Changes Path
1.7 sci-mathematics/octave/octave-3.8.1-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-3.8.1-r1.ebuild?rev=1.7&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-3.8.1-r1.ebuild?rev=1.7&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-3.8.1-r1.ebuild?r1=1.6&r2=1.7
Index: octave-3.8.1-r1.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.8.1-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- octave-3.8.1-r1.ebuild 7 Jan 2015 11:33:22 -0000 1.6
+++ octave-3.8.1-r1.ebuild 5 Jul 2015 14:47:44 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.8.1-r1.ebuild,v 1.6
2015/01/07 11:33:22 jer Exp $
+# $Header:
/var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.8.1-r1.ebuild,v 1.7
2015/07/05 14:47:44 mgorny Exp $
EAPI=5
@@ -31,8 +31,8 @@
gui? ( x11-libs/qscintilla:0= )
hdf5? ( sci-libs/hdf5:0= )
imagemagick? ( || (
- media-gfx/graphicsmagick:=[cxx]
- media-gfx/imagemagick:=[cxx] ) )
+ media-gfx/graphicsmagick[cxx]
+ media-gfx/imagemagick[cxx] ) )
java? ( >=virtual/jre-1.6.0 )
jit? ( <sys-devel/llvm-3.5 )
opengl? (
1.9 sci-mathematics/octave/octave-3.8.2.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-3.8.2.ebuild?rev=1.9&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-3.8.2.ebuild?rev=1.9&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-3.8.2.ebuild?r1=1.8&r2=1.9
Index: octave-3.8.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.8.2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- octave-3.8.2.ebuild 7 Jan 2015 11:33:22 -0000 1.8
+++ octave-3.8.2.ebuild 5 Jul 2015 14:47:44 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.8.2.ebuild,v 1.8
2015/01/07 11:33:22 jer Exp $
+# $Header:
/var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.8.2.ebuild,v 1.9
2015/07/05 14:47:44 mgorny Exp $
EAPI=5
@@ -31,8 +31,8 @@
gui? ( x11-libs/qscintilla:0= )
hdf5? ( sci-libs/hdf5:0= )
imagemagick? ( || (
- media-gfx/graphicsmagick:=[cxx]
- media-gfx/imagemagick:=[cxx] ) )
+ media-gfx/graphicsmagick[cxx]
+ media-gfx/imagemagick[cxx] ) )
java? ( >=virtual/jre-1.6.0 )
jit? ( <sys-devel/llvm-3.5:0= )
opengl? (
1.175 sci-mathematics/octave/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/ChangeLog?rev=1.175&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/ChangeLog?rev=1.175&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/ChangeLog?r1=1.174&r2=1.175
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v
retrieving revision 1.174
retrieving revision 1.175
diff -u -r1.174 -r1.175
--- ChangeLog 7 Jan 2015 11:33:22 -0000 1.174
+++ ChangeLog 5 Jul 2015 14:47:44 -0000 1.175
@@ -1,6 +1,10 @@
# ChangeLog for sci-mathematics/octave
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.174
2015/01/07 11:33:22 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.175
2015/07/05 14:47:44 mgorny Exp $
+
+ 05 Jul 2015; Michał Górny <[email protected]> octave-3.8.1-r1.ebuild,
+ octave-3.8.2.ebuild:
+ Remove slot operators from || () block where they are broken.
07 Jan 2015; Jeroen Roovers <[email protected]> octave-3.8.1-r1.ebuild,
octave-3.8.2.ebuild: