Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] astyle: update to 3.5.
@ 2024-06-12  7:35 Suyun114
  2024-06-12 11:50 ` [PR PATCH] [Updated] " Suyun114
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Suyun114 @ 2024-06-12  7:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Suyun114/void-packages astyle
https://github.com/void-linux/void-packages/pull/50801

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

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

<!--
#### 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, x86_64-glibc


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

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

From 52874c54726f225875477298510f26318b49ac9d Mon Sep 17 00:00:00 2001
From: "suyun@aosc.io" <suyun@aosc.io>
Date: Wed, 12 Jun 2024 12:44:26 +0800
Subject: [PATCH] astyle: update to 3.5.

---
 srcpkgs/astyle/enable-cpp17.patch | 11 +++++++++++
 srcpkgs/astyle/template           | 10 +++++-----
 2 files changed, 16 insertions(+), 5 deletions(-)
 create mode 100644 srcpkgs/astyle/enable-cpp17.patch

diff --git a/srcpkgs/astyle/enable-cpp17.patch b/srcpkgs/astyle/enable-cpp17.patch
new file mode 100644
index 00000000000000..8afef0a3916fac
--- /dev/null
+++ b/srcpkgs/astyle/enable-cpp17.patch
@@ -0,0 +1,11 @@
+--- a/build/gcc/Makefile
++++ b/build/gcc/Makefile
+@@ -36,7 +36,7 @@ SYSCONF_PATH=$(prefix)/share/doc/astyle
+ bindir = bin
+ objdir = obj
+ ipath=$(prefix)/bin
+-CBASEFLAGS = -Wall -Wextra -fno-rtti -fno-exceptions -std=c++11
++CBASEFLAGS = -Wall -Wextra -fno-rtti -fno-exceptions -std=c++17
+ JAVAINCS   = -I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/linux
+ INSTALL=install -o $(USER) -g $(USER)
+ 
diff --git a/srcpkgs/astyle/template b/srcpkgs/astyle/template
index 6e91786676dd0a..56fbf80f8238ec 100644
--- a/srcpkgs/astyle/template
+++ b/srcpkgs/astyle/template
@@ -1,15 +1,15 @@
 # Template file for 'astyle'
 pkgname=astyle
-version=3.1
-revision=3
+version=3.5
+revision=1
 build_wrksrc="build/gcc"
 build_style=gnu-makefile
 short_desc="Free, fast and small formatter for C, C++, C#, and Java source code"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Suyun <suyun@aosc.io>"
 license="MIT"
 homepage="https://astyle.sourceforge.net"
-distfiles="${SOURCEFORGE_SITE}/$pkgname/${pkgname}_${version}_linux.tar.gz"
-checksum=cbcc4cf996294534bb56f025d6f199ebfde81aa4c271ccbd5ee1c1a3192745d7
+distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname/${pkgname}-${version}.tar.bz2"
+checksum=defc1cb7bfa863bec470e836c257439a1199ca2c8b13a652a327fd78c8f5923c
 
 do_install() {
 	vbin bin/astyle

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

* Re: [PR PATCH] [Updated] astyle: update to 3.5.
  2024-06-12  7:35 [PR PATCH] astyle: update to 3.5 Suyun114
@ 2024-06-12 11:50 ` Suyun114
  2024-06-12 15:53 ` Luciogi
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Suyun114 @ 2024-06-12 11:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Suyun114/void-packages astyle
https://github.com/void-linux/void-packages/pull/50801

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

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

<!--
#### 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, x86_64-glibc


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

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

From 3cbdccc1129d65d8670a76e3a22ce11b9296ffc1 Mon Sep 17 00:00:00 2001
From: "suyun@aosc.io" <suyun@aosc.io>
Date: Wed, 12 Jun 2024 12:44:26 +0800
Subject: [PATCH] astyle: update to 3.5.

---
 srcpkgs/astyle/patches/enable-cpp17.patch | 11 +++++++++++
 srcpkgs/astyle/template                   | 10 +++++-----
 2 files changed, 16 insertions(+), 5 deletions(-)
 create mode 100644 srcpkgs/astyle/patches/enable-cpp17.patch

diff --git a/srcpkgs/astyle/patches/enable-cpp17.patch b/srcpkgs/astyle/patches/enable-cpp17.patch
new file mode 100644
index 00000000000000..8afef0a3916fac
--- /dev/null
+++ b/srcpkgs/astyle/patches/enable-cpp17.patch
@@ -0,0 +1,11 @@
+--- a/build/gcc/Makefile
++++ b/build/gcc/Makefile
+@@ -36,7 +36,7 @@ SYSCONF_PATH=$(prefix)/share/doc/astyle
+ bindir = bin
+ objdir = obj
+ ipath=$(prefix)/bin
+-CBASEFLAGS = -Wall -Wextra -fno-rtti -fno-exceptions -std=c++11
++CBASEFLAGS = -Wall -Wextra -fno-rtti -fno-exceptions -std=c++17
+ JAVAINCS   = -I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/linux
+ INSTALL=install -o $(USER) -g $(USER)
+ 
diff --git a/srcpkgs/astyle/template b/srcpkgs/astyle/template
index 6e91786676dd0a..56fbf80f8238ec 100644
--- a/srcpkgs/astyle/template
+++ b/srcpkgs/astyle/template
@@ -1,15 +1,15 @@
 # Template file for 'astyle'
 pkgname=astyle
-version=3.1
-revision=3
+version=3.5
+revision=1
 build_wrksrc="build/gcc"
 build_style=gnu-makefile
 short_desc="Free, fast and small formatter for C, C++, C#, and Java source code"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Suyun <suyun@aosc.io>"
 license="MIT"
 homepage="https://astyle.sourceforge.net"
-distfiles="${SOURCEFORGE_SITE}/$pkgname/${pkgname}_${version}_linux.tar.gz"
-checksum=cbcc4cf996294534bb56f025d6f199ebfde81aa4c271ccbd5ee1c1a3192745d7
+distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname/${pkgname}-${version}.tar.bz2"
+checksum=defc1cb7bfa863bec470e836c257439a1199ca2c8b13a652a327fd78c8f5923c
 
 do_install() {
 	vbin bin/astyle

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

* Re: astyle: update to 3.5.
  2024-06-12  7:35 [PR PATCH] astyle: update to 3.5 Suyun114
  2024-06-12 11:50 ` [PR PATCH] [Updated] " Suyun114
