From 9102ab56be3caa91f08cc14f1f754c29b6ac9fd3 Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Fri, 7 Aug 2020 12:27:09 +0200 Subject: [PATCH 01/57] R: update to 4.0.2. --- common/shlibs | 2 +- srcpkgs/R/patches/ppc.patch | 33 --------------------------------- srcpkgs/R/template | 11 ++++++----- 3 files changed, 7 insertions(+), 39 deletions(-) delete mode 100644 srcpkgs/R/patches/ppc.patch diff --git a/common/shlibs b/common/shlibs index 2a6f351fb2d4e6..7d8cd9e02453cb 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2679,7 +2679,7 @@ libsmpeg-0.4.so.0 smpeg-0.4.5_3 libsmpeg2-2.0.so.0 smpeg2-2.0.0_1 libedac.so.1 libedac-0.18_1 libxlsreader.so.1 libxls-1.4.0_1 -libR.so R-3.3.0_2 +libR.so R-4.0.2_1 libmarkdown.so.2 discount-2.2.0_3 libkeystone.so.0 keystone-0.9_1 libmate-slab.so.0 libmate-control-center-1.14.0_2 diff --git a/srcpkgs/R/patches/ppc.patch b/srcpkgs/R/patches/ppc.patch deleted file mode 100644 index f8c6faba4a38eb..00000000000000 --- a/srcpkgs/R/patches/ppc.patch +++ /dev/null @@ -1,33 +0,0 @@ -From 1b588f18b1802de3370515181f9ba04a2dee3f42 Mon Sep 17 00:00:00 2001 -From: maechler -Date: Wed, 25 Mar 2020 09:06:23 +0000 -Subject: [PATCH] update (1 / LDBL_EPSILON) to all __powerpc__ - -git-svn-id: https://svn.r-project.org/R/trunk@78054 00db46b3-68df-0310-9c12-caf00c1e9a41 ---- - src/main/arithmetic.c | 5 +++-- - 1 file changed, 3 insertions(+), 2 deletions(-) - -diff --git a/src/main/arithmetic.c b/src/main/arithmetic.c -index fc7496a8908..196431c7675 100644 ---- src/main/arithmetic.c -+++ src/main/arithmetic.c -@@ -1,6 +1,6 @@ - /* - * R : A Computer Language for Statistical Data Analysis -- * Copyright (C) 1998--2019 The R Core Team. -+ * Copyright (C) 1998--2020 The R Core Team. - * Copyright (C) 2003--2019 The R Foundation - * Copyright (C) 1995--1997 Robert Gentleman and Ross Ihaka - * -@@ -178,8 +178,9 @@ void attribute_hidden InitArithmetic() - - - #if HAVE_LONG_DOUBLE && (SIZEOF_LONG_DOUBLE > SIZEOF_DOUBLE) --# ifdef __PPC64__ -+# ifdef __powerpc__ - // PowerPC 64 (when gcc has -mlong-double-128) fails constant folding with LDOUBLE -+ // Debian Bug#946836 shows it is needed also for 32-bit ppc, not just __PPC64__ - # define q_1_eps (1 / LDBL_EPSILON) - # else - static LDOUBLE q_1_eps = 1 / LDBL_EPSILON; diff --git a/srcpkgs/R/template b/srcpkgs/R/template index 424154fad12bf2..47bee4dabe08ed 100644 --- a/srcpkgs/R/template +++ b/srcpkgs/R/template @@ -1,15 +1,16 @@ # Template file for 'R' pkgname=R -version=3.6.3 -revision=2 +version=4.0.2 +revision=1 build_style=gnu-configure configure_args="--docdir=/usr/share/doc/R rdocdir=/usr/share/doc/R --with-lapack --with-blas --enable-R-shlib --with-tcltk + --enable-memory-profiling LIBnn=lib" hostmakedepends="gcc-fortran pkg-config perl less which" makedepends="libgomp-devel readline-devel libXmu-devel libXt-devel libpng-devel libjpeg-turbo-devel tiff-devel cairo-devel icu-devel - lapack-devel blas-devel zlib-devel bzip2-devel pcre-devel liblzma-devel + lapack-devel blas-devel zlib-devel bzip2-devel pcre2-devel liblzma-devel libcurl-devel tcl-devel tk-devel libxml2-devel" depends="xdg-utils less which" short_desc="System for statistical computation and graphics" @@ -17,8 +18,8 @@ maintainer="Florian Wagner " license="GPL-2.0-or-later" homepage="https://www.r-project.org/" changelog="https://cran.r-project.org/doc/manuals/r-release/NEWS.html" -distfiles="https://cran.r-project.org/src/base/R-3/${pkgname}-${version}.tar.gz" -checksum=89302990d8e8add536e12125ec591d6951022cf8475861b3690bc8bf1cefaa8f +distfiles="https://cran.r-project.org/src/base/R-4/${pkgname}-${version}.tar.gz" +checksum=d3bceab364da0876625e4097808b42512395fdf41292f4915ab1fd257c1bbe75 nocross=yes shlib_provides="libR.so" From 0ad938fd93c3e7cf37d4534af89bc0fdab2f5071 Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Fri, 7 Aug 2020 14:06:23 +0200 Subject: [PATCH 02/57] R-cran-R6: revbump for R-4.0.2 --- srcpkgs/R-cran-R6/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/R-cran-R6/template b/srcpkgs/R-cran-R6/template index 70e4b9776bbd1b..8c06f5a3cf748e 100644 --- a/srcpkgs/R-cran-R6/template +++ b/srcpkgs/R-cran-R6/template @@ -1,7 +1,7 @@ # Template file for 'R-cran-R6' pkgname=R-cran-R6 version=2.4.1 -revision=1 +revision=2 build_style=R-cran short_desc="Classes with Reference Semantics" maintainer="Florian Wagner " From d26c862cc73e8842aa25cc95db2176a131049064 Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Fri, 7 Aug 2020 14:08:49 +0200 Subject: [PATCH 03/57] R-cran-RColorBrewer: revbump for R-4.0.2 --- srcpkgs/R-cran-RColorBrewer/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/R-cran-RColorBrewer/template b/srcpkgs/R-cran-RColorBrewer/template index 6f905881c29eaa..b64c8bcf5da978 100644 --- a/srcpkgs/R-cran-RColorBrewer/template +++ b/srcpkgs/R-cran-RColorBrewer/template @@ -1,7 +1,7 @@ # Template file for 'R-cran-RColorBrewer' pkgname=R-cran-RColorBrewer version=1.1r2 -revision=1 +revision=2 build_style=R-cran short_desc="ColorBrewer Palettes" maintainer="Florian Wagner " From 6b0a6f6fec7cf2c9d52df5e4f2633536d4bad577 Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Fri, 7 Aug 2020 14:11:16 +0200 Subject: [PATCH 04/57] R-cran-Rcpp: revbump for R-4.0.2 --- srcpkgs/R-cran-Rcpp/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/R-cran-Rcpp/template b/srcpkgs/R-cran-Rcpp/template index 7cee0242095d6e..e19cd395809ba3 100644 --- a/srcpkgs/R-cran-Rcpp/template +++ b/srcpkgs/R-cran-Rcpp/template @@ -1,7 +1,7 @@ # Template file for 'R-cran-Rcpp' pkgname=R-cran-Rcpp version=1.0.5 -revision=1 +revision=2 build_style=R-cran short_desc="Seamless R and C++ Integration" maintainer="Florian Wagner " From e933ef33dcdcf59f208c169110e5ea8321fa6eb7 Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Fri, 7 Aug 2020 14:20:17 +0200 Subject: [PATCH 05/57] R-cran-assertthat: revbump for R-4.0.2 --- srcpkgs/R-cran-assertthat/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/R-cran-assertthat/template b/srcpkgs/R-cran-assertthat/template index 83d44266c0e956..6e8161baa7d437 100644 --- a/srcpkgs/R-cran-assertthat/template +++ b/srcpkgs/R-cran-assertthat/template @@ -1,7 +1,7 @@ # Template file for 'R-cran-assertthat' pkgname=R-cran-assertthat version=0.2.1 -revision=1 +revision=2 build_style=R-cran short_desc="Easy Pre and Post Assertions" maintainer="Florian Wagner " From 112d489b7016881b81c771da3ac9853ef8b00c05 Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Fri, 7 Aug 2020 14:31:19 +0200 Subject: [PATCH 06/57] R-cran-backports: revbump for R-4.0.2 --- srcpkgs/R-cran-backports/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/R-cran-backports/template b/srcpkgs/R-cran-backports/template index 1afd87bb025435..afd9a2913da4d0 100644 --- a/srcpkgs/R-cran-backports/template +++ b/srcpkgs/R-cran-backports/template @@ -1,10 +1,10 @@ # Template file for 'R-cran-backports' pkgname=R-cran-backports version=1.1.8 -revision=1 +revision=2 build_style=R-cran short_desc="Reimplementations of Functions Introduced Since R-3.0.0" maintainer="John " -license="GPL-2.0-only OR GPL-3.0-only" +license="GPL-2.0-only, GPL-3.0-only" homepage="https://github.com/r-lib/backports" checksum=c661b271433338274c4140caf7cf8254f13f1b8870ace0e7e4917238044b2cc7 From f6907818dc3d6c5b4487718355d1f457d35cea0c Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Fri, 7 Aug 2020 15:19:58 +0200 Subject: [PATCH 07/57] R-cran-callr: revbump for R-4.0.2 --- srcpkgs/R-cran-callr/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/R-cran-callr/template b/srcpkgs/R-cran-callr/template index 555e6b136f5df0..d20af5bff29b2b 100644 --- a/srcpkgs/R-cran-callr/template +++ b/srcpkgs/R-cran-callr/template @@ -1,7 +1,7 @@ # Template file for 'R-cran-callr' pkgname=R-cran-callr version=3.4.3 -revision=1 +revision=2 build_style=R-cran hostmakedepends="R-cran-processx R-cran-R6" depends="R-cran-processx R-cran-R6" From 2fd829cd3d6bf92da8b5e4910a2c0c48e05bf8b6 Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Fri, 7 Aug 2020 15:20:11 +0200 Subject: [PATCH 08/57] R-cran-cli: revbump for R-4.0.2 --- srcpkgs/R-cran-cli/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/R-cran-cli/template b/srcpkgs/R-cran-cli/template index a995f5cce21614..a37007c7325462 100644 --- a/srcpkgs/R-cran-cli/template +++ b/srcpkgs/R-cran-cli/template @@ -1,7 +1,7 @@ # Template file for 'R-cran-cli' pkgname=R-cran-cli version=2.0.2 -revision=1 +revision=2 build_style=R-cran makedepends="R-cran-assertthat R-cran-crayon R-cran-fansi R-cran-glue" depends="R-cran-assertthat R-cran-crayon R-cran-fansi R-cran-glue" From f263170254de8c9b7a1ec6dbffbad2d69a2aeebd Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Fri, 7 Aug 2020 15:20:17 +0200 Subject: [PATCH 09/57] R-cran-colorspace: revbump for R-4.0.2 --- srcpkgs/R-cran-colorspace/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/R-cran-colorspace/template b/srcpkgs/R-cran-colorspace/template index c6c93ad671223e..8490d34fdb587d 100644 --- a/srcpkgs/R-cran-colorspace/template +++ b/srcpkgs/R-cran-colorspace/template @@ -1,7 +1,7 @@ # Template file for 'R-cran-colorspace' pkgname=R-cran-colorspace version=1.4r1 -revision=1 +revision=2 build_style=R-cran short_desc="Color Space Manipulation" maintainer="Florian Wagner " From 8497467a9652a26b98b2ffdb177544d40af74c3c Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Fri, 7 Aug 2020 15:21:44 +0200 Subject: [PATCH 10/57] R-cran-processx: revbump for R-4.0.2 --- srcpkgs/R-cran-processx/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/R-cran-processx/template b/srcpkgs/R-cran-processx/template index cc17b164c7af38..e051b4b3682137 100644 --- a/srcpkgs/R-cran-processx/template +++ b/srcpkgs/R-cran-processx/template @@ -1,7 +1,7 @@ # Template file for 'R-cran-processx' pkgname=R-cran-processx version=3.4.3 -revision=1 +revision=2 build_style=R-cran hostmakedepends="R-cran-ps R-cran-R6" depends="R-cran-ps R-cran-R6" From a2bcfba4848cbd052657de150b5d2769cd68af73 Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Fri, 7 Aug 2020 15:21:50 +0200 Subject: [PATCH 11/57] R-cran-ps: update to 1.3.4. --- srcpkgs/R-cran-ps/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/R-cran-ps/template b/srcpkgs/R-cran-ps/template index be89ddf72b453f..1f95a5d7f2cdf8 100644 --- a/srcpkgs/R-cran-ps/template +++ b/srcpkgs/R-cran-ps/template @@ -1,13 +1,13 @@ # Template file for 'R-cran-ps' pkgname=R-cran-ps -version=1.3.3 +version=1.3.4 revision=1 build_style=R-cran short_desc="List, Query, Manipulate System Processes" maintainer="Luke Hannan " license="BSD-3-Clause" homepage="https://github.com/r-lib/ps" -checksum=03a45651538855be806e6dd9d731f101a6bbbd34162f887f9df69583f7fb20f4 +checksum=8468c6994e199053050c614fb3e6ee0e670833a0185abf53d6cb09e19c85aeb3 post_install() { vlicense LICENSE From 6f193c37d13e154c68bc396f0d0344382a8a074c Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Fri, 7 Aug 2020 15:24:16 +0200 Subject: [PATCH 12/57] R-cran-crayon: revbump for R-4.0.2 --- srcpkgs/R-cran-crayon/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/R-cran-crayon/template b/srcpkgs/R-cran-crayon/template index e880df101555b3..7ccc8230501a99 100644 --- a/srcpkgs/R-cran-crayon/template +++ b/srcpkgs/R-cran-crayon/template @@ -1,7 +1,7 @@ # Template file for 'R-cran-crayon' pkgname=R-cran-crayon version=1.3.4 -revision=1 +revision=2 build_style=R-cran short_desc="Colored Terminal Output" maintainer="Florian Wagner " From 01ebbc4f42dcdff0ae94baf375989c3e2f72af2a Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Fri, 7 Aug 2020 15:24:48 +0200 Subject: [PATCH 13/57] R-cran-fansi: revbump for R-4.0.2 --- srcpkgs/R-cran-fansi/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/R-cran-fansi/template b/srcpkgs/R-cran-fansi/template index 02201e3cb3bab5..23a088e6c897fa 100644 --- a/srcpkgs/R-cran-fansi/template +++ b/srcpkgs/R-cran-fansi/template @@ -1,7 +1,7 @@ # Template file for 'R-cran-fansi' pkgname=R-cran-fansi version=0.4.1 -revision=1 +revision=2 build_style=R-cran short_desc="ANSI Control Sequence Aware String Functions" maintainer="Florian Wagner " From 92be626cca1a0ed869c18a01a94367c05e4da8d5 Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Fri, 7 Aug 2020 15:27:13 +0200 Subject: [PATCH 14/57] R-cran-glue: revbump for R-4.0.2 --- srcpkgs/R-cran-glue/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/R-cran-glue/template b/srcpkgs/R-cran-glue/template index 97dc31f7e1717a..48caa68cd5eea0 100644 --- a/srcpkgs/R-cran-glue/template +++ b/srcpkgs/R-cran-glue/template @@ -1,7 +1,7 @@ # Template file for 'R-cran-glue' pkgname=R-cran-glue version=1.4.1 -revision=1 +revision=2 build_style=R-cran short_desc="Interpreted String Literals" maintainer="Florian Wagner " From a826fb31cdc0b8fc89467c82ef6aa4a83fdee6ab Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Fri, 7 Aug 2020 17:06:44 +0200 Subject: [PATCH 15/57] R-cran-zoo: revbump for R-4.0.2 --- srcpkgs/R-cran-zoo/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/R-cran-zoo/template b/srcpkgs/R-cran-zoo/template index 12f7c4ed132949..8b67dd292f5896 100644 --- a/srcpkgs/R-cran-zoo/template +++ b/srcpkgs/R-cran-zoo/template @@ -1,7 +1,7 @@ # Template file for 'R-cran-zoo' pkgname=R-cran-zoo version=1.8r8 -revision=1 +revision=2 build_style=R-cran short_desc="S3 Infrastructure for Regular and Irregular Time Series" maintainer="Florian Wagner " From 3715084e5696acc3f6d611283e01cd56f48a2b56 Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Fri, 7 Aug 2020 17:07:25 +0200 Subject: [PATCH 16/57] R-cran-zeallot: revbump for R-4.0.2 --- srcpkgs/R-cran-zeallot/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/R-cran-zeallot/template b/srcpkgs/R-cran-zeallot/template index 0cf9f1e40eb971..1aa2d4ec91117c 100644 --- a/srcpkgs/R-cran-zeallot/template +++ b/srcpkgs/R-cran-zeallot/template @@ -1,7 +1,7 @@ # Template file for 'R-cran-zeallot' pkgname=R-cran-zeallot version=0.1.0 -revision=1 +revision=2 build_style=R-cran short_desc="Multiple, Unpacking, and Destructuring Assignment" maintainer="John " From b6a80ff79eef5b6b90e7ca6bfea907e6a6b2265f Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Fri, 7 Aug 2020 17:08:22 +0200 Subject: [PATCH 17/57] R-cran-withr: revbump for R-4.0.2 --- srcpkgs/R-cran-withr/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/R-cran-withr/template b/srcpkgs/R-cran-withr/template index 25e2ed5fae6875..b615b56ab154fe 100644 --- a/srcpkgs/R-cran-withr/template +++ b/srcpkgs/R-cran-withr/template @@ -1,7 +1,7 @@ # Template file for 'R-cran-withr' pkgname=R-cran-withr version=2.2.0 -revision=1 +revision=2 build_style=R-cran short_desc="Run Code 'With' Temporarily Modified Global State" maintainer="Florian Wagner " From aa0843a7f52e728f5331a8619d77d67ae828a459 Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Fri, 7 Aug 2020 17:08:56 +0200 Subject: [PATCH 18/57] R-cran-data.table: revbump for R-4.0.2 --- srcpkgs/R-cran-data.table/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/R-cran-data.table/template b/srcpkgs/R-cran-data.table/template index b91448b28545d6..35159429af1bb7 100644 --- a/srcpkgs/R-cran-data.table/template +++ b/srcpkgs/R-cran-data.table/template @@ -1,7 +1,7 @@ # Template file for 'R-cran-data.table' pkgname=R-cran-data.table version=1.13.0 -revision=1 +revision=2 build_style=R-cran makedepends="libgomp-devel pkg-config zlib-devel" short_desc="Extension of 'data.frame'" From 055990084529d91bb4d1d9a8b9abdc104d606150 Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Fri, 7 Aug 2020 17:09:44 +0200 Subject: [PATCH 19/57] R-cran-desc: revbump for R-4.0.2 --- srcpkgs/R-cran-desc/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/R-cran-desc/template b/srcpkgs/R-cran-desc/template index f8ae4c1b793b5c..8770cb9a55b9bb 100644 --- a/srcpkgs/R-cran-desc/template +++ b/srcpkgs/R-cran-desc/template @@ -1,7 +1,7 @@ # Template file for 'R-cran-desc' pkgname=R-cran-desc version=1.2.0 -revision=1 +revision=2 build_style=R-cran hostmakedepends="R-cran-assertthat R-cran-crayon R-cran-R6 R-cran-rprojroot" depends="R-cran-assertthat R-cran-crayon R-cran-R6 R-cran-rprojroot" From 0d1d6702e36d5c7546b6ff10d4547a923f3c30b3 Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Fri, 7 Aug 2020 17:10:11 +0200 Subject: [PATCH 20/57] R-cran-rprojroot: revbump for R-4.0.2 --- srcpkgs/R-cran-rprojroot/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/R-cran-rprojroot/template b/srcpkgs/R-cran-rprojroot/template index 12227aba34aa1e..8e92f0febfc3e7 100644 --- a/srcpkgs/R-cran-rprojroot/template +++ b/srcpkgs/R-cran-rprojroot/template @@ -1,7 +1,7 @@ # Template file for 'R-cran-rprojroot' pkgname=R-cran-rprojroot version=1.3r2 -revision=1 +revision=2 build_style=R-cran hostmakedepends="R-cran-backports" depends="R-cran-backports" From 91ea71bf41417d915bef1c8fa55443ab20e93831 Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Fri, 7 Aug 2020 17:11:12 +0200 Subject: [PATCH 21/57] R-cran-dichromat: revbump for R-4.0.2 --- srcpkgs/R-cran-dichromat/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/R-cran-dichromat/template b/srcpkgs/R-cran-dichromat/template index 7e19fe6eded040..6d4cbc2cc206fd 100644 --- a/srcpkgs/R-cran-dichromat/template +++ b/srcpkgs/R-cran-dichromat/template @@ -1,10 +1,10 @@ # Template file for 'R-cran-dichromat' pkgname=R-cran-dichromat version=2.0r0 -revision=1 +revision=2 build_style=R-cran short_desc="Color Schemes for Dichromats" maintainer="Florian Wagner " -license="GPL-2" +license="GPL-2.0-only" homepage="https://cran.r-project.org/web/packages/dichromat/" checksum=31151eaf36f70bdc1172da5ff5088ee51cc0a3db4ead59c7c38c25316d580dd1 From 2eac0c198745c6b25625ab30a48e4cb21f4003de Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Fri, 7 Aug 2020 17:11:56 +0200 Subject: [PATCH 22/57] R-cran-digest: revbump for R-4.0.2 --- srcpkgs/R-cran-digest/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/R-cran-digest/template b/srcpkgs/R-cran-digest/template index 8b0a3f04ba5a24..fd9b13fbce88d3 100644 --- a/srcpkgs/R-cran-digest/template +++ b/srcpkgs/R-cran-digest/template @@ -1,7 +1,7 @@ # Template file for 'R-cran-digest' pkgname=R-cran-digest version=0.6.25 -revision=1 +revision=2 build_style=R-cran short_desc="Create Compact Hash Digests of R Objects" maintainer="Florian Wagner " From 018a3e024536c7762b911ddd8b07de9d85586afe Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Fri, 7 Aug 2020 17:12:53 +0200 Subject: [PATCH 23/57] R-cran-ellipsis: revbump for R-4.0.2 --- srcpkgs/R-cran-ellipsis/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/R-cran-ellipsis/template b/srcpkgs/R-cran-ellipsis/template index 87d9baea12560f..f23754b7c8d705 100644 --- a/srcpkgs/R-cran-ellipsis/template +++ b/srcpkgs/R-cran-ellipsis/template @@ -1,7 +1,7 @@ # Template file for 'R-cran-ellipsis' pkgname=R-cran-ellipsis version=0.3.1 -revision=1 +revision=2 build_style=R-cran makedepends="R-cran-rlang" depends="R-cran-rlang>=0.3.0" From d7a192bee19434fc0d00c925a9d25597e5d87919 Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Fri, 7 Aug 2020 17:13:22 +0200 Subject: [PATCH 24/57] R-cran-rlang: revbump for R-4.0.2 --- srcpkgs/R-cran-rlang/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/R-cran-rlang/template b/srcpkgs/R-cran-rlang/template index a751bc3dfbdbab..33e1d96c82fb50 100644 --- a/srcpkgs/R-cran-rlang/template +++ b/srcpkgs/R-cran-rlang/template @@ -1,7 +1,7 @@ # Template file for 'R-cran-rlang' pkgname=R-cran-rlang version=0.4.7 -revision=1 +revision=2 build_style=R-cran short_desc="Functions for Base Types and Core R and 'Tidyverse' Features" maintainer="Florian Wagner " From 80b05609cff7842d2a566ec34050fa43959f6342 Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Fri, 7 Aug 2020 17:16:55 +0200 Subject: [PATCH 25/57] R-cran-evaluate: revbump for R-4.0.2 --- srcpkgs/R-cran-evaluate/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/R-cran-evaluate/template b/srcpkgs/R-cran-evaluate/template index aa50c05d3d91cd..2f7803563164bb 100644 --- a/srcpkgs/R-cran-evaluate/template +++ b/srcpkgs/R-cran-evaluate/template @@ -1,7 +1,7 @@ # Template file for 'R-cran-evaluate' pkgname=R-cran-evaluate version=0.14 -revision=1 +revision=2 build_style=R-cran short_desc="Parsing and Evaluation Tools that Provide More Details than the Default" maintainer="luhann " From 30738b94c00ff9c093f54a0ce29c7636dba17d63 Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Fri, 7 Aug 2020 18:11:25 +0200 Subject: [PATCH 26/57] R-cran-proto: revbump for R-4.0.2 --- srcpkgs/R-cran-proto/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/R-cran-proto/template b/srcpkgs/R-cran-proto/template index eb94bbb2392f1b..e06c26391f11bd 100644 --- a/srcpkgs/R-cran-proto/template +++ b/srcpkgs/R-cran-proto/template @@ -1,10 +1,10 @@ # Template file for 'R-cran-proto' pkgname=R-cran-proto version=1.0.0 -revision=1 +revision=2 build_style=R-cran short_desc="Prototype Object-Based Programming" maintainer="Florian Wagner " -license="GPL-2" +license="GPL-2.0-only" homepage="https://github.com/hadley/proto" checksum=9294d9a3b2b680bb6fac17000bfc97453d77c87ef68cfd609b4c4eb6d11d04d1 From e2eefb5b3a1be866d8f9489f5c972e16fee09b68 Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Fri, 7 Aug 2020 18:12:28 +0200 Subject: [PATCH 27/57] R-cran-gsubfn: revbump for R-4.0.2 --- srcpkgs/R-cran-gsubfn/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/R-cran-gsubfn/template b/srcpkgs/R-cran-gsubfn/template index 5f45a42c0d82db..5d65a85331254d 100644 --- a/srcpkgs/R-cran-gsubfn/template +++ b/srcpkgs/R-cran-gsubfn/template @@ -1,10 +1,10 @@ # Template file for 'R-cran-gsubfn' pkgname=R-cran-gsubfn version=0.7 -revision=1 +revision=2 build_style=R-cran -depends+=" R-cran-proto" -makedepends+=" R-cran-proto" +makedepends="R-cran-proto" +depends="R-cran-proto" short_desc="Utilities for strings and function arguments" maintainer="Florian Wagner " license="GPL-2.0-or-later" From de899cbf0307829eb077aea3b97096ba879d5193 Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Fri, 7 Aug 2020 18:14:36 +0200 Subject: [PATCH 28/57] R-cran-farver: revbump for R-4.0.2 --- srcpkgs/R-cran-farver/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/R-cran-farver/template b/srcpkgs/R-cran-farver/template index 84c20c060f5d4f..43c6b2c6362bc6 100644 --- a/srcpkgs/R-cran-farver/template +++ b/srcpkgs/R-cran-farver/template @@ -1,7 +1,7 @@ # Template file for 'R-cran-farver' pkgname=R-cran-farver version=2.0.3 -revision=1 +revision=2 build_style=R-cran short_desc="High Performance Colour Space Manipulation" maintainer="John " From dc9a5eedb79cbc318271ca6a2096a57d3b2ea165 Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Fri, 7 Aug 2020 23:33:14 +0200 Subject: [PATCH 29/57] R-cran-viridisLite: revbump for R-4.0.2 --- srcpkgs/R-cran-viridisLite/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/R-cran-viridisLite/template b/srcpkgs/R-cran-viridisLite/template index 621dbedde25676..c0b7598599750f 100644 --- a/srcpkgs/R-cran-viridisLite/template +++ b/srcpkgs/R-cran-viridisLite/template @@ -1,7 +1,7 @@ # Template file for 'R-cran-viridisLite' pkgname=R-cran-viridisLite version=0.3.0 -revision=1 +revision=2 build_style=R-cran short_desc="Default Color Maps from 'matplotlib' (Lite Version)" maintainer="Florian Wagner " From 04ff648e70c626678d6d469df50fc884887370f8 Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Fri, 7 Aug 2020 23:33:50 +0200 Subject: [PATCH 30/57] R-cran-vctrs: revbump for R-4.0.2 --- srcpkgs/R-cran-vctrs/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/R-cran-vctrs/template b/srcpkgs/R-cran-vctrs/template index 6842bdc0003e5c..117a41b16c0df2 100644 --- a/srcpkgs/R-cran-vctrs/template +++ b/srcpkgs/R-cran-vctrs/template @@ -1,7 +1,7 @@ # Template file for 'R-cran-vctrs' pkgname=R-cran-vctrs version=0.3.2 -revision=1 +revision=2 build_style=R-cran makedepends="R-cran-backports R-cran-ellipsis R-cran-digest R-cran-glue R-cran-rlang R-cran-zeallot" depends="R-cran-backports R-cran-ellipsis R-cran-digest R-cran-glue R-cran-rlang R-cran-zeallot" From 06e80d7201e634a46e83e85faaa1f88e2b4f43ef Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Fri, 7 Aug 2020 23:34:56 +0200 Subject: [PATCH 31/57] R-cran-utf8: revbump for R-4.0.2 --- srcpkgs/R-cran-utf8/template | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/srcpkgs/R-cran-utf8/template b/srcpkgs/R-cran-utf8/template index d3da68930bb930..55923b13fa516d 100644 --- a/srcpkgs/R-cran-utf8/template +++ b/srcpkgs/R-cran-utf8/template @@ -1,14 +1,10 @@ # Template file for 'R-cran-utf8' pkgname=R-cran-utf8 version=1.1.4 -revision=1 +revision=2 build_style=R-cran short_desc="Unicode Text Processing" maintainer="Florian Wagner " license="Apache-2.0" homepage="https://github.com/patperry/r-utf8/" checksum=f6da9cadfc683057d45f54b43312a359cf96ec2731c0dda18a8eae31d1e31e54 - -post_install() { - vlicense LICENSE -} From c1a51ee2df406cb42078260be853c510c73796b8 Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Fri, 7 Aug 2020 23:37:02 +0200 Subject: [PATCH 32/57] R-cran-tibble: revbump for R-4.0.2 --- srcpkgs/R-cran-tibble/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/R-cran-tibble/template b/srcpkgs/R-cran-tibble/template index 7208b4e07b4e27..6e5300749c2a33 100644 --- a/srcpkgs/R-cran-tibble/template +++ b/srcpkgs/R-cran-tibble/template @@ -1,7 +1,7 @@ # Template file for 'R-cran-tibble' pkgname=R-cran-tibble version=3.0.3 -revision=1 +revision=2 build_style=R-cran makedepends="R-cran-cli R-cran-crayon R-cran-ellipsis R-cran-fansi R-cran-lifecycle R-cran-magrittr From 5e5094b47349b0a1c1f887e6ab08b48824c83005 Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Fri, 7 Aug 2020 23:37:47 +0200 Subject: [PATCH 33/57] R-cran-lifecycle: revbump for R-4.0.2 --- srcpkgs/R-cran-lifecycle/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/R-cran-lifecycle/template b/srcpkgs/R-cran-lifecycle/template index efe7780af57167..895a649705f408 100644 --- a/srcpkgs/R-cran-lifecycle/template +++ b/srcpkgs/R-cran-lifecycle/template @@ -1,7 +1,7 @@ # Template file for 'R-cran-lifecycle' pkgname=R-cran-lifecycle version=0.2.0 -revision=1 +revision=2 build_style=R-cran makedepends="R-cran-glue R-cran-rlang" depends="R-cran-glue R-cran-rlang" From 3fa3869b6aa86517ddb28745c25af9873067cef0 Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Fri, 7 Aug 2020 23:39:25 +0200 Subject: [PATCH 34/57] R-cran-magrittr: revbump for R-4.0.2 --- srcpkgs/R-cran-magrittr/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/R-cran-magrittr/template b/srcpkgs/R-cran-magrittr/template index d180b2d661d1ff..44af2806c82f37 100644 --- a/srcpkgs/R-cran-magrittr/template +++ b/srcpkgs/R-cran-magrittr/template @@ -1,9 +1,9 @@ # Template file for 'R-cran-magrittr' pkgname=R-cran-magrittr version=1.5 -revision=1 +revision=2 build_style=R-cran -short_desc="A Forward-Pipe Operator for R" +short_desc="Forward-Pipe Operator for R" maintainer="Florian Wagner " license="MIT" homepage="https://cran.r-project.org/web/packages/magrittr/index.html" From 54fa8297fa287af6ddcf201801d60e3dbda1d825 Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Fri, 7 Aug 2020 23:41:04 +0200 Subject: [PATCH 35/57] R-cran-pillar: revbump for R-4.0.2 --- srcpkgs/R-cran-pillar/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/R-cran-pillar/template b/srcpkgs/R-cran-pillar/template index 363430a948e731..66a4da300d7fdf 100644 --- a/srcpkgs/R-cran-pillar/template +++ b/srcpkgs/R-cran-pillar/template @@ -1,7 +1,7 @@ # Template file for 'R-cran-pillar' pkgname=R-cran-pillar version=1.4.6 -revision=1 +revision=2 build_style=R-cran makedepends="R-cran-cli R-cran-crayon R-cran-lifecycle R-cran-rlang R-cran-utf8 R-cran-fansi R-cran-vctrs" From 080b90fb5f2e6af86389c70f8ed724737537c539 Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Fri, 7 Aug 2020 23:41:44 +0200 Subject: [PATCH 36/57] R-cran-pkgconfig: revbump for R-4.0.2 --- srcpkgs/R-cran-pkgconfig/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/R-cran-pkgconfig/template b/srcpkgs/R-cran-pkgconfig/template index dfa28b1b3bb777..5d96a44becaac2 100644 --- a/srcpkgs/R-cran-pkgconfig/template +++ b/srcpkgs/R-cran-pkgconfig/template @@ -1,7 +1,7 @@ # Template file for 'R-cran-pkgconfig' pkgname=R-cran-pkgconfig version=2.0.3 -revision=1 +revision=2 build_style=R-cran short_desc="Private Configuration for 'R' Packages" maintainer="q66 " From 840305fef9f99f8508edf9f106f8775a3034350b Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Fri, 7 Aug 2020 23:44:34 +0200 Subject: [PATCH 37/57] R-cran-nloptr: revbump for R-4.0.2 --- srcpkgs/R-cran-nloptr/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/R-cran-nloptr/template b/srcpkgs/R-cran-nloptr/template index e29693f7971394..aff2a57da94168 100644 --- a/srcpkgs/R-cran-nloptr/template +++ b/srcpkgs/R-cran-nloptr/template @@ -1,7 +1,7 @@ # Template file for 'R-cran-nloptr' pkgname=R-cran-nloptr version=1.2.2.2 -revision=1 +revision=2 build_style=R-cran hostmakedepends="pkg-config" makedepends="nlopt-devel" From c08082aaefc49a452ed634be73ad605a0fb0c79f Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Fri, 7 Aug 2020 23:44:52 +0200 Subject: [PATCH 38/57] R-cran-munsell: revbump for R-4.0.2 --- srcpkgs/R-cran-munsell/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/R-cran-munsell/template b/srcpkgs/R-cran-munsell/template index f4c54b049620cd..79dfa4ee3be0e2 100644 --- a/srcpkgs/R-cran-munsell/template +++ b/srcpkgs/R-cran-munsell/template @@ -1,10 +1,10 @@ # Template file for 'R-cran-munsell' pkgname=R-cran-munsell version=0.5.0 -revision=1 +revision=2 build_style=R-cran -depends+=" R-cran-colorspace" -makedepends+=" R-cran-colorspace" +makedepends="R-cran-colorspace" +depends="R-cran-colorspace" short_desc="Utilities for Using Munsell Colours" maintainer="Florian Wagner " license="MIT" From ad4efff3c2296fe03a117aac0f9c262d16a028b2 Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Fri, 7 Aug 2020 23:47:42 +0200 Subject: [PATCH 39/57] R-cran-generics: revbump for R-4.0.2 --- srcpkgs/R-cran-generics/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/R-cran-generics/template b/srcpkgs/R-cran-generics/template index 080a9086537d7d..d35b29a6a349f1 100644 --- a/srcpkgs/R-cran-generics/template +++ b/srcpkgs/R-cran-generics/template @@ -1,7 +1,7 @@ # Template file for 'R-cran-generics' pkgname=R-cran-generics version=0.0.2 -revision=1 +revision=2 build_style=R-cran short_desc="Common generic S3 methods " maintainer="luhann " From 0f98a54b5a139b167d2bd8bb52ba9fe5dc4edae2 Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Fri, 7 Aug 2020 23:48:26 +0200 Subject: [PATCH 40/57] R-cran-praise: revbump for R-4.0.2 --- srcpkgs/R-cran-praise/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/R-cran-praise/template b/srcpkgs/R-cran-praise/template index 0be89154fddd4d..99bf129de0e7ae 100644 --- a/srcpkgs/R-cran-praise/template +++ b/srcpkgs/R-cran-praise/template @@ -1,7 +1,7 @@ # Template file for 'R-cran-praise' pkgname=R-cran-praise version=1.0.0 -revision=1 +revision=2 build_style=R-cran short_desc="Praise Users" maintainer="Luke Hannan " From 3abf4dfda56045cd4cfaade3f0f35a10f449b221 Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Fri, 7 Aug 2020 23:50:06 +0200 Subject: [PATCH 41/57] R-cran-prettyunits: revbump for R-4.0.2 --- srcpkgs/R-cran-prettyunits/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/R-cran-prettyunits/template b/srcpkgs/R-cran-prettyunits/template index 08ee698869e8e9..918a4da4ea867f 100644 --- a/srcpkgs/R-cran-prettyunits/template +++ b/srcpkgs/R-cran-prettyunits/template @@ -1,7 +1,7 @@ # Template file for 'R-cran-prettyunits' pkgname=R-cran-prettyunits version=1.1.1 -revision=1 +revision=2 build_style=R-cran short_desc="Pretty, Human Readable Formatting of Quantities" maintainer="Luke Hannan " From e469adcbbbd814f96122876c6c37385d16da811d Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Fri, 7 Aug 2020 23:50:47 +0200 Subject: [PATCH 42/57] R-cran-reshape2: revbump for R-4.0.2 --- srcpkgs/R-cran-reshape2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/R-cran-reshape2/template b/srcpkgs/R-cran-reshape2/template index dc30c03cf1c83a..fbc8a6b6aa9336 100644 --- a/srcpkgs/R-cran-reshape2/template +++ b/srcpkgs/R-cran-reshape2/template @@ -1,7 +1,7 @@ # Template file for 'R-cran-reshape2' pkgname=R-cran-reshape2 version=1.4.4 -revision=1 +revision=2 build_style=R-cran makedepends="R-cran-plyr R-cran-stringr R-cran-Rcpp" depends="R-cran-plyr>=1.8.1 R-cran-stringr R-cran-Rcpp" From 313b345f47d26bc878d8a195962c46f9085b7a29 Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Fri, 7 Aug 2020 23:51:34 +0200 Subject: [PATCH 43/57] R-cran-plyr: revbump for R-4.0.2 --- srcpkgs/R-cran-plyr/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/R-cran-plyr/template b/srcpkgs/R-cran-plyr/template index 3775dc999add80..c046ee5601cad7 100644 --- a/srcpkgs/R-cran-plyr/template +++ b/srcpkgs/R-cran-plyr/template @@ -1,7 +1,7 @@ # Template file for 'R-cran-plyr' pkgname=R-cran-plyr version=1.8.6 -revision=1 +revision=2 build_style=R-cran makedepends="R-cran-Rcpp" depends="R-cran-Rcpp>=0.11.0" From 2be88cfe81083365a7fa837c722a21d26d1e8395 Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Fri, 7 Aug 2020 23:52:24 +0200 Subject: [PATCH 44/57] R-cran-stringr: revbump for R-4.0.2 --- srcpkgs/R-cran-stringr/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/R-cran-stringr/template b/srcpkgs/R-cran-stringr/template index e11de59085c371..9c4c5ffa24b7a2 100644 --- a/srcpkgs/R-cran-stringr/template +++ b/srcpkgs/R-cran-stringr/template @@ -1,7 +1,7 @@ # Template file for 'R-cran-stringr' pkgname=R-cran-stringr version=1.4.0 -revision=1 +revision=2 build_style=R-cran makedepends="R-cran-stringi R-cran-magrittr R-cran-glue" depends="R-cran-stringi>=1.1.7 R-cran-magrittr R-cran-glue>=1.2.0" From c7972eb4c4f2220a548610fb5fc7c13cede9b8fa Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Fri, 7 Aug 2020 23:53:16 +0200 Subject: [PATCH 45/57] R-cran-stringi: revbump for R-4.0.2 --- srcpkgs/R-cran-stringi/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/R-cran-stringi/template b/srcpkgs/R-cran-stringi/template index fc2bddc2e022b3..b7420242f6a4d9 100644 --- a/srcpkgs/R-cran-stringi/template +++ b/srcpkgs/R-cran-stringi/template @@ -1,7 +1,7 @@ # Template file for 'R-cran-stringi' pkgname=R-cran-stringi version=1.4.6 -revision=2 +revision=3 build_style=R-cran makedepends="pkg-config icu-devel" short_desc="Character String Processing Facilities" From 7729470cacc10decd801863c6913c9f35b6785ea Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Sun, 9 Aug 2020 14:04:25 +0200 Subject: [PATCH 46/57] R-cran-rstudioapi: revbump for R-4.0.2 --- srcpkgs/R-cran-rstudioapi/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/R-cran-rstudioapi/template b/srcpkgs/R-cran-rstudioapi/template index 22dff81e6da85a..834afe66f5fe96 100644 --- a/srcpkgs/R-cran-rstudioapi/template +++ b/srcpkgs/R-cran-rstudioapi/template @@ -1,7 +1,7 @@ # Template file for 'R-cran-rstudioapi' pkgname=R-cran-rstudioapi version=0.11 -revision=1 +revision=2 build_style=R-cran short_desc="Safely Access the RStudio API" maintainer="Luke Hannan " From 97926ef02c68aabc4820532275ab3eb2d3d6b5b0 Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Sun, 9 Aug 2020 14:06:24 +0200 Subject: [PATCH 47/57] R-cran-pkgbuild: revbump for R-4.0.2 --- srcpkgs/R-cran-pkgbuild/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/R-cran-pkgbuild/template b/srcpkgs/R-cran-pkgbuild/template index 333e2dc440e854..539be556b82376 100644 --- a/srcpkgs/R-cran-pkgbuild/template +++ b/srcpkgs/R-cran-pkgbuild/template @@ -1,7 +1,7 @@ # Template file for 'R-cran-pkgbuild' pkgname=R-cran-pkgbuild version=1.1.0 -revision=1 +revision=2 build_style=R-cran hostmakedepends="R-cran-callr R-cran-cli R-cran-crayon R-cran-desc R-cran-prettyunits R-cran-R6 R-cran-rprojroot R-cran-withr" From 42c9b59c4a32d255e9963f61101970d43eea5df7 Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Sun, 9 Aug 2020 14:07:08 +0200 Subject: [PATCH 48/57] R-cran-pkgload: revbump for R-4.0.2 --- srcpkgs/R-cran-pkgload/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/R-cran-pkgload/template b/srcpkgs/R-cran-pkgload/template index 1c19bfcf74ea24..b4ee55f56b3644 100644 --- a/srcpkgs/R-cran-pkgload/template +++ b/srcpkgs/R-cran-pkgload/template @@ -1,7 +1,7 @@ # Template file for 'R-cran-pkgload' pkgname=R-cran-pkgload version=1.1.0 -revision=1 +revision=2 build_style=R-cran hostmakedepends="R-cran-cli R-cran-crayon R-cran-desc R-cran-pkgbuild R-cran-rlang R-cran-rprojroot R-cran-rstudioapi R-cran-withr" From ee2f379348e98acccf3cd97544fe1b63f8f7dafb Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Sun, 9 Aug 2020 14:10:19 +0200 Subject: [PATCH 49/57] R-cran-scales: revbump for R-4.0.2 --- srcpkgs/R-cran-scales/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/R-cran-scales/template b/srcpkgs/R-cran-scales/template index 59d94fe7c63b20..c4dec24cdbc5d0 100644 --- a/srcpkgs/R-cran-scales/template +++ b/srcpkgs/R-cran-scales/template @@ -1,7 +1,7 @@ # Template file for 'R-cran-scales' pkgname=R-cran-scales version=1.1.1 -revision=1 +revision=2 build_style=R-cran makedepends="R-cran-RColorBrewer R-cran-farver R-cran-munsell R-cran-labeling R-cran-R6 From b41832c1a5c2e5f4899b8c6b61978a79cbd61543 Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Sun, 9 Aug 2020 14:11:29 +0200 Subject: [PATCH 50/57] R-cran-lubridate: revbump for R-4.0.2 --- srcpkgs/R-cran-lubridate/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/R-cran-lubridate/template b/srcpkgs/R-cran-lubridate/template index 3a6e7e9325004c..76601e943c2b86 100644 --- a/srcpkgs/R-cran-lubridate/template +++ b/srcpkgs/R-cran-lubridate/template @@ -1,7 +1,7 @@ # Template file for 'R-cran-lubridate' pkgname=R-cran-lubridate version=1.7.9 -revision=1 +revision=2 build_style=R-cran makedepends="R-cran-generics R-cran-Rcpp" depends="R-cran-generics R-cran-Rcpp>=0.12.13" From d5c44bfca36ab0488e69540a478678cf18009c37 Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Sun, 9 Aug 2020 14:12:37 +0200 Subject: [PATCH 51/57] R-cran-lazyeval: revbump for R-4.0.2 --- srcpkgs/R-cran-lazyeval/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/R-cran-lazyeval/template b/srcpkgs/R-cran-lazyeval/template index fad91bb02dfd8e..39c731f0d4c849 100644 --- a/srcpkgs/R-cran-lazyeval/template +++ b/srcpkgs/R-cran-lazyeval/template @@ -1,7 +1,7 @@ # Template file for 'R-cran-lazyeval' pkgname=R-cran-lazyeval version=0.2.2 -revision=1 +revision=2 build_style=R-cran short_desc="Lazy (Non-Standard) Evaluation" maintainer="Florian Wagner " From 1bbe41df7e51dbd26e57905475f52aeebbd2cb97 Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Sun, 9 Aug 2020 14:12:58 +0200 Subject: [PATCH 52/57] R-cran-labeling: revbump for R-4.0.2 --- srcpkgs/R-cran-labeling/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/R-cran-labeling/template b/srcpkgs/R-cran-labeling/template index ba02bb27473474..4ec70142e3d99e 100644 --- a/srcpkgs/R-cran-labeling/template +++ b/srcpkgs/R-cran-labeling/template @@ -1,7 +1,7 @@ # Template file for 'R-cran-labeling' pkgname=R-cran-labeling version=0.3 -revision=1 +revision=2 build_style=R-cran short_desc="Axis Labeling" maintainer="Florian Wagner " From 31b34314743ea91e9f1d4cb328e92915506a2493 Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Sun, 9 Aug 2020 14:13:41 +0200 Subject: [PATCH 53/57] R-cran-gtable: revbump for R-4.0.2 --- srcpkgs/R-cran-gtable/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/R-cran-gtable/template b/srcpkgs/R-cran-gtable/template index 17402cef790702..08cf057baf8bf0 100644 --- a/srcpkgs/R-cran-gtable/template +++ b/srcpkgs/R-cran-gtable/template @@ -1,7 +1,7 @@ # Template file for 'R-cran-gtable' pkgname=R-cran-gtable version=0.3.0 -revision=1 +revision=2 build_style=R-cran short_desc="Arrange 'Grobs' in Tables" maintainer="Florian Wagner " From 4c5e6bba6a4491186507d22f601f1adaf8bf7bbf Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Sun, 9 Aug 2020 14:14:28 +0200 Subject: [PATCH 54/57] R-cran-testthat: revbump for R-4.0.2 --- srcpkgs/R-cran-testthat/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/R-cran-testthat/template b/srcpkgs/R-cran-testthat/template index 32380062d9f1fe..8e3b946f38978d 100644 --- a/srcpkgs/R-cran-testthat/template +++ b/srcpkgs/R-cran-testthat/template @@ -1,7 +1,7 @@ # Template file for 'R-cran-testthat' pkgname=R-cran-testthat version=2.3.2 -revision=1 +revision=2 build_style=R-cran hostmakedepends="R-cran-cli R-cran-crayon R-cran-digest R-cran-ellipsis R-cran-evaluate R-cran-magrittr R-cran-pkgload R-cran-praise R-cran-R6 From 341f383491170ab57800009419e3a873833b007f Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Sun, 9 Aug 2020 14:15:17 +0200 Subject: [PATCH 55/57] R-cran-isoband: revbump for R-4.0.2 --- srcpkgs/R-cran-isoband/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/R-cran-isoband/template b/srcpkgs/R-cran-isoband/template index 58e2b9f16ef613..651747354b41e0 100644 --- a/srcpkgs/R-cran-isoband/template +++ b/srcpkgs/R-cran-isoband/template @@ -1,7 +1,7 @@ # Template file for 'R-cran-isoband' pkgname=R-cran-isoband version=0.2.2 -revision=1 +revision=2 build_style=R-cran hostmakedepends="R-cran-testthat" depends="R-cran-testthat" From 579fc7c9293884eda339076f0593415ca94ff85b Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Sun, 9 Aug 2020 14:16:31 +0200 Subject: [PATCH 56/57] R-cran-ggplot2: revbump for R-4.0.2 --- srcpkgs/R-cran-ggplot2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/R-cran-ggplot2/template b/srcpkgs/R-cran-ggplot2/template index ebcea042a99ef6..8ee6e36ae78bd1 100644 --- a/srcpkgs/R-cran-ggplot2/template +++ b/srcpkgs/R-cran-ggplot2/template @@ -1,7 +1,7 @@ # Template file for 'R-cran-ggplot2' pkgname=R-cran-ggplot2 version=3.3.2 -revision=1 +revision=2 build_style=R-cran makedepends="R-cran-digest R-cran-glue R-cran-gtable R-cran-isoband R-cran-rlang R-cran-scales R-cran-tibble R-cran-withr" From 0183d9e1fec7b5d8415308d6923ae418b3da31e2 Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Sun, 9 Aug 2020 14:23:57 +0200 Subject: [PATCH 57/57] emacs-ess: revbump for R-4.0.2 --- srcpkgs/emacs-ess/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/emacs-ess/template b/srcpkgs/emacs-ess/template index 88bb906cbc5c0d..40338f2f1372e4 100644 --- a/srcpkgs/emacs-ess/template +++ b/srcpkgs/emacs-ess/template @@ -2,7 +2,7 @@ pkgname=emacs-ess reverts="18.10r1_1" version=18.10.2 -revision=2 +revision=3 archs=noarch create_wrksrc=yes build_wrksrc="ess-${version}"