Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] R-cran-reshape2: update to 1.4.4
@ 2020-05-15 22:23 luhann
  2020-05-15 23:31 ` [PR PATCH] [Updated] " luhann
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: luhann @ 2020-05-15 22:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 358 bytes --]

There is a new pull request by luhann against master on the void-packages repository

https://github.com/luhann/void-packages R-cran-reshape2
https://github.com/void-linux/void-packages/pull/21999

R-cran-reshape2: update to 1.4.4
And updated necessary dependencies.

A patch file from https://github.com/void-linux/void-packages/pull/21999.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-R-cran-reshape2-21999.patch --]
[-- Type: text/x-diff, Size: 3343 bytes --]

From e8ad1dde2b512251c08717257445e4fbce094ea2 Mon Sep 17 00:00:00 2001
From: Luke Hannan <luke@lukehannan.com>
Date: Sat, 16 May 2020 00:20:41 +0200
Subject: [PATCH 1/3] R-cran-Rcpp: update to 1.0.4.6

---
 srcpkgs/R-cran-Rcpp/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/R-cran-Rcpp/template b/srcpkgs/R-cran-Rcpp/template
index 8c2f5d7bb2a..e2b99830b11 100644
--- a/srcpkgs/R-cran-Rcpp/template
+++ b/srcpkgs/R-cran-Rcpp/template
@@ -1,13 +1,13 @@
 # Template file for 'R-cran-Rcpp'
 pkgname=R-cran-Rcpp
-version=1.0.3
+version=1.0.4.6
 revision=1
 build_style=R-cran
 short_desc="Seamless R and C++ Integration"
 maintainer="Florian Wagner <florian@wagner-flo.net>"
 license="GPL-2.0-or-later"
 homepage="http://www.rcpp.org/"
-checksum=2b3500dd3aca16f7b3cb5442625e76dcf4f7c974b4249d33041e9184a5ff030e
+checksum=45af675ddbbe155e671453b2e84fe32250bb98d4ccb4342b61c1e25cff10b302
 
 pre_install() {
 	case "$XBPS_TARGET_MACHINE" in

From 5edd1e4bc8a90df69006f66b57b8f82da102a0c5 Mon Sep 17 00:00:00 2001
From: Luke Hannan <luke@lukehannan.com>
Date: Sat, 16 May 2020 00:21:19 +0200
Subject: [PATCH 2/3] R-cran-plyr: update to 1.8.6

---
 srcpkgs/R-cran-plyr/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/R-cran-plyr/template b/srcpkgs/R-cran-plyr/template
index ac0c90f489f..54ab6d3520f 100644
--- a/srcpkgs/R-cran-plyr/template
+++ b/srcpkgs/R-cran-plyr/template
@@ -1,15 +1,15 @@
 # Template file for 'R-cran-plyr'
 pkgname=R-cran-plyr
-version=1.8.4
-revision=3
+version=1.8.6
+revision=1
 build_style=R-cran
-depends+=" R-cran-Rcpp>=0.11.0"
-makedepends+=" R-cran-Rcpp"
+makedepends="R-cran-Rcpp"
+depends="R-cran-Rcpp>=0.11.0"
 short_desc="Tools for Splitting, Applying and Combining Data"
 maintainer="Florian Wagner <florian@wagner-flo.net>"
 license="MIT"
 homepage="http://had.co.nz/plyr/"
-checksum=60b522d75961007658c9806f8394db27989f1154727cb0bb970062c96ec9eac5
+checksum=ea55d26f155443e9774769531daa5d4c20a0697bb53abd832e891b126c935287
 
 post_install() {
 	vlicense LICENSE

From 51873d50fdeef5dc0fe102a658604d0748db4388 Mon Sep 17 00:00:00 2001
From: Luke Hannan <luke@lukehannan.com>
Date: Sat, 16 May 2020 00:21:40 +0200
Subject: [PATCH 3/3] R-cran-reshape2: update to 1.4.4

---
 srcpkgs/R-cran-reshape2/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/R-cran-reshape2/template b/srcpkgs/R-cran-reshape2/template
index 9ee2f61026f..7a109cbe397 100644
--- a/srcpkgs/R-cran-reshape2/template
+++ b/srcpkgs/R-cran-reshape2/template
@@ -1,15 +1,15 @@
 # Template file for 'R-cran-reshape2'
 pkgname=R-cran-reshape2
-version=1.4.3
-revision=2
+version=1.4.4
+revision=1
 build_style=R-cran
-depends+=" R-cran-plyr>=1.8.1 R-cran-stringr R-cran-Rcpp"
-makedepends+=" R-cran-plyr R-cran-stringr R-cran-Rcpp"
+makedepends="R-cran-plyr R-cran-stringr R-cran-Rcpp"
+depends="R-cran-plyr>=1.8.1 R-cran-stringr R-cran-Rcpp"
 short_desc="Flexibly Reshape Data: A Reboot of the Reshape Package"
 maintainer="Florian Wagner <florian@wagner-flo.net>"
 license="MIT"
 homepage="https://github.com/hadley/reshape"
-checksum=8aff94c935e75032344b52407593392ddd4e16a88bb206984340c816d42c710e
+checksum=d88dcf9e2530fa9695fc57d0c78adfc5e361305fe8919fe09410b17da5ca12d8
 
 post_install() {
 	vlicense LICENSE

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] R-cran-reshape2: update to 1.4.4
  2020-05-15 22:23 [PR PATCH] R-cran-reshape2: update to 1.4.4 luhann
@ 2020-05-15 23:31 ` luhann
  2020-05-15 23:37 ` luhann
  2020-05-16  8:04 ` [PR PATCH] [Merged]: " jnbr
  2 siblings, 0 replies; 4+ messages in thread
