diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-05-05 12:39:13 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-05-05 12:39:13 +0000 |
| commit | 8a4f25c17601de403342a103fed7b8809f820f63 (patch) | |
| tree | 67926c769647b28614fc4a991121b8180dde7d15 /dev-R | |
| parent | 1a0422d9518fb795cbf2e9ffd2310ed561b5c5db (diff) | |
| download | baldeagleos-repo-8a4f25c17601de403342a103fed7b8809f820f63.tar.gz baldeagleos-repo-8a4f25c17601de403342a103fed7b8809f820f63.tar.xz baldeagleos-repo-8a4f25c17601de403342a103fed7b8809f820f63.zip | |
Adding metadata
Diffstat (limited to 'dev-R')
80 files changed, 517 insertions, 9 deletions
diff --git a/dev-R/BH/metadata.xml b/dev-R/BH/metadata.xml index 410a81ce8a8f..0aab69128400 100644 --- a/dev-R/BH/metadata.xml +++ b/dev-R/BH/metadata.xml @@ -11,6 +11,7 @@ <email>edd@debian.org</email> <name>Dirk Eddelbuettel</name> </maintainer> + <bugs-to>https://github.com/eddelbuettel/bh/issues</bugs-to> </upstream> <origin>gentoo-guru-overlay</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-R/RcppArmadillo/metadata.xml b/dev-R/RcppArmadillo/metadata.xml index 8a0bb333b122..c314ab2bb6f3 100644 --- a/dev-R/RcppArmadillo/metadata.xml +++ b/dev-R/RcppArmadillo/metadata.xml @@ -25,6 +25,7 @@ Armadillo requires a C++11 compiler.</longdescription> <email>edd@debian.org</email> <name>Dirk Eddelbuettel</name> </maintainer> + <bugs-to>https://github.com/RcppCore/RcppArmadillo/issues</bugs-to> </upstream> <origin>gentoo-guru-overlay</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-R/RcppEnsmallen/Manifest b/dev-R/RcppEnsmallen/Manifest index a0c565f82cb9..933182fcd64f 100644 --- a/dev-R/RcppEnsmallen/Manifest +++ b/dev-R/RcppEnsmallen/Manifest @@ -1 +1 @@ -DIST RcppEnsmallen_0.2.17.0.1.tar.gz 243399 BLAKE2B c143d6f2d3631e1226ee35894fc56ea113a756418efbd1e2deb70d9b1ddbf63e79b6cbe8c86f2dab81bbfd62af2ae464651fedd893dee0c6961c8759f589c421 SHA512 6b6c10ad188b13cca2498c5fc2cec74a18eab34f30411cbc48e09c327253889aa85a80717372aadc2f5c2245f7a7332c474cae237730bab5dbf4b4895f0f7607 +DIST RcppEnsmallen_0.2.19.0.1.tar.gz 252878 BLAKE2B 20d1d87aadc14abb68263c2384e517b6f71ee805cb95cd0d3c0ba240ab11cacedaf74d0f50a56e033b228ddfbd0e0ea9d09c95af057571381a43743107fdc94d SHA512 e201d2e76cd20e2d01d7a7d76ce685320481f0ed61a58c9ccc49d38a8f7168dc455f36660dd7cab2484e8eb809cbae79a91c998aca430f4699ddff95c6bbb59f diff --git a/dev-R/RcppEnsmallen/RcppEnsmallen-0.2.17.0.1.ebuild b/dev-R/RcppEnsmallen/RcppEnsmallen-0.2.19.0.1.ebuild index 003cfc953aca..9f73b5c34396 100644 --- a/dev-R/RcppEnsmallen/RcppEnsmallen-0.2.17.0.1.ebuild +++ b/dev-R/RcppEnsmallen/RcppEnsmallen-0.2.19.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,8 +6,14 @@ EAPI=7 inherit R-packages eapi8-dosym MY_PV="$(ver_cut 2-4 ${PV})" + DESCRIPTION='Header-Only C++ Mathematical Optimization library for armadillo' +HOMEPAGE=" + https://cran.r-project.org/package=RcppEnsmallen + https://github.com/coatless-rpkg/rcppensmallen +" #SRC_URI="mirror://cran/src/contrib/RcppEnsmallen/RcppEnsmallen_${PV}.tar.gz" + KEYWORDS="~amd64" LICENSE='GPL-2+' @@ -16,8 +22,14 @@ DEPEND=" dev-R/Rcpp =sci-libs/ensmallen-${MY_PV}*:= " -RDEPEND="${DEPEND} - >=dev-R/RcppArmadillo-0.8.400.0.0 +RDEPEND=" + ${DEPEND} + >=dev-R/RcppArmadillo-0.9.800.0.0 +" + +SUGGESTED_PACKAGES=" + dev-R/knitr + dev-R/rmarkdown " src_prepare() { diff --git a/dev-R/RcppTOML/metadata.xml b/dev-R/RcppTOML/metadata.xml index f02f2de09219..ea66503d0f04 100644 --- a/dev-R/RcppTOML/metadata.xml +++ b/dev-R/RcppTOML/metadata.xml @@ -17,6 +17,7 @@ uses 'Rcpp' to connect the 'cpptoml' parser written by Chase Geigle <email>edd@debian.org</email> <name>Dirk Eddelbuettel</name> </maintainer> + <bugs-to>https://github.com/eddelbuettel/rcpptoml/issues</bugs-to> </upstream> <origin>gentoo-guru-overlay</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-R/brio/metadata.xml b/dev-R/brio/metadata.xml index 82c019f645a1..5e7cc065c05d 100644 --- a/dev-R/brio/metadata.xml +++ b/dev-R/brio/metadata.xml @@ -14,6 +14,7 @@ files and provide more explicit control over line endings.</longdescription> <email>csardi.gabor@gmail.com</email> <name>Gábor Csárdi</name> </maintainer> + <bugs-to>https://github.com/r-lib/brio/issues</bugs-to> </upstream> <origin>gentoo-guru-overlay</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-R/callr/metadata.xml b/dev-R/callr/metadata.xml index a72f408a95db..a59b5e6de724 100644 --- a/dev-R/callr/metadata.xml +++ b/dev-R/callr/metadata.xml @@ -14,6 +14,7 @@ This packages does exactly that.</longdescription> <email>csardi.gabor@gmail.com</email> <name>Gábor Csárdi</name> </maintainer> + <bugs-to>https://github.com/r-lib/callr/issues</bugs-to> </upstream> <origin>gentoo-guru-overlay</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-R/covr/metadata.xml b/dev-R/covr/metadata.xml index 99d21e1edec6..898311fd227f 100644 --- a/dev-R/covr/metadata.xml +++ b/dev-R/covr/metadata.xml @@ -18,6 +18,7 @@ C/C++/FORTRAN code.</longdescription> <email>james.f.hester@gmail.com</email> <name>Jim Hester</name> </maintainer> + <bugs-to>https://github.com/r-lib/covr/issues</bugs-to> </upstream> <origin>gentoo-guru-overlay</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-R/curl/metadata.xml b/dev-R/curl/metadata.xml index a13ffd926958..1e735c55acf1 100644 --- a/dev-R/curl/metadata.xml +++ b/dev-R/curl/metadata.xml @@ -20,6 +20,7 @@ specific tools and logic.</longdescription> <email>jeroen@berkeley.edu</email> <name>Jeroen Ooms</name> </maintainer> + <bugs-to>https://github.com/jeroen/curl/issues</bugs-to> </upstream> <origin>gentoo-guru-overlay</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-R/desc/metadata.xml b/dev-R/desc/metadata.xml index e58cc07b683b..3ad3aaa49aa1 100644 --- a/dev-R/desc/metadata.xml +++ b/dev-R/desc/metadata.xml @@ -14,6 +14,7 @@ packages.</longdescription> <email>csardi.gabor@gmail.com</email> <name>Gábor Csárdi</name> </maintainer> + <bugs-to>https://github.com/r-lib/desc/issues</bugs-to> </upstream> <origin>gentoo-guru-overlay</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-R/diffobj/metadata.xml b/dev-R/diffobj/metadata.xml index aed02c6225ad..c102380ab830 100644 --- a/dev-R/diffobj/metadata.xml +++ b/dev-R/diffobj/metadata.xml @@ -11,6 +11,7 @@ <email>brodie.gaslam@yahoo.com</email> <name>Brodie Gaslam</name> </maintainer> + <bugs-to>https://github.com/brodieG/diffobj/issues</bugs-to> </upstream> <origin>gentoo-guru-overlay</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-R/evaluate/metadata.xml b/dev-R/evaluate/metadata.xml index c6a88d13384c..96cbd633e220 100644 --- a/dev-R/evaluate/metadata.xml +++ b/dev-R/evaluate/metadata.xml @@ -11,6 +11,7 @@ <email>xie@yihui.name</email> <name>Yihui Xie</name> </maintainer> + <bugs-to>https://github.com/r-lib/evaluate/issues</bugs-to> </upstream> <origin>gentoo-guru-overlay</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-R/farver/metadata.xml b/dev-R/farver/metadata.xml index 0ae3ef754913..751979ff0124 100644 --- a/dev-R/farver/metadata.xml +++ b/dev-R/farver/metadata.xml @@ -18,6 +18,7 @@ package.</longdescription> <email>thomasp85@gmail.com</email> <name>Thomas Lin Pedersen</name> </maintainer> + <bugs-to>https://github.com/thomasp85/farver/issues</bugs-to> </upstream> <origin>gentoo-guru-overlay</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-R/fs/Manifest b/dev-R/fs/Manifest new file mode 100644 index 000000000000..4668bc280021 --- /dev/null +++ b/dev-R/fs/Manifest @@ -0,0 +1 @@ +DIST fs_1.5.2.tar.gz 793627 BLAKE2B 46fc6ed71f4f6b79f47be09f9a64742cf4d561762d80612a42ecabd0ba24dcc0dc0b963ff25af2f6bee1c5b65e2d957be805a22a2fc4bae148dc2f1710c664ad SHA512 0d114613946ef03a9fa4a1a07cd30f04f0a677646692f17e9adaa55f8e65eb26575822875dc9054c19817fffae9dc11662c89115d4ea123846bea9bdfb06b305 diff --git a/dev-R/fs/files/fs-1.5.2-system-libuv.patch b/dev-R/fs/files/fs-1.5.2-system-libuv.patch new file mode 100644 index 000000000000..0530274757e0 --- /dev/null +++ b/dev-R/fs/files/fs-1.5.2-system-libuv.patch @@ -0,0 +1,40 @@ +--- /var/tmp/portage/dev-R/fs-1.5.2/work/fs-1.5.2/src/Makevars ++++ fs-1.5.2/src/Makevars +@@ -1,8 +1,6 @@ + UNAME := $(shell uname) + +-LIBUV := libuv-1.38.1 +- +-PKG_LIBS = ./$(LIBUV)/.libs/libuv.a -pthread ++PKG_LIBS = -pthread -luv + + SOURCES = $(wildcard *.cc unix/*.cc) + OBJECTS = $(SOURCES:.cc=.o) +@@ -21,24 +19,13 @@ + OBJECTS += bsd/setmode.o bsd/strmode.o bsd/reallocarray.o + endif + +-PKG_CPPFLAGS = -I./$(LIBUV)/include -I. -pthread +- +-all: $(SHLIB) +- +-$(SHLIB): $(LIBUV)/.libs/libuv.a +- +-$(LIBUV)/Makefile: +- (cd $(LIBUV) \ +- && CC="$(CC)" CFLAGS="$(CFLAGS) $(CPPFLAGS) $(CPICFLAGS) $(C_VISIBILITY)" AR="$(AR)" RANLIB="$(RANLIB)" LDFLAGS="$(LDFLAGS)" ./configure --quiet) ++PKG_CPPFLAGS = -I./usr/include/uv -I. -pthread + +-$(LIBUV)/.libs/libuv.a: $(LIBUV)/Makefile +- $(MAKE) --directory=$(LIBUV) \ +- HAVE_DTRACE=0 ++all: + +-.PHONY: shlib-clean clean ++.PHONY: clean + + # shlib-clean: clean + + clean: +- $(MAKE) --directory=$(LIBUV) distclean + rm -f $(OBJECTS) diff --git a/dev-R/fs/fs-1.5.2.ebuild b/dev-R/fs/fs-1.5.2.ebuild new file mode 100644 index 000000000000..3b6911c4b21e --- /dev/null +++ b/dev-R/fs/fs-1.5.2.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2022 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit R-packages + +DESCRIPTION='Cross-Platform File System Operations Based on libuv' +HOMEPAGE=" + https://cran.r-project.org/package=fs + https://fs.r-lib.org/ + https://github.com/r-lib/fs +" + +KEYWORDS="~amd64" +LICENSE='MIT' + +DEPEND=" + >=dev-lang/R-3.1 + dev-libs/libuv +" +RDEPEND="${DEPEND}" + +PATCHES=( "${FILESDIR}/${P}-system-libuv.patch" ) + +src_prepare() { + rm -r src/libuv-* || die + R-packages_src_prepare +} + +R_SUGGESTS=" + dev-R/covr + dev-R/crayon + dev-R/knitr + >=dev-R/pillar-1.0.0 + dev-R/rmarkdown + dev-R/spelling + dev-R/testthat + >=dev-R/tibble-1.1.0 + >=dev-R/vctrs-0.3.0 + dev-R/withr +" diff --git a/dev-R/fs/metadata.xml b/dev-R/fs/metadata.xml new file mode 100644 index 000000000000..967285e09718 --- /dev/null +++ b/dev-R/fs/metadata.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>lssndrbarbieri@gmail.com</email> + <name>Alessandro Barbieri</name> + <description>co-maintainers welcome</description> + </maintainer> + <upstream> + <maintainer> + <email>csardi.gabor@gmail.com</email> + <name>Gábor Csárdi</name> + </maintainer> + <bugs-to>https://github.com/r-lib/fs/issues</bugs-to> + </upstream> + <origin>gentoo-guru-overlay</origin> +</pkgmetadata>
\ No newline at end of file diff --git a/dev-R/gargle/Manifest b/dev-R/gargle/Manifest new file mode 100644 index 000000000000..4d45d201353a --- /dev/null +++ b/dev-R/gargle/Manifest @@ -0,0 +1 @@ +DIST gargle_1.2.0.tar.gz 313418 BLAKE2B e8325629fead3bc44b60ad6b781098759e9204e634211e359771036eb9ada5f84ce768be8f4b57d515ca6d2e813ea3c1b39d1babb1e3a64dd3b75a42ffd5236e SHA512 1d11c9b07c461fc07ecb809fc0020d5fbb20b3955dead0cb97aaf494849fc16f545ae0854758d3eebc063add304efa9f7c207e1655ae893cd6624610e563d026 diff --git a/dev-R/gargle/gargle-1.2.0.ebuild b/dev-R/gargle/gargle-1.2.0.ebuild new file mode 100644 index 000000000000..749e18914427 --- /dev/null +++ b/dev-R/gargle/gargle-1.2.0.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2022 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit R-packages + +DESCRIPTION='Utilities for Working with Google APIs' +HOMEPAGE=" + https://cran.r-project.org/package=gargle + https://gargle.r-lib.org/ + https://github.com/r-lib/gargle +" + +KEYWORDS="~amd64" +LICENSE='MIT' + +DEPEND=" + >=dev-R/cli-3.0.0 + >=dev-R/httr-1.4.0 + dev-R/withr + >=dev-R/glue-1.3.0 + >=dev-lang/R-3.3 + >=dev-R/fs-1.3.1 + dev-R/jsonlite + dev-R/rappdirs + >=dev-R/rlang-0.4.9 + dev-R/rstudioapi +" +RDEPEND="${DEPEND}" + +SUGGESTED_PACKAGES=" + dev-R/aws_ec2metadata + dev-R/aws_signature + dev-R/covr + dev-R/httpuv + dev-R/knitr + dev-R/mockr + dev-R/rmarkdown + dev-R/spelling + >=dev-R/testthat-3.0.0 +" diff --git a/dev-R/gargle/metadata.xml b/dev-R/gargle/metadata.xml new file mode 100644 index 000000000000..9264308075c6 --- /dev/null +++ b/dev-R/gargle/metadata.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>lssndrbarbieri@gmail.com</email> + <name>Alessandro Barbieri</name> + <description>co-maintainers welcome</description> + </maintainer> + <longdescription lang="en">Provides utilities for working with Google APIs +<https://developers.google.com/apis-explorer>. This includes +functions and classes for handling common credential types and for +preparing, executing, and processing HTTP requests.</longdescription> + <upstream> + <maintainer> + <email>jenny@rstudio.com</email> + <name>Jennifer Bryan</name> + </maintainer> + <bugs-to>https://github.com/r-lib/gargle/issues</bugs-to> + </upstream> + <origin>gentoo-guru-overlay</origin> +</pkgmetadata>
\ No newline at end of file diff --git a/dev-R/ggplot2/Manifest b/dev-R/ggplot2/Manifest index 4f3b8f9cdd6b..d6ac84fa083d 100644 --- a/dev-R/ggplot2/Manifest +++ b/dev-R/ggplot2/Manifest @@ -1 +1 @@ -DIST ggplot2_3.3.5.tar.gz 3063309 BLAKE2B a0a58700cad438d0e64b2d89394f6a4ac82e6f983b59e0eea0e47fa073dadf8771a44f6332de9e19d6542b7b9e5dfb2f13cdb66cc5300e76ad8c5c3ade5250ea SHA512 94ed976e48ddd08a2a840f3638bf7552cb05e5c588f362c1dffc57d903a222961516d28ab43f85f571f81e0fd12ecc7eb9690b2153d4eec2e358e2561e0c9c03 +DIST ggplot2_3.3.6.tar.gz 3061989 BLAKE2B 9a7d4fe7dea12ce52df500b8245bacbb64d85eda416d792865507075c326382060e4895422d03f03d2ff95aa4561d13e3e2b35aeb1d01bbb550e7f1409b62b2d SHA512 fa8e418b5a4dd249202cf65afc8b90ec4d84fae6a8aeae27d512c9c28fd0f6fcb508a1ca8fcd7efd2f5872ba42d542b6ccae8ae1183430d0d3aec50452774850 diff --git a/dev-R/ggplot2/ggplot2-3.3.5.ebuild b/dev-R/ggplot2/ggplot2-3.3.6.ebuild index 1e9fbec72698..155f914252d5 100644 --- a/dev-R/ggplot2/ggplot2-3.3.5.ebuild +++ b/dev-R/ggplot2/ggplot2-3.3.6.ebuild @@ -6,6 +6,12 @@ EAPI=7 inherit R-packages DESCRIPTION='Create Elegant Data Visualisations using the grammar of graphics' +HOMEPAGE=" + https://cran.r-project.org/package=ggplot2 + https://ggplot2.tidyverse.org/ + https://github.com/tidyverse/ggplot2 +" + KEYWORDS="~amd64" LICENSE='MIT' diff --git a/dev-R/ggplot2/metadata.xml b/dev-R/ggplot2/metadata.xml index 41afa10c3832..e58e4392cc4d 100644 --- a/dev-R/ggplot2/metadata.xml +++ b/dev-R/ggplot2/metadata.xml @@ -15,6 +15,7 @@ and it takes care of the details.</longdescription> <email>thomas.pedersen@rstudio.com</email> <name>Thomas Lin Pedersen</name> </maintainer> + <bugs-to>https://github.com/tidyverse/ggplot2/issues</bugs-to> </upstream> <origin>gentoo-guru-overlay</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-R/gh/metadata.xml b/dev-R/gh/metadata.xml index 91ce540c720e..7501e5c5afaa 100644 --- a/dev-R/gh/metadata.xml +++ b/dev-R/gh/metadata.xml @@ -11,6 +11,7 @@ <email>csardi.gabor@gmail.com</email> <name>Gábor Csárdi</name> </maintainer> + <bugs-to>https://github.com/r-lib/gh/issues</bugs-to> </upstream> <origin>gentoo-guru-overlay</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-R/gitcreds/metadata.xml b/dev-R/gitcreds/metadata.xml index 633c89e96291..b6cd3529cfd3 100644 --- a/dev-R/gitcreds/metadata.xml +++ b/dev-R/gitcreds/metadata.xml @@ -15,6 +15,7 @@ and/or other 'git' repositories.</longdescription> <email>csardi.gabor@gmail.com</email> <name>Gábor Csárdi</name> </maintainer> + <bugs-to>https://github.com/r-lib/gitcreds/issues</bugs-to> </upstream> <origin>gentoo-guru-overlay</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-R/googledrive/Manifest b/dev-R/googledrive/Manifest new file mode 100644 index 000000000000..09a175c7ed71 --- /dev/null +++ b/dev-R/googledrive/Manifest @@ -0,0 +1 @@ +DIST googledrive_2.0.0.tar.gz 1593656 BLAKE2B af1fe6d0d09a1d7931587a9232ab3803830a180606546f368ace12c6e7d9ce8d4beb97a43a684cfe94122172dc1c68bbf748aac8b20e6ab777329b405ddc7cb3 SHA512 fb5ee3ced372364c448432fd936bb178d5318842c8642a497e52e35038a3ae0a7536d538eba539c1c1e2cc63aabbcdbdac7b3d7d00cf3ffedcdbab2720dd38c9 diff --git a/dev-R/googledrive/googledrive-2.0.0.ebuild b/dev-R/googledrive/googledrive-2.0.0.ebuild new file mode 100644 index 000000000000..baf0d088c744 --- /dev/null +++ b/dev-R/googledrive/googledrive-2.0.0.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2022 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit R-packages + +DESCRIPTION='An Interface to Google Drive' +HOMEPAGE=" + https://cran.r-project.org/package=googledrive + https://googledrive.tidyverse.org/ + https://github.com/tidyverse/googledrive +" + +KEYWORDS="~amd64" +LICENSE='MIT' + +DEPEND=" + >=dev-R/cli-3.0.0 + dev-R/pillar + dev-R/lifecycle + dev-R/magrittr + >=dev-R/glue-1.4.2 + >=dev-R/rlang-0.4.9 + dev-R/uuid + >=dev-lang/R-3.3 + >=dev-R/gargle-1.2.0 + dev-R/httr + dev-R/jsonlite + >=dev-R/purrr-0.2.3 + >=dev-R/tibble-2.0.0 + >=dev-R/vctrs-0.3.0 + dev-R/withr +" +RDEPEND="${DEPEND}" + +R_SUGGESTS=" + dev-R/covr + dev-R/curl + dev-R/downlit + >=dev-R/dplyr-1.0.0 + dev-R/knitr + dev-R/mockr + dev-R/rmarkdown + dev-R/roxygen2 + dev-R/spelling + >=dev-R/testthat-3.0.0 +" diff --git a/dev-R/googledrive/metadata.xml b/dev-R/googledrive/metadata.xml new file mode 100644 index 000000000000..5a4266c7c5a2 --- /dev/null +++ b/dev-R/googledrive/metadata.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>lssndrbarbieri@gmail.com</email> + <name>Alessandro Barbieri</name> + <description>co-maintainers welcome</description> + </maintainer> + <upstream> + <maintainer> + <email>jenny@rstudio.com</email> + <name>Jennifer Bryan</name> + </maintainer> + <bugs-to>https://github.com/tidyverse/googledrive/issues</bugs-to> + </upstream> + <origin>gentoo-guru-overlay</origin> +</pkgmetadata>
\ No newline at end of file diff --git a/dev-R/googlesheets4/Manifest b/dev-R/googlesheets4/Manifest new file mode 100644 index 000000000000..57a9c3527c41 --- /dev/null +++ b/dev-R/googlesheets4/Manifest @@ -0,0 +1 @@ +DIST googlesheets4_1.0.0.tar.gz 222038 BLAKE2B a393298911dd0f50c6b298f98c18f5ab85432ca416d444a532cd01006e43a2cde5c5fd31b69d0a38efb315a7e14e153e8cdcba5618685528c6ef608956d0cd98 SHA512 2c2be5ad134fc5eae823b1341b1ebebd334fa2f975b2145c9dd771b77a3f09b9d71f13878722c04b66c17232c35cb196ffa049c3cff9482c5787374562481217 diff --git a/dev-R/googlesheets4/googlesheets4-1.0.0.ebuild b/dev-R/googlesheets4/googlesheets4-1.0.0.ebuild new file mode 100644 index 000000000000..3c6e072d89bc --- /dev/null +++ b/dev-R/googlesheets4/googlesheets4-1.0.0.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2022 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit R-packages + +DESCRIPTION='Access Google Sheets using the Sheets API V4' +HOMEPAGE=" + https://cran.r-project.org/package=googlesheets4 + https://googlesheets4.tidyverse.org/ + https://github.com/tidyverse/googlesheets4 +" +KEYWORDS="~amd64" +LICENSE='MIT' + +DEPEND=" + dev-R/cellranger + dev-R/ids + dev-R/magrittr + >=dev-R/googledrive-2.0.0 + >=dev-R/glue-1.3.0 + dev-R/purrr + >=dev-R/rlang-0.4.11 + >=dev-lang/R-3.3 + >=dev-R/cli-3.0.0 + dev-R/curl + >=dev-R/gargle-1.2.0 + dev-R/httr + dev-R/rematch2 + >=dev-R/tibble-2.1.1 + >=dev-R/vctrs-0.2.3 +" +RDEPEND="${DEPEND}" + +SUGGESTED_PACKAGES=" + dev-R/covr + dev-R/readr + dev-R/rmarkdown + dev-R/spelling + >=dev-R/testthat-3.0.0 + dev-R/withr +" diff --git a/dev-R/googlesheets4/metadata.xml b/dev-R/googlesheets4/metadata.xml new file mode 100644 index 000000000000..80cd8bc5879c --- /dev/null +++ b/dev-R/googlesheets4/metadata.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>lssndrbarbieri@gmail.com</email> + <name>Alessandro Barbieri</name> + <description>co-maintainers welcome</description> + </maintainer> + <longdescription lang="en">Interact with Google Sheets through the Sheets API v4 +<https://developers.google.com/sheets/api>. "API" is an acronym for +"application programming interface"; the Sheets API allows users to +interact with Google Sheets programmatically, instead of via a web +browser. The "v4" refers to the fact that the Sheets API is currently +at version 4. This package can read and write both the metadata and +the cell data in a Sheet.</longdescription> + <upstream> + <maintainer> + <email>jenny@rstudio.com</email> + <name>Jennifer Bryan</name> + </maintainer> + <bugs-to>https://github.com/tidyverse/googlesheets4/issues</bugs-to> + </upstream> + <origin>gentoo-guru-overlay</origin> +</pkgmetadata>
\ No newline at end of file diff --git a/dev-R/gtable/metadata.xml b/dev-R/gtable/metadata.xml index c3bff0cfe3a2..392c9cb0d057 100644 --- a/dev-R/gtable/metadata.xml +++ b/dev-R/gtable/metadata.xml @@ -16,6 +16,7 @@ complex compositions can be build up sequentially.</longdescription> <email>hadley@rstudio.com</email> <name>Hadley Wickham</name> </maintainer> + <bugs-to>https://github.com/r-lib/gtable/issues</bugs-to> </upstream> <origin>gentoo-guru-overlay</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-R/here/metadata.xml b/dev-R/here/metadata.xml index 6218cc93e2f8..cb3f9404fdfc 100644 --- a/dev-R/here/metadata.xml +++ b/dev-R/here/metadata.xml @@ -15,6 +15,7 @@ it will always locate the files relative to your project root.</longdescription> <email>krlmlr+r@mailbox.org</email> <name>Kirill Müller</name> </maintainer> + <bugs-to>https://github.com/r-lib/here/issues</bugs-to> </upstream> <origin>gentoo-guru-overlay</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-R/highr/metadata.xml b/dev-R/highr/metadata.xml index 365ea4d8a03c..b1929ec17f9d 100644 --- a/dev-R/highr/metadata.xml +++ b/dev-R/highr/metadata.xml @@ -14,6 +14,7 @@ via Andre Simon's highlight package (<http://www.andre-simon.de>).</longde <email>xie@yihui.name</email> <name>Yihui Xie</name> </maintainer> + <bugs-to>https://github.com/yihui/highr/issues</bugs-to> </upstream> <origin>gentoo-guru-overlay</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-R/httr/metadata.xml b/dev-R/httr/metadata.xml index 2b47daf8bfd2..588a5cdc6e7c 100644 --- a/dev-R/httr/metadata.xml +++ b/dev-R/httr/metadata.xml @@ -15,6 +15,7 @@ add_headers() and so on).</longdescription> <email>hadley@rstudio.com</email> <name>Hadley Wickham</name> </maintainer> + <bugs-to>https://github.com/r-lib/httr/issues</bugs-to> </upstream> <origin>gentoo-guru-overlay</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-R/ids/Manifest b/dev-R/ids/Manifest new file mode 100644 index 000000000000..97522c312390 --- /dev/null +++ b/dev-R/ids/Manifest @@ -0,0 +1 @@ +DIST ids_1.0.1.tar.gz 91213 BLAKE2B 550bd19df5ca0fc966e58b88a62afd1e6656d727e741517ca0128fe4ec5e22afde588d96f76218e559f6f30f188e1c86cba3ce4f6a50135a6203073706bfb990 SHA512 132fc37ba07695a26791596e348079a2275acc1d92bac736b3b6edd4128c61270cb9bc38b8a00e8bd848fd15a91d4c672154f630bb8d6a270bbdcbe8344be18c diff --git a/dev-R/ids/ids-1.0.1.ebuild b/dev-R/ids/ids-1.0.1.ebuild new file mode 100644 index 000000000000..3b192d00b6a4 --- /dev/null +++ b/dev-R/ids/ids-1.0.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2022 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit R-packages + +DESCRIPTION='Generate Random Identifiers' +HOMEPAGE=" + https://github.com/richfitz/ids + https://cran.r-project.org/package=ids +" + +KEYWORDS="~amd64" +LICENSE='MIT' + +DEPEND=" + dev-R/openssl + dev-R/uuid +" +RDEPEND="${DEPEND}" + +SUGGESTED_PACKAGES=" + dev-R/knitr + dev-R/rcorpora + dev-R/rmarkdown + dev-R/testthat +" diff --git a/dev-R/ids/metadata.xml b/dev-R/ids/metadata.xml new file mode 100644 index 000000000000..a539e0f1b3f5 --- /dev/null +++ b/dev-R/ids/metadata.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>lssndrbarbieri@gmail.com</email> + <name>Alessandro Barbieri</name> + <description>co-maintainers welcome</description> + </maintainer> + <upstream> + <maintainer> + <email>rich.fitzjohn@gmail.com</email> + <name>Rich FitzJohn</name> + </maintainer> + <bugs-to>https://github.com/richfitz/ids/issues</bugs-to> + </upstream> + <origin>gentoo-guru-overlay</origin> +</pkgmetadata>
\ No newline at end of file diff --git a/dev-R/ini/metadata.xml b/dev-R/ini/metadata.xml index 4af70da9652d..32861097bc2b 100644 --- a/dev-R/ini/metadata.xml +++ b/dev-R/ini/metadata.xml @@ -14,6 +14,7 @@ structured list can be used to write back to file after modifications.</longdesc <email>dvdscripter@gmail.com</email> <name>David Valentim Dias</name> </maintainer> + <bugs-to>https://github.com/dvdscripter/ini/issues</bugs-to> </upstream> <origin>gentoo-guru-overlay</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-R/isoband/metadata.xml b/dev-R/isoband/metadata.xml index 41bdb60dd84c..5fbb3401fbfc 100644 --- a/dev-R/isoband/metadata.xml +++ b/dev-R/isoband/metadata.xml @@ -13,6 +13,7 @@ contour polygons (isobands) from regularly spaced grids containing elevation dat <email>wilke@austin.utexas.edu</email> <name>Claus O. Wilke</name> </maintainer> + <bugs-to>https://github.com/wilkelab/isoband/issues</bugs-to> </upstream> <origin>gentoo-guru-overlay</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-R/knitr/metadata.xml b/dev-R/knitr/metadata.xml index 0b9ae48be013..eff66e23dcfa 100644 --- a/dev-R/knitr/metadata.xml +++ b/dev-R/knitr/metadata.xml @@ -13,6 +13,7 @@ using Literate Programming techniques.</longdescription> <email>xie@yihui.name</email> <name>Yihui Xie</name> </maintainer> + <bugs-to>https://github.com/yihui/knitr/issues</bugs-to> </upstream> <origin>gentoo-guru-overlay</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-R/lattice/metadata.xml b/dev-R/lattice/metadata.xml index c44de890cb07..276da9dd4550 100644 --- a/dev-R/lattice/metadata.xml +++ b/dev-R/lattice/metadata.xml @@ -16,6 +16,7 @@ See ?Lattice for an introduction.</longdescription> <email>deepayan.sarkar@r-project.org</email> <name>Deepayan Sarkar</name> </maintainer> + <bugs-to>https://github.com/deepayan/lattice/issues</bugs-to> </upstream> <origin>gentoo-guru-overlay</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-R/magrittr/metadata.xml b/dev-R/magrittr/metadata.xml index 2ea6ffd75f2a..059dad51dda5 100644 --- a/dev-R/magrittr/metadata.xml +++ b/dev-R/magrittr/metadata.xml @@ -17,6 +17,7 @@ For more information, see package vignette. To quote Rene Magritte, <email>lionel@rstudio.com</email> <name>Lionel Henry</name> </maintainer> + <bugs-to>https://github.com/tidyverse/magrittr/issues</bugs-to> <doc lang="en">https://cran.r-project.org/web/packages/magrittr/magrittr.pdf</doc> </upstream> <origin>gentoo-guru-overlay</origin> diff --git a/dev-R/markdown/metadata.xml b/dev-R/markdown/metadata.xml index 297cb0c0cd87..8a93329477ae 100644 --- a/dev-R/markdown/metadata.xml +++ b/dev-R/markdown/metadata.xml @@ -15,6 +15,7 @@ syntax that can be converted to 'XHTML' or other formats. See <email>xie@yihui.name</email> <name>Yihui Xie</name> </maintainer> + <bugs-to>https://github.com/rstudio/markdown/issues</bugs-to> </upstream> <origin>gentoo-guru-overlay</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-R/mime/metadata.xml b/dev-R/mime/metadata.xml index efae8a8274e3..3b34a1247c64 100644 --- a/dev-R/mime/metadata.xml +++ b/dev-R/mime/metadata.xml @@ -13,6 +13,7 @@ derived from /etc/mime.types in UNIX-type systems.</longdescription> <email>xie@yihui.name</email> <name>Yihui Xie</name> </maintainer> + <bugs-to>https://github.com/yihui/mime/issues</bugs-to> </upstream> <origin>gentoo-guru-overlay</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-R/parsedate/metadata.xml b/dev-R/parsedate/metadata.xml index 29dd4e95b96f..89e7fc0cf711 100644 --- a/dev-R/parsedate/metadata.xml +++ b/dev-R/parsedate/metadata.xml @@ -14,6 +14,7 @@ It can also recognize and parse all ISO 8601 formats.</longdescription> <email>csardi.gabor@gmail.com</email> <name>Gábor Csárdi</name> </maintainer> + <bugs-to>https://github.com/gaborcsardi/parsedate/issues</bugs-to> </upstream> <origin>gentoo-guru-overlay</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-R/pkgbuild/Manifest b/dev-R/pkgbuild/Manifest new file mode 100644 index 000000000000..744b69253e90 --- /dev/null +++ b/dev-R/pkgbuild/Manifest @@ -0,0 +1 @@ +DIST pkgbuild_1.3.1.tar.gz 31937 BLAKE2B 36aa0e9f4ae718728f389a3447f6865d52830b534a596ddf112d69ad56272af9f94da8af0ed0a5c6f8a5ca9eb7199baa2c3d8bc61c7f5bafd2ee126cc9f63628 SHA512 392e1937ee2145e15eef82d5b4900e72e274a70462a911adaf80f7a76e3cdb8533e134c4f15c596b8b8779fd4b9ba3021831e2c89cf5c727c993afd8a18e5ead diff --git a/dev-R/pkgbuild/metadata.xml b/dev-R/pkgbuild/metadata.xml new file mode 100644 index 000000000000..d23655a724a5 --- /dev/null +++ b/dev-R/pkgbuild/metadata.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>lssndrbarbieri@gmail.com</email> + <name>Alessandro Barbieri</name> + <description>co-maintainers welcome</description> + </maintainer> + <longdescription lang="en">Provides functions used to build R packages. Locates compilers +needed to build R packages on various platforms and ensures the PATH is +configured appropriately so R can use them.</longdescription> + <upstream> + <maintainer> + <email>csardi.gabor@gmail.com</email> + <name>Gábor Csárdi</name> + </maintainer> + <bugs-to>https://github.com/r-lib/pkgbuild/issues</bugs-to> + </upstream> + <origin>gentoo-guru-overlay</origin> +</pkgmetadata>
\ No newline at end of file diff --git a/dev-R/pkgbuild/pkgbuild-1.3.1.ebuild b/dev-R/pkgbuild/pkgbuild-1.3.1.ebuild new file mode 100644 index 000000000000..cbac7b3599ec --- /dev/null +++ b/dev-R/pkgbuild/pkgbuild-1.3.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2022 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit R-packages + +DESCRIPTION='Find Tools Needed to Build R Packages' +HOMEPAGE=" + https://github.com/r-lib/pkgbuild + https://cran.r-project.org/package=pkgbuild +" + +KEYWORDS="~amd64" +LICENSE='MIT' + +DEPEND=" + dev-R/cli + >=dev-R/callr-3.2.0 + dev-R/desc + >=dev-R/withr-2.3.0 + dev-R/R6 + >=dev-lang/R-3.1 + dev-R/crayon + dev-R/prettyunits + dev-R/rprojroot +" +RDEPEND="${DEPEND}" + +SUGGESTED_PACKAGES=" + dev-R/covr + dev-R/cpp11 + dev-R/Rcpp + dev-R/testthat +" diff --git a/dev-R/pkgload/metadata.xml b/dev-R/pkgload/metadata.xml index 2b642ee8ac7b..2ba3590a9653 100644 --- a/dev-R/pkgload/metadata.xml +++ b/dev-R/pkgload/metadata.xml @@ -14,6 +14,7 @@ allows you to rapidly iterate while developing a package.</longdescription> <email>lionel@rstudio.com</email> <name>Lionel Henry</name> </maintainer> + <bugs-to>https://github.com/r-lib/pkgload/issues</bugs-to> </upstream> <origin>gentoo-guru-overlay</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-R/pkgsearch/metadata.xml b/dev-R/pkgsearch/metadata.xml index 632cafee7c2f..161df46173c3 100644 --- a/dev-R/pkgsearch/metadata.xml +++ b/dev-R/pkgsearch/metadata.xml @@ -16,6 +16,7 @@ a CRAN project.</longdescription> <email>csardi.gabor@gmail.com</email> <name>Gábor Csárdi</name> </maintainer> + <bugs-to>https://github.com/r-hub/pkgsearch/issues</bugs-to> </upstream> <origin>gentoo-guru-overlay</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-R/plogr/metadata.xml b/dev-R/plogr/metadata.xml index a511b9d7049d..a2101e3f67ff 100644 --- a/dev-R/plogr/metadata.xml +++ b/dev-R/plogr/metadata.xml @@ -11,6 +11,7 @@ <email>krlmlr+r@mailbox.org</email> <name>Kirill Müller</name> </maintainer> + <bugs-to>https://github.com/krlmlr/plogr/issues</bugs-to> </upstream> <origin>gentoo-guru-overlay</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-R/praise/metadata.xml b/dev-R/praise/metadata.xml index b5795eb28051..d9f01749206e 100644 --- a/dev-R/praise/metadata.xml +++ b/dev-R/praise/metadata.xml @@ -14,6 +14,7 @@ good, or they just need it to feel better.</longdescription> <email>csardi.gabor@gmail.com</email> <name>Gabor Csardi</name> </maintainer> + <bugs-to>https://github.com/gaborcsardi/praise/issues</bugs-to> </upstream> <origin>gentoo-guru-overlay</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-R/prettyunits/metadata.xml b/dev-R/prettyunits/metadata.xml index 3375fa563021..a7d42c538321 100644 --- a/dev-R/prettyunits/metadata.xml +++ b/dev-R/prettyunits/metadata.xml @@ -15,6 +15,7 @@ Bytes: '1337' -> '1.34 kB'.</longdescription> <email>csardi.gabor@gmail.com</email> <name>Gabor Csardi</name> </maintainer> + <bugs-to>https://github.com/gaborcsardi/prettyunits/issues</bugs-to> </upstream> <origin>gentoo-guru-overlay</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-R/processx/metadata.xml b/dev-R/processx/metadata.xml index 32eafc45cc47..a77592d0130d 100644 --- a/dev-R/processx/metadata.xml +++ b/dev-R/processx/metadata.xml @@ -18,6 +18,7 @@ processes at once.</longdescription> <email>csardi.gabor@gmail.com</email> <name>Gábor Csárdi</name> </maintainer> + <bugs-to>https://github.com/r-lib/processx/issues</bugs-to> </upstream> <origin>gentoo-guru-overlay</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-R/rappdirs/metadata.xml b/dev-R/rappdirs/metadata.xml index 4d34bd4be309..b6805493a8c5 100644 --- a/dev-R/rappdirs/metadata.xml +++ b/dev-R/rappdirs/metadata.xml @@ -15,6 +15,7 @@ R.</longdescription> <email>hadley@rstudio.com</email> <name>Hadley Wickham</name> </maintainer> + <bugs-to>https://github.com/r-lib/rappdirs/issues</bugs-to> </upstream> <origin>gentoo-guru-overlay</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-R/rematch2/metadata.xml b/dev-R/rematch2/metadata.xml index 91ce540c720e..61947ce5d12e 100644 --- a/dev-R/rematch2/metadata.xml +++ b/dev-R/rematch2/metadata.xml @@ -11,6 +11,7 @@ <email>csardi.gabor@gmail.com</email> <name>Gábor Csárdi</name> </maintainer> + <bugs-to>https://github.com/r-lib/rematch2/issues</bugs-to> </upstream> <origin>gentoo-guru-overlay</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-R/reticulate/metadata.xml b/dev-R/reticulate/metadata.xml index 03b5a1608465..5a767696d948 100644 --- a/dev-R/reticulate/metadata.xml +++ b/dev-R/reticulate/metadata.xml @@ -15,6 +15,7 @@ types. Compatible with all versions of 'Python' >= 2.7.</longdescription> <email>kevin@rstudio.com</email> <name>Kevin Ushey</name> </maintainer> + <bugs-to>https://github.com/rstudio/reticulate/issues</bugs-to> </upstream> <origin>gentoo-guru-overlay</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-R/rex/metadata.xml b/dev-R/rex/metadata.xml index c0e1e06fd04c..3c400e4d6ca6 100644 --- a/dev-R/rex/metadata.xml +++ b/dev-R/rex/metadata.xml @@ -11,6 +11,7 @@ <email>kevinushey@gmail.com</email> <name>Kevin Ushey</name> </maintainer> + <bugs-to>https://github.com/kevinushey/rex/issues</bugs-to> </upstream> <origin>gentoo-guru-overlay</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-R/roxygen2/metadata.xml b/dev-R/roxygen2/metadata.xml index 264079731619..97528250c815 100644 --- a/dev-R/roxygen2/metadata.xml +++ b/dev-R/roxygen2/metadata.xml @@ -16,6 +16,7 @@ inspired by the 'Doxygen' system for C++.</longdescription> <email>hadley@rstudio.com</email> <name>Hadley Wickham</name> </maintainer> + <bugs-to>https://github.com/r-lib/roxygen2/issues</bugs-to> </upstream> <origin>gentoo-guru-overlay</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-R/rprojroot/metadata.xml b/dev-R/rprojroot/metadata.xml index ac9d5c7552bf..f43b326be6ff 100644 --- a/dev-R/rprojroot/metadata.xml +++ b/dev-R/rprojroot/metadata.xml @@ -14,6 +14,7 @@ matches a certain criterion, e.g., it contains a certain regular file.</longdesc <email>krlmlr+r@mailbox.org</email> <name>Kirill Müller</name> </maintainer> + <bugs-to>https://github.com/r-lib/rprojroot/issues</bugs-to> </upstream> <origin>gentoo-guru-overlay</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-R/rstudioapi/metadata.xml b/dev-R/rstudioapi/metadata.xml index efb513695cd7..17e524da4f89 100644 --- a/dev-R/rstudioapi/metadata.xml +++ b/dev-R/rstudioapi/metadata.xml @@ -11,6 +11,7 @@ <email>kevin@rstudio.com</email> <name>Kevin Ushey</name> </maintainer> + <bugs-to>https://github.com/rstudio/rstudioapi/issues</bugs-to> </upstream> <origin>gentoo-guru-overlay</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-R/scales/metadata.xml b/dev-R/scales/metadata.xml index b4793cc8009f..40f2e13e8a86 100644 --- a/dev-R/scales/metadata.xml +++ b/dev-R/scales/metadata.xml @@ -13,6 +13,7 @@ for automatically determining breaks and labels for axes and legends.</longdescr <email>hadley@rstudio.com</email> <name>Hadley Wickham</name> </maintainer> + <bugs-to>https://github.com/r-lib/scales/issues</bugs-to> </upstream> <origin>gentoo-guru-overlay</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-R/spelling/metadata.xml b/dev-R/spelling/metadata.xml index 2668ad351fd3..1a39c14864e1 100644 --- a/dev-R/spelling/metadata.xml +++ b/dev-R/spelling/metadata.xml @@ -16,6 +16,7 @@ define a 'wordlist' to allow custom terminology without having to abuse punctuat <email>jeroen@berkeley.edu</email> <name>Jeroen Ooms</name> </maintainer> + <bugs-to>https://github.com/ropensci/spelling/issues</bugs-to> </upstream> <origin>gentoo-guru-overlay</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-R/stringi/metadata.xml b/dev-R/stringi/metadata.xml index f38a05d95b12..e39b7deda121 100644 --- a/dev-R/stringi/metadata.xml +++ b/dev-R/stringi/metadata.xml @@ -19,6 +19,7 @@ portable across all locales and platforms.</longdescription> <email>marek@gagolewski.com</email> <name>Marek Gagolewski</name> </maintainer> + <bugs-to>https://github.com/gagolews/stringi/issues</bugs-to> </upstream> <origin>gentoo-guru-overlay</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-R/stringr/metadata.xml b/dev-R/stringr/metadata.xml index 6e640a8040a5..13b14a93d80d 100644 --- a/dev-R/stringr/metadata.xml +++ b/dev-R/stringr/metadata.xml @@ -16,6 +16,7 @@ one function is easy to feed into the input of another.</longdescription> <email>hadley@rstudio.com</email> <name>Hadley Wickham</name> </maintainer> + <bugs-to>https://github.com/tidyverse/stringr/issues</bugs-to> </upstream> <origin>gentoo-guru-overlay</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-R/sys/metadata.xml b/dev-R/sys/metadata.xml index dcccae39db2f..8b6d0b0ac0a4 100644 --- a/dev-R/sys/metadata.xml +++ b/dev-R/sys/metadata.xml @@ -16,6 +16,7 @@ on different locales.</longdescription> <email>jeroen@berkeley.edu</email> <name>Jeroen Ooms</name> </maintainer> + <bugs-to>https://github.com/jeroen/sys/issues</bugs-to> </upstream> <origin>gentoo-guru-overlay</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-R/testthat/metadata.xml b/dev-R/testthat/metadata.xml index a50e1c4c45dc..eb5cc70e1fe3 100644 --- a/dev-R/testthat/metadata.xml +++ b/dev-R/testthat/metadata.xml @@ -15,6 +15,7 @@ your existing 'workflow'.</longdescription> <email>hadley@rstudio.com</email> <name>Hadley Wickham</name> </maintainer> + <bugs-to>https://github.com/r-lib/testthat/issues</bugs-to> </upstream> <origin>gentoo-guru-overlay</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-R/tibble/Manifest b/dev-R/tibble/Manifest index b46980c7903c..d2b8d244a423 100644 --- a/dev-R/tibble/Manifest +++ b/dev-R/tibble/Manifest @@ -1 +1 @@ -DIST tibble_3.1.6.tar.gz 739349 BLAKE2B 4184151322420427cf26fa5a4422f04be54e44b5ae997ced412bec73ccde3c15b27c0b51aa3f7197d969f18fbf6d2fc8e30b3ead256670727b839e7b59ed67f8 SHA512 1d46d65607b5fdb1548ecfb040baabee55ff18b14009543e1140c907500932e1f9150371f922ba175015d4b73e2078b3e2d5f944d3a4bf696a06677230b1f193 +DIST tibble_3.1.7.tar.gz 674873 BLAKE2B 7716e9d7898141e65518ff3686f99d917b862ed38c58a30fe3d3ef6d4b40413cf225186818c6f5436368def65f266fa2f02c63d816bbf06aaf46d63a4ca805f9 SHA512 040a6b5ca8988dbca04165fa2a6328fbd4c0128829f6955c24138ff8ef0ffc49291c3a2f2db5da7fc4f418ffb2aa7476bf62ac13c15b055796b98cebf929e1fa diff --git a/dev-R/tibble/tibble-3.1.6.ebuild b/dev-R/tibble/tibble-3.1.7.ebuild index 7750b7034fe6..225ff0c457c1 100644 --- a/dev-R/tibble/tibble-3.1.6.ebuild +++ b/dev-R/tibble/tibble-3.1.7.ebuild @@ -1,18 +1,19 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI=7 inherit R-packages DESCRIPTION='Simple Data Frames' -SRC_URI="mirror://cran/src/contrib/${PN}_${PV}.tar.gz" -LICENSE='MIT' HOMEPAGE=" https://tibble.tidyverse.org https://github.com/tidyverse/tibble https://cran.r-project.org/package=tibble " +SRC_URI="mirror://cran/src/contrib/${PN}_${PV}.tar.gz" + +LICENSE='MIT' KEYWORDS="~amd64" DEPEND=" diff --git a/dev-R/uuid/Manifest b/dev-R/uuid/Manifest new file mode 100644 index 000000000000..af18105c80d5 --- /dev/null +++ b/dev-R/uuid/Manifest @@ -0,0 +1 @@ +DIST uuid_1.1-0.tar.gz 77959 BLAKE2B 28b7dac8bd1220abe8842fc8c48ef32a1d853aaf0a849f3ebed1bc27b2dc20b54536e2edd0667fc8743bdf54491e6994b6972592d354aa6c2433576b30cd43e9 SHA512 0e64565bec3ebd00d4710ab5b06c6a11df6da67e69e51967dd3470849196566a87a2654773593cd74dfcd580fd1f0fe2a57314b27a746fed708551e5b4181c4b diff --git a/dev-R/uuid/metadata.xml b/dev-R/uuid/metadata.xml new file mode 100644 index 000000000000..26874c83fc2f --- /dev/null +++ b/dev-R/uuid/metadata.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>lssndrbarbieri@gmail.com</email> + <name>Alessandro Barbieri</name> + <description>co-maintainers welcome</description> + </maintainer> + <upstream> + <maintainer> + <email>Simon.Urbanek@r-project.org</email> + <name>Simon Urbanek</name> + </maintainer> + <bugs-to>https://github.com/s-u/uuid/issues</bugs-to> + </upstream> + <origin>gentoo-guru-overlay</origin> +</pkgmetadata>
\ No newline at end of file diff --git a/dev-R/uuid/uuid-1.1.0.ebuild b/dev-R/uuid/uuid-1.1.0.ebuild new file mode 100644 index 000000000000..0c5c47d9b250 --- /dev/null +++ b/dev-R/uuid/uuid-1.1.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2022 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit R-packages + +MYPV="$(ver_rs 2 -)" + +DESCRIPTION='Tools for Generating and Handling of UUIDs' +HOMEPAGE=" + https://github.com/s-u/uuid + https://www.rforge.net/uuid + https://cran.r-project.org/package=uuid +" +SRC_URI="mirror://cran/src/contrib/${PN}_${MYPV}.tar.gz" + +KEYWORDS="~amd64" +LICENSE='MIT' diff --git a/dev-R/viridisLite/metadata.xml b/dev-R/viridisLite/metadata.xml index da0dc59f3538..d7593999a7f3 100644 --- a/dev-R/viridisLite/metadata.xml +++ b/dev-R/viridisLite/metadata.xml @@ -18,6 +18,7 @@ continuous color and fill scales and can be found at <email>garnier@njit.edu</email> <name>Simon Garnier</name> </maintainer> + <bugs-to>https://github.com/sjmgarnier/viridisLite/issues/</bugs-to> </upstream> <origin>gentoo-guru-overlay</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-R/waldo/metadata.xml b/dev-R/waldo/metadata.xml index e113c73dc104..84818375adcd 100644 --- a/dev-R/waldo/metadata.xml +++ b/dev-R/waldo/metadata.xml @@ -15,6 +15,7 @@ easier.</longdescription> <email>hadley@rstudio.com</email> <name>Hadley Wickham</name> </maintainer> + <bugs-to>https://github.com/r-lib/waldo/issues</bugs-to> </upstream> <origin>gentoo-guru-overlay</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-R/whoami/metadata.xml b/dev-R/whoami/metadata.xml index 875c031b4287..9d448c031adc 100644 --- a/dev-R/whoami/metadata.xml +++ b/dev-R/whoami/metadata.xml @@ -14,6 +14,7 @@ using various sources of system and configuration information.</longdescription> <email>csardi.gabor@gmail.com</email> <name>Gábor Csárdi</name> </maintainer> + <bugs-to>https://github.com/r-lib/whoami/issues</bugs-to> </upstream> <origin>gentoo-guru-overlay</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-R/withr/metadata.xml b/dev-R/withr/metadata.xml index c9f0be8dad7f..f7f31d33fd3c 100644 --- a/dev-R/withr/metadata.xml +++ b/dev-R/withr/metadata.xml @@ -16,6 +16,7 @@ functions.</longdescription> <email>lionel@rstudio.com</email> <name>Lionel Henry</name> </maintainer> + <bugs-to>https://github.com/r-lib/withr/issues</bugs-to> </upstream> <origin>gentoo-guru-overlay</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-R/xfun/metadata.xml b/dev-R/xfun/metadata.xml index c6a88d13384c..4716104bed70 100644 --- a/dev-R/xfun/metadata.xml +++ b/dev-R/xfun/metadata.xml @@ -11,6 +11,7 @@ <email>xie@yihui.name</email> <name>Yihui Xie</name> </maintainer> + <bugs-to>https://github.com/yihui/xfun/issues</bugs-to> </upstream> <origin>gentoo-guru-overlay</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-R/xml2/metadata.xml b/dev-R/xml2/metadata.xml index ab8ef3b6a277..64c496b8677a 100644 --- a/dev-R/xml2/metadata.xml +++ b/dev-R/xml2/metadata.xml @@ -11,6 +11,7 @@ <email>hadley@rstudio.com</email> <name>Hadley Wickham</name> </maintainer> + <bugs-to>https://github.com/r-lib/xml2/issues</bugs-to> </upstream> <origin>gentoo-guru-overlay</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-R/yaml/metadata.xml b/dev-R/yaml/metadata.xml index 533597ebfec7..920b98fa886b 100644 --- a/dev-R/yaml/metadata.xml +++ b/dev-R/yaml/metadata.xml @@ -11,6 +11,7 @@ <email>shawn.garbett@vumc.org</email> <name>Shawn Garbett</name> </maintainer> + <bugs-to>https://github.com/vubiostat/r-yaml/issues</bugs-to> </upstream> <origin>gentoo-guru-overlay</origin> </pkgmetadata>
\ No newline at end of file |