@ 2024-06-12 15:53 ` Luciogi
  2024-06-12 16:17 ` classabbyamp
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Luciogi @ 2024-06-12 15:53 UTC (permalink / raw)
  To: ml

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

New comment by Luciogi on void-packages repository

https://github.com/void-linux/void-packages/pull/50801#issuecomment-2163393007

Comment:
append to commit message `, adopt`

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

* Re: astyle: update to 3.5.
  2024-06-12  7:35 [PR PATCH] astyle: update to 3.5 Suyun114
  2024-06-12 11:50 ` [PR PATCH] [Updated] " Suyun114
  2024-06-12 15:53 ` Luciogi
@ 2024-06-12 16:17 ` classabbyamp
  2024-06-13  1:34 ` [PR PATCH] [Updated] " Suyun114
  2024-06-14  3:51 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2024-06-12 16:17 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/50801#issuecomment-2163440428

Comment:
please don't adopt packages yet, we prefer adoptions come from people with a history of contributing (especially to that specific package): https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#adopting-a-template

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

* Re: [PR PATCH] [Updated] astyle: update to 3.5.
  2024-06-12  7:35 [PR PATCH] astyle: update to 3.5 Suyun114
                   ` (2 preceding siblings ...)
  2024-06-12 16:17 ` classabbyamp
