diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2005-06-10 11:48:14 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2005-06-10 11:48:14 +0000 |
commit | ce5e0dc51a712ef6e3b2ad555f08ed6eb5eaebbb (patch) | |
tree | e16f218bdf10ee1be23ce74c859cc223d2950289 /sci-mathematics/octave | |
parent | init addition for pidfile location (diff) | |
download | gentoo-2-ce5e0dc51a712ef6e3b2ad555f08ed6eb5eaebbb.tar.gz gentoo-2-ce5e0dc51a712ef6e3b2ad555f08ed6eb5eaebbb.tar.bz2 gentoo-2-ce5e0dc51a712ef6e3b2ad555f08ed6eb5eaebbb.zip |
Adding library directory to LDPATH
(Portage version: 2.0.51.19)
Diffstat (limited to 'sci-mathematics/octave')
-rw-r--r-- | sci-mathematics/octave/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/octave/Manifest | 6 | ||||
-rw-r--r-- | sci-mathematics/octave/octave-2.1.57-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/octave/octave-2.1.64.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/octave/octave-2.1.69.ebuild | 4 |
5 files changed, 17 insertions, 7 deletions
diff --git a/sci-mathematics/octave/ChangeLog b/sci-mathematics/octave/ChangeLog index 7b0a06e7bb4d..8f3961c30078 100644 --- a/sci-mathematics/octave/ChangeLog +++ b/sci-mathematics/octave/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/octave # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.7 2005/06/04 21:52:41 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.8 2005/06/10 11:48:14 phosphan Exp $ + + 10 Jun 2005; Patrick Kursawe <phosphan@gentoo.org> octave-2.1.57-r1.ebuild, + octave-2.1.64.ebuild, octave-2.1.69.ebuild: + Adding library directory to LDPATH 04 Jun 2005; Olivier Fisette <ribosome@gentoo.org> octave-2.1.57-r1.ebuild, octave-2.1.64.ebuild, octave-2.1.69.ebuild: diff --git a/sci-mathematics/octave/Manifest b/sci-mathematics/octave/Manifest index cabad8f2191c..ac285cfc9ac1 100644 --- a/sci-mathematics/octave/Manifest +++ b/sci-mathematics/octave/Manifest @@ -1,6 +1,6 @@ -MD5 de78fdadc36cd37f22986cb9a434ac43 octave-2.1.69.ebuild 3267 -MD5 f606c2f5fce1b72580170a5fd228d00b octave-2.1.64.ebuild 3615 -MD5 b66f7cf2c1d165d8f5b57eb8d762349f octave-2.1.57-r1.ebuild 3587 +MD5 3f872a5e9140bb0483dfc1bbf5f282a8 octave-2.1.69.ebuild 3348 +MD5 33fe141473077837c0203706cc4feb50 octave-2.1.64.ebuild 3696 +MD5 7b87a562b77734b917ed9f18fdff853b octave-2.1.57-r1.ebuild 3668 MD5 58dc156298fa0af05abff9aa4b00e777 ChangeLog 7703 MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 MD5 32c6cee1f5b42b8b20369c3722fb4db2 files/digest-octave-2.1.57-r1 67 diff --git a/sci-mathematics/octave/octave-2.1.57-r1.ebuild b/sci-mathematics/octave/octave-2.1.57-r1.ebuild index 5173b50d1060..eaed857500b4 100644 --- a/sci-mathematics/octave/octave-2.1.57-r1.ebuild +++ b/sci-mathematics/octave/octave-2.1.57-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-2.1.57-r1.ebuild,v 1.6 2005/06/04 21:52:41 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-2.1.57-r1.ebuild,v 1.7 2005/06/10 11:48:14 phosphan Exp $ inherit flag-o-matic @@ -88,6 +88,8 @@ src_install() { done cd .. fi + dodir /etc/env.d + echo "LDPATH=/usr/lib/octave-${PV}" > ${D}/etc/env.d/99octave } pkg_postinst() { diff --git a/sci-mathematics/octave/octave-2.1.64.ebuild b/sci-mathematics/octave/octave-2.1.64.ebuild index 5cae9d649a03..d0ba85887d4c 100644 --- a/sci-mathematics/octave/octave-2.1.64.ebuild +++ b/sci-mathematics/octave/octave-2.1.64.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-2.1.64.ebuild,v 1.6 2005/06/04 21:52:41 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-2.1.64.ebuild,v 1.7 2005/06/10 11:48:14 phosphan Exp $ inherit flag-o-matic @@ -89,6 +89,8 @@ src_install() { done cd .. fi + dodir /etc/env.d + echo "LDPATH=/usr/lib/octave-${PV}" > ${D}/etc/env.d/99octave } pkg_postinst() { diff --git a/sci-mathematics/octave/octave-2.1.69.ebuild b/sci-mathematics/octave/octave-2.1.69.ebuild index ceb90636ac91..7bbb1c5f831a 100644 --- a/sci-mathematics/octave/octave-2.1.69.ebuild +++ b/sci-mathematics/octave/octave-2.1.69.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-2.1.69.ebuild,v 1.2 2005/06/04 21:52:41 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-2.1.69.ebuild,v 1.3 2005/06/10 11:48:14 phosphan Exp $ inherit flag-o-matic @@ -75,6 +75,8 @@ src_install() { done cd .. fi + dodir /etc/env.d + echo "LDPATH=/usr/lib/octave-${PV}" > ${D}/etc/env.d/99octave } pkg_postinst() { |