diff options
author | Alastair Tse <liquidx@gentoo.org> | 2006-07-28 12:17:18 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2006-07-28 12:17:18 +0000 |
commit | 662159bbd259aaf94b1969c244e019f324752fcb (patch) | |
tree | 645232f22b8bbe2593fd0986b7a52d44ecec623e /dev-python/rpy | |
parent | Add ~sparc keyword at user request --- Dan Watson, Bug #141931 --- builds fine (diff) | |
download | gentoo-2-662159bbd259aaf94b1969c244e019f324752fcb.tar.gz gentoo-2-662159bbd259aaf94b1969c244e019f324752fcb.tar.bz2 gentoo-2-662159bbd259aaf94b1969c244e019f324752fcb.zip |
version bump. new compatible version with R-2.3.x (#140842)
(Portage version: 2.1-r1)
Diffstat (limited to 'dev-python/rpy')
-rw-r--r-- | dev-python/rpy/ChangeLog | 9 | ||||
-rw-r--r-- | dev-python/rpy/files/digest-rpy-0.4.6 | 2 | ||||
-rw-r--r-- | dev-python/rpy/files/digest-rpy-0.99.2 | 3 | ||||
-rw-r--r-- | dev-python/rpy/files/rpy-0.99.2-version-detect.patch | 11 | ||||
-rw-r--r-- | dev-python/rpy/rpy-0.4.6.ebuild | 6 | ||||
-rw-r--r-- | dev-python/rpy/rpy-0.99.2.ebuild | 35 |
6 files changed, 62 insertions, 4 deletions
diff --git a/dev-python/rpy/ChangeLog b/dev-python/rpy/ChangeLog index b95cb86c8248..4385e05f6bdf 100644 --- a/dev-python/rpy/ChangeLog +++ b/dev-python/rpy/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-python/rpy # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/rpy/ChangeLog,v 1.13 2006/04/13 12:59:23 deltacow Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/rpy/ChangeLog,v 1.14 2006/07/28 12:17:18 liquidx Exp $ + +*rpy-0.99.2 (28 Jul 2006) + + 28 Jul 2006; Alastair Tse <liquidx@gentoo.org> + +files/rpy-0.99.2-version-detect.patch, -rpy-0.4.1.ebuild, + rpy-0.4.6.ebuild, +rpy-0.99.2.ebuild: + version bump. new compatible version with R-2.3.x (#140842) 13 Apr 2006; Scott Stoddard <deltacow@gentoo.org> rpy-0.4.6.ebuild: Added ~amd64 (bug #129796) diff --git a/dev-python/rpy/files/digest-rpy-0.4.6 b/dev-python/rpy/files/digest-rpy-0.4.6 index 60d06cbcb459..4634010b73ed 100644 --- a/dev-python/rpy/files/digest-rpy-0.4.6 +++ b/dev-python/rpy/files/digest-rpy-0.4.6 @@ -1 +1,3 @@ MD5 8b5411b275c66a5409a4a3aad711d860 rpy-0.4.6.tar.gz 77384 +RMD160 efd46a9ecc9450c4c4ee90a153b3bb89a066f316 rpy-0.4.6.tar.gz 77384 +SHA256 02f8ae9deb72cc3d05199e636b3981e72d5db22cd0c38e2bf3382d1063fa76da rpy-0.4.6.tar.gz 77384 diff --git a/dev-python/rpy/files/digest-rpy-0.99.2 b/dev-python/rpy/files/digest-rpy-0.99.2 new file mode 100644 index 000000000000..86c714b101b3 --- /dev/null +++ b/dev-python/rpy/files/digest-rpy-0.99.2 @@ -0,0 +1,3 @@ +MD5 fea658998e72a534fddd581c1fd8cecd rpy-0.99.2.tar.gz 77088 +RMD160 e78dcd20c184e6daed0e199da288efa9f70d5e96 rpy-0.99.2.tar.gz 77088 +SHA256 8a7ae0c5b24fbba4a43bf0e5cbd4229464c35338d406b9074429f8eced204138 rpy-0.99.2.tar.gz 77088 diff --git a/dev-python/rpy/files/rpy-0.99.2-version-detect.patch b/dev-python/rpy/files/rpy-0.99.2-version-detect.patch new file mode 100644 index 000000000000..af192267361d --- /dev/null +++ b/dev-python/rpy/files/rpy-0.99.2-version-detect.patch @@ -0,0 +1,11 @@ +--- rpy_tools.py 2006-07-28 13:12:02.000000000 +0100 ++++ rpy_tools.py 2006-07-28 13:11:35.000000000 +0100 +@@ -97,7 +97,7 @@ + if stat or len(output)<=0: + raise RuntimeError("Couldn't execute the R interpreter" + + " `%s'.\n" % rexec ) +- version = re.search("R +([0-9]\.[0-9]\.[0-9])", output) ++ version = re.search("R version ([0-9]\.[0-9]\.[0-9])", output) + if not version: + raise RuntimeError("Couldn't obtain version number from output\n" + "of `R --version'.\n") diff --git a/dev-python/rpy/rpy-0.4.6.ebuild b/dev-python/rpy/rpy-0.4.6.ebuild index d786627d5b1d..c125d30c8f03 100644 --- a/dev-python/rpy/rpy-0.4.6.ebuild +++ b/dev-python/rpy/rpy-0.4.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/rpy/rpy-0.4.6.ebuild,v 1.3 2006/04/13 12:59:23 deltacow Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/rpy/rpy-0.4.6.ebuild,v 1.4 2006/07/28 12:17:18 liquidx Exp $ inherit distutils @@ -9,10 +9,10 @@ HOMEPAGE="http://rpy.sourceforge.net" SRC_URI="mirror://sourceforge/rpy/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~x86" +KEYWORDS="~amd64 ~ia64 x86" IUSE="" DEPEND="virtual/python - >=dev-lang/R-2 + =dev-lang/R-2.2* dev-python/numeric" diff --git a/dev-python/rpy/rpy-0.99.2.ebuild b/dev-python/rpy/rpy-0.99.2.ebuild new file mode 100644 index 000000000000..c02ecdc18fd9 --- /dev/null +++ b/dev-python/rpy/rpy-0.99.2.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/rpy/rpy-0.99.2.ebuild,v 1.1 2006/07/28 12:17:18 liquidx Exp $ + +inherit distutils + +DESCRIPTION="RPy is a very simple, yet robust, Python interface to the R Programming Language." +HOMEPAGE="http://rpy.sourceforge.net" +SRC_URI="mirror://sourceforge/rpy/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~x86" +IUSE="" +DEPEND="virtual/python + >=dev-lang/R-2.3 + dev-python/numeric" + +src_unpack() { + unpack ${A} + cd "${S}" + epatch ${FILESDIR}/${P}-version-detect.patch + +} + +src_install() { + distutils_src_install + + # add R libs to ld.so.conf + insinto /etc/env.d + doins ${FILESDIR}/90rpy +} + +pkg_postinst() { + env-update +} |