From 670c509e31aa6e7da8a76ff151683c524521f9d0 Mon Sep 17 00:00:00 2001 From: "Auke Booij (tulcod)" Date: Wed, 30 Jun 2010 13:12:11 +0200 Subject: Moving g-cran from sys-apps to app-portage --- app-portage/g-cran/ChangeLog | 13 +++++++++++++ app-portage/g-cran/Manifest | 13 +++++++++++++ app-portage/g-cran/g-cran-9999.ebuild | 25 +++++++++++++++++++++++++ app-portage/g-cran/metadata.xml | 10 ++++++++++ 4 files changed, 61 insertions(+) create mode 100644 app-portage/g-cran/ChangeLog create mode 100644 app-portage/g-cran/Manifest create mode 100644 app-portage/g-cran/g-cran-9999.ebuild create mode 100644 app-portage/g-cran/metadata.xml (limited to 'app-portage/g-cran') diff --git a/app-portage/g-cran/ChangeLog b/app-portage/g-cran/ChangeLog new file mode 100644 index 000000000..69c344311 --- /dev/null +++ b/app-portage/g-cran/ChangeLog @@ -0,0 +1,13 @@ +# ChangeLog for sys-apps/g-cran +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 30 Jun 2010; Auke Booij(tulcod) g-cran: + Moving package from sys-apps to app-portage + + 29 Jun 2010; Justin Lecher g-cran-9999.ebuild: + Python ABI fixes + +*g-cran-9999 (26 06 2010) + 26 06 2010; Auke Booij (tulcod) ChangeLog: + Initial import diff --git a/app-portage/g-cran/Manifest b/app-portage/g-cran/Manifest new file mode 100644 index 000000000..4b1c1b81f --- /dev/null +++ b/app-portage/g-cran/Manifest @@ -0,0 +1,13 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +EBUILD g-cran-9999.ebuild 553 RMD160 f82059ff8f533f2c4f33655b95b88132709a3f7f SHA1 1ff1dd542f7d3b7198d6b5c58e19f48a575fb741 SHA256 1b3ac523affff696ff0c626338ab0f2934c50a201f6a0c83865501be53a86ff5 +MISC ChangeLog 309 RMD160 3d02002a445d2e7211fbbcde648f318b50a90e71 SHA1 6ea8eb8c43a4931a00627c27ff8f9546a4659ac9 SHA256 0da049b202c35ba57433cc82bad7d18f3ca09ea97d24d0756db393c8d9b6b6cd +MISC metadata.xml 356 RMD160 9c435d833896f82b17f06b65017865182401d0b0 SHA1 5681e4a19a82e7a48a465db1977b4735dddf799d SHA256 eec0c880a0450c381ca309a460da3cb7ed51b1887e06fb03e4f0bd73f9212f9d +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.15 (GNU/Linux) + +iEYEARECAAYFAkwqXgYACgkQgAnW8HDreRbTbgCeMLnEAigufbsy1VajGas7/eu3 +9X8AnRcSDVUmFNEOJB/ziwNk2JRJOgUa +=PUvC +-----END PGP SIGNATURE----- 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}" diff --git a/app-portage/g-cran/metadata.xml b/app-portage/g-cran/metadata.xml new file mode 100644 index 000000000..e79a1a6d3 --- /dev/null +++ b/app-portage/g-cran/metadata.xml @@ -0,0 +1,10 @@ + + + +sci + +G-CRAN helps package managers install R packages. It reads CRAN-style +repositories and translates it into something most package managers +can work with. + + -- cgit v1.2.3-65-gdbad