diff options
author | Mark Wright <gienah@gentoo.org> | 2014-02-24 11:16:44 +0000 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2014-02-24 11:16:44 +0000 |
commit | 1ced638e8cc92535ce2ab4b9abaf9ffac3e9248e (patch) | |
tree | 75e37872ac2919948b2de9211955bc1d4dcc89a4 /sci-mathematics | |
parent | Stable for amd64 wrt bug #500906 (diff) | |
download | gentoo-2-1ced638e8cc92535ce2ab4b9abaf9ffac3e9248e.tar.gz gentoo-2-1ced638e8cc92535ce2ab4b9abaf9ffac3e9248e.tar.bz2 gentoo-2-1ced638e8cc92535ce2ab4b9abaf9ffac3e9248e.zip |
Thanks to Arfrever Frehtes Taifersar Arahesis for fixing, reporting and testing: fix bug 502316 - sci-mathematics/octave installs /etc/env.d/99octave with wrong LDPATH
(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/ChangeLog | 8 | ||||
-rw-r--r-- | sci-mathematics/octave/octave-3.6.4-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/octave/octave-3.6.4.ebuild | 6 | ||||
-rw-r--r-- | sci-mathematics/octave/octave-3.8.0.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/octave/octave-3.8.1_rc3.ebuild | 4 |
5 files changed, 16 insertions, 10 deletions
diff --git a/sci-mathematics/octave/ChangeLog b/sci-mathematics/octave/ChangeLog index 919a6618166f..036c275bf49f 100644 --- a/sci-mathematics/octave/ChangeLog +++ b/sci-mathematics/octave/ChangeLog @@ -1,6 +1,12 @@ # 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.156 2014/02/23 00:04:30 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.157 2014/02/24 11:16:44 gienah Exp $ + + 24 Feb 2014; Mark Wright <gienah@gentoo.org> octave-3.6.4-r1.ebuild, + octave-3.6.4.ebuild, octave-3.8.0.ebuild, octave-3.8.1_rc3.ebuild: + Thanks to Arfrever Frehtes Taifersar Arahesis for fixing, reporting and + testing: fix bug 502316 - sci-mathematics/octave installs /etc/env.d/99octave + with wrong LDPATH 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- diff --git a/sci-mathematics/octave/octave-3.6.4-r1.ebuild b/sci-mathematics/octave/octave-3.6.4-r1.ebuild index 60a029d05f52..59b6483d8614 100644 --- a/sci-mathematics/octave/octave-3.6.4-r1.ebuild +++ b/sci-mathematics/octave/octave-3.6.4-r1.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.6.4-r1.ebuild,v 1.2 2014/02/20 08:50:37 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.6.4-r1.ebuild,v 1.3 2014/02/24 11:16:44 gienah Exp $ EAPI=5 @@ -129,6 +129,6 @@ src_install() { autotools-utils_src_install use doc && dodoc $(find doc -name \*.pdf) [[ -e test/fntests.log ]] && dodoc test/fntests.log - echo "LDPATH=${EROOT%/}/usr/$(get_libdir)/${P}" > 99octave + echo "LDPATH=${EROOT}usr/$(get_libdir)/${PN}/${PV}" > 99octave doenvd 99octave } diff --git a/sci-mathematics/octave/octave-3.6.4.ebuild b/sci-mathematics/octave/octave-3.6.4.ebuild index c896c723f805..ff5bada061b5 100644 --- a/sci-mathematics/octave/octave-3.6.4.ebuild +++ b/sci-mathematics/octave/octave-3.6.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# 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.6.4.ebuild,v 1.9 2013/07/18 17:46:50 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.6.4.ebuild,v 1.10 2014/02/24 11:16:44 gienah Exp $ EAPI=5 @@ -127,6 +127,6 @@ src_install() { autotools-utils_src_install use doc && dodoc $(find doc -name \*.pdf) [[ -e test/fntests.log ]] && dodoc test/fntests.log - echo "LDPATH=${EROOT%/}/usr/$(get_libdir)/${P}" > 99octave + echo "LDPATH=${EROOT}usr/$(get_libdir)/${PN}/${PV}" > 99octave doenvd 99octave } diff --git a/sci-mathematics/octave/octave-3.8.0.ebuild b/sci-mathematics/octave/octave-3.8.0.ebuild index 7fbce0332a93..6d5157db7532 100644 --- a/sci-mathematics/octave/octave-3.8.0.ebuild +++ b/sci-mathematics/octave/octave-3.8.0.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.0.ebuild,v 1.6 2014/02/20 08:50:37 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.8.0.ebuild,v 1.7 2014/02/24 11:16:44 gienah Exp $ EAPI=5 @@ -204,6 +204,6 @@ 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" - echo "LDPATH=${EROOT%/}/usr/$(get_libdir)/${P}" > 99octave + echo "LDPATH=${EROOT}usr/$(get_libdir)/${PN}/${PV}" > 99octave doenvd 99octave } diff --git a/sci-mathematics/octave/octave-3.8.1_rc3.ebuild b/sci-mathematics/octave/octave-3.8.1_rc3.ebuild index 50d8560c1de5..4b7fe5e3f491 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.2 2014/02/23 00:04:30 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.8.1_rc3.ebuild,v 1.3 2014/02/24 11:16:44 gienah Exp $ EAPI=5 @@ -206,6 +206,6 @@ 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}/${MY_PV}/m/java/octave.jar" - echo "LDPATH=${EROOT%/}/usr/$(get_libdir)/${P}" > 99octave + echo "LDPATH=${EROOT}usr/$(get_libdir)/${PN}/${MY_PV}" > 99octave doenvd 99octave } |