@ 2024-06-13  1:34 ` Suyun114
  2024-06-14  3:51 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: Suyun114 @ 2024-06-13  1:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Suyun114/void-packages astyle
https://github.com/void-linux/void-packages/pull/50801

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

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

<!--
#### 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, x86_64-glibc


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

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

From dd0303b42b4975fa1196611526afdb8e172f8ae8 Mon Sep 17 00:00:00 2001
From: "suyun@aosc.io" <suyun@aosc.io>
Date: Wed, 12 Jun 2024 12:44:26 +0800
Subject: [PATCH] astyle: update to 3.5.

---
 srcpkgs/astyle/patches/enable-cpp17.patch | 11 +++++++++++
 srcpkgs/astyle/template                   |  8 ++++----
 2 files changed, 15 insertions(+), 4 deletions(-)
 create mode 100644 srcpkgs/astyle/patches/enable-cpp17.patch

diff --git a/srcpkgs/astyle/patches/enable-cpp17.patch b/srcpkgs/astyle/patches/enable-cpp17.patch
new file mode 100644
index 00000000000000..8afef0a3916fac
--- /dev/null
+++ b/srcpkgs/astyle/patches/enable-cpp17.patch
@@ -0,0 +1,11 @@
+--- a/build/gcc/Makefile
++++ b/build/gcc/Makefile
+@@ -36,7 +36,7 @@ SYSCONF_PATH=$(prefix)/share/doc/astyle
+ bindir = bin
+ objdir = obj
+ ipath=$(prefix)/bin
+-CBASEFLAGS = -Wall -Wextra -fno-rtti -fno-exceptions -std=c++11
++CBASEFLAGS = -Wall -Wextra -fno-rtti -fno-exceptions -std=c++17
+ JAVAINCS   = -I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/linux
+ INSTALL=install -o $(USER) -g $(USER)
+ 
diff --git a/srcpkgs/astyle/template b/srcpkgs/astyle/template
index 6e91786676dd0a..504e43bf20a81f 100644
--- a/srcpkgs/astyle/template
+++ b/srcpkgs/astyle/template
@@ -1,15 +1,15 @@
 # Template file for 'astyle'
 pkgname=astyle
-version=3.1
-revision=3
+version=3.5
+revision=1
 build_wrksrc="build/gcc"
 build_style=gnu-makefile
 short_desc="Free, fast and small formatter for C, C++, C#, and Java source code"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://astyle.sourceforge.net"
-distfiles="${SOURCEFORGE_SITE}/$pkgname/${pkgname}_${version}_linux.tar.gz"
-checksum=cbcc4cf996294534bb56f025d6f199ebfde81aa4c271ccbd5ee1c1a3192745d7
+distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname/${pkgname}-${version}.tar.bz2"
+checksum=defc1cb7bfa863bec470e836c257439a1199ca2c8b13a652a327fd78c8f5923c
 
 do_install() {
 	vbin bin/astyle

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

* Re: [PR PATCH] [Merged]: astyle: update to 3.5.
  2024-06-12  7:35 [PR PATCH] astyle: update to 3.5 Suyun114
                   ` (3 preceding siblings ...)
  2024-06-13  1:34 ` [PR PATCH] [Updated] " Suyun114
@ 2024-06-14  3:51 ` classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2024-06-14  3:51 UTC (permalink / raw)
  To: ml

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

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

astyle: update to 3.5.
https://github.com/void-linux/void-packages/pull/50801

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

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

<!--
#### 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, x86_64-glibc


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

end of thread, other threads:[~2024-06-14  3:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-12  7:35 [PR PATCH] astyle: update to 3.5 Suyun114
2024-06-12 11:50 ` [PR PATCH] [Updated] " Suyun114
2024-06-12 15:53 ` Luciogi
2024-06-12 16:17 ` classabbyamp
2024-06-13  1:34 ` [PR PATCH] [Updated] " Suyun114
2024-06-14  3:51 ` [PR PATCH] [Merged]: " classabbyamp

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