Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gradle: update to 5.6.2
@ 2019-09-29 20:56 voidlinux-github
  2019-09-30  8:12 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-29 20:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages gradle
https://github.com/void-linux/void-packages/pull/14828

gradle: update to 5.6.2


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gradle-14828.patch --]
[-- Type: text/x-diff, Size: 1254 bytes --]

From 1c114ac9f65221b048c26f64b9f273fe1d6174d9 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 29 Sep 2019 23:55:27 +0300
Subject: [PATCH] gradle: update to 5.6.2

---
 srcpkgs/gradle/template | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/gradle/template b/srcpkgs/gradle/template
index e1dd49e3fe5..8491b561a6b 100644
--- a/srcpkgs/gradle/template
+++ b/srcpkgs/gradle/template
@@ -1,6 +1,6 @@
 # Template file for 'gradle'
 pkgname=gradle
-version=4.10.3
+version=5.6.2
 revision=1
 archs=noarch
 hostmakedepends="unzip"
@@ -11,15 +11,13 @@ license="Apache-2.0"
 homepage="https://gradle.org/"
 changelog="https://docs.gradle.org/${version}/release-notes.html"
 distfiles="https://services.gradle.org/distributions/gradle-${version}-bin.zip"
-checksum=8626cbf206b4e201ade7b87779090690447054bc93f052954c78480fa6ed186e
+checksum=32fce6628848f799b0ad3205ae8db67d0d828c10ffe62b748a7c0d9f4a5d9ee0
 nocross=yes
 
 do_install() {
 	vmkdir "usr/lib/gradle"
-	vmkdir "usr/share/doc/gradle"
 	sed ${FILESDIR}/gradle -e "s;@VERSION@;${version};" > gradle
 	vbin gradle
-
-	cp -v getting-started.html ${DESTDIR}/usr/share/doc/gradle
+	vdoc getting-started.html 
 	mv lib ${DESTDIR}/usr/lib/gradle/
 }

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

* Re: [PR PATCH] [Updated] gradle: update to 5.6.2
  2019-09-29 20:56 [PR PATCH] gradle: update to 5.6.2 voidlinux-github
  2019-09-30  8:12 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-09-30  8:12 ` voidlinux-github
  2019-09-30 16:50 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-30  8:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages gradle
https://github.com/void-linux/void-packages/pull/14828

gradle: update to 5.6.2


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gradle-14828.patch --]
[-- Type: text/x-diff, Size: 1253 bytes --]

From 5e7e03031cb7bd710bfc58a278a6ad8458e82823 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 29 Sep 2019 23:55:27 +0300
Subject: [PATCH] gradle: update to 5.6.2

---
 srcpkgs/gradle/template | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/gradle/template b/srcpkgs/gradle/template
index e1dd49e3fe5..6cc8ee612f3 100644
--- a/srcpkgs/gradle/template
+++ b/srcpkgs/gradle/template
@@ -1,6 +1,6 @@
 # Template file for 'gradle'
 pkgname=gradle
-version=4.10.3
+version=5.6.2
 revision=1
 archs=noarch
 hostmakedepends="unzip"
@@ -11,15 +11,13 @@ license="Apache-2.0"
 homepage="https://gradle.org/"
 changelog="https://docs.gradle.org/${version}/release-notes.html"
 distfiles="https://services.gradle.org/distributions/gradle-${version}-bin.zip"
-checksum=8626cbf206b4e201ade7b87779090690447054bc93f052954c78480fa6ed186e
+checksum=32fce6628848f799b0ad3205ae8db67d0d828c10ffe62b748a7c0d9f4a5d9ee0
 nocross=yes
 
 do_install() {
 	vmkdir "usr/lib/gradle"
-	vmkdir "usr/share/doc/gradle"
 	sed ${FILESDIR}/gradle -e "s;@VERSION@;${version};" > gradle
 	vbin gradle
-
-	cp -v getting-started.html ${DESTDIR}/usr/share/doc/gradle
+	vdoc getting-started.html
 	mv lib ${DESTDIR}/usr/lib/gradle/
 }

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

* Re: [PR PATCH] [Updated] gradle: update to 5.6.2
  2019-09-29 20:56 [PR PATCH] gradle: update to 5.6.2 voidlinux-github
@ 2019-09-30  8:12 ` voidlinux-github
  2019-09-30  8:12 ` voidlinux-github
  2019-09-30 16:50 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-30  8:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages gradle
https://github.com/void-linux/void-packages/pull/14828

gradle: update to 5.6.2


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gradle-14828.patch --]
[-- Type: text/x-diff, Size: 1253 bytes --]

From 5e7e03031cb7bd710bfc58a278a6ad8458e82823 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 29 Sep 2019 23:55:27 +0300
Subject: [PATCH] gradle: update to 5.6.2

---
 srcpkgs/gradle/template | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/gradle/template b/srcpkgs/gradle/template
index e1dd49e3fe5..6cc8ee612f3 100644
--- a/srcpkgs/gradle/template
+++ b/srcpkgs/gradle/template
@@ -1,6 +1,6 @@
 # Template file for 'gradle'
 pkgname=gradle
-version=4.10.3
+version=5.6.2
 revision=1
 archs=noarch
 hostmakedepends="unzip"
@@ -11,15 +11,13 @@ license="Apache-2.0"
 homepage="https://gradle.org/"
 changelog="https://docs.gradle.org/${version}/release-notes.html"
 distfiles="https://services.gradle.org/distributions/gradle-${version}-bin.zip"
-checksum=8626cbf206b4e201ade7b87779090690447054bc93f052954c78480fa6ed186e
+checksum=32fce6628848f799b0ad3205ae8db67d0d828c10ffe62b748a7c0d9f4a5d9ee0
 nocross=yes
 
 do_install() {
 	vmkdir "usr/lib/gradle"
-	vmkdir "usr/share/doc/gradle"
 	sed ${FILESDIR}/gradle -e "s;@VERSION@;${version};" > gradle
 	vbin gradle
-
-	cp -v getting-started.html ${DESTDIR}/usr/share/doc/gradle
+	vdoc getting-started.html
 	mv lib ${DESTDIR}/usr/lib/gradle/
 }

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

* Re: [PR PATCH] [Merged]: gradle: update to 5.6.2
  2019-09-29 20:56 [PR PATCH] gradle: update to 5.6.2 voidlinux-github
  2019-09-30  8:12 ` [PR PATCH] [Updated] " voidlinux-github
  2019-09-30  8:12 ` voidlinux-github
@ 2019-09-30 16:50 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-30 16:50 UTC (permalink / raw)
  To: ml

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

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

gradle: update to 5.6.2
https://github.com/void-linux/void-packages/pull/14828

Description:


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

end of thread, other threads:[~2019-09-30 16:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-29 20:56 [PR PATCH] gradle: update to 5.6.2 voidlinux-github
2019-09-30  8:12 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-30  8:12 ` voidlinux-github
2019-09-30 16:50 ` [PR PATCH] [Merged]: " voidlinux-github

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).