Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] enyo-doom: update to 1.2
@ 2020-08-05 15:51 SolitudeSF
  2020-08-08 20:10 ` [PR REVIEW] " ahesford
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: SolitudeSF @ 2020-08-05 15:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/SolitudeSF/void-packages enyo-doom
https://github.com/void-linux/void-packages/pull/24078

enyo-doom: update to 1.2


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

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

From 3e3e75379a2a9a9eff6e00776fa56630a52c8f80 Mon Sep 17 00:00:00 2001
From: SolitudeSF <solitudesf@protonmail.com>
Date: Wed, 5 Aug 2020 18:50:12 +0300
Subject: [PATCH] enyo-doom: update to 1.2

---
 srcpkgs/enyo-doom/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/enyo-doom/template b/srcpkgs/enyo-doom/template
index e48f93d2991..2b994dcad0b 100644
--- a/srcpkgs/enyo-doom/template
+++ b/srcpkgs/enyo-doom/template
@@ -1,6 +1,6 @@
 # Template file for 'enyo-doom'
 pkgname=enyo-doom
-version=1.06.9
+version=1.2
 revision=1
 build_style=cmake
 makedepends="qt5-devel"
@@ -9,7 +9,7 @@ maintainer="Michael Straube <straubem@gmx.de>"
 license="GPL-2.0-or-later"
 homepage="https://gitlab.com/sdcofer70/enyo-doom"
 distfiles="https://gitlab.com/sdcofer70/enyo-doom/-/archive/${version}/enyo-doom-${version}.tar.bz2"
-checksum=629e073461bb1da43f01f9404c5182c0e9ac26f73242eb65aa9b20d36a5c59c2
+checksum=e7f97ce80499e9f5b31956756f6a4a82ca9b97b65b068aa233416c52ecabf8eb
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" qt5-host-tools qt5-devel"

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

* Re: [PR REVIEW] enyo-doom: update to 1.2
  2020-08-05 15:51 [PR PATCH] enyo-doom: update to 1.2 SolitudeSF
@ 2020-08-08 20:10 ` ahesford
  2020-08-08 20:17 ` ericonr
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ahesford @ 2020-08-08 20:10 UTC (permalink / raw)
  To: ml

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

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/24078#discussion_r467499989

Comment:
This will not work. XBPS assumes (sensibly) that `06 > 2` and will not recognize this as an update.

The *right* thing to do is ask upstream to fix this nonsense sequencing and drop a 1.7 release or something. Given the author lists the project as dead, this may not be likely. We can work around it with

    reverts="1.04_1 1.05_1 1.06_1 1.06.9_1"

right before the `version` line. If you do this, please double-check the versions and revisions being reverted. I just took a quick look through the git logs without verifying the details. 

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

* Re: [PR REVIEW] enyo-doom: update to 1.2
  2020-08-05 15:51 [PR PATCH] enyo-doom: update to 1.2 SolitudeSF
  2020-08-08 20:10 ` [PR REVIEW] " ahesford
@ 2020-08-08 20:17 ` ericonr
  2020-08-08 20:17 ` ericonr
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2020-08-08 20:17 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/24078#discussion_r467500481

Comment:
From a quick jaunt through git history, that seems correct.

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

* Re: [PR REVIEW] enyo-doom: update to 1.2
  2020-08-05 15:51 [PR PATCH] enyo-doom: update to 1.2 SolitudeSF
  2020-08-08 20:10 ` [PR REVIEW] " ahesford
  2020-08-08 20:17 ` ericonr
@ 2020-08-08 20:17 ` ericonr
  2020-08-08 21:02 ` SolitudeSF
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2020-08-08 20:17 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/24078#discussion_r467500481

Comment:
From a quick jaunt through all revisions of the template, that seems correct.

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

* Re: [PR REVIEW] enyo-doom: update to 1.2
  2020-08-05 15:51 [PR PATCH] enyo-doom: update to 1.2 SolitudeSF
                   ` (2 preceding siblings ...)
  2020-08-08 20:17 ` ericonr
@ 2020-08-08 21:02 ` SolitudeSF
  2020-08-08 21:08 ` SolitudeSF
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: SolitudeSF @ 2020-08-08 21:02 UTC (permalink / raw)
  To: ml

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

New review comment by SolitudeSF on void-packages repository

https://github.com/void-linux/void-packages/pull/24078#discussion_r467503962

Comment:
true, didnt even notice that my local package didnt get updated.

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