From: luhann @ 2020-05-15 23:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 363 bytes --]

There is an updated pull request by luhann against master on the void-packages repository

https://github.com/luhann/void-packages R-cran-reshape2
https://github.com/void-linux/void-packages/pull/21999

R-cran-reshape2: update to 1.4.4
And updated necessary dependencies.

A patch file from https://github.com/void-linux/void-packages/pull/21999.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-R-cran-reshape2-21999.patch --]
[-- Type: text/x-diff, Size: 3475 bytes --]

From e8ad1dde2b512251c08717257445e4fbce094ea2 Mon Sep 17 00:00:00 2001
From: Luke Hannan <luke@lukehannan.com>
Date: Sat, 16 May 2020 00:20:41 +0200
Subject: [PATCH 1/3] R-cran-Rcpp: update to 1.0.4.6

---
 srcpkgs/R-cran-Rcpp/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/R-cran-Rcpp/template b/srcpkgs/R-cran-Rcpp/template
index 8c2f5d7bb2a..e2b99830b11 100644
--- a/srcpkgs/R-cran-Rcpp/template
+++ b/srcpkgs/R-cran-Rcpp/template
@@ -1,13 +1,13 @@
 # Template file for 'R-cran-Rcpp'
 pkgname=R-cran-Rcpp
-version=1.0.3
+version=1.0.4.6
 revision=1
 build_style=R-cran
 short_desc="Seamless R and C++ Integration"
 maintainer="Florian Wagner <florian@wagner-flo.net>"
 license="GPL-2.0-or-later"
 homepage="http://www.rcpp.org/"
