Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] premake5: update to 5.0.0beta2
@ 2022-09-21 19:10 drincoxyz
  2022-09-21 22:52 ` [PR PATCH] [Updated] " drincoxyz
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: drincoxyz @ 2022-09-21 19:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/drincoxyz/void-packages premake5
https://github.com/void-linux/void-packages/pull/39408

premake5: update to 5.0.0beta2
<!-- 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


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

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

From 3ca0e44ba3886269bc1f26b0ddbb24d874424d82 Mon Sep 17 00:00:00 2001
From: Brandon Little <19823165+drincoxyz@users.noreply.github.com>
Date: Wed, 21 Sep 2022 15:02:36 -0400
Subject: [PATCH] premake5: update to 5.0.0beta2

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

diff --git a/srcpkgs/premake5/template b/srcpkgs/premake5/template
index d06e562b93dd..075367752107 100644
--- a/srcpkgs/premake5/template
+++ b/srcpkgs/premake5/template
@@ -1,19 +1,19 @@
 # Template file for 'premake5'
 pkgname=premake5
-version=5.0.0alpha15
+version=5.0.0beta2
 revision=1
-_version=${version/alpha/-alpha}
-wrksrc="premake-${_version}"
+_version=${version/beta/-beta}
+wrksrc="premake-${_version}-src"
 build_style=gnu-makefile
 make_build_args="-C build/gmake2.unix config=release"
-hostmakedepends="unzip"
+hostmakedepends="unzip libuuid-devel"
 short_desc="Cross-platform, open-source build system"
 maintainer="Renato Aguiar <renato@renatoaguiar.net>"
 license="BSD-3-Clause"
 homepage="https://premake.github.io/"
 changelog="https://github.com/premake/premake-core/blob/v${_version}/CHANGES.txt"
 distfiles="https://github.com/premake/premake-core/releases/download/v${_version}/premake-${_version}-src.zip"
-checksum=880f56e7cb9f4945d1cb879f059189462c1b7bf62ef43ac7d25842dfb177dd53
+checksum=4c1100f5170ae1c3bd1b4fd9458b3b02ae841aefbfc41514887b80996436dee2
 
 do_install() {
 	  vbin bin/release/premake5

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

* Re: [PR PATCH] [Updated] premake5: update to 5.0.0beta2
  2022-09-21 19:10 [PR PATCH] premake5: update to 5.0.0beta2 drincoxyz
@ 2022-09-21 22:52 ` drincoxyz
  2022-12-21  1:55 ` github-actions
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: drincoxyz @ 2022-09-21 22:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/drincoxyz/void-packages premake5
https://github.com/void-linux/void-packages/pull/39408

premake5: update to 5.0.0beta2
<!-- 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


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

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

From d10c2f43865fae39659f932fb692a89c661a4815 Mon Sep 17 00:00:00 2001
From: Brandon Little <19823165+drincoxyz@users.noreply.github.com>
Date: Wed, 21 Sep 2022 18:51:42 -0400
Subject: [PATCH] premake5: update to 5.0.0beta2

---
 srcpkgs/premake5/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/premake5/template b/srcpkgs/premake5/template
index d06e562b93dd..6b0899fb82aa 100644
--- a/srcpkgs/premake5/template
+++ b/srcpkgs/premake5/template
@@ -1,19 +1,20 @@
 # Template file for 'premake5'
 pkgname=premake5
-version=5.0.0alpha15
+version=5.0.0beta2
 revision=1
-_version=${version/alpha/-alpha}
-wrksrc="premake-${_version}"
+_version=${version/beta/-beta}
+wrksrc="premake-${_version}-src"
 build_style=gnu-makefile
 make_build_args="-C build/gmake2.unix config=release"
 hostmakedepends="unzip"
+makedepends="libuuid-devel"
 short_desc="Cross-platform, open-source build system"
 maintainer="Renato Aguiar <renato@renatoaguiar.net>"
 license="BSD-3-Clause"
 homepage="https://premake.github.io/"
 changelog="https://github.com/premake/premake-core/blob/v${_version}/CHANGES.txt"
 distfiles="https://github.com/premake/premake-core/releases/download/v${_version}/premake-${_version}-src.zip"
-checksum=880f56e7cb9f4945d1cb879f059189462c1b7bf62ef43ac7d25842dfb177dd53
+checksum=4c1100f5170ae1c3bd1b4fd9458b3b02ae841aefbfc41514887b80996436dee2
 
 do_install() {
 	  vbin bin/release/premake5

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

* Re: premake5: update to 5.0.0beta2
  2022-09-21 19:10 [PR PATCH] premake5: update to 5.0.0beta2 drincoxyz
  2022-09-21 22:52 ` [PR PATCH] [Updated] " drincoxyz
