diff options
author | Alastair Tse <liquidx@gentoo.org> | 2005-11-03 20:25:42 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2005-11-03 20:25:42 +0000 |
commit | 70b090894b65c561b72198ec14dc8c1feb4ce904 (patch) | |
tree | 8d35d6d146c1bcc2b33e73069f79000d69279546 /dev-python/rpy | |
parent | cleanup and version bump to 1.0.4. uncompressed examples and utilities. (#79917) (diff) | |
download | gentoo-2-70b090894b65c561b72198ec14dc8c1feb4ce904.tar.gz gentoo-2-70b090894b65c561b72198ec14dc8c1feb4ce904.tar.bz2 gentoo-2-70b090894b65c561b72198ec14dc8c1feb4ce904.zip |
version bump (#102729)
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'dev-python/rpy')
-rw-r--r-- | dev-python/rpy/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/rpy/Manifest | 20 | ||||
-rw-r--r-- | dev-python/rpy/files/digest-rpy-0.4.6 | 1 | ||||
-rw-r--r-- | dev-python/rpy/rpy-0.4.6.ebuild | 29 |
4 files changed, 42 insertions, 15 deletions
diff --git a/dev-python/rpy/ChangeLog b/dev-python/rpy/ChangeLog index a83aa1dd4fce..17ea6202fdec 100644 --- a/dev-python/rpy/ChangeLog +++ b/dev-python/rpy/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/rpy # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/rpy/ChangeLog,v 1.9 2005/06/12 18:20:21 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/rpy/ChangeLog,v 1.10 2005/11/03 20:25:42 liquidx Exp $ + +*rpy-0.4.6 (03 Nov 2005) + + 03 Nov 2005; Alastair Tse <liquidx@gentoo.org> +rpy-0.4.6.ebuild: + version bump (#102729) 12 Jun 2005; Bryan Østergaard <kloeri@gentoo.org> -rpy-0.3.5.ebuild: Remove version 0.3.5, requested by Marcus Hanwell <cryos@gentoo.org> in bug diff --git a/dev-python/rpy/Manifest b/dev-python/rpy/Manifest index 4b5c98f81255..0c60d7710ae4 100644 --- a/dev-python/rpy/Manifest +++ b/dev-python/rpy/Manifest @@ -1,18 +1,10 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 b6ec177d6d308609f1e7f7a376420b6c ChangeLog 1525 -MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 -MD5 d9e70c7d46182aa2708bdbe343ff971e rpy-0.3.5-r1.ebuild 1071 -MD5 8f05933a41fd0b74ff73496e73b4e349 rpy-0.4.1.ebuild 673 +MD5 2790be0dc37abd8a240661c8e9b4d4fe files/90rpy 21 MD5 581447dc98908d7d7babd7d3671a18a1 files/digest-rpy-0.3.5-r1 121 MD5 cba240ff421fed6562ae8d4bfa8d1ea4 files/digest-rpy-0.4.1 61 +MD5 49ceece8f3e5c2c176ab0ef8fe3bf02a files/digest-rpy-0.4.6 60 MD5 176085f9bd98993ed545abef3a2e3ed6 files/rpy-0.3.5-cvs_backport.patch 42962 -MD5 2790be0dc37abd8a240661c8e9b4d4fe files/90rpy 21 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFCrH0DKf2g/qXtneoRAo1YAJ9SgAMtiWdNDjrOBVVaH8N0STXCwQCgh/iy -QvpNyYnOb6HwZJ7eKlFcrk8= -=0Mty ------END PGP SIGNATURE----- +MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 +MD5 d9e70c7d46182aa2708bdbe343ff971e rpy-0.3.5-r1.ebuild 1071 +MD5 8f05933a41fd0b74ff73496e73b4e349 rpy-0.4.1.ebuild 673 +MD5 8f05933a41fd0b74ff73496e73b4e349 rpy-0.4.6.ebuild 673 diff --git a/dev-python/rpy/files/digest-rpy-0.4.6 b/dev-python/rpy/files/digest-rpy-0.4.6 new file mode 100644 index 000000000000..60d06cbcb459 --- /dev/null +++ b/dev-python/rpy/files/digest-rpy-0.4.6 @@ -0,0 +1 @@ +MD5 8b5411b275c66a5409a4a3aad711d860 rpy-0.4.6.tar.gz 77384 diff --git a/dev-python/rpy/rpy-0.4.6.ebuild b/dev-python/rpy/rpy-0.4.6.ebuild new file mode 100644 index 000000000000..ad4fc7b8ced7 --- /dev/null +++ b/dev-python/rpy/rpy-0.4.6.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2005 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.1 2005/11/03 20:25:42 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="~x86" +IUSE="" +DEPEND="virtual/python + >=dev-lang/R-2 + dev-python/numeric" + + +src_install() { + distutils_src_install + + # add R libs to ld.so.conf + insinto /etc/env.d + doins ${FILESDIR}/90rpy +} + +pkg_postinst() { + env-update +} |