mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 01:23:23 -04:00
dev-R: match eclass changes
Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit R-packages-guru
|
||||
inherit R-packages
|
||||
|
||||
MY_P="${PN}_$(ver_rs 3 -)"
|
||||
|
||||
|
||||
@@ -3,17 +3,15 @@
|
||||
|
||||
EAPI="7"
|
||||
|
||||
inherit R-packages-guru
|
||||
inherit R-packages
|
||||
|
||||
DESCRIPTION='Encapsulated Classes with Reference Semantics'
|
||||
SRC_URI="mirror://cran/src/contrib/${PN}_${PV}.tar.gz"
|
||||
LICENSE='MIT'
|
||||
HOMEPAGE="
|
||||
https://r6.r-lib.org
|
||||
https://github.com/r-lib/R6
|
||||
https://cran.r-project.org/package=R6
|
||||
"
|
||||
IUSE="${IUSE-}"
|
||||
KEYWORDS="~amd64"
|
||||
DEPEND=">=dev-lang/R-3.0"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
@@ -3,11 +3,10 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit R-packages-guru
|
||||
inherit R-packages
|
||||
|
||||
DESCRIPTION='C++ Classes to Embed R in C++ (and C) Applications'
|
||||
KEYWORDS="~amd64"
|
||||
SRC_URI="mirror://cran/src/contrib/${PN}_${PV}.tar.gz"
|
||||
LICENSE='GPL-2+'
|
||||
HOMEPAGE="
|
||||
https://cran.r-project.org/package=RInside
|
||||
|
||||
@@ -3,10 +3,9 @@
|
||||
|
||||
EAPI="7"
|
||||
|
||||
inherit R-packages-guru
|
||||
inherit R-packages
|
||||
|
||||
DESCRIPTION='Seamless R and C++ Integration'
|
||||
SRC_URI="mirror://cran/src/contrib/${PN}_${PV}.tar.gz"
|
||||
LICENSE='GPL-2+'
|
||||
HOMEPAGE="
|
||||
http://www.rcpp.org
|
||||
@@ -14,5 +13,4 @@ HOMEPAGE="
|
||||
https://github.com/RcppCore/Rcpp
|
||||
https://cran.r-project.org/package=Rcpp
|
||||
"
|
||||
IUSE="${IUSE-}"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
@@ -1,13 +1,11 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
inherit R-packages-guru
|
||||
inherit R-packages
|
||||
|
||||
DESCRIPTION='Easy Pre and Post Assertions'
|
||||
HOMEPAGE="https://cran.r-project.org/package=assertthat"
|
||||
SRC_URI="mirror://cran/src/contrib/assertthat_0.2.1.tar.gz"
|
||||
LICENSE='GPL-3'
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="${IUSE-}"
|
||||
|
||||
@@ -1,22 +1,20 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
inherit R-packages-guru
|
||||
inherit R-packages
|
||||
|
||||
DESCRIPTION='Translate Spreadsheet Cell Ranges to Rows and Columns'
|
||||
SRC_URI="mirror://cran/src/contrib/cellranger_1.1.0.tar.gz"
|
||||
LICENSE='MIT'
|
||||
HOMEPAGE="
|
||||
https://github.com/rsheets/cellranger
|
||||
https://cran.r-project.org/package=cellranger
|
||||
"
|
||||
IUSE="${IUSE-}"
|
||||
KEYWORDS="~amd64"
|
||||
DEPEND="
|
||||
>=dev-lang/R-3.0.0
|
||||
dev-R/rematch
|
||||
dev-R/tibble
|
||||
"
|
||||
RDEPEND="${DEPEND-}"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
@@ -3,19 +3,17 @@
|
||||
|
||||
EAPI="7"
|
||||
|
||||
inherit R-packages-guru
|
||||
inherit R-packages
|
||||
|
||||
DESCRIPTION='Helpers for Developing Command Line Interfaces'
|
||||
HOMEPAGE="
|
||||
https://github.com/r-lib/cli
|
||||
https://cran.r-project.org/package=cli
|
||||
"
|
||||
SRC_URI="mirror://cran/src/contrib/${PN}_${PV}.tar.gz"
|
||||
LICENSE='MIT'
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="${IUSE-}"
|
||||
DEPEND="
|
||||
>=dev-lang/R-2.1.0
|
||||
dev-R/glue
|
||||
"
|
||||
RDEPEND="${DEPEND-}"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
@@ -3,14 +3,12 @@
|
||||
|
||||
EAPI="7"
|
||||
|
||||
inherit R-packages-guru
|
||||
inherit R-packages
|
||||
|
||||
DESCRIPTION='Colored Terminal Output'
|
||||
HOMEPAGE="
|
||||
https://github.com/r-lib/crayon
|
||||
https://cran.r-project.org/package=crayon
|
||||
"
|
||||
SRC_URI="mirror://cran/src/contrib/${PN}_${PV}.tar.gz"
|
||||
LICENSE='MIT'
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="${IUSE-}"
|
||||
|
||||
@@ -3,16 +3,14 @@
|
||||
|
||||
EAPI="7"
|
||||
|
||||
inherit R-packages-guru
|
||||
inherit R-packages
|
||||
|
||||
DESCRIPTION='Create Compact Hash Digests of R Objects'
|
||||
HOMEPAGE="
|
||||
http://dirk.eddelbuettel.com/code/digest.html
|
||||
https://github.com/eddelbuettel/digest
|
||||
"
|
||||
SRC_URI="mirror://cran/src/contrib/${PN}_${PV}.tar.gz"
|
||||
LICENSE='GPL-2+'
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="${IUSE-}"
|
||||
RDEPEND=">=dev-lang/R-3.3.0"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
@@ -3,10 +3,9 @@
|
||||
|
||||
EAPI="7"
|
||||
|
||||
inherit R-packages-guru
|
||||
inherit R-packages
|
||||
|
||||
DESCRIPTION='A Grammar of Data Manipulation'
|
||||
SRC_URI="mirror://cran/src/contrib/${PN}_${PV}.tar.gz"
|
||||
LICENSE='MIT'
|
||||
HOMEPAGE="
|
||||
https://dplyr.tidyverse.org
|
||||
@@ -14,7 +13,6 @@ HOMEPAGE="
|
||||
https://cran.r-project.org/package=dplyr
|
||||
"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="${IUSE-}"
|
||||
DEPEND="
|
||||
dev-cpp/plog
|
||||
dev-libs/boost
|
||||
@@ -31,4 +29,4 @@ DEPEND="
|
||||
>=dev-R/tidyselect-1.1.0
|
||||
>=dev-R/vctrs-0.3.5
|
||||
"
|
||||
RDEPEND="${DEPEND-}"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
inherit R-packages-guru
|
||||
inherit R-packages
|
||||
|
||||
DESCRIPTION='Tools for Working with ...'
|
||||
HOMEPAGE="
|
||||
@@ -11,10 +11,8 @@ HOMEPAGE="
|
||||
https://github.com/r-lib/ellipsis
|
||||
https://cran.r-project.org/package=ellipsis
|
||||
"
|
||||
SRC_URI="mirror://cran/src/contrib/${PN}_${PV}.tar.gz"
|
||||
LICENSE='GPL-3'
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="${IUSE-}"
|
||||
DEPEND="
|
||||
>=dev-lang/R-3.2
|
||||
>=dev-R/rlang-0.3.0
|
||||
|
||||
@@ -3,12 +3,11 @@
|
||||
|
||||
EAPI="7"
|
||||
|
||||
inherit R-packages-guru
|
||||
inherit R-packages
|
||||
|
||||
DESCRIPTION="Common S3 Generics not Provided by Base R Methods Related to Model Fitting"
|
||||
KEYWORDS="~amd64"
|
||||
SRC_URI="mirror://cran/src/contrib/${PN}_${PV}.tar.gz"
|
||||
HOMEPAGE="https://cran.r-project.org/package=generics"
|
||||
LICENSE="MIT"
|
||||
DEPEND=">=dev-lang/R-3.1"
|
||||
RDEPEND="${DEPEND-}"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI="7"
|
||||
|
||||
inherit R-packages-guru
|
||||
inherit R-packages
|
||||
|
||||
DESCRIPTION='Interpreted String Literals'
|
||||
HOMEPAGE="
|
||||
@@ -11,9 +11,7 @@ HOMEPAGE="
|
||||
https://github.com/tidyverse/glue
|
||||
https://cran.r-project.org/package=glue
|
||||
"
|
||||
SRC_URI="mirror://cran/src/contrib/${PN}_${PV}.tar.gz"
|
||||
LICENSE='MIT'
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="${IUSE-}"
|
||||
DEPEND=">=dev-lang/R-3.2"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI="7"
|
||||
|
||||
inherit R-packages-guru
|
||||
inherit R-packages
|
||||
|
||||
DESCRIPTION='Manage the Life Cycle of your Package Functions'
|
||||
HOMEPAGE="
|
||||
@@ -11,13 +11,11 @@ HOMEPAGE="
|
||||
https://github.com/r-lib/lifecycle
|
||||
https://cran.r-project.org/package=lifecycle
|
||||
"
|
||||
SRC_URI="mirror://cran/src/contrib/${PN}_${PV}.tar.gz"
|
||||
LICENSE='GPL-3'
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="${IUSE-}"
|
||||
DEPEND="
|
||||
>=dev-lang/R-3.3
|
||||
dev-R/glue
|
||||
>=dev-R/rlang-0.4.10
|
||||
"
|
||||
RDEPEND="${DEPEND-}"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
@@ -1,16 +1,14 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
inherit R-packages-guru
|
||||
inherit R-packages
|
||||
|
||||
DESCRIPTION='Private Configuration for R Packages'
|
||||
HOMEPAGE="
|
||||
https://github.com/r-lib/pkgconfig
|
||||
https://cran.r-project.org/package=pkgconfig
|
||||
"
|
||||
SRC_URI="mirror://cran/src/contrib/pkgconfig_2.0.3.tar.gz"
|
||||
LICENSE='MIT'
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="${IUSE-}"
|
||||
|
||||
@@ -1,19 +1,17 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
inherit R-packages-guru
|
||||
inherit R-packages
|
||||
|
||||
DESCRIPTION='The plog C++ Logging Library'
|
||||
SRC_URI="mirror://cran/src/contrib/plogr_0.2.0.tar.gz"
|
||||
HOMEPAGE="
|
||||
https://github.com/krlmlr/plogr
|
||||
https://cran.r-project.org/package=plogr
|
||||
"
|
||||
LICENSE='MIT'
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="${IUSE-}"
|
||||
RDEPEND="
|
||||
dev-cpp/plog
|
||||
"
|
||||
|
||||
@@ -1,12 +1,11 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
inherit R-packages-guru
|
||||
inherit R-packages
|
||||
|
||||
DESCRIPTION='Functional Programming Tools'
|
||||
SRC_URI="mirror://cran/src/contrib/purrr_0.3.4.tar.gz"
|
||||
LICENSE='GPL-3'
|
||||
HOMEPAGE="
|
||||
https://purrr.tidyverse.org
|
||||
@@ -14,7 +13,6 @@ HOMEPAGE="
|
||||
https://cran.r-project.org/package=purrr
|
||||
"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="${IUSE-}"
|
||||
DEPEND="
|
||||
>=dev-lang/R-3.2
|
||||
>=dev-R/magrittr-1.5
|
||||
|
||||
@@ -1,17 +1,14 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
inherit R-packages-guru
|
||||
inherit R-packages
|
||||
|
||||
DESCRIPTION='Match Regular Expressions with a Nicer API'
|
||||
HOMEPAGE="
|
||||
https://github.com/MangoTheCat/rematch
|
||||
https://cran.r-project.org/package=rematch
|
||||
"
|
||||
SRC_URI="mirror://cran/src/contrib/rematch_1.0.1.tar.gz"
|
||||
LICENSE='MIT'
|
||||
|
||||
IUSE="${IUSE-}"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
@@ -3,10 +3,9 @@
|
||||
|
||||
EAPI="7"
|
||||
|
||||
inherit R-packages-guru
|
||||
inherit R-packages
|
||||
|
||||
DESCRIPTION='Functions for Base Types and Core R and Tidyverse Features'
|
||||
SRC_URI="mirror://cran/src/contrib/${PN}_${PV}.tar.gz"
|
||||
LICENSE='GPL-3'
|
||||
HOMEPAGE="
|
||||
https://rlang.r-lib.org
|
||||
@@ -14,6 +13,5 @@ HOMEPAGE="
|
||||
https://cran.r-project.org/package=rlang
|
||||
"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="${IUSE-}"
|
||||
DEPEND=">=dev-lang/R-3.3.0"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
@@ -1,19 +1,17 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
inherit R-packages-guru
|
||||
inherit R-packages
|
||||
|
||||
DESCRIPTION='Select from a Set of Strings'
|
||||
SRC_URI="mirror://cran/src/contrib/${PN}_${PV}.tar.gz"
|
||||
LICENSE='GPL-3'
|
||||
HOMEPAGE="
|
||||
https://tidyselect.r-lib.org
|
||||
https://github.com/r-lib/tidyselect
|
||||
https://cran.r-project.org/package=tidyselect
|
||||
"
|
||||
IUSE="${IUSE-}"
|
||||
KEYWORDS="~amd64"
|
||||
DEPEND="
|
||||
>=dev-lang/R-3.2
|
||||
@@ -23,4 +21,4 @@ DEPEND="
|
||||
>=dev-R/rlang-0.4.6
|
||||
>=dev-R/vctrs-0.3.0
|
||||
"
|
||||
RDEPEND="${DEPEND-}"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
@@ -3,16 +3,14 @@
|
||||
|
||||
EAPI="7"
|
||||
|
||||
inherit R-packages-guru
|
||||
inherit R-packages
|
||||
|
||||
HOMEPAGE="
|
||||
https://github.com/patperry/r-utf8
|
||||
https://cran.r-project.org/package=utf8
|
||||
"
|
||||
DESCRIPTION='Unicode Text Processing'
|
||||
SRC_URI="mirror://cran/src/contrib/${PN}_${PV}.tar.gz"
|
||||
LICENSE='Apache-2.0'
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="${IUSE-}"
|
||||
DEPEND=">=dev-lang/R-2.1.0"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
@@ -3,17 +3,15 @@
|
||||
|
||||
EAPI="7"
|
||||
|
||||
inherit R-packages-guru
|
||||
inherit R-packages
|
||||
|
||||
DESCRIPTION='Vector Helpers'
|
||||
HOMEPAGE="
|
||||
https://github.com/r-lib/vctrs
|
||||
https://cran.r-project.org/package=vctrs
|
||||
"
|
||||
SRC_URI="mirror://cran/src/contrib/${PN}_${PV}.tar.gz"
|
||||
LICENSE='GPL-3'
|
||||
|
||||
IUSE="${IUSE-}"
|
||||
KEYWORDS="~amd64"
|
||||
DEPEND="
|
||||
>=dev-lang/R-3.3
|
||||
@@ -21,4 +19,4 @@ DEPEND="
|
||||
dev-R/glue
|
||||
>=dev-R/rlang-0.4.10
|
||||
"
|
||||
RDEPEND="${DEPEND-}"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
Reference in New Issue
Block a user