aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAuke Booij (tulcod) <auke@tulcod.com>2010-06-30 13:12:11 +0200
committerAuke Booij (tulcod) <auke@tulcod.com>2010-06-30 13:12:11 +0200
commit670c509e31aa6e7da8a76ff151683c524521f9d0 (patch)
tree65ec721abe0f70d2eeaba07141a8ecf930768098 /app-portage/g-cran/g-cran-9999.ebuild
parentRemove empty lines (diff)
downloadsci-670c509e31aa6e7da8a76ff151683c524521f9d0.tar.gz
sci-670c509e31aa6e7da8a76ff151683c524521f9d0.tar.bz2
sci-670c509e31aa6e7da8a76ff151683c524521f9d0.zip
Moving g-cran from sys-apps to app-portage
Diffstat (limited to 'app-portage/g-cran/g-cran-9999.ebuild')
-rw-r--r--app-portage/g-cran/g-cran-9999.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/app-portage/g-cran/g-cran-9999.ebuild b/app-portage/g-cran/g-cran-9999.ebuild
new file mode 100644
index 000000000..eef160e47
--- /dev/null
+++ b/app-portage/g-cran/g-cran-9999.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
+
+inherit distutils git
+
+DESCRIPTION="CRAN-style packages installer helper for package managers"
+HOMEPAGE="http://git.overlays.gentoo.org/gitweb/?p=proj/g-cran.git;a=summary"
+SRC_URI=""
+EGIT_BRANCH="master"
+EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/g-cran.git"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="dev-lang/R"
+RDEPEND="${DEPEND}"