-checksum=2b3500dd3aca16f7b3cb5442625e76dcf4f7c974b4249d33041e9184a5ff030e
+checksum=45af675ddbbe155e671453b2e84fe32250bb98d4ccb4342b61c1e25cff10b302
 
 pre_install() {
 	case "$XBPS_TARGET_MACHINE" in

From 27a771fd47e605ecda6e106c170c8e64b689a3e8 Mon Sep 17 00:00:00 2001
From: Luke Hannan <luke@lukehannan.com>
Date: Sat, 16 May 2020 00:21:19 +0200
Subject: [PATCH 2/3] R-cran-plyr: update to 1.8.6

---
 srcpkgs/R-cran-plyr/template | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/R-cran-plyr/template b/srcpkgs/R-cran-plyr/template
index ac0c90f489f..3775dc999ad 100644
--- a/srcpkgs/R-cran-plyr/template
+++ b/srcpkgs/R-cran-plyr/template
@@ -1,15 +1,21 @@
 # Template file for 'R-cran-plyr'
 pkgname=R-cran-plyr
-version=1.8.4
-revision=3
+version=1.8.6
+revision=1
 build_style=R-cran
-depends+=" R-cran-Rcpp>=0.11.0"
-makedepends+=" R-cran-Rcpp"
+makedepends="R-cran-Rcpp"
+depends="R-cran-Rcpp>=0.11.0"
 short_desc="Tools for Splitting, Applying and Combining Data"
 maintainer="Florian Wagner <florian@wagner-flo.net>"
 license="MIT"
 homepage="http://had.co.nz/plyr/"
-checksum=60b522d75961007658c9806f8394db27989f1154727cb0bb970062c96ec9eac5
+checksum=ea55d26f155443e9774769531daa5d4c20a0697bb53abd832e891b126c935287
+
+pre_install() {
+	case "$XBPS_TARGET_MACHINE" in
+		*-musl) export PKG_CXXFLAGS+=" -D__MUSL__";;
+	esac
+}
 
 post_install() {
 	vlicense LICENSE

From c9ca6d760dca61d11646116de71276d1d723664e Mon Sep 17 00:00:00 2001
From: Luke Hannan <luke@lukehannan.com>
Date: Sat, 16 May 2020 01:31:37 +0200
Subject: [PATCH 3/3] R-cran-reshape2: update to 1.4.4

---
 srcpkgs/R-cran-reshape2/template | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/R-cran-reshape2/template b/srcpkgs/R-cran-reshape2/template
index 9ee2f61026f..2ce2989a6f8 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.3
-revision=2
+version=1.4.4
+revision=1
 build_style=R-cran
 depends+=" R-cran-plyr>=1.8.1 R-cran-stringr R-cran-Rcpp"
 makedepends+=" R-cran-plyr R-cran-stringr R-cran-Rcpp"
@@ -9,7 +9,13 @@ short_desc="Flexibly Reshape Data: A Reboot of the Reshape Package"
 maintainer="Florian Wagner <florian@wagner-flo.net>"
 license="MIT"
 homepage="https://github.com/hadley/reshape"
-checksum=8aff94c935e75032344b52407593392ddd4e16a88bb206984340c816d42c710e
+checksum=d88dcf9e2530fa9695fc57d0c78adfc5e361305fe8919fe09410b17da5ca12d8
+
+pre_install() {
+	case "$XBPS_TARGET_MACHINE" in
+		*-musl) export PKG_CXXFLAGS+=" -D__MUSL__";;
+	esac
+}
 
 post_install() {
 	vlicense LICENSE

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] R-cran-reshape2: update to 1.4.4
  2020-05-15 22:23 [PR PATCH] R-cran-reshape2: update to 1.4.4 luhann
  2020-05-15 23:31 ` [PR PATCH] [Updated] " luhann
@ 2020-05-15 23:37 ` luhann
  2020-05-16  8:04 ` [PR PATCH] [Merged]: " jnbr
  2 siblings, 0 replies; 4+ messages in thread
From: luhann @ 2020-05-15 23:37 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 363 bytes --]

There is an updated pull request by luhann against master on the void-packages repository

https://github.com/luhann/void-packages R-cran-reshape2
https://github.com/void-linux/void-packages/pull/21999

R-cran-reshape2: update to 1.4.4
And updated necessary dependencies.

A patch file from https://github.com/void-linux/void-packages/pull/21999.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-R-cran-reshape2-21999.patch --]
[-- Type: text/x-diff, Size: 3577 bytes --]

From e8ad1dde2b512251c08717257445e4fbce094ea2 Mon Sep 17 00:00:00 2001
From: Luke Hannan <luke@lukehannan.com>
Date: Sat, 16 May 2020 00:20:41 +0200
Subject: [PATCH 1/3] R-cran-Rcpp: update to 1.0.4.6

---
 srcpkgs/R-cran-Rcpp/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/R-cran-Rcpp/template b/srcpkgs/R-cran-Rcpp/template
index 8c2f5d7bb2a..e2b99830b11 100644
--- a/srcpkgs/R-cran-Rcpp/template
+++ b/srcpkgs/R-cran-Rcpp/template
@@ -1,13 +1,13 @@
 # Template file for 'R-cran-Rcpp'
 pkgname=R-cran-Rcpp
-version=1.0.3
+version=1.0.4.6
 revision=1
 build_style=R-cran
 short_desc="Seamless R and C++ Integration"
 maintainer="Florian Wagner <florian@wagner-flo.net>"
 license="GPL-2.0-or-later"
 homepage="http://www.rcpp.org/"
-checksum=2b3500dd3aca16f7b3cb5442625e76dcf4f7c974b4249d33041e9184a5ff030e
+checksum=45af675ddbbe155e671453b2e84fe32250bb98d4ccb4342b61c1e25cff10b302
 
 pre_install() {
 	case "$XBPS_TARGET_MACHINE" in

From 27a771fd47e605ecda6e106c170c8e64b689a3e8 Mon Sep 17 00:00:00 2001
From: Luke Hannan <luke@lukehannan.com>
Date: Sat, 16 May 2020 00:21:19 +0200
Subject: [PATCH 2/3] R-cran-plyr: update to 1.8.6

---
 srcpkgs/R-cran-plyr/template | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/R-cran-plyr/template b/srcpkgs/R-cran-plyr/template
index ac0c90f489f..3775dc999ad 100644
--- a/srcpkgs/R-cran-plyr/template
+++ b/srcpkgs/R-cran-plyr/template
@@ -1,15 +1,21 @@
 # Template file for 'R-cran-plyr'
 pkgname=R-cran-plyr
-version=1.8.4
-revision=3
+version=1.8.6
+revision=1
 build_style=R-cran
-depends+=" R-cran-Rcpp>=0.11.0"
-makedepends+=" R-cran-Rcpp"
+makedepends="R-cran-Rcpp"
+depends="R-cran-Rcpp>=0.11.0"
 short_desc="Tools for Splitting, Applying and Combining Data"
 maintainer="Florian Wagner <florian@wagner-flo.net>"
 license="MIT"
 homepage="http://had.co.nz/plyr/"
-checksum=60b522d75961007658c9806f8394db27989f1154727cb0bb970062c96ec9eac5
+checksum=ea55d26f155443e9774769531daa5d4c20a0697bb53abd832e891b126c935287
+
+pre_install() {
+	case "$XBPS_TARGET_MACHINE" in
+		*-musl) export PKG_CXXFLAGS+=" -D__MUSL__";;
+	esac
+}
 
 post_install() {
 	vlicense LICENSE

From 7c89d0a9a9751ae959b5f93c4d42db78363f3289 Mon Sep 17 00:00:00 2001
From: Luke Hannan <luke@lukehannan.com>
Date: Sat, 16 May 2020 01:31:37 +0200
Subject: [PATCH 3/3] R-cran-reshape2: update to 1.4.4

---
 srcpkgs/R-cran-reshape2/template | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/R-cran-reshape2/template b/srcpkgs/R-cran-reshape2/template
index 9ee2f61026f..dc30c03cf1c 100644
--- a/srcpkgs/R-cran-reshape2/template
+++ b/srcpkgs/R-cran-reshape2/template
@@ -1,15 +1,21 @@
 # Template file for 'R-cran-reshape2'
 pkgname=R-cran-reshape2
-version=1.4.3
-revision=2
+version=1.4.4
+revision=1
 build_style=R-cran
-depends+=" R-cran-plyr>=1.8.1 R-cran-stringr R-cran-Rcpp"
-makedepends+=" R-cran-plyr R-cran-stringr R-cran-Rcpp"
+makedepends="R-cran-plyr R-cran-stringr R-cran-Rcpp"
+depends="R-cran-plyr>=1.8.1 R-cran-stringr R-cran-Rcpp"
 short_desc="Flexibly Reshape Data: A Reboot of the Reshape Package"
 maintainer="Florian Wagner <florian@wagner-flo.net>"
 license="MIT"
 homepage="https://github.com/hadley/reshape"
-checksum=8aff94c935e75032344b52407593392ddd4e16a88bb206984340c816d42c710e
+checksum=d88dcf9e2530fa9695fc57d0c78adfc5e361305fe8919fe09410b17da5ca12d8
+
+pre_install() {
+	case "$XBPS_TARGET_MACHINE" in
+		*-musl) export PKG_CXXFLAGS+=" -D__MUSL__";;
+	esac
+}
 
 post_install() {
 	vlicense LICENSE

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Merged]: R-cran-reshape2: update to 1.4.4
  2020-05-15 22:23 [PR PATCH] R-cran-reshape2: update to 1.4.4 luhann
  2020-05-15 23:31 ` [PR PATCH] [Updated] " luhann
  2020-05-15 23:37 ` luhann
@ 2020-05-16  8:04 ` jnbr
  2 siblings, 0 replies; 4+ messages in thread
From: jnbr @ 2020-05-16  8:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 201 bytes --]

There's a merged pull request on the void-packages repository

R-cran-reshape2: update to 1.4.4
https://github.com/void-linux/void-packages/pull/21999

Description:
And updated necessary dependencies.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-05-16  8:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-15 22:23 [PR PATCH] R-cran-reshape2: update to 1.4.4 luhann
2020-05-15 23:31 ` [PR PATCH] [Updated] " luhann
2020-05-15 23:37 ` luhann
2020-05-16  8:04 ` [PR PATCH] [Merged]: " jnbr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).