Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] eclipse: update to 4.28.
@ 2023-06-11  9:17 mobinmob
  2023-06-14 19:50 ` [PR REVIEW] " Chocimier
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: mobinmob @ 2023-06-11  9:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages eclipse
https://github.com/void-linux/void-packages/pull/44363

eclipse: update to 4.28.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 9f31bf16971e923b68001e481732ec38b74ef8f9 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 11 Jun 2023 12:16:32 +0300
Subject: [PATCH] eclipse: update to 4.28.

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

diff --git a/srcpkgs/eclipse/template b/srcpkgs/eclipse/template
index 8aca89770689..e8506eb3aaa2 100644
--- a/srcpkgs/eclipse/template
+++ b/srcpkgs/eclipse/template
@@ -1,9 +1,9 @@
 # Template file for 'eclipse'
 pkgname=eclipse
-version=4.27
+version=4.28
 revision=1
 #code name of version
-_release=2023-03
+_release=2023-06
 archs="x86_64"
 depends="openjdk11 gtk+3 webkit2gtk libXtst
  hicolor-icon-theme desktop-file-utils"
@@ -14,11 +14,11 @@ homepage="https://eclipse.org"
 nopie=yes
 make_dirs="/usr/lib/eclipse/dropins 0770 root users"
 
-_patch=R
+_patch=202306081200
 _edition=java
 _mirror="http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse"
-distfiles="${_mirror}/technology/epp/downloads/release/${_release}/${_patch}/eclipse-${_edition}-${_release}-${_patch}-linux-gtk-x86_64.tar.gz"
-checksum=ccd07314798d6b152eb73321ff9a4e8252622a1e4d02f495c2f3d8c80e9156be
+distfiles="${_mirror}/technology/epp/downloads/release/${_release}/${_patch}/eclipse-${_edition}-${_release}-R-linux-gtk-x86_64.tar.gz"
+checksum=142e33831fbbe52f53255a746b35a038dff0366a04cb4d3be2d8fe0ce76f34e8
 python_version=2
 
 do_install() {

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

* Re: [PR REVIEW] eclipse: update to 4.28.
  2023-06-11  9:17 [PR PATCH] eclipse: update to 4.28 mobinmob
@ 2023-06-14 19:50 ` Chocimier
  2023-06-30 19:23 ` [PR PATCH] [Updated] " mobinmob
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Chocimier @ 2023-06-14 19:50 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/44363#discussion_r1230092616

Comment:
Looks like they moved file to match old pattern.

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

* Re: [PR PATCH] [Updated] eclipse: update to 4.28.
  2023-06-11  9:17 [PR PATCH] eclipse: update to 4.28 mobinmob
  2023-06-14 19:50 ` [PR REVIEW] " Chocimier
@ 2023-06-30 19:23 ` mobinmob
  2023-06-30 19:24 ` [PR REVIEW] " mobinmob
  2023-06-30 21:16 ` [PR PATCH] [Merged]: " Chocimier
  3 siblings, 0 replies; 5+ messages in thread
From: mobinmob @ 2023-06-30 19:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages eclipse
https://github.com/void-linux/void-packages/pull/44363

eclipse: update to 4.28.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From d09ba3bf59d16a84d15b6fe70e7ea309d45effc9 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 11 Jun 2023 12:16:32 +0300
Subject: [PATCH] eclipse: update to 4.28.

---
 srcpkgs/eclipse/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/eclipse/template b/srcpkgs/eclipse/template
index 8aca89770689..4108117dabc6 100644
--- a/srcpkgs/eclipse/template
+++ b/srcpkgs/eclipse/template
@@ -1,9 +1,9 @@
 # Template file for 'eclipse'
 pkgname=eclipse
-version=4.27
+version=4.28
 revision=1
 #code name of version
-_release=2023-03
+_release=2023-06
 archs="x86_64"
 depends="openjdk11 gtk+3 webkit2gtk libXtst
  hicolor-icon-theme desktop-file-utils"
@@ -17,8 +17,8 @@ make_dirs="/usr/lib/eclipse/dropins 0770 root users"
 _patch=R
 _edition=java
 _mirror="http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse"
-distfiles="${_mirror}/technology/epp/downloads/release/${_release}/${_patch}/eclipse-${_edition}-${_release}-${_patch}-linux-gtk-x86_64.tar.gz"
-checksum=ccd07314798d6b152eb73321ff9a4e8252622a1e4d02f495c2f3d8c80e9156be
+distfiles="${_mirror}/technology/epp/downloads/release/${_release}/${_patch}/eclipse-${_edition}-${_release}-R-linux-gtk-x86_64.tar.gz"
+checksum=142e33831fbbe52f53255a746b35a038dff0366a04cb4d3be2d8fe0ce76f34e8
 python_version=2
 
 do_install() {

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

* Re: [PR REVIEW] eclipse: update to 4.28.
  2023-06-11  9:17 [PR PATCH] eclipse: update to 4.28 mobinmob
  2023-06-14 19:50 ` [PR REVIEW] " Chocimier
  2023-06-30 19:23 ` [PR PATCH] [Updated] " mobinmob
@ 2023-06-30 19:24 ` mobinmob
  2023-06-30 21:16 ` [PR PATCH] [Merged]: " Chocimier
  3 siblings, 0 replies; 5+ messages in thread
From: mobinmob @ 2023-06-30 19:24 UTC (permalink / raw)
  To: ml

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

New review comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/44363#discussion_r1248216492

Comment:
Thanks, fixed!

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

* Re: [PR PATCH] [Merged]: eclipse: update to 4.28.
  2023-06-11  9:17 [PR PATCH] eclipse: update to 4.28 mobinmob
                   ` (2 preceding siblings ...)
  2023-06-30 19:24 ` [PR REVIEW] " mobinmob
@ 2023-06-30 21:16 ` Chocimier
  3 siblings, 0 replies; 5+ messages in thread
From: Chocimier @ 2023-06-30 21:16 UTC (permalink / raw)
  To: ml

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

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

eclipse: update to 4.28.
https://github.com/void-linux/void-packages/pull/44363

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2023-06-30 21:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-11  9:17 [PR PATCH] eclipse: update to 4.28 mobinmob
2023-06-14 19:50 ` [PR REVIEW] " Chocimier
2023-06-30 19:23 ` [PR PATCH] [Updated] " mobinmob
2023-06-30 19:24 ` [PR REVIEW] " mobinmob
2023-06-30 21:16 ` [PR PATCH] [Merged]: " Chocimier

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