summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2004-10-18 13:13:04 +0000
committerAlastair Tse <liquidx@gentoo.org>2004-10-18 13:13:04 +0000
commit12f012176d8ef54beee64c98bc7dfc4a4a39785b (patch)
tree0c9725e4c9a1f4e5cc556291dc113ed12342ace4 /dev-python/rpy
parentver bump (diff)
downloadhistorical-12f012176d8ef54beee64c98bc7dfc4a4a39785b.tar.gz
historical-12f012176d8ef54beee64c98bc7dfc4a4a39785b.tar.bz2
historical-12f012176d8ef54beee64c98bc7dfc4a4a39785b.zip
added dev-lang/R dep and fix to find libR properly
Diffstat (limited to 'dev-python/rpy')
-rw-r--r--dev-python/rpy/ChangeLog5
-rw-r--r--dev-python/rpy/Manifest14
-rw-r--r--dev-python/rpy/rpy-0.3.5.ebuild12
3 files changed, 26 insertions, 5 deletions
diff --git a/dev-python/rpy/ChangeLog b/dev-python/rpy/ChangeLog
index b938b4b4ee57..7d317621228d 100644
--- a/dev-python/rpy/ChangeLog
+++ b/dev-python/rpy/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/rpy
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/rpy/ChangeLog,v 1.3 2004/06/25 01:49:20 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/rpy/ChangeLog,v 1.4 2004/10/18 13:13:04 liquidx Exp $
+
+ 18 Oct 2004; Alastair Tse <liquidx@gentoo.org> rpy-0.3.5.ebuild:
+ added dev-lang/R dep and fix to find libR properly
04 May 2004; Bryan Østergaard <kloeri@gentoo.org> rpy-0.3.5.ebuild:
Remove default S.
diff --git a/dev-python/rpy/Manifest b/dev-python/rpy/Manifest
index 6335bf9c8155..2a98ecd97552 100644
--- a/dev-python/rpy/Manifest
+++ b/dev-python/rpy/Manifest
@@ -1,4 +1,14 @@
-MD5 37dfb84bb604a62f1972511bbe5ef9f8 ChangeLog 428
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 978a5230c13553859e5ce67c3852074d ChangeLog 548
MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159
-MD5 4d2d858d079ba337c317cdfd9a5a6db4 rpy-0.3.5.ebuild 489
+MD5 ab5c308bb95a0ae2b3196b20f4b60909 rpy-0.3.5.ebuild 612
MD5 179eb32e38a74c76d927b363d99e7327 files/digest-rpy-0.3.5 60
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.2.6 (GNU/Linux)
+
+iD8DBQFBc8GRRkyva5PS18kRApERAJ0XQTap7hQcUuyQkPb2ma/VgdZPDwCfT2Ks
+v1ClfS//fZY6x+tzRDAeEAs=
+=S7Uj
+-----END PGP SIGNATURE-----
diff --git a/dev-python/rpy/rpy-0.3.5.ebuild b/dev-python/rpy/rpy-0.3.5.ebuild
index 871c393b2766..9d7119639d98 100644
--- a/dev-python/rpy/rpy-0.3.5.ebuild
+++ b/dev-python/rpy/rpy-0.3.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/rpy/rpy-0.3.5.ebuild,v 1.3 2004/06/25 01:49:20 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/rpy/rpy-0.3.5.ebuild,v 1.4 2004/10/18 13:13:04 liquidx Exp $
inherit distutils
@@ -11,4 +11,12 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
-DEPEND="virtual/python"
+DEPEND="virtual/python
+ dev-lang/R"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ sed -e "s#^r_libs = .*#r_libs = '/usr/lib/R/lib'#" \
+ -i ${S}/setup.py
+} \ No newline at end of file