Gentoo Archives: gentoo-commits

From: "Mark Wright (gienah)" <gienah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/octave: octave-3.8.1_rc3.ebuild ChangeLog
Date: Sun, 23 Feb 2014 00:04:37
Message-Id: 20140223000431.1607E2004C@flycatcher.gentoo.org
1 gienah 14/02/23 00:04:31
2
3 Modified: octave-3.8.1_rc3.ebuild ChangeLog
4 Log:
5 Thanks to Andreas Proteus for the fix and reporting: fix Bug 502164 - sci-mathematics/octave-3.8.1_rc3 USE=java fails to install octave.jar (file not found)
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
8
9 Revision Changes Path
10 1.2 sci-mathematics/octave/octave-3.8.1_rc3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-3.8.1_rc3.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-3.8.1_rc3.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/octave-3.8.1_rc3.ebuild?r1=1.1&r2=1.2
15
16 Index: octave-3.8.1_rc3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.8.1_rc3.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- octave-3.8.1_rc3.ebuild 20 Feb 2014 09:54:46 -0000 1.1
23 +++ octave-3.8.1_rc3.ebuild 23 Feb 2014 00:04:30 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.8.1_rc3.ebuild,v 1.1 2014/02/20 09:54:46 gienah Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.8.1_rc3.ebuild,v 1.2 2014/02/23 00:04:30 gienah Exp $
29
30 EAPI=5
31
32 @@ -205,7 +205,7 @@
33 autotools-utils_src_install
34 use doc && dodoc $(find doc -name \*.pdf)
35 [[ -e test/fntests.log ]] && dodoc test/fntests.log
36 - use java && java-pkg_regjar "${ED}/usr/share/${PN}/${PV}/m/java/octave.jar"
37 + use java && java-pkg_regjar "${ED}/usr/share/${PN}/${MY_PV}/m/java/octave.jar"
38 echo "LDPATH=${EROOT%/}/usr/$(get_libdir)/${P}" > 99octave
39 doenvd 99octave
40 }
41
42
43
44 1.156 sci-mathematics/octave/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/ChangeLog?rev=1.156&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/ChangeLog?rev=1.156&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/octave/ChangeLog?r1=1.155&r2=1.156
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v
53 retrieving revision 1.155
54 retrieving revision 1.156
55 diff -u -r1.155 -r1.156
56 --- ChangeLog 20 Feb 2014 09:54:46 -0000 1.155
57 +++ ChangeLog 23 Feb 2014 00:04:30 -0000 1.156
58 @@ -1,6 +1,11 @@
59 # ChangeLog for sci-mathematics/octave
60 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.155 2014/02/20 09:54:46 gienah Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.156 2014/02/23 00:04:30 gienah Exp $
63 +
64 + 23 Feb 2014; Mark Wright <gienah@g.o> octave-3.8.1_rc3.ebuild:
65 + Thanks to Andreas Proteus for the fix and reporting: fix Bug 502164 - sci-
66 + mathematics/octave-3.8.1_rc3 USE=java fails to install octave.jar (file not
67 + found)
68
69 *octave-3.8.1_rc3 (20 Feb 2014)