summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2005-06-10 11:48:14 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2005-06-10 11:48:14 +0000
commit6bbbdb164e77d9f3b873c9d0008c1f2f506f7780 (patch)
tree50409d34909f464a5a725c9a4a271c13b3e20ff7 /sci-mathematics
parentinit addition for pidfile location (diff)
downloadhistorical-6bbbdb164e77d9f3b873c9d0008c1f2f506f7780.tar.gz
historical-6bbbdb164e77d9f3b873c9d0008c1f2f506f7780.tar.bz2
historical-6bbbdb164e77d9f3b873c9d0008c1f2f506f7780.zip
Adding library directory to LDPATH
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/octave/ChangeLog6
-rw-r--r--sci-mathematics/octave/Manifest8
-rw-r--r--sci-mathematics/octave/octave-2.1.57-r1.ebuild4
-rw-r--r--sci-mathematics/octave/octave-2.1.64.ebuild4
-rw-r--r--sci-mathematics/octave/octave-2.1.69.ebuild4
5 files changed, 18 insertions, 8 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..1d6b452de2f9 100644
--- a/sci-mathematics/octave/Manifest
+++ b/sci-mathematics/octave/Manifest
@@ -1,7 +1,7 @@
-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 58dc156298fa0af05abff9aa4b00e777 ChangeLog 7703
+MD5 3fb33bc03a0980e6307e6bb1d68ea01f octave-2.1.69.ebuild 3348
+MD5 8d50fb87f058de6287adb1edf14d09dc octave-2.1.64.ebuild 3696
+MD5 62c4dfb1220dccc6624875121b80bbeb octave-2.1.57-r1.ebuild 3668
+MD5 bf8d7e08d3eac532ee648fdba1c1d809 ChangeLog 7865
MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156
MD5 32c6cee1f5b42b8b20369c3722fb4db2 files/digest-octave-2.1.57-r1 67
MD5 74d376b9c7367fe7b333cbc7e8ca37b3 files/kill-dvips.diff 2448
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() {