jer 15/01/07 11:33:22
Modified: octave-3.8.2.ebuild octave-3.8.1-r1.ebuild
ChangeLog
Log:
Fix imagemagick/graphicsmagick sub-SLOT deps.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key
A792A613)
Revision Changes Path
1.8 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.8&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-3.8.2.ebuild?rev=1.8&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-3.8.2.ebuild?r1=1.7&r2=1.8
Index: octave-3.8.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.8.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- octave-3.8.2.ebuild 4 Dec 2014 08:38:20 -0000 1.7
+++ octave-3.8.2.ebuild 7 Jan 2015 11:33:22 -0000 1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# 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.7
2014/12/04 08:38:20 ago Exp $
+# $Header:
/var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.8.2.ebuild,v 1.8
2015/01/07 11:33:22 jer Exp $
EAPI=5
@@ -31,8 +31,8 @@
gui? ( x11-libs/qscintilla:0= )
hdf5? ( sci-libs/hdf5:0= )
imagemagick? ( || (
- media-gfx/graphicsmagick:0=[cxx]
- media-gfx/imagemagick:0=[cxx] ) )
+ media-gfx/graphicsmagick:=[cxx]
+ media-gfx/imagemagick:=[cxx] ) )
java? ( >=virtual/jre-1.6.0 )
jit? ( <sys-devel/llvm-3.5:0= )
opengl? (
1.6 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.6&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-3.8.1-r1.ebuild?rev=1.6&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-3.8.1-r1.ebuild?r1=1.5&r2=1.6
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.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- octave-3.8.1-r1.ebuild 9 Sep 2014 13:18:53 -0000 1.5
+++ octave-3.8.1-r1.ebuild 7 Jan 2015 11:33:22 -0000 1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# 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.5
2014/09/09 13:18:53 mgorny Exp $
+# $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 $
EAPI=5
@@ -31,8 +31,8 @@
gui? ( x11-libs/qscintilla:0= )
hdf5? ( sci-libs/hdf5:0= )
imagemagick? ( || (
- media-gfx/graphicsmagick:0=[cxx]
- media-gfx/imagemagick:0=[cxx] ) )
+ media-gfx/graphicsmagick:=[cxx]
+ media-gfx/imagemagick:=[cxx] ) )
java? ( >=virtual/jre-1.6.0 )
jit? ( <sys-devel/llvm-3.5 )
opengl? (
1.174 sci-mathematics/octave/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/ChangeLog?rev=1.174&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/ChangeLog?rev=1.174&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/ChangeLog?r1=1.173&r2=1.174
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v
retrieving revision 1.173
retrieving revision 1.174
diff -u -r1.173 -r1.174
--- ChangeLog 4 Dec 2014 08:38:20 -0000 1.173
+++ ChangeLog 7 Jan 2015 11:33:22 -0000 1.174
@@ -1,6 +1,10 @@
# ChangeLog for sci-mathematics/octave
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.173
2014/12/04 08:38:20 ago Exp $
+# 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 $
+
+ 07 Jan 2015; Jeroen Roovers <[email protected]> octave-3.8.1-r1.ebuild,
+ octave-3.8.2.ebuild:
+ Fix imagemagick/graphicsmagick sub-SLOT deps.
04 Dec 2014; Agostino Sarubbo <[email protected]> octave-3.8.2.ebuild:
Stable for ppc64, wrt bug #528002