* Re: [PR REVIEW] enyo-doom: update to 1.2
  2020-08-05 15:51 [PR PATCH] enyo-doom: update to 1.2 SolitudeSF
                   ` (3 preceding siblings ...)
  2020-08-08 21:02 ` SolitudeSF
@ 2020-08-08 21:08 ` SolitudeSF
  2020-08-17  9:01 ` [PR PATCH] [Updated] " SolitudeSF
  2020-08-18 14:38 ` [PR PATCH] [Closed]: " ahesford
  6 siblings, 0 replies; 8+ messages in thread
From: SolitudeSF @ 2020-08-08 21:08 UTC (permalink / raw)
  To: ml

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

New review comment by SolitudeSF on void-packages repository

https://github.com/void-linux/void-packages/pull/24078#discussion_r467503962

Comment:
true, didnt even notice that my local package didnt get updated.

im going to create an issue upstream, if author doesnt respond in a few weeks, im going to add `reverts`.

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

* Re: [PR PATCH] [Updated] enyo-doom: update to 1.2
  2020-08-05 15:51 [PR PATCH] enyo-doom: update to 1.2 SolitudeSF
                   ` (4 preceding siblings ...)
  2020-08-08 21:08 ` SolitudeSF
@ 2020-08-17  9:01 ` SolitudeSF
  2020-08-18 14:38 ` [PR PATCH] [Closed]: " ahesford
  6 siblings, 0 replies; 8+ messages in thread
From: SolitudeSF @ 2020-08-17  9:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/SolitudeSF/void-packages enyo-doom
https://github.com/void-linux/void-packages/pull/24078

enyo-doom: update to 1.2


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

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

From 7d2faff91bf9e188e04c5bc4162ce68ccc04ab39 Mon Sep 17 00:00:00 2001
From: SolitudeSF <solitudesf@protonmail.com>
Date: Wed, 5 Aug 2020 18:50:12 +0300
Subject: [PATCH] enyo-doom: update to 1.2

---
 srcpkgs/enyo-doom/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/enyo-doom/template b/srcpkgs/enyo-doom/template
index e48f93d2991..69227bfdeae 100644
--- a/srcpkgs/enyo-doom/template
+++ b/srcpkgs/enyo-doom/template
@@ -1,6 +1,7 @@
 # Template file for 'enyo-doom'
 pkgname=enyo-doom
-version=1.06.9
+reverts="1.04_1 1.05_1 1.06_1 1.06.9_1"
+version=1.2
 revision=1
 build_style=cmake
 makedepends="qt5-devel"
@@ -9,7 +10,7 @@ maintainer="Michael Straube <straubem@gmx.de>"
 license="GPL-2.0-or-later"
 homepage="https://gitlab.com/sdcofer70/enyo-doom"
 distfiles="https://gitlab.com/sdcofer70/enyo-doom/-/archive/${version}/enyo-doom-${version}.tar.bz2"
-checksum=629e073461bb1da43f01f9404c5182c0e9ac26f73242eb65aa9b20d36a5c59c2
+checksum=e7f97ce80499e9f5b31956756f6a4a82ca9b97b65b068aa233416c52ecabf8eb
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" qt5-host-tools qt5-devel"

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

* Re: [PR PATCH] [Closed]: enyo-doom: update to 1.2
  2020-08-05 15:51 [PR PATCH] enyo-doom: update to 1.2 SolitudeSF
                   ` (5 preceding siblings ...)
  2020-08-17  9:01 ` [PR PATCH] [Updated] " SolitudeSF
@ 2020-08-18 14:38 ` ahesford
  6 siblings, 0 replies; 8+ messages in thread
From: ahesford @ 2020-08-18 14:38 UTC (permalink / raw)
  To: ml

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

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

enyo-doom: update to 1.2
https://github.com/void-linux/void-packages/pull/24078

Description:


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

end of thread, other threads:[~2020-08-18 14:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-05 15:51 [PR PATCH] enyo-doom: update to 1.2 SolitudeSF
2020-08-08 20:10 ` [PR REVIEW] " ahesford
2020-08-08 20:17 ` ericonr
2020-08-08 20:17 ` ericonr
2020-08-08 21:02 ` SolitudeSF
2020-08-08 21:08 ` SolitudeSF
2020-08-17  9:01 ` [PR PATCH] [Updated] " SolitudeSF
2020-08-18 14:38 ` [PR PATCH] [Closed]: " ahesford

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