summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2014-02-23 00:04:30 +0000
committerMark Wright <gienah@gentoo.org>2014-02-23 00:04:30 +0000
commite978c65bdc1a3ef9c5a4ad57d91a3fa7ccd6549b (patch)
treee57987bf9ccbf4ca34463cc7c1883c886f08982d /sci-mathematics
parentVersion bump (diff)
downloadgentoo-2-e978c65bdc1a3ef9c5a4ad57d91a3fa7ccd6549b.tar.gz
gentoo-2-e978c65bdc1a3ef9c5a4ad57d91a3fa7ccd6549b.tar.bz2
gentoo-2-e978c65bdc1a3ef9c5a4ad57d91a3fa7ccd6549b.zip
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)
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/octave/ChangeLog7
-rw-r--r--sci-mathematics/octave/octave-3.8.1_rc3.ebuild4
2 files changed, 8 insertions, 3 deletions
diff --git a/sci-mathematics/octave/ChangeLog b/sci-mathematics/octave/ChangeLog
index 36897a47d500..919a6618166f 100644
--- a/sci-mathematics/octave/ChangeLog
+++ b/sci-mathematics/octave/ChangeLog
@@ -1,6 +1,11 @@
# 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.155 2014/02/20 09:54:46 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.156 2014/02/23 00:04:30 gienah Exp $
+
+ 23 Feb 2014; Mark Wright <gienah@gentoo.org> octave-3.8.1_rc3.ebuild:
+ 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)
*octave-3.8.1_rc3 (20 Feb 2014)
diff --git a/sci-mathematics/octave/octave-3.8.1_rc3.ebuild b/sci-mathematics/octave/octave-3.8.1_rc3.ebuild
index 4524bcbcafd8..50d8560c1de5 100644
--- a/sci-mathematics/octave/octave-3.8.1_rc3.ebuild
+++ b/sci-mathematics/octave/octave-3.8.1_rc3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 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_rc3.ebuild,v 1.1 2014/02/20 09:54:46 gienah Exp $
+# $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 $
EAPI=5
@@ -205,7 +205,7 @@ src_install() {
autotools-utils_src_install
use doc && dodoc $(find doc -name \*.pdf)
[[ -e test/fntests.log ]] && dodoc test/fntests.log
- use java && java-pkg_regjar "${ED}/usr/share/${PN}/${PV}/m/java/octave.jar"
+ use java && java-pkg_regjar "${ED}/usr/share/${PN}/${MY_PV}/m/java/octave.jar"
echo "LDPATH=${EROOT%/}/usr/$(get_libdir)/${P}" > 99octave
doenvd 99octave
}