diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-02-21 18:56:04 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-02-21 18:56:04 +0000 |
commit | f04b7f2f93962673a522d3943fd301198e4c597a (patch) | |
tree | 00b26164c2788569b6041fa4f44b98de26a39893 /dev-python/rpy/rpy-0.3.5.ebuild | |
parent | Clean up. (diff) | |
download | historical-f04b7f2f93962673a522d3943fd301198e4c597a.tar.gz historical-f04b7f2f93962673a522d3943fd301198e4c597a.tar.bz2 historical-f04b7f2f93962673a522d3943fd301198e4c597a.zip |
Initial import.
Diffstat (limited to 'dev-python/rpy/rpy-0.3.5.ebuild')
-rw-r--r-- | dev-python/rpy/rpy-0.3.5.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-python/rpy/rpy-0.3.5.ebuild b/dev-python/rpy/rpy-0.3.5.ebuild new file mode 100644 index 000000000000..b3e0f2710592 --- /dev/null +++ b/dev-python/rpy/rpy-0.3.5.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# 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.1 2004/02/21 18:56:04 kloeri 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" +S=${WORKDIR}/${P} |