@ 2022-12-21  1:55 ` github-actions
  2022-12-21 19:07 ` [PR PATCH] [Updated] " drincoxyz
  2022-12-28  3:44 ` [PR PATCH] [Closed]: " drincoxyz
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2022-12-21  1:55 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/39408#issuecomment-1360673898

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Updated] premake5: update to 5.0.0beta2
  2022-09-21 19:10 [PR PATCH] premake5: update to 5.0.0beta2 drincoxyz
  2022-09-21 22:52 ` [PR PATCH] [Updated] " drincoxyz
  2022-12-21  1:55 ` github-actions
@ 2022-12-21 19:07 ` drincoxyz
  2022-12-28  3:44 ` [PR PATCH] [Closed]: " drincoxyz
  3 siblings, 0 replies; 5+ messages in thread
From: drincoxyz @ 2022-12-21 19:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/drincoxyz/void-packages premake5
https://github.com/void-linux/void-packages/pull/39408

premake5: update to 5.0.0beta2
<!-- 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


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

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

From d10c2f43865fae39659f932fb692a89c661a4815 Mon Sep 17 00:00:00 2001
From: Brandon Little <19823165+drincoxyz@users.noreply.github.com>
Date: Wed, 21 Sep 2022 18:51:42 -0400
Subject: [PATCH] premake5: update to 5.0.0beta2

---
 srcpkgs/premake5/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/premake5/template b/srcpkgs/premake5/template
index d06e562b93dd..6b0899fb82aa 100644
--- a/srcpkgs/premake5/template
+++ b/srcpkgs/premake5/template
@@ -1,19 +1,20 @@
 # Template file for 'premake5'
 pkgname=premake5
-version=5.0.0alpha15
+version=5.0.0beta2
 revision=1
-_version=${version/alpha/-alpha}
-wrksrc="premake-${_version}"
+_version=${version/beta/-beta}
+wrksrc="premake-${_version}-src"
 build_style=gnu-makefile
 make_build_args="-C build/gmake2.unix config=release"
 hostmakedepends="unzip"
+makedepends="libuuid-devel"
 short_desc="Cross-platform, open-source build system"
 maintainer="Renato Aguiar <renato@renatoaguiar.net>"
 license="BSD-3-Clause"
 homepage="https://premake.github.io/"
 changelog="https://github.com/premake/premake-core/blob/v${_version}/CHANGES.txt"
 distfiles="https://github.com/premake/premake-core/releases/download/v${_version}/premake-${_version}-src.zip"
-checksum=880f56e7cb9f4945d1cb879f059189462c1b7bf62ef43ac7d25842dfb177dd53
+checksum=4c1100f5170ae1c3bd1b4fd9458b3b02ae841aefbfc41514887b80996436dee2
 
 do_install() {
 	  vbin bin/release/premake5

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

* Re: [PR PATCH] [Closed]: premake5: update to 5.0.0beta2
  2022-09-21 19:10 [PR PATCH] premake5: update to 5.0.0beta2 drincoxyz
                   ` (2 preceding siblings ...)
  2022-12-21 19:07 ` [PR PATCH] [Updated] " drincoxyz
@ 2022-12-28  3:44 ` drincoxyz
  3 siblings, 0 replies; 5+ messages in thread
From: drincoxyz @ 2022-12-28  3:44 UTC (permalink / raw)
  To: ml

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

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

premake5: update to 5.0.0beta2
https://github.com/void-linux/void-packages/pull/39408

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


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

end of thread, other threads:[~2022-12-28  3:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-21 19:10 [PR PATCH] premake5: update to 5.0.0beta2 drincoxyz
2022-09-21 22:52 ` [PR PATCH] [Updated] " drincoxyz
2022-12-21  1:55 ` github-actions
2022-12-21 19:07 ` [PR PATCH] [Updated] " drincoxyz
2022-12-28  3:44 ` [PR PATCH] [Closed]: " drincoxyz

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