Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: eternity-4.02.00
@ 2021-03-13 17:46 Antkibo
  2021-04-11  3:55 ` [PR REVIEW] " ericonr
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: Antkibo @ 2021-03-13 17:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Antkibo/void-packages master
https://github.com/void-linux/void-packages/pull/29438

New package: eternity-4.02.00
<!-- Mark items with [x] where applicable -->

#### General
- [ x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/29438.patch is attached

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

From 2ef4a5edb4d817ec2eb464f51d7149c4e3457032 Mon Sep 17 00:00:00 2001
From: Antkibo <hxd.1996@gmail.com>
Date: Sat, 13 Mar 2021 13:40:35 -0400
Subject: [PATCH] New package: eternity-4.02.00

---
 srcpkgs/eternity/INSTALL.msg | 15 +++++++++++++++
 srcpkgs/eternity/template    | 27 +++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)
 create mode 100644 srcpkgs/eternity/INSTALL.msg
 create mode 100644 srcpkgs/eternity/template

diff --git a/srcpkgs/eternity/INSTALL.msg b/srcpkgs/eternity/INSTALL.msg
new file mode 100644
index 00000000000..fdf4fd5938c
--- /dev/null
+++ b/srcpkgs/eternity/INSTALL.msg
@@ -0,0 +1,15 @@
+Before loading WADs, go to:
+
+	/usr/share/eternity/base
+
+And check if the following directories exist:
+
+	* doom
+	* doom2
+	* hacx
+	* heretic
+	* plutonia
+	* shots
+	* tnt
+
+If they aren't, create the missing ones with mkdir.
diff --git a/srcpkgs/eternity/template b/srcpkgs/eternity/template
new file mode 100644
index 00000000000..f2d29d26dc4
--- /dev/null
+++ b/srcpkgs/eternity/template
@@ -0,0 +1,27 @@
+# Template file for 'eternity'
+pkgname=eternity
+version=4.02.00
+revision=1
+#archs="i686 x86_64"
+#wrksrc=
+create_wrksrc=yes
+build_wrksrc="${pkgname}-${version}"
+build_style=cmake
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends="cmake"
+makedepends="SDL2-devel SDL2_mixer-devel SDL2_net-devel zlib-devel"
+short_desc="Advanced Boom-compatible Doom engine with vanilla compatibility"
+maintainer="Antkibo <hxd.1996@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/team-eternity/eternity"
+distfiles="https://github.com/team-eternity/eternity/archive/${version}.tar.gz https://github.com/Wohlstand/libADLMIDI/archive/v1.5.0.1-1.tar.gz"
+checksum="bb9f69af38394dadd5b4d619b4ce8930728e1e61c70085379f53978be228c333
+ f19b18f35564f4db6f5d35d820655ea48e2cf8ffb193037fad74eecbabb35f07"
+
+post_extract() {
+	cp -r ${wrksrc}/libADLMIDI-1.5.0.1-1/* ${wrksrc}/${pkgname}-${version}/adlmidi
+}

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

* Re: [PR REVIEW] New package: eternity-4.02.00
  2021-03-13 17:46 [PR PATCH] New package: eternity-4.02.00 Antkibo
@ 2021-04-11  3:55 ` ericonr
  2021-04-11  3:55 ` ericonr
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ericonr @ 2021-04-11  3:55 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29438#discussion_r611126006

Comment:
`make_dirs` should be used in the template instead, though the software needing these directories to exist doesn't fill me with confidence.

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

* Re: [PR REVIEW] New package: eternity-4.02.00
  2021-03-13 17:46 [PR PATCH] New package: eternity-4.02.00 Antkibo
  2021-04-11  3:55 ` [PR REVIEW] " ericonr
@ 2021-04-11  3:55 ` ericonr
  2021-04-11  3:55 ` ericonr
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ericonr @ 2021-04-11  3:55 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29438#discussion_r611126019

Comment:
Clean up comments

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

* Re: [PR REVIEW] New package: eternity-4.02.00
  2021-03-13 17:46 [PR PATCH] New package: eternity-4.02.00 Antkibo
                   ` (2 preceding siblings ...)
  2021-04-11  3:55 ` ericonr
@ 2021-04-11  3:55 ` ericonr
  2021-04-25 15:51 ` [PR PATCH] [Updated] " Antkibo
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ericonr @ 2021-04-11  3:55 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29438#discussion_r611126028

Comment:
Split into two lines.

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

* Re: [PR REVIEW] New package: eternity-4.02.00
  2021-03-13 17:46 [PR PATCH] New package: eternity-4.02.00 Antkibo
  2021-04-11  3:55 ` [PR REVIEW] " ericonr
  2021-04-11  3:55 ` ericonr
@ 2021-04-11  3:55 ` ericonr
  2021-04-11  3:55 ` ericonr
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ericonr @ 2021-04-11  3:55 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29438#discussion_r611126139

Comment:
Should probably move the entire folder. `rmdir aldmidi` then `mv`.

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

* Re: [PR PATCH] [Updated] New package: eternity-4.02.00
  2021-03-13 17:46 [PR PATCH] New package: eternity-4.02.00 Antkibo
                   ` (3 preceding siblings ...)
  2021-04-11  3:55 ` ericonr
@ 2021-04-25 15:51 ` Antkibo
  2021-04-25 16:09 ` Antkibo
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Antkibo @ 2021-04-25 15:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Antkibo/void-packages master
https://github.com/void-linux/void-packages/pull/29438

New package: eternity-4.02.00
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/29438.patch is attached

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

From 2ef4a5edb4d817ec2eb464f51d7149c4e3457032 Mon Sep 17 00:00:00 2001
From: Antkibo <hxd.1996@gmail.com>
Date: Sat, 13 Mar 2021 13:40:35 -0400
Subject: [PATCH 1/2] New package: eternity-4.02.00

---
 srcpkgs/eternity/INSTALL.msg | 15 +++++++++++++++
 srcpkgs/eternity/template    | 27 +++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)
 create mode 100644 srcpkgs/eternity/INSTALL.msg
 create mode 100644 srcpkgs/eternity/template

diff --git a/srcpkgs/eternity/INSTALL.msg b/srcpkgs/eternity/INSTALL.msg
new file mode 100644
index 000000000000..fdf4fd5938c5
--- /dev/null
+++ b/srcpkgs/eternity/INSTALL.msg
@@ -0,0 +1,15 @@
+Before loading WADs, go to:
+
+	/usr/share/eternity/base
+
+And check if the following directories exist:
+
+	* doom
+	* doom2
+	* hacx
+	* heretic
+	* plutonia
+	* shots
+	* tnt
+
+If they aren't, create the missing ones with mkdir.
diff --git a/srcpkgs/eternity/template b/srcpkgs/eternity/template
new file mode 100644
index 000000000000..f2d29d26dc4f
--- /dev/null
+++ b/srcpkgs/eternity/template
@@ -0,0 +1,27 @@
+# Template file for 'eternity'
+pkgname=eternity
+version=4.02.00
+revision=1
+#archs="i686 x86_64"
+#wrksrc=
+create_wrksrc=yes
+build_wrksrc="${pkgname}-${version}"
+build_style=cmake
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends="cmake"
+makedepends="SDL2-devel SDL2_mixer-devel SDL2_net-devel zlib-devel"
+short_desc="Advanced Boom-compatible Doom engine with vanilla compatibility"
+maintainer="Antkibo <hxd.1996@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/team-eternity/eternity"
+distfiles="https://github.com/team-eternity/eternity/archive/${version}.tar.gz https://github.com/Wohlstand/libADLMIDI/archive/v1.5.0.1-1.tar.gz"
+checksum="bb9f69af38394dadd5b4d619b4ce8930728e1e61c70085379f53978be228c333
+ f19b18f35564f4db6f5d35d820655ea48e2cf8ffb193037fad74eecbabb35f07"
+
+post_extract() {
+	cp -r ${wrksrc}/libADLMIDI-1.5.0.1-1/* ${wrksrc}/${pkgname}-${version}/adlmidi
+}

From 042523b8ff5d88c6d9cb05815d46a400180865de Mon Sep 17 00:00:00 2001
From: Antkibo <hxd.1996@gmail.com>
Date: Sun, 25 Apr 2021 11:51:14 -0400
Subject: [PATCH 2/2] Remove default template comments

---
 srcpkgs/eternity/template | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/srcpkgs/eternity/template b/srcpkgs/eternity/template
index f2d29d26dc4f..b626ccebf660 100644
--- a/srcpkgs/eternity/template
+++ b/srcpkgs/eternity/template
@@ -1,17 +1,9 @@
-# Template file for 'eternity'
 pkgname=eternity
 version=4.02.00
 revision=1
-#archs="i686 x86_64"
-#wrksrc=
 create_wrksrc=yes
 build_wrksrc="${pkgname}-${version}"
 build_style=cmake
-#configure_args=""
-#make_build_args=""
-#make_install_args=""
-#conf_files=""
-#make_dirs="/var/log/dir 0755 root root"
 hostmakedepends="cmake"
 makedepends="SDL2-devel SDL2_mixer-devel SDL2_net-devel zlib-devel"
 short_desc="Advanced Boom-compatible Doom engine with vanilla compatibility"

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

* Re: [PR PATCH] [Updated] New package: eternity-4.02.00
  2021-03-13 17:46 [PR PATCH] New package: eternity-4.02.00 Antkibo
                   ` (4 preceding siblings ...)
  2021-04-25 15:51 ` [PR PATCH] [Updated] " Antkibo
@ 2021-04-25 16:09 ` Antkibo
  2021-04-25 16:10 ` Antkibo
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Antkibo @ 2021-04-25 16:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Antkibo/void-packages master
https://github.com/void-linux/void-packages/pull/29438

New package: eternity-4.02.00
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/29438.patch is attached

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

From 2ef4a5edb4d817ec2eb464f51d7149c4e3457032 Mon Sep 17 00:00:00 2001
From: Antkibo <hxd.1996@gmail.com>
Date: Sat, 13 Mar 2021 13:40:35 -0400
Subject: [PATCH 1/3] New package: eternity-4.02.00

---
 srcpkgs/eternity/INSTALL.msg | 15 +++++++++++++++
 srcpkgs/eternity/template    | 27 +++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)
 create mode 100644 srcpkgs/eternity/INSTALL.msg
 create mode 100644 srcpkgs/eternity/template

diff --git a/srcpkgs/eternity/INSTALL.msg b/srcpkgs/eternity/INSTALL.msg
new file mode 100644
index 000000000000..fdf4fd5938c5
--- /dev/null
+++ b/srcpkgs/eternity/INSTALL.msg
@@ -0,0 +1,15 @@
+Before loading WADs, go to:
+
+	/usr/share/eternity/base
+
+And check if the following directories exist:
+
+	* doom
+	* doom2
+	* hacx
+	* heretic
+	* plutonia
+	* shots
+	* tnt
+
+If they aren't, create the missing ones with mkdir.
diff --git a/srcpkgs/eternity/template b/srcpkgs/eternity/template
new file mode 100644
index 000000000000..f2d29d26dc4f
--- /dev/null
+++ b/srcpkgs/eternity/template
@@ -0,0 +1,27 @@
+# Template file for 'eternity'
+pkgname=eternity
+version=4.02.00
+revision=1
+#archs="i686 x86_64"
+#wrksrc=
+create_wrksrc=yes
+build_wrksrc="${pkgname}-${version}"
+build_style=cmake
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends="cmake"
+makedepends="SDL2-devel SDL2_mixer-devel SDL2_net-devel zlib-devel"
+short_desc="Advanced Boom-compatible Doom engine with vanilla compatibility"
+maintainer="Antkibo <hxd.1996@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/team-eternity/eternity"
+distfiles="https://github.com/team-eternity/eternity/archive/${version}.tar.gz https://github.com/Wohlstand/libADLMIDI/archive/v1.5.0.1-1.tar.gz"
+checksum="bb9f69af38394dadd5b4d619b4ce8930728e1e61c70085379f53978be228c333
+ f19b18f35564f4db6f5d35d820655ea48e2cf8ffb193037fad74eecbabb35f07"
+
+post_extract() {
+	cp -r ${wrksrc}/libADLMIDI-1.5.0.1-1/* ${wrksrc}/${pkgname}-${version}/adlmidi
+}

From 042523b8ff5d88c6d9cb05815d46a400180865de Mon Sep 17 00:00:00 2001
From: Antkibo <hxd.1996@gmail.com>
Date: Sun, 25 Apr 2021 11:51:14 -0400
Subject: [PATCH 2/3] Remove default template comments

---
 srcpkgs/eternity/template | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/srcpkgs/eternity/template b/srcpkgs/eternity/template
index f2d29d26dc4f..b626ccebf660 100644
--- a/srcpkgs/eternity/template
+++ b/srcpkgs/eternity/template
@@ -1,17 +1,9 @@
-# Template file for 'eternity'
 pkgname=eternity
 version=4.02.00
 revision=1
-#archs="i686 x86_64"
-#wrksrc=
 create_wrksrc=yes
 build_wrksrc="${pkgname}-${version}"
 build_style=cmake
-#configure_args=""
-#make_build_args=""
-#make_install_args=""
-#conf_files=""
-#make_dirs="/var/log/dir 0755 root root"
 hostmakedepends="cmake"
 makedepends="SDL2-devel SDL2_mixer-devel SDL2_net-devel zlib-devel"
 short_desc="Advanced Boom-compatible Doom engine with vanilla compatibility"

From 3dcb5acf14475896016515b422919ae0c6430af9 Mon Sep 17 00:00:00 2001
From: Antkibo <hxd.1996@gmail.com>
Date: Sun, 25 Apr 2021 12:09:46 -0400
Subject: [PATCH 3/3] Add make_dirs and change post_extract

---
 srcpkgs/eternity/template | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/eternity/template b/srcpkgs/eternity/template
index b626ccebf660..16f85cfa4dfa 100644
--- a/srcpkgs/eternity/template
+++ b/srcpkgs/eternity/template
@@ -3,6 +3,11 @@ version=4.02.00
 revision=1
 create_wrksrc=yes
 build_wrksrc="${pkgname}-${version}"
+make_dirs="/usr/share/eternity/base/doom2 0755 root root
+/usr/share/eternity/base/hacx 0755 root root
+/usr/share/eternity/base/plutonia 0755 root root
+/usr/share/eternity/base/shots 0755 root root
+/usr/share/eternity/base/tnt 0755 root root"
 build_style=cmake
 hostmakedepends="cmake"
 makedepends="SDL2-devel SDL2_mixer-devel SDL2_net-devel zlib-devel"
@@ -10,10 +15,12 @@ short_desc="Advanced Boom-compatible Doom engine with vanilla compatibility"
 maintainer="Antkibo <hxd.1996@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/team-eternity/eternity"
-distfiles="https://github.com/team-eternity/eternity/archive/${version}.tar.gz https://github.com/Wohlstand/libADLMIDI/archive/v1.5.0.1-1.tar.gz"
+distfiles="https://github.com/team-eternity/eternity/archive/${version}.tar.gz 
+https://github.com/Wohlstand/libADLMIDI/archive/v1.5.0.1-1.tar.gz"
 checksum="bb9f69af38394dadd5b4d619b4ce8930728e1e61c70085379f53978be228c333
  f19b18f35564f4db6f5d35d820655ea48e2cf8ffb193037fad74eecbabb35f07"
 
 post_extract() {
-	cp -r ${wrksrc}/libADLMIDI-1.5.0.1-1/* ${wrksrc}/${pkgname}-${version}/adlmidi
+        rmdir ${wrksrc}/${pkgname}-${version}/adlmidi
+        mv ${wrksrc}/libADLMIDI-1.5.0.1-1 ${wrksrc}/${pkgname}-${version}
 }

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

* Re: [PR PATCH] [Updated] New package: eternity-4.02.00
  2021-03-13 17:46 [PR PATCH] New package: eternity-4.02.00 Antkibo
                   ` (5 preceding siblings ...)
  2021-04-25 16:09 ` Antkibo
@ 2021-04-25 16:10 ` Antkibo
  2021-04-25 18:34 ` [PR REVIEW] " Antkibo
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Antkibo @ 2021-04-25 16:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Antkibo/void-packages master
https://github.com/void-linux/void-packages/pull/29438

New package: eternity-4.02.00
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/29438.patch is attached

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

From 2ef4a5edb4d817ec2eb464f51d7149c4e3457032 Mon Sep 17 00:00:00 2001
From: Antkibo <hxd.1996@gmail.com>
Date: Sat, 13 Mar 2021 13:40:35 -0400
Subject: [PATCH 1/4] New package: eternity-4.02.00

---
 srcpkgs/eternity/INSTALL.msg | 15 +++++++++++++++
 srcpkgs/eternity/template    | 27 +++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)
 create mode 100644 srcpkgs/eternity/INSTALL.msg
 create mode 100644 srcpkgs/eternity/template

diff --git a/srcpkgs/eternity/INSTALL.msg b/srcpkgs/eternity/INSTALL.msg
new file mode 100644
index 000000000000..fdf4fd5938c5
--- /dev/null
+++ b/srcpkgs/eternity/INSTALL.msg
@@ -0,0 +1,15 @@
+Before loading WADs, go to:
+
+	/usr/share/eternity/base
+
+And check if the following directories exist:
+
+	* doom
+	* doom2
+	* hacx
+	* heretic
+	* plutonia
+	* shots
+	* tnt
+
+If they aren't, create the missing ones with mkdir.
diff --git a/srcpkgs/eternity/template b/srcpkgs/eternity/template
new file mode 100644
index 000000000000..f2d29d26dc4f
--- /dev/null
+++ b/srcpkgs/eternity/template
@@ -0,0 +1,27 @@
+# Template file for 'eternity'
+pkgname=eternity
+version=4.02.00
+revision=1
+#archs="i686 x86_64"
+#wrksrc=
+create_wrksrc=yes
+build_wrksrc="${pkgname}-${version}"
+build_style=cmake
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends="cmake"
+makedepends="SDL2-devel SDL2_mixer-devel SDL2_net-devel zlib-devel"
+short_desc="Advanced Boom-compatible Doom engine with vanilla compatibility"
+maintainer="Antkibo <hxd.1996@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/team-eternity/eternity"
+distfiles="https://github.com/team-eternity/eternity/archive/${version}.tar.gz https://github.com/Wohlstand/libADLMIDI/archive/v1.5.0.1-1.tar.gz"
+checksum="bb9f69af38394dadd5b4d619b4ce8930728e1e61c70085379f53978be228c333
+ f19b18f35564f4db6f5d35d820655ea48e2cf8ffb193037fad74eecbabb35f07"
+
+post_extract() {
+	cp -r ${wrksrc}/libADLMIDI-1.5.0.1-1/* ${wrksrc}/${pkgname}-${version}/adlmidi
+}

From 042523b8ff5d88c6d9cb05815d46a400180865de Mon Sep 17 00:00:00 2001
From: Antkibo <hxd.1996@gmail.com>
Date: Sun, 25 Apr 2021 11:51:14 -0400
Subject: [PATCH 2/4] Remove default template comments

---
 srcpkgs/eternity/template | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/srcpkgs/eternity/template b/srcpkgs/eternity/template
index f2d29d26dc4f..b626ccebf660 100644
--- a/srcpkgs/eternity/template
+++ b/srcpkgs/eternity/template
@@ -1,17 +1,9 @@
-# Template file for 'eternity'
 pkgname=eternity
 version=4.02.00
 revision=1
-#archs="i686 x86_64"
-#wrksrc=
 create_wrksrc=yes
 build_wrksrc="${pkgname}-${version}"
 build_style=cmake
-#configure_args=""
-#make_build_args=""
-#make_install_args=""
-#conf_files=""
-#make_dirs="/var/log/dir 0755 root root"
 hostmakedepends="cmake"
 makedepends="SDL2-devel SDL2_mixer-devel SDL2_net-devel zlib-devel"
 short_desc="Advanced Boom-compatible Doom engine with vanilla compatibility"

From 3dcb5acf14475896016515b422919ae0c6430af9 Mon Sep 17 00:00:00 2001
From: Antkibo <hxd.1996@gmail.com>
Date: Sun, 25 Apr 2021 12:09:46 -0400
Subject: [PATCH 3/4] Add make_dirs and change post_extract

---
 srcpkgs/eternity/template | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/eternity/template b/srcpkgs/eternity/template
index b626ccebf660..16f85cfa4dfa 100644
--- a/srcpkgs/eternity/template
+++ b/srcpkgs/eternity/template
@@ -3,6 +3,11 @@ version=4.02.00
 revision=1
 create_wrksrc=yes
 build_wrksrc="${pkgname}-${version}"
+make_dirs="/usr/share/eternity/base/doom2 0755 root root
+/usr/share/eternity/base/hacx 0755 root root
+/usr/share/eternity/base/plutonia 0755 root root
+/usr/share/eternity/base/shots 0755 root root
+/usr/share/eternity/base/tnt 0755 root root"
 build_style=cmake
 hostmakedepends="cmake"
 makedepends="SDL2-devel SDL2_mixer-devel SDL2_net-devel zlib-devel"
@@ -10,10 +15,12 @@ short_desc="Advanced Boom-compatible Doom engine with vanilla compatibility"
 maintainer="Antkibo <hxd.1996@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/team-eternity/eternity"
-distfiles="https://github.com/team-eternity/eternity/archive/${version}.tar.gz https://github.com/Wohlstand/libADLMIDI/archive/v1.5.0.1-1.tar.gz"
+distfiles="https://github.com/team-eternity/eternity/archive/${version}.tar.gz 
+https://github.com/Wohlstand/libADLMIDI/archive/v1.5.0.1-1.tar.gz"
 checksum="bb9f69af38394dadd5b4d619b4ce8930728e1e61c70085379f53978be228c333
  f19b18f35564f4db6f5d35d820655ea48e2cf8ffb193037fad74eecbabb35f07"
 
 post_extract() {
-	cp -r ${wrksrc}/libADLMIDI-1.5.0.1-1/* ${wrksrc}/${pkgname}-${version}/adlmidi
+        rmdir ${wrksrc}/${pkgname}-${version}/adlmidi
+        mv ${wrksrc}/libADLMIDI-1.5.0.1-1 ${wrksrc}/${pkgname}-${version}
 }

From 94c50eb48cc359c6149ead079b5b7e2cc984e08d Mon Sep 17 00:00:00 2001
From: Antkibo <hxd.1996@gmail.com>
Date: Sun, 25 Apr 2021 12:10:23 -0400
Subject: [PATCH 4/4] Delete INSTALL.msg

---
 srcpkgs/eternity/INSTALL.msg | 15 ---------------
 1 file changed, 15 deletions(-)
 delete mode 100644 srcpkgs/eternity/INSTALL.msg

diff --git a/srcpkgs/eternity/INSTALL.msg b/srcpkgs/eternity/INSTALL.msg
deleted file mode 100644
index fdf4fd5938c5..000000000000
--- a/srcpkgs/eternity/INSTALL.msg
+++ /dev/null
@@ -1,15 +0,0 @@
-Before loading WADs, go to:
-
-	/usr/share/eternity/base
-
-And check if the following directories exist:
-
-	* doom
-	* doom2
-	* hacx
-	* heretic
-	* plutonia
-	* shots
-	* tnt
-
-If they aren't, create the missing ones with mkdir.

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

* Re: [PR REVIEW] New package: eternity-4.02.00
  2021-03-13 17:46 [PR PATCH] New package: eternity-4.02.00 Antkibo
                   ` (6 preceding siblings ...)
  2021-04-25 16:10 ` Antkibo
@ 2021-04-25 18:34 ` Antkibo
  2021-04-25 18:34 ` Antkibo
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Antkibo @ 2021-04-25 18:34 UTC (permalink / raw)
  To: ml

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

New review comment by Antkibo on void-packages repository

https://github.com/void-linux/void-packages/pull/29438#discussion_r619857397

Comment:
If one clones the repository those directories are there. This problem happens with the release tar.

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

* Re: New package: eternity-4.02.00
  2021-03-13 17:46 [PR PATCH] New package: eternity-4.02.00 Antkibo
                   ` (7 preceding siblings ...)
  2021-04-25 18:34 ` [PR REVIEW] " Antkibo
@ 2021-04-25 18:34 ` Antkibo
  2021-04-25 18:34 ` [PR PATCH] [Closed]: " Antkibo
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Antkibo @ 2021-04-25 18:34 UTC (permalink / raw)
  To: ml

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

New comment by Antkibo on void-packages repository

https://github.com/void-linux/void-packages/pull/29438#issuecomment-826369422

Comment:
> ut ye



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

* Re: [PR PATCH] [Closed]: New package: eternity-4.02.00
  2021-03-13 17:46 [PR PATCH] New package: eternity-4.02.00 Antkibo
                   ` (8 preceding siblings ...)
  2021-04-25 18:34 ` Antkibo
@ 2021-04-25 18:34 ` Antkibo
  2021-04-25 18:35 ` Antkibo
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Antkibo @ 2021-04-25 18:34 UTC (permalink / raw)
  To: ml

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

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

New package: eternity-4.02.00
https://github.com/void-linux/void-packages/pull/29438

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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] 17+ messages in thread

* Re: New package: eternity-4.02.00
  2021-03-13 17:46 [PR PATCH] New package: eternity-4.02.00 Antkibo
                   ` (9 preceding siblings ...)
  2021-04-25 18:34 ` [PR PATCH] [Closed]: " Antkibo
@ 2021-04-25 18:35 ` Antkibo
  2021-04-25 18:35 ` [PR REVIEW] " Antkibo
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Antkibo @ 2021-04-25 18:35 UTC (permalink / raw)
  To: ml

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

New comment by Antkibo on void-packages repository

https://github.com/void-linux/void-packages/pull/29438#issuecomment-826369422

Comment:
> ut ye



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

* Re: [PR REVIEW] New package: eternity-4.02.00
  2021-03-13 17:46 [PR PATCH] New package: eternity-4.02.00 Antkibo
                   ` (10 preceding siblings ...)
  2021-04-25 18:35 ` Antkibo
@ 2021-04-25 18:35 ` Antkibo
  2021-04-25 18:38 ` [PR PATCH] [Updated] " Antkibo
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Antkibo @ 2021-04-25 18:35 UTC (permalink / raw)
  To: ml

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

New review comment by Antkibo on void-packages repository

https://github.com/void-linux/void-packages/pull/29438#discussion_r619857574

Comment:
Thanks. I made the changes.

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

* Re: [PR PATCH] [Updated] New package: eternity-4.02.00
  2021-03-13 17:46 [PR PATCH] New package: eternity-4.02.00 Antkibo
                   ` (11 preceding siblings ...)
  2021-04-25 18:35 ` [PR REVIEW] " Antkibo
@ 2021-04-25 18:38 ` Antkibo
  2021-04-25 18:51 ` Antkibo
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Antkibo @ 2021-04-25 18:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Antkibo/void-packages master
https://github.com/void-linux/void-packages/pull/29438

New package: eternity-4.02.00
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/29438.patch is attached

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

From 2ef4a5edb4d817ec2eb464f51d7149c4e3457032 Mon Sep 17 00:00:00 2001
From: Antkibo <hxd.1996@gmail.com>
Date: Sat, 13 Mar 2021 13:40:35 -0400
Subject: [PATCH 1/5] New package: eternity-4.02.00

---
 srcpkgs/eternity/INSTALL.msg | 15 +++++++++++++++
 srcpkgs/eternity/template    | 27 +++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)
 create mode 100644 srcpkgs/eternity/INSTALL.msg
 create mode 100644 srcpkgs/eternity/template

diff --git a/srcpkgs/eternity/INSTALL.msg b/srcpkgs/eternity/INSTALL.msg
new file mode 100644
index 000000000000..fdf4fd5938c5
--- /dev/null
+++ b/srcpkgs/eternity/INSTALL.msg
@@ -0,0 +1,15 @@
+Before loading WADs, go to:
+
+	/usr/share/eternity/base
+
+And check if the following directories exist:
+
+	* doom
+	* doom2
+	* hacx
+	* heretic
+	* plutonia
+	* shots
+	* tnt
+
+If they aren't, create the missing ones with mkdir.
diff --git a/srcpkgs/eternity/template b/srcpkgs/eternity/template
new file mode 100644
index 000000000000..f2d29d26dc4f
--- /dev/null
+++ b/srcpkgs/eternity/template
@@ -0,0 +1,27 @@
+# Template file for 'eternity'
+pkgname=eternity
+version=4.02.00
+revision=1
+#archs="i686 x86_64"
+#wrksrc=
+create_wrksrc=yes
+build_wrksrc="${pkgname}-${version}"
+build_style=cmake
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends="cmake"
+makedepends="SDL2-devel SDL2_mixer-devel SDL2_net-devel zlib-devel"
+short_desc="Advanced Boom-compatible Doom engine with vanilla compatibility"
+maintainer="Antkibo <hxd.1996@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/team-eternity/eternity"
+distfiles="https://github.com/team-eternity/eternity/archive/${version}.tar.gz https://github.com/Wohlstand/libADLMIDI/archive/v1.5.0.1-1.tar.gz"
+checksum="bb9f69af38394dadd5b4d619b4ce8930728e1e61c70085379f53978be228c333
+ f19b18f35564f4db6f5d35d820655ea48e2cf8ffb193037fad74eecbabb35f07"
+
+post_extract() {
+	cp -r ${wrksrc}/libADLMIDI-1.5.0.1-1/* ${wrksrc}/${pkgname}-${version}/adlmidi
+}

From 042523b8ff5d88c6d9cb05815d46a400180865de Mon Sep 17 00:00:00 2001
From: Antkibo <hxd.1996@gmail.com>
Date: Sun, 25 Apr 2021 11:51:14 -0400
Subject: [PATCH 2/5] Remove default template comments

---
 srcpkgs/eternity/template | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/srcpkgs/eternity/template b/srcpkgs/eternity/template
index f2d29d26dc4f..b626ccebf660 100644
--- a/srcpkgs/eternity/template
+++ b/srcpkgs/eternity/template
@@ -1,17 +1,9 @@
-# Template file for 'eternity'
 pkgname=eternity
 version=4.02.00
 revision=1
-#archs="i686 x86_64"
-#wrksrc=
 create_wrksrc=yes
 build_wrksrc="${pkgname}-${version}"
 build_style=cmake
-#configure_args=""
-#make_build_args=""
-#make_install_args=""
-#conf_files=""
-#make_dirs="/var/log/dir 0755 root root"
 hostmakedepends="cmake"
 makedepends="SDL2-devel SDL2_mixer-devel SDL2_net-devel zlib-devel"
 short_desc="Advanced Boom-compatible Doom engine with vanilla compatibility"

From 3dcb5acf14475896016515b422919ae0c6430af9 Mon Sep 17 00:00:00 2001
From: Antkibo <hxd.1996@gmail.com>
Date: Sun, 25 Apr 2021 12:09:46 -0400
Subject: [PATCH 3/5] Add make_dirs and change post_extract

---
 srcpkgs/eternity/template | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/eternity/template b/srcpkgs/eternity/template
index b626ccebf660..16f85cfa4dfa 100644
--- a/srcpkgs/eternity/template
+++ b/srcpkgs/eternity/template
@@ -3,6 +3,11 @@ version=4.02.00
 revision=1
 create_wrksrc=yes
 build_wrksrc="${pkgname}-${version}"
+make_dirs="/usr/share/eternity/base/doom2 0755 root root
+/usr/share/eternity/base/hacx 0755 root root
+/usr/share/eternity/base/plutonia 0755 root root
+/usr/share/eternity/base/shots 0755 root root
+/usr/share/eternity/base/tnt 0755 root root"
 build_style=cmake
 hostmakedepends="cmake"
 makedepends="SDL2-devel SDL2_mixer-devel SDL2_net-devel zlib-devel"
@@ -10,10 +15,12 @@ short_desc="Advanced Boom-compatible Doom engine with vanilla compatibility"
 maintainer="Antkibo <hxd.1996@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/team-eternity/eternity"
-distfiles="https://github.com/team-eternity/eternity/archive/${version}.tar.gz https://github.com/Wohlstand/libADLMIDI/archive/v1.5.0.1-1.tar.gz"
+distfiles="https://github.com/team-eternity/eternity/archive/${version}.tar.gz 
+https://github.com/Wohlstand/libADLMIDI/archive/v1.5.0.1-1.tar.gz"
 checksum="bb9f69af38394dadd5b4d619b4ce8930728e1e61c70085379f53978be228c333
  f19b18f35564f4db6f5d35d820655ea48e2cf8ffb193037fad74eecbabb35f07"
 
 post_extract() {
-	cp -r ${wrksrc}/libADLMIDI-1.5.0.1-1/* ${wrksrc}/${pkgname}-${version}/adlmidi
+        rmdir ${wrksrc}/${pkgname}-${version}/adlmidi
+        mv ${wrksrc}/libADLMIDI-1.5.0.1-1 ${wrksrc}/${pkgname}-${version}
 }

From 94c50eb48cc359c6149ead079b5b7e2cc984e08d Mon Sep 17 00:00:00 2001
From: Antkibo <hxd.1996@gmail.com>
Date: Sun, 25 Apr 2021 12:10:23 -0400
Subject: [PATCH 4/5] Delete INSTALL.msg

---
 srcpkgs/eternity/INSTALL.msg | 15 ---------------
 1 file changed, 15 deletions(-)
 delete mode 100644 srcpkgs/eternity/INSTALL.msg

diff --git a/srcpkgs/eternity/INSTALL.msg b/srcpkgs/eternity/INSTALL.msg
deleted file mode 100644
index fdf4fd5938c5..000000000000
--- a/srcpkgs/eternity/INSTALL.msg
+++ /dev/null
@@ -1,15 +0,0 @@
-Before loading WADs, go to:
-
-	/usr/share/eternity/base
-
-And check if the following directories exist:
-
-	* doom
-	* doom2
-	* hacx
-	* heretic
-	* plutonia
-	* shots
-	* tnt
-
-If they aren't, create the missing ones with mkdir.

From a7116ef28f9f0622681cd522dceb53e42c28aca8 Mon Sep 17 00:00:00 2001
From: Antkibo <hxd.1996@gmail.com>
Date: Sun, 25 Apr 2021 12:32:47 -0400
Subject: [PATCH 5/5] Fix mv command

---
 srcpkgs/eternity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/eternity/template b/srcpkgs/eternity/template
index 16f85cfa4dfa..1c4623d393c0 100644
--- a/srcpkgs/eternity/template
+++ b/srcpkgs/eternity/template
@@ -22,5 +22,5 @@ checksum="bb9f69af38394dadd5b4d619b4ce8930728e1e61c70085379f53978be228c333
 
 post_extract() {
         rmdir ${wrksrc}/${pkgname}-${version}/adlmidi
-        mv ${wrksrc}/libADLMIDI-1.5.0.1-1 ${wrksrc}/${pkgname}-${version}
+        mv ${wrksrc}/libADLMIDI-1.5.0.1-1 ${wrksrc}/${pkgname}-${version}/adlmidi
 }

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

* Re: [PR PATCH] [Updated] New package: eternity-4.02.00
  2021-03-13 17:46 [PR PATCH] New package: eternity-4.02.00 Antkibo
                   ` (12 preceding siblings ...)
  2021-04-25 18:38 ` [PR PATCH] [Updated] " Antkibo
@ 2021-04-25 18:51 ` Antkibo
  2022-05-08  2:12 ` github-actions
  2022-05-23  2:11 ` [PR PATCH] [Closed]: " github-actions
  15 siblings, 0 replies; 17+ messages in thread
From: Antkibo @ 2021-04-25 18:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Antkibo/void-packages master
https://github.com/void-linux/void-packages/pull/29438

New package: eternity-4.02.00
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/29438.patch is attached

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

From 2ef4a5edb4d817ec2eb464f51d7149c4e3457032 Mon Sep 17 00:00:00 2001
From: Antkibo <hxd.1996@gmail.com>
Date: Sat, 13 Mar 2021 13:40:35 -0400
Subject: [PATCH 1/6] New package: eternity-4.02.00

---
 srcpkgs/eternity/INSTALL.msg | 15 +++++++++++++++
 srcpkgs/eternity/template    | 27 +++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)
 create mode 100644 srcpkgs/eternity/INSTALL.msg
 create mode 100644 srcpkgs/eternity/template

diff --git a/srcpkgs/eternity/INSTALL.msg b/srcpkgs/eternity/INSTALL.msg
new file mode 100644
index 000000000000..fdf4fd5938c5
--- /dev/null
+++ b/srcpkgs/eternity/INSTALL.msg
@@ -0,0 +1,15 @@
+Before loading WADs, go to:
+
+	/usr/share/eternity/base
+
+And check if the following directories exist:
+
+	* doom
+	* doom2
+	* hacx
+	* heretic
+	* plutonia
+	* shots
+	* tnt
+
+If they aren't, create the missing ones with mkdir.
diff --git a/srcpkgs/eternity/template b/srcpkgs/eternity/template
new file mode 100644
index 000000000000..f2d29d26dc4f
--- /dev/null
+++ b/srcpkgs/eternity/template
@@ -0,0 +1,27 @@
+# Template file for 'eternity'
+pkgname=eternity
+version=4.02.00
+revision=1
+#archs="i686 x86_64"
+#wrksrc=
+create_wrksrc=yes
+build_wrksrc="${pkgname}-${version}"
+build_style=cmake
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends="cmake"
+makedepends="SDL2-devel SDL2_mixer-devel SDL2_net-devel zlib-devel"
+short_desc="Advanced Boom-compatible Doom engine with vanilla compatibility"
+maintainer="Antkibo <hxd.1996@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/team-eternity/eternity"
+distfiles="https://github.com/team-eternity/eternity/archive/${version}.tar.gz https://github.com/Wohlstand/libADLMIDI/archive/v1.5.0.1-1.tar.gz"
+checksum="bb9f69af38394dadd5b4d619b4ce8930728e1e61c70085379f53978be228c333
+ f19b18f35564f4db6f5d35d820655ea48e2cf8ffb193037fad74eecbabb35f07"
+
+post_extract() {
+	cp -r ${wrksrc}/libADLMIDI-1.5.0.1-1/* ${wrksrc}/${pkgname}-${version}/adlmidi
+}

From 042523b8ff5d88c6d9cb05815d46a400180865de Mon Sep 17 00:00:00 2001
From: Antkibo <hxd.1996@gmail.com>
Date: Sun, 25 Apr 2021 11:51:14 -0400
Subject: [PATCH 2/6] Remove default template comments

---
 srcpkgs/eternity/template | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/srcpkgs/eternity/template b/srcpkgs/eternity/template
index f2d29d26dc4f..b626ccebf660 100644
--- a/srcpkgs/eternity/template
+++ b/srcpkgs/eternity/template
@@ -1,17 +1,9 @@
-# Template file for 'eternity'
 pkgname=eternity
 version=4.02.00
 revision=1
-#archs="i686 x86_64"
-#wrksrc=
 create_wrksrc=yes
 build_wrksrc="${pkgname}-${version}"
 build_style=cmake
-#configure_args=""
-#make_build_args=""
-#make_install_args=""
-#conf_files=""
-#make_dirs="/var/log/dir 0755 root root"
 hostmakedepends="cmake"
 makedepends="SDL2-devel SDL2_mixer-devel SDL2_net-devel zlib-devel"
 short_desc="Advanced Boom-compatible Doom engine with vanilla compatibility"

From 3dcb5acf14475896016515b422919ae0c6430af9 Mon Sep 17 00:00:00 2001
From: Antkibo <hxd.1996@gmail.com>
Date: Sun, 25 Apr 2021 12:09:46 -0400
Subject: [PATCH 3/6] Add make_dirs and change post_extract

---
 srcpkgs/eternity/template | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/eternity/template b/srcpkgs/eternity/template
index b626ccebf660..16f85cfa4dfa 100644
--- a/srcpkgs/eternity/template
+++ b/srcpkgs/eternity/template
@@ -3,6 +3,11 @@ version=4.02.00
 revision=1
 create_wrksrc=yes
 build_wrksrc="${pkgname}-${version}"
+make_dirs="/usr/share/eternity/base/doom2 0755 root root
+/usr/share/eternity/base/hacx 0755 root root
+/usr/share/eternity/base/plutonia 0755 root root
+/usr/share/eternity/base/shots 0755 root root
+/usr/share/eternity/base/tnt 0755 root root"
 build_style=cmake
 hostmakedepends="cmake"
 makedepends="SDL2-devel SDL2_mixer-devel SDL2_net-devel zlib-devel"
@@ -10,10 +15,12 @@ short_desc="Advanced Boom-compatible Doom engine with vanilla compatibility"
 maintainer="Antkibo <hxd.1996@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/team-eternity/eternity"
-distfiles="https://github.com/team-eternity/eternity/archive/${version}.tar.gz https://github.com/Wohlstand/libADLMIDI/archive/v1.5.0.1-1.tar.gz"
+distfiles="https://github.com/team-eternity/eternity/archive/${version}.tar.gz 
+https://github.com/Wohlstand/libADLMIDI/archive/v1.5.0.1-1.tar.gz"
 checksum="bb9f69af38394dadd5b4d619b4ce8930728e1e61c70085379f53978be228c333
  f19b18f35564f4db6f5d35d820655ea48e2cf8ffb193037fad74eecbabb35f07"
 
 post_extract() {
-	cp -r ${wrksrc}/libADLMIDI-1.5.0.1-1/* ${wrksrc}/${pkgname}-${version}/adlmidi
+        rmdir ${wrksrc}/${pkgname}-${version}/adlmidi
+        mv ${wrksrc}/libADLMIDI-1.5.0.1-1 ${wrksrc}/${pkgname}-${version}
 }

From 94c50eb48cc359c6149ead079b5b7e2cc984e08d Mon Sep 17 00:00:00 2001
From: Antkibo <hxd.1996@gmail.com>
Date: Sun, 25 Apr 2021 12:10:23 -0400
Subject: [PATCH 4/6] Delete INSTALL.msg

---
 srcpkgs/eternity/INSTALL.msg | 15 ---------------
 1 file changed, 15 deletions(-)
 delete mode 100644 srcpkgs/eternity/INSTALL.msg

diff --git a/srcpkgs/eternity/INSTALL.msg b/srcpkgs/eternity/INSTALL.msg
deleted file mode 100644
index fdf4fd5938c5..000000000000
--- a/srcpkgs/eternity/INSTALL.msg
+++ /dev/null
@@ -1,15 +0,0 @@
-Before loading WADs, go to:
-
-	/usr/share/eternity/base
-
-And check if the following directories exist:
-
-	* doom
-	* doom2
-	* hacx
-	* heretic
-	* plutonia
-	* shots
-	* tnt
-
-If they aren't, create the missing ones with mkdir.

From a7116ef28f9f0622681cd522dceb53e42c28aca8 Mon Sep 17 00:00:00 2001
From: Antkibo <hxd.1996@gmail.com>
Date: Sun, 25 Apr 2021 12:32:47 -0400
Subject: [PATCH 5/6] Fix mv command

---
 srcpkgs/eternity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/eternity/template b/srcpkgs/eternity/template
index 16f85cfa4dfa..1c4623d393c0 100644
--- a/srcpkgs/eternity/template
+++ b/srcpkgs/eternity/template
@@ -22,5 +22,5 @@ checksum="bb9f69af38394dadd5b4d619b4ce8930728e1e61c70085379f53978be228c333
 
 post_extract() {
         rmdir ${wrksrc}/${pkgname}-${version}/adlmidi
-        mv ${wrksrc}/libADLMIDI-1.5.0.1-1 ${wrksrc}/${pkgname}-${version}
+        mv ${wrksrc}/libADLMIDI-1.5.0.1-1 ${wrksrc}/${pkgname}-${version}/adlmidi
 }

From 30e03804409fbb49729435cb973addf5a1c1130b Mon Sep 17 00:00:00 2001
From: Antkibo <hxd.1996@gmail.com>
Date: Sun, 25 Apr 2021 14:51:40 -0400
Subject: [PATCH 6/6] Tidy up template

---
 srcpkgs/eternity/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/eternity/template b/srcpkgs/eternity/template
index 1c4623d393c0..5bab33c15ffd 100644
--- a/srcpkgs/eternity/template
+++ b/srcpkgs/eternity/template
@@ -18,7 +18,7 @@ homepage="https://github.com/team-eternity/eternity"
 distfiles="https://github.com/team-eternity/eternity/archive/${version}.tar.gz 
 https://github.com/Wohlstand/libADLMIDI/archive/v1.5.0.1-1.tar.gz"
 checksum="bb9f69af38394dadd5b4d619b4ce8930728e1e61c70085379f53978be228c333
- f19b18f35564f4db6f5d35d820655ea48e2cf8ffb193037fad74eecbabb35f07"
+f19b18f35564f4db6f5d35d820655ea48e2cf8ffb193037fad74eecbabb35f07"
 
 post_extract() {
         rmdir ${wrksrc}/${pkgname}-${version}/adlmidi

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

* Re: New package: eternity-4.02.00
  2021-03-13 17:46 [PR PATCH] New package: eternity-4.02.00 Antkibo
                   ` (13 preceding siblings ...)
  2021-04-25 18:51 ` Antkibo
@ 2022-05-08  2:12 ` github-actions
  2022-05-23  2:11 ` [PR PATCH] [Closed]: " github-actions
  15 siblings, 0 replies; 17+ messages in thread
From: github-actions @ 2022-05-08  2:12 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/29438#issuecomment-1120334395

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] 17+ messages in thread

* Re: [PR PATCH] [Closed]: New package: eternity-4.02.00
  2021-03-13 17:46 [PR PATCH] New package: eternity-4.02.00 Antkibo
                   ` (14 preceding siblings ...)
  2022-05-08  2:12 ` github-actions
@ 2022-05-23  2:11 ` github-actions
  15 siblings, 0 replies; 17+ messages in thread
From: github-actions @ 2022-05-23  2:11 UTC (permalink / raw)
  To: ml

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

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

New package: eternity-4.02.00
https://github.com/void-linux/void-packages/pull/29438

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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] 17+ messages in thread

end of thread, other threads:[~2022-05-23  2:11 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-13 17:46 [PR PATCH] New package: eternity-4.02.00 Antkibo
2021-04-11  3:55 ` [PR REVIEW] " ericonr
2021-04-11  3:55 ` ericonr
2021-04-11  3:55 ` ericonr
2021-04-11  3:55 ` ericonr
2021-04-25 15:51 ` [PR PATCH] [Updated] " Antkibo
2021-04-25 16:09 ` Antkibo
2021-04-25 16:10 ` Antkibo
2021-04-25 18:34 ` [PR REVIEW] " Antkibo
2021-04-25 18:34 ` Antkibo
2021-04-25 18:34 ` [PR PATCH] [Closed]: " Antkibo
2021-04-25 18:35 ` Antkibo
2021-04-25 18:35 ` [PR REVIEW] " Antkibo
2021-04-25 18:38 ` [PR PATCH] [Updated] " Antkibo
2021-04-25 18:51 ` Antkibo
2022-05-08  2:12 ` github-actions
2022-05-23  2:11 ` [PR PATCH] [Closed]: " github-actions

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