Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: scheme48-1.9_2
@ 2019-06-12 22:05 voidlinux-github
  2019-06-12 23:17 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (34 more replies)
  0 siblings, 35 replies; 36+ messages in thread
From: voidlinux-github @ 2019-06-12 22:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rc-05/void-packages personal
https://github.com/void-linux/void-packages/pull/12434

New package: scheme48-1.9_2


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

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

From 9bff5f1999e807cf20062c4085b31a93327a4c8b Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Tue, 16 Apr 2019 20:19:55 +0200
Subject: [PATCH 1/2] New package: ProTracker-0.20b

---
 srcpkgs/ProTracker/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/ProTracker/template

diff --git a/srcpkgs/ProTracker/template b/srcpkgs/ProTracker/template
new file mode 100644
index 00000000000..7ce76b096d5
--- /dev/null
+++ b/srcpkgs/ProTracker/template
@@ -0,0 +1,25 @@
+# Template file for 'ProTracker'
+pkgname=ProTracker
+version=0.20b
+revision=1
+hostmakedepends="subversion"
+makedepends="SDL2-devel"
+depends="SDL2"
+short_desc="Modern clone of the amiga ProTracker music tracker"
+maintainer="rc-05 <rc23@email.it>"
+license="WTFPL"
+homepage="https://16-bits.org/pt.php"
+
+do_fetch() {
+	svn checkout svn://svn.code.sf.net/p/protracker/code/trunk ${wrksrc}/pt-clone-code
+}
+
+do_build() {
+	cd ${wrksrc}/pt-clone-code
+	chmod +x make-linux.sh
+	./make-linux.sh
+}
+
+do_install() {
+	vbin ${wrksrc}/pt-clone-code/release/other/protracker ProTracker
+}

From 16ad4d7892facd8949adf92b28a3288fd4baef89 Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Thu, 13 Jun 2019 00:00:40 +0200
Subject: [PATCH 2/2] New package: scheme48-1.9_2

---
 srcpkgs/scheme48/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/scheme48/template

diff --git a/srcpkgs/scheme48/template b/srcpkgs/scheme48/template
new file mode 100644
index 00000000000..dc47610b191
--- /dev/null
+++ b/srcpkgs/scheme48/template
@@ -0,0 +1,21 @@
+# Template file for 'scheme48'
+pkgname=scheme48
+version=1.9
+revision=2
+wrksrc="${pkgname}-${version}.${revision}"
+build_style=gnu-configure
+configure_args="--prefix=/usr"
+short_desc="Implementation of the R5RS Scheme standard"
+maintainer="rc-05 <rc23@email.it>"
+license="custom"
+homepage="http://s48.org/"
+distfiles="http://s48.org/${version}.${revision}/scheme48-${version}.${revision}.tgz"
+checksum=9c4921a90e95daee067cd2e9cc0ffe09e118f4da01c0c0198e577c4f47759df4
+alternatives="
+ scheme:scheme:/usr/bin/scheme48
+ scheme:scheme.1:/usr/share/man/man1/scheme48.1
+"
+
+post_install() {
+	vlicense COPYING
+}
\ No newline at end of file

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

* Re: [PR PATCH] [Updated] New package: scheme48-1.9_2
  2019-06-12 22:05 [PR PATCH] New package: scheme48-1.9_2 voidlinux-github
  2019-06-12 23:17 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-06-12 23:17 ` voidlinux-github
  2019-06-12 23:45 ` voidlinux-github
                   ` (32 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: voidlinux-github @ 2019-06-12 23:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rc-05/void-packages personal
https://github.com/void-linux/void-packages/pull/12434

New package: scheme48-1.9_2


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

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

From 9bff5f1999e807cf20062c4085b31a93327a4c8b Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Tue, 16 Apr 2019 20:19:55 +0200
Subject: [PATCH 1/2] New package: ProTracker-0.20b

---
 srcpkgs/ProTracker/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/ProTracker/template

diff --git a/srcpkgs/ProTracker/template b/srcpkgs/ProTracker/template
new file mode 100644
index 00000000000..7ce76b096d5
--- /dev/null
+++ b/srcpkgs/ProTracker/template
@@ -0,0 +1,25 @@
+# Template file for 'ProTracker'
+pkgname=ProTracker
+version=0.20b
+revision=1
+hostmakedepends="subversion"
+makedepends="SDL2-devel"
+depends="SDL2"
+short_desc="Modern clone of the amiga ProTracker music tracker"
+maintainer="rc-05 <rc23@email.it>"
+license="WTFPL"
+homepage="https://16-bits.org/pt.php"
+
+do_fetch() {
+	svn checkout svn://svn.code.sf.net/p/protracker/code/trunk ${wrksrc}/pt-clone-code
+}
+
+do_build() {
+	cd ${wrksrc}/pt-clone-code
+	chmod +x make-linux.sh
+	./make-linux.sh
+}
+
+do_install() {
+	vbin ${wrksrc}/pt-clone-code/release/other/protracker ProTracker
+}

From b23cdce99ed06019565d129c7ec7a565f8eab55e Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Thu, 13 Jun 2019 00:00:40 +0200
Subject: [PATCH 2/2] New package: scheme48-1.9_2

Package compiled for x86_64 arch only.
---
 srcpkgs/scheme48/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/scheme48/template

diff --git a/srcpkgs/scheme48/template b/srcpkgs/scheme48/template
new file mode 100644
index 00000000000..7d6a72119e3
--- /dev/null
+++ b/srcpkgs/scheme48/template
@@ -0,0 +1,22 @@
+# Template file for 'scheme48'
+pkgname=scheme48
+version=1.9
+revision=2
+archs="x86_64 x86_64-musl"
+wrksrc="${pkgname}-${version}.${revision}"
+build_style=gnu-configure
+configure_args="--prefix=/usr"
+short_desc="Implementation of the R5RS Scheme standard"
+maintainer="rc-05 <rc23@email.it>"
+license="custom"
+homepage="http://s48.org/"
+distfiles="http://s48.org/${version}.${revision}/scheme48-${version}.${revision}.tgz"
+checksum=9c4921a90e95daee067cd2e9cc0ffe09e118f4da01c0c0198e577c4f47759df4
+alternatives="
+ scheme:scheme:/usr/bin/scheme48
+ scheme:scheme.1:/usr/share/man/man1/scheme48.1
+"
+
+post_install() {
+	vlicense COPYING
+}

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

* Re: [PR PATCH] [Updated] New package: scheme48-1.9_2
  2019-06-12 22:05 [PR PATCH] New package: scheme48-1.9_2 voidlinux-github
@ 2019-06-12 23:17 ` voidlinux-github
  2019-06-12 23:17 ` voidlinux-github
                   ` (33 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: voidlinux-github @ 2019-06-12 23:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rc-05/void-packages personal
https://github.com/void-linux/void-packages/pull/12434

New package: scheme48-1.9_2


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

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

From 9bff5f1999e807cf20062c4085b31a93327a4c8b Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Tue, 16 Apr 2019 20:19:55 +0200
Subject: [PATCH 1/2] New package: ProTracker-0.20b

---
 srcpkgs/ProTracker/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/ProTracker/template

diff --git a/srcpkgs/ProTracker/template b/srcpkgs/ProTracker/template
new file mode 100644
index 00000000000..7ce76b096d5
--- /dev/null
+++ b/srcpkgs/ProTracker/template
@@ -0,0 +1,25 @@
+# Template file for 'ProTracker'
+pkgname=ProTracker
+version=0.20b
+revision=1
+hostmakedepends="subversion"
+makedepends="SDL2-devel"
+depends="SDL2"
+short_desc="Modern clone of the amiga ProTracker music tracker"
+maintainer="rc-05 <rc23@email.it>"
+license="WTFPL"
+homepage="https://16-bits.org/pt.php"
+
+do_fetch() {
+	svn checkout svn://svn.code.sf.net/p/protracker/code/trunk ${wrksrc}/pt-clone-code
+}
+
+do_build() {
+	cd ${wrksrc}/pt-clone-code
+	chmod +x make-linux.sh
+	./make-linux.sh
+}
+
+do_install() {
+	vbin ${wrksrc}/pt-clone-code/release/other/protracker ProTracker
+}

From b23cdce99ed06019565d129c7ec7a565f8eab55e Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Thu, 13 Jun 2019 00:00:40 +0200
Subject: [PATCH 2/2] New package: scheme48-1.9_2

Package compiled for x86_64 arch only.
---
 srcpkgs/scheme48/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/scheme48/template

diff --git a/srcpkgs/scheme48/template b/srcpkgs/scheme48/template
new file mode 100644
index 00000000000..7d6a72119e3
--- /dev/null
+++ b/srcpkgs/scheme48/template
@@ -0,0 +1,22 @@
+# Template file for 'scheme48'
+pkgname=scheme48
+version=1.9
+revision=2
+archs="x86_64 x86_64-musl"
+wrksrc="${pkgname}-${version}.${revision}"
+build_style=gnu-configure
+configure_args="--prefix=/usr"
+short_desc="Implementation of the R5RS Scheme standard"
+maintainer="rc-05 <rc23@email.it>"
+license="custom"
+homepage="http://s48.org/"
+distfiles="http://s48.org/${version}.${revision}/scheme48-${version}.${revision}.tgz"
+checksum=9c4921a90e95daee067cd2e9cc0ffe09e118f4da01c0c0198e577c4f47759df4
+alternatives="
+ scheme:scheme:/usr/bin/scheme48
+ scheme:scheme.1:/usr/share/man/man1/scheme48.1
+"
+
+post_install() {
+	vlicense COPYING
+}

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

* Re: [PR PATCH] [Updated] New package: scheme48-1.9_2
  2019-06-12 22:05 [PR PATCH] New package: scheme48-1.9_2 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-06-12 23:45 ` voidlinux-github
@ 2019-06-12 23:45 ` voidlinux-github
  2019-06-13  1:58 ` voidlinux-github
                   ` (30 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: voidlinux-github @ 2019-06-12 23:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rc-05/void-packages personal
https://github.com/void-linux/void-packages/pull/12434

New package: scheme48-1.9_2


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

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

From 9bff5f1999e807cf20062c4085b31a93327a4c8b Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Tue, 16 Apr 2019 20:19:55 +0200
Subject: [PATCH 1/3] New package: ProTracker-0.20b

---
 srcpkgs/ProTracker/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/ProTracker/template

diff --git a/srcpkgs/ProTracker/template b/srcpkgs/ProTracker/template
new file mode 100644
index 00000000000..7ce76b096d5
--- /dev/null
+++ b/srcpkgs/ProTracker/template
@@ -0,0 +1,25 @@
+# Template file for 'ProTracker'
+pkgname=ProTracker
+version=0.20b
+revision=1
+hostmakedepends="subversion"
+makedepends="SDL2-devel"
+depends="SDL2"
+short_desc="Modern clone of the amiga ProTracker music tracker"
+maintainer="rc-05 <rc23@email.it>"
+license="WTFPL"
+homepage="https://16-bits.org/pt.php"
+
+do_fetch() {
+	svn checkout svn://svn.code.sf.net/p/protracker/code/trunk ${wrksrc}/pt-clone-code
+}
+
+do_build() {
+	cd ${wrksrc}/pt-clone-code
+	chmod +x make-linux.sh
+	./make-linux.sh
+}
+
+do_install() {
+	vbin ${wrksrc}/pt-clone-code/release/other/protracker ProTracker
+}

From b23cdce99ed06019565d129c7ec7a565f8eab55e Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Thu, 13 Jun 2019 00:00:40 +0200
Subject: [PATCH 2/3] New package: scheme48-1.9_2

Package compiled for x86_64 arch only.
---
 srcpkgs/scheme48/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/scheme48/template

diff --git a/srcpkgs/scheme48/template b/srcpkgs/scheme48/template
new file mode 100644
index 00000000000..7d6a72119e3
--- /dev/null
+++ b/srcpkgs/scheme48/template
@@ -0,0 +1,22 @@
+# Template file for 'scheme48'
+pkgname=scheme48
+version=1.9
+revision=2
+archs="x86_64 x86_64-musl"
+wrksrc="${pkgname}-${version}.${revision}"
+build_style=gnu-configure
+configure_args="--prefix=/usr"
+short_desc="Implementation of the R5RS Scheme standard"
+maintainer="rc-05 <rc23@email.it>"
+license="custom"
+homepage="http://s48.org/"
+distfiles="http://s48.org/${version}.${revision}/scheme48-${version}.${revision}.tgz"
+checksum=9c4921a90e95daee067cd2e9cc0ffe09e118f4da01c0c0198e577c4f47759df4
+alternatives="
+ scheme:scheme:/usr/bin/scheme48
+ scheme:scheme.1:/usr/share/man/man1/scheme48.1
+"
+
+post_install() {
+	vlicense COPYING
+}

From 4da54af5dcf34ac83b359ce16564301249099158 Mon Sep 17 00:00:00 2001
From: Raffaele <48553361+rc-05@users.noreply.github.com>
Date: Thu, 13 Jun 2019 01:45:28 +0200
Subject: [PATCH 3/3] Delete template

---
 srcpkgs/ProTracker/template | 25 -------------------------
 1 file changed, 25 deletions(-)
 delete mode 100644 srcpkgs/ProTracker/template

diff --git a/srcpkgs/ProTracker/template b/srcpkgs/ProTracker/template
deleted file mode 100644
index 7ce76b096d5..00000000000
--- a/srcpkgs/ProTracker/template
+++ /dev/null
@@ -1,25 +0,0 @@
-# Template file for 'ProTracker'
-pkgname=ProTracker
-version=0.20b
-revision=1
-hostmakedepends="subversion"
-makedepends="SDL2-devel"
-depends="SDL2"
-short_desc="Modern clone of the amiga ProTracker music tracker"
-maintainer="rc-05 <rc23@email.it>"
-license="WTFPL"
-homepage="https://16-bits.org/pt.php"
-
-do_fetch() {
-	svn checkout svn://svn.code.sf.net/p/protracker/code/trunk ${wrksrc}/pt-clone-code
-}
-
-do_build() {
-	cd ${wrksrc}/pt-clone-code
-	chmod +x make-linux.sh
-	./make-linux.sh
-}
-
-do_install() {
-	vbin ${wrksrc}/pt-clone-code/release/other/protracker ProTracker
-}

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

* Re: [PR PATCH] [Updated] New package: scheme48-1.9_2
  2019-06-12 22:05 [PR PATCH] New package: scheme48-1.9_2 voidlinux-github
  2019-06-12 23:17 ` [PR PATCH] [Updated] " voidlinux-github
  2019-06-12 23:17 ` voidlinux-github
@ 2019-06-12 23:45 ` voidlinux-github
  2019-06-12 23:45 ` voidlinux-github
                   ` (31 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: voidlinux-github @ 2019-06-12 23:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rc-05/void-packages personal
https://github.com/void-linux/void-packages/pull/12434

New package: scheme48-1.9_2


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

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

From 9bff5f1999e807cf20062c4085b31a93327a4c8b Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Tue, 16 Apr 2019 20:19:55 +0200
Subject: [PATCH 1/3] New package: ProTracker-0.20b

---
 srcpkgs/ProTracker/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/ProTracker/template

diff --git a/srcpkgs/ProTracker/template b/srcpkgs/ProTracker/template
new file mode 100644
index 00000000000..7ce76b096d5
--- /dev/null
+++ b/srcpkgs/ProTracker/template
@@ -0,0 +1,25 @@
+# Template file for 'ProTracker'
+pkgname=ProTracker
+version=0.20b
+revision=1
+hostmakedepends="subversion"
+makedepends="SDL2-devel"
+depends="SDL2"
+short_desc="Modern clone of the amiga ProTracker music tracker"
+maintainer="rc-05 <rc23@email.it>"
+license="WTFPL"
+homepage="https://16-bits.org/pt.php"
+
+do_fetch() {
+	svn checkout svn://svn.code.sf.net/p/protracker/code/trunk ${wrksrc}/pt-clone-code
+}
+
+do_build() {
+	cd ${wrksrc}/pt-clone-code
+	chmod +x make-linux.sh
+	./make-linux.sh
+}
+
+do_install() {
+	vbin ${wrksrc}/pt-clone-code/release/other/protracker ProTracker
+}

From b23cdce99ed06019565d129c7ec7a565f8eab55e Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Thu, 13 Jun 2019 00:00:40 +0200
Subject: [PATCH 2/3] New package: scheme48-1.9_2

Package compiled for x86_64 arch only.
---
 srcpkgs/scheme48/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/scheme48/template

diff --git a/srcpkgs/scheme48/template b/srcpkgs/scheme48/template
new file mode 100644
index 00000000000..7d6a72119e3
--- /dev/null
+++ b/srcpkgs/scheme48/template
@@ -0,0 +1,22 @@
+# Template file for 'scheme48'
+pkgname=scheme48
+version=1.9
+revision=2
+archs="x86_64 x86_64-musl"
+wrksrc="${pkgname}-${version}.${revision}"
+build_style=gnu-configure
+configure_args="--prefix=/usr"
+short_desc="Implementation of the R5RS Scheme standard"
+maintainer="rc-05 <rc23@email.it>"
+license="custom"
+homepage="http://s48.org/"
+distfiles="http://s48.org/${version}.${revision}/scheme48-${version}.${revision}.tgz"
+checksum=9c4921a90e95daee067cd2e9cc0ffe09e118f4da01c0c0198e577c4f47759df4
+alternatives="
+ scheme:scheme:/usr/bin/scheme48
+ scheme:scheme.1:/usr/share/man/man1/scheme48.1
+"
+
+post_install() {
+	vlicense COPYING
+}

From 4da54af5dcf34ac83b359ce16564301249099158 Mon Sep 17 00:00:00 2001
From: Raffaele <48553361+rc-05@users.noreply.github.com>
Date: Thu, 13 Jun 2019 01:45:28 +0200
Subject: [PATCH 3/3] Delete template

---
 srcpkgs/ProTracker/template | 25 -------------------------
 1 file changed, 25 deletions(-)
 delete mode 100644 srcpkgs/ProTracker/template

diff --git a/srcpkgs/ProTracker/template b/srcpkgs/ProTracker/template
deleted file mode 100644
index 7ce76b096d5..00000000000
--- a/srcpkgs/ProTracker/template
+++ /dev/null
@@ -1,25 +0,0 @@
-# Template file for 'ProTracker'
-pkgname=ProTracker
-version=0.20b
-revision=1
-hostmakedepends="subversion"
-makedepends="SDL2-devel"
-depends="SDL2"
-short_desc="Modern clone of the amiga ProTracker music tracker"
-maintainer="rc-05 <rc23@email.it>"
-license="WTFPL"
-homepage="https://16-bits.org/pt.php"
-
-do_fetch() {
-	svn checkout svn://svn.code.sf.net/p/protracker/code/trunk ${wrksrc}/pt-clone-code
-}
-
-do_build() {
-	cd ${wrksrc}/pt-clone-code
-	chmod +x make-linux.sh
-	./make-linux.sh
-}
-
-do_install() {
-	vbin ${wrksrc}/pt-clone-code/release/other/protracker ProTracker
-}

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

* Re: New package: scheme48-1.9_2
  2019-06-12 22:05 [PR PATCH] New package: scheme48-1.9_2 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-06-12 23:45 ` voidlinux-github
@ 2019-06-13  1:58 ` voidlinux-github
  2019-06-13  2:03 ` voidlinux-github
                   ` (29 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: voidlinux-github @ 2019-06-13  1:58 UTC (permalink / raw)
  To: ml

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

New comment by not-chicken on void-packages repository

https://github.com/void-linux/void-packages/pull/12434#issuecomment-501518954
Comment:
Hi @rc-05, thanks for your contribution!
 Seems like you accidentally pushed some extra commits. 
You can drop them using `git rebase -i HEAD~3` which will open up your text editor showing your last 3 commits. Replace the `pick` in front of commits with `drop`, then save and quit.  
Finally (force)push the changes here using `git push -f`.

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

* Re: New package: scheme48-1.9_2
  2019-06-12 22:05 [PR PATCH] New package: scheme48-1.9_2 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-06-13  1:58 ` voidlinux-github
@ 2019-06-13  2:03 ` voidlinux-github
  2019-06-15  9:37 ` [PR PATCH] [Closed]: " voidlinux-github
                   ` (28 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: voidlinux-github @ 2019-06-13  2:03 UTC (permalink / raw)
  To: ml

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

New comment by not-chicken on void-packages repository

https://github.com/void-linux/void-packages/pull/12434#issuecomment-501518954
Comment:
Hi @rc-05, thanks for your contribution!
 Seems like you accidentally pushed some extra commits. 
You can drop them using `git rebase -i HEAD~3` which will open up your text editor showing your last 3 commits. Replace the `pick` in front of those commits you want to remove from here with `drop`, then save and quit.  
Finally (force)push the changes here using `git push -f`.

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

* Re: [PR PATCH] [Closed]: New package: scheme48-1.9_2
  2019-06-12 22:05 [PR PATCH] New package: scheme48-1.9_2 voidlinux-github
                   ` (5 preceding siblings ...)
  2019-06-13  2:03 ` voidlinux-github
@ 2019-06-15  9:37 ` voidlinux-github
  2019-06-15  9:37 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (27 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: voidlinux-github @ 2019-06-15  9:37 UTC (permalink / raw)
  To: ml

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

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

New package: scheme48-1.9_2
https://github.com/void-linux/void-packages/pull/12434
Description: 

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

* Re: [PR PATCH] [Updated] New package: scheme48-1.9_2
  2019-06-12 22:05 [PR PATCH] New package: scheme48-1.9_2 voidlinux-github
                   ` (6 preceding siblings ...)
  2019-06-15  9:37 ` [PR PATCH] [Closed]: " voidlinux-github
@ 2019-06-15  9:37 ` voidlinux-github
  2019-06-15 10:53 ` voidlinux-github
                   ` (26 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: voidlinux-github @ 2019-06-15  9:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rc-05/void-packages personal
https://github.com/void-linux/void-packages/pull/12434

New package: scheme48-1.9_2


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

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



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

* Re: [PR PATCH] [Updated] New package: scheme48-1.9_2
  2019-06-12 22:05 [PR PATCH] New package: scheme48-1.9_2 voidlinux-github
                   ` (8 preceding siblings ...)
  2019-06-15 10:53 ` voidlinux-github
@ 2019-06-15 10:53 ` voidlinux-github
  2019-06-15 10:57 ` voidlinux-github
                   ` (24 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: voidlinux-github @ 2019-06-15 10:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rc-05/void-packages personal
https://github.com/void-linux/void-packages/pull/12434

New package: scheme48-1.9_2


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

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

From 9bff5f1999e807cf20062c4085b31a93327a4c8b Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Tue, 16 Apr 2019 20:19:55 +0200
Subject: [PATCH 1/2] New package: ProTracker-0.20b

---
 srcpkgs/ProTracker/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/ProTracker/template

diff --git a/srcpkgs/ProTracker/template b/srcpkgs/ProTracker/template
new file mode 100644
index 00000000000..7ce76b096d5
--- /dev/null
+++ b/srcpkgs/ProTracker/template
@@ -0,0 +1,25 @@
+# Template file for 'ProTracker'
+pkgname=ProTracker
+version=0.20b
+revision=1
+hostmakedepends="subversion"
+makedepends="SDL2-devel"
+depends="SDL2"
+short_desc="Modern clone of the amiga ProTracker music tracker"
+maintainer="rc-05 <rc23@email.it>"
+license="WTFPL"
+homepage="https://16-bits.org/pt.php"
+
+do_fetch() {
+	svn checkout svn://svn.code.sf.net/p/protracker/code/trunk ${wrksrc}/pt-clone-code
+}
+
+do_build() {
+	cd ${wrksrc}/pt-clone-code
+	chmod +x make-linux.sh
+	./make-linux.sh
+}
+
+do_install() {
+	vbin ${wrksrc}/pt-clone-code/release/other/protracker ProTracker
+}

From 16ad4d7892facd8949adf92b28a3288fd4baef89 Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Thu, 13 Jun 2019 00:00:40 +0200
Subject: [PATCH 2/2] New package: scheme48-1.9_2

---
 srcpkgs/scheme48/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/scheme48/template

diff --git a/srcpkgs/scheme48/template b/srcpkgs/scheme48/template
new file mode 100644
index 00000000000..dc47610b191
--- /dev/null
+++ b/srcpkgs/scheme48/template
@@ -0,0 +1,21 @@
+# Template file for 'scheme48'
+pkgname=scheme48
+version=1.9
+revision=2
+wrksrc="${pkgname}-${version}.${revision}"
+build_style=gnu-configure
+configure_args="--prefix=/usr"
+short_desc="Implementation of the R5RS Scheme standard"
+maintainer="rc-05 <rc23@email.it>"
+license="custom"
+homepage="http://s48.org/"
+distfiles="http://s48.org/${version}.${revision}/scheme48-${version}.${revision}.tgz"
+checksum=9c4921a90e95daee067cd2e9cc0ffe09e118f4da01c0c0198e577c4f47759df4
+alternatives="
+ scheme:scheme:/usr/bin/scheme48
+ scheme:scheme.1:/usr/share/man/man1/scheme48.1
+"
+
+post_install() {
+	vlicense COPYING
+}
\ No newline at end of file

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

* Re: [PR PATCH] [Updated] New package: scheme48-1.9_2
  2019-06-12 22:05 [PR PATCH] New package: scheme48-1.9_2 voidlinux-github
                   ` (7 preceding siblings ...)
  2019-06-15  9:37 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-06-15 10:53 ` voidlinux-github
  2019-06-15 10:53 ` voidlinux-github
                   ` (25 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: voidlinux-github @ 2019-06-15 10:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rc-05/void-packages personal
https://github.com/void-linux/void-packages/pull/12434

New package: scheme48-1.9_2


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

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

From 9bff5f1999e807cf20062c4085b31a93327a4c8b Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Tue, 16 Apr 2019 20:19:55 +0200
Subject: [PATCH 1/2] New package: ProTracker-0.20b

---
 srcpkgs/ProTracker/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/ProTracker/template

diff --git a/srcpkgs/ProTracker/template b/srcpkgs/ProTracker/template
new file mode 100644
index 00000000000..7ce76b096d5
--- /dev/null
+++ b/srcpkgs/ProTracker/template
@@ -0,0 +1,25 @@
+# Template file for 'ProTracker'
+pkgname=ProTracker
+version=0.20b
+revision=1
+hostmakedepends="subversion"
+makedepends="SDL2-devel"
+depends="SDL2"
+short_desc="Modern clone of the amiga ProTracker music tracker"
+maintainer="rc-05 <rc23@email.it>"
+license="WTFPL"
+homepage="https://16-bits.org/pt.php"
+
+do_fetch() {
+	svn checkout svn://svn.code.sf.net/p/protracker/code/trunk ${wrksrc}/pt-clone-code
+}
+
+do_build() {
+	cd ${wrksrc}/pt-clone-code
+	chmod +x make-linux.sh
+	./make-linux.sh
+}
+
+do_install() {
+	vbin ${wrksrc}/pt-clone-code/release/other/protracker ProTracker
+}

From 16ad4d7892facd8949adf92b28a3288fd4baef89 Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Thu, 13 Jun 2019 00:00:40 +0200
Subject: [PATCH 2/2] New package: scheme48-1.9_2

---
 srcpkgs/scheme48/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/scheme48/template

diff --git a/srcpkgs/scheme48/template b/srcpkgs/scheme48/template
new file mode 100644
index 00000000000..dc47610b191
--- /dev/null
+++ b/srcpkgs/scheme48/template
@@ -0,0 +1,21 @@
+# Template file for 'scheme48'
+pkgname=scheme48
+version=1.9
+revision=2
+wrksrc="${pkgname}-${version}.${revision}"
+build_style=gnu-configure
+configure_args="--prefix=/usr"
+short_desc="Implementation of the R5RS Scheme standard"
+maintainer="rc-05 <rc23@email.it>"
+license="custom"
+homepage="http://s48.org/"
+distfiles="http://s48.org/${version}.${revision}/scheme48-${version}.${revision}.tgz"
+checksum=9c4921a90e95daee067cd2e9cc0ffe09e118f4da01c0c0198e577c4f47759df4
+alternatives="
+ scheme:scheme:/usr/bin/scheme48
+ scheme:scheme.1:/usr/share/man/man1/scheme48.1
+"
+
+post_install() {
+	vlicense COPYING
+}
\ No newline at end of file

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

* Re: [PR PATCH] [Updated] New package: scheme48-1.9_2
  2019-06-12 22:05 [PR PATCH] New package: scheme48-1.9_2 voidlinux-github
                   ` (10 preceding siblings ...)
  2019-06-15 10:57 ` voidlinux-github
@ 2019-06-15 10:57 ` voidlinux-github
  2019-06-16 18:24 ` [PR PATCH] [Updated] New package: scheme48-1.9.2 voidlinux-github
                   ` (22 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: voidlinux-github @ 2019-06-15 10:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rc-05/void-packages personal
https://github.com/void-linux/void-packages/pull/12434

New package: scheme48-1.9_2


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

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

From 9bff5f1999e807cf20062c4085b31a93327a4c8b Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Tue, 16 Apr 2019 20:19:55 +0200
Subject: [PATCH 1/3] New package: ProTracker-0.20b

---
 srcpkgs/ProTracker/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/ProTracker/template

diff --git a/srcpkgs/ProTracker/template b/srcpkgs/ProTracker/template
new file mode 100644
index 00000000000..7ce76b096d5
--- /dev/null
+++ b/srcpkgs/ProTracker/template
@@ -0,0 +1,25 @@
+# Template file for 'ProTracker'
+pkgname=ProTracker
+version=0.20b
+revision=1
+hostmakedepends="subversion"
+makedepends="SDL2-devel"
+depends="SDL2"
+short_desc="Modern clone of the amiga ProTracker music tracker"
+maintainer="rc-05 <rc23@email.it>"
+license="WTFPL"
+homepage="https://16-bits.org/pt.php"
+
+do_fetch() {
+	svn checkout svn://svn.code.sf.net/p/protracker/code/trunk ${wrksrc}/pt-clone-code
+}
+
+do_build() {
+	cd ${wrksrc}/pt-clone-code
+	chmod +x make-linux.sh
+	./make-linux.sh
+}
+
+do_install() {
+	vbin ${wrksrc}/pt-clone-code/release/other/protracker ProTracker
+}

From 16ad4d7892facd8949adf92b28a3288fd4baef89 Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Thu, 13 Jun 2019 00:00:40 +0200
Subject: [PATCH 2/3] New package: scheme48-1.9_2

---
 srcpkgs/scheme48/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/scheme48/template

diff --git a/srcpkgs/scheme48/template b/srcpkgs/scheme48/template
new file mode 100644
index 00000000000..dc47610b191
--- /dev/null
+++ b/srcpkgs/scheme48/template
@@ -0,0 +1,21 @@
+# Template file for 'scheme48'
+pkgname=scheme48
+version=1.9
+revision=2
+wrksrc="${pkgname}-${version}.${revision}"
+build_style=gnu-configure
+configure_args="--prefix=/usr"
+short_desc="Implementation of the R5RS Scheme standard"
+maintainer="rc-05 <rc23@email.it>"
+license="custom"
+homepage="http://s48.org/"
+distfiles="http://s48.org/${version}.${revision}/scheme48-${version}.${revision}.tgz"
+checksum=9c4921a90e95daee067cd2e9cc0ffe09e118f4da01c0c0198e577c4f47759df4
+alternatives="
+ scheme:scheme:/usr/bin/scheme48
+ scheme:scheme.1:/usr/share/man/man1/scheme48.1
+"
+
+post_install() {
+	vlicense COPYING
+}
\ No newline at end of file

From 462d682eb84a127e8af63bad707c11738c99ab1d Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Sat, 15 Jun 2019 12:55:57 +0200
Subject: [PATCH 3/3] Fixed template file

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

diff --git a/srcpkgs/scheme48/template b/srcpkgs/scheme48/template
index dc47610b191..134c93605d4 100644
--- a/srcpkgs/scheme48/template
+++ b/srcpkgs/scheme48/template
@@ -1,20 +1,20 @@
 # Template file for 'scheme48'
 pkgname=scheme48
-version=1.9
-revision=2
-wrksrc="${pkgname}-${version}.${revision}"
+version=1.9.2
+revision=1
 build_style=gnu-configure
 configure_args="--prefix=/usr"
 short_desc="Implementation of the R5RS Scheme standard"
 maintainer="rc-05 <rc23@email.it>"
-license="custom"
+license="custom:scheme48"
 homepage="http://s48.org/"
-distfiles="http://s48.org/${version}.${revision}/scheme48-${version}.${revision}.tgz"
+distfiles="http://s48.org/${version}/scheme48-${version}.tgz"
 checksum=9c4921a90e95daee067cd2e9cc0ffe09e118f4da01c0c0198e577c4f47759df4
 alternatives="
  scheme:scheme:/usr/bin/scheme48
  scheme:scheme.1:/usr/share/man/man1/scheme48.1
 "
+nocross="Failed to compile test program"
 
 post_install() {
 	vlicense COPYING

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

* Re: [PR PATCH] [Updated] New package: scheme48-1.9_2
  2019-06-12 22:05 [PR PATCH] New package: scheme48-1.9_2 voidlinux-github
                   ` (9 preceding siblings ...)
  2019-06-15 10:53 ` voidlinux-github
@ 2019-06-15 10:57 ` voidlinux-github
  2019-06-15 10:57 ` voidlinux-github
                   ` (23 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: voidlinux-github @ 2019-06-15 10:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rc-05/void-packages personal
https://github.com/void-linux/void-packages/pull/12434

New package: scheme48-1.9_2


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

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

From 9bff5f1999e807cf20062c4085b31a93327a4c8b Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Tue, 16 Apr 2019 20:19:55 +0200
Subject: [PATCH 1/3] New package: ProTracker-0.20b

---
 srcpkgs/ProTracker/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/ProTracker/template

diff --git a/srcpkgs/ProTracker/template b/srcpkgs/ProTracker/template
new file mode 100644
index 00000000000..7ce76b096d5
--- /dev/null
+++ b/srcpkgs/ProTracker/template
@@ -0,0 +1,25 @@
+# Template file for 'ProTracker'
+pkgname=ProTracker
+version=0.20b
+revision=1
+hostmakedepends="subversion"
+makedepends="SDL2-devel"
+depends="SDL2"
+short_desc="Modern clone of the amiga ProTracker music tracker"
+maintainer="rc-05 <rc23@email.it>"
+license="WTFPL"
+homepage="https://16-bits.org/pt.php"
+
+do_fetch() {
+	svn checkout svn://svn.code.sf.net/p/protracker/code/trunk ${wrksrc}/pt-clone-code
+}
+
+do_build() {
+	cd ${wrksrc}/pt-clone-code
+	chmod +x make-linux.sh
+	./make-linux.sh
+}
+
+do_install() {
+	vbin ${wrksrc}/pt-clone-code/release/other/protracker ProTracker
+}

From 16ad4d7892facd8949adf92b28a3288fd4baef89 Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Thu, 13 Jun 2019 00:00:40 +0200
Subject: [PATCH 2/3] New package: scheme48-1.9_2

---
 srcpkgs/scheme48/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/scheme48/template

diff --git a/srcpkgs/scheme48/template b/srcpkgs/scheme48/template
new file mode 100644
index 00000000000..dc47610b191
--- /dev/null
+++ b/srcpkgs/scheme48/template
@@ -0,0 +1,21 @@
+# Template file for 'scheme48'
+pkgname=scheme48
+version=1.9
+revision=2
+wrksrc="${pkgname}-${version}.${revision}"
+build_style=gnu-configure
+configure_args="--prefix=/usr"
+short_desc="Implementation of the R5RS Scheme standard"
+maintainer="rc-05 <rc23@email.it>"
+license="custom"
+homepage="http://s48.org/"
+distfiles="http://s48.org/${version}.${revision}/scheme48-${version}.${revision}.tgz"
+checksum=9c4921a90e95daee067cd2e9cc0ffe09e118f4da01c0c0198e577c4f47759df4
+alternatives="
+ scheme:scheme:/usr/bin/scheme48
+ scheme:scheme.1:/usr/share/man/man1/scheme48.1
+"
+
+post_install() {
+	vlicense COPYING
+}
\ No newline at end of file

From 462d682eb84a127e8af63bad707c11738c99ab1d Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Sat, 15 Jun 2019 12:55:57 +0200
Subject: [PATCH 3/3] Fixed template file

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

diff --git a/srcpkgs/scheme48/template b/srcpkgs/scheme48/template
index dc47610b191..134c93605d4 100644
--- a/srcpkgs/scheme48/template
+++ b/srcpkgs/scheme48/template
@@ -1,20 +1,20 @@
 # Template file for 'scheme48'
 pkgname=scheme48
-version=1.9
-revision=2
-wrksrc="${pkgname}-${version}.${revision}"
+version=1.9.2
+revision=1
 build_style=gnu-configure
 configure_args="--prefix=/usr"
 short_desc="Implementation of the R5RS Scheme standard"
 maintainer="rc-05 <rc23@email.it>"
-license="custom"
+license="custom:scheme48"
 homepage="http://s48.org/"
-distfiles="http://s48.org/${version}.${revision}/scheme48-${version}.${revision}.tgz"
+distfiles="http://s48.org/${version}/scheme48-${version}.tgz"
 checksum=9c4921a90e95daee067cd2e9cc0ffe09e118f4da01c0c0198e577c4f47759df4
 alternatives="
  scheme:scheme:/usr/bin/scheme48
  scheme:scheme.1:/usr/share/man/man1/scheme48.1
 "
+nocross="Failed to compile test program"
 
 post_install() {
 	vlicense COPYING

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

* Re: [PR PATCH] [Updated] New package: scheme48-1.9.2
  2019-06-12 22:05 [PR PATCH] New package: scheme48-1.9_2 voidlinux-github
                   ` (12 preceding siblings ...)
  2019-06-16 18:24 ` [PR PATCH] [Updated] New package: scheme48-1.9.2 voidlinux-github
@ 2019-06-16 18:24 ` voidlinux-github
  2019-06-16 19:00 ` voidlinux-github
                   ` (20 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: voidlinux-github @ 2019-06-16 18:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rc-05/void-packages personal
https://github.com/void-linux/void-packages/pull/12434

New package: scheme48-1.9.2


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

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

From 9bff5f1999e807cf20062c4085b31a93327a4c8b Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Tue, 16 Apr 2019 20:19:55 +0200
Subject: [PATCH 1/4] New package: ProTracker-0.20b

---
 srcpkgs/ProTracker/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/ProTracker/template

diff --git a/srcpkgs/ProTracker/template b/srcpkgs/ProTracker/template
new file mode 100644
index 00000000000..7ce76b096d5
--- /dev/null
+++ b/srcpkgs/ProTracker/template
@@ -0,0 +1,25 @@
+# Template file for 'ProTracker'
+pkgname=ProTracker
+version=0.20b
+revision=1
+hostmakedepends="subversion"
+makedepends="SDL2-devel"
+depends="SDL2"
+short_desc="Modern clone of the amiga ProTracker music tracker"
+maintainer="rc-05 <rc23@email.it>"
+license="WTFPL"
+homepage="https://16-bits.org/pt.php"
+
+do_fetch() {
+	svn checkout svn://svn.code.sf.net/p/protracker/code/trunk ${wrksrc}/pt-clone-code
+}
+
+do_build() {
+	cd ${wrksrc}/pt-clone-code
+	chmod +x make-linux.sh
+	./make-linux.sh
+}
+
+do_install() {
+	vbin ${wrksrc}/pt-clone-code/release/other/protracker ProTracker
+}

From 16ad4d7892facd8949adf92b28a3288fd4baef89 Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Thu, 13 Jun 2019 00:00:40 +0200
Subject: [PATCH 2/4] New package: scheme48-1.9_2

---
 srcpkgs/scheme48/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/scheme48/template

diff --git a/srcpkgs/scheme48/template b/srcpkgs/scheme48/template
new file mode 100644
index 00000000000..dc47610b191
--- /dev/null
+++ b/srcpkgs/scheme48/template
@@ -0,0 +1,21 @@
+# Template file for 'scheme48'
+pkgname=scheme48
+version=1.9
+revision=2
+wrksrc="${pkgname}-${version}.${revision}"
+build_style=gnu-configure
+configure_args="--prefix=/usr"
+short_desc="Implementation of the R5RS Scheme standard"
+maintainer="rc-05 <rc23@email.it>"
+license="custom"
+homepage="http://s48.org/"
+distfiles="http://s48.org/${version}.${revision}/scheme48-${version}.${revision}.tgz"
+checksum=9c4921a90e95daee067cd2e9cc0ffe09e118f4da01c0c0198e577c4f47759df4
+alternatives="
+ scheme:scheme:/usr/bin/scheme48
+ scheme:scheme.1:/usr/share/man/man1/scheme48.1
+"
+
+post_install() {
+	vlicense COPYING
+}
\ No newline at end of file

From 462d682eb84a127e8af63bad707c11738c99ab1d Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Sat, 15 Jun 2019 12:55:57 +0200
Subject: [PATCH 3/4] Fixed template file

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

diff --git a/srcpkgs/scheme48/template b/srcpkgs/scheme48/template
index dc47610b191..134c93605d4 100644
--- a/srcpkgs/scheme48/template
+++ b/srcpkgs/scheme48/template
@@ -1,20 +1,20 @@
 # Template file for 'scheme48'
 pkgname=scheme48
-version=1.9
-revision=2
-wrksrc="${pkgname}-${version}.${revision}"
+version=1.9.2
+revision=1
 build_style=gnu-configure
 configure_args="--prefix=/usr"
 short_desc="Implementation of the R5RS Scheme standard"
 maintainer="rc-05 <rc23@email.it>"
-license="custom"
+license="custom:scheme48"
 homepage="http://s48.org/"
-distfiles="http://s48.org/${version}.${revision}/scheme48-${version}.${revision}.tgz"
+distfiles="http://s48.org/${version}/scheme48-${version}.tgz"
 checksum=9c4921a90e95daee067cd2e9cc0ffe09e118f4da01c0c0198e577c4f47759df4
 alternatives="
  scheme:scheme:/usr/bin/scheme48
  scheme:scheme.1:/usr/share/man/man1/scheme48.1
 "
+nocross="Failed to compile test program"
 
 post_install() {
 	vlicense COPYING

From 07f6616f65990e59d53acab77dfb4a8824741030 Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Sat, 15 Jun 2019 12:55:57 +0200
Subject: [PATCH 4/4] Fixed template file

---
 srcpkgs/ProTracker/template | 25 -------------------------
 srcpkgs/scheme48/template   | 10 +++++-----
 2 files changed, 5 insertions(+), 30 deletions(-)
 delete mode 100644 srcpkgs/ProTracker/template

diff --git a/srcpkgs/ProTracker/template b/srcpkgs/ProTracker/template
deleted file mode 100644
index 7ce76b096d5..00000000000
--- a/srcpkgs/ProTracker/template
+++ /dev/null
@@ -1,25 +0,0 @@
-# Template file for 'ProTracker'
-pkgname=ProTracker
-version=0.20b
-revision=1
-hostmakedepends="subversion"
-makedepends="SDL2-devel"
-depends="SDL2"
-short_desc="Modern clone of the amiga ProTracker music tracker"
-maintainer="rc-05 <rc23@email.it>"
-license="WTFPL"
-homepage="https://16-bits.org/pt.php"
-
-do_fetch() {
-	svn checkout svn://svn.code.sf.net/p/protracker/code/trunk ${wrksrc}/pt-clone-code
-}
-
-do_build() {
-	cd ${wrksrc}/pt-clone-code
-	chmod +x make-linux.sh
-	./make-linux.sh
-}
-
-do_install() {
-	vbin ${wrksrc}/pt-clone-code/release/other/protracker ProTracker
-}
diff --git a/srcpkgs/scheme48/template b/srcpkgs/scheme48/template
index dc47610b191..134c93605d4 100644
--- a/srcpkgs/scheme48/template
+++ b/srcpkgs/scheme48/template
@@ -1,20 +1,20 @@
 # Template file for 'scheme48'
 pkgname=scheme48
-version=1.9
-revision=2
-wrksrc="${pkgname}-${version}.${revision}"
+version=1.9.2
+revision=1
 build_style=gnu-configure
 configure_args="--prefix=/usr"
 short_desc="Implementation of the R5RS Scheme standard"
 maintainer="rc-05 <rc23@email.it>"
-license="custom"
+license="custom:scheme48"
 homepage="http://s48.org/"
-distfiles="http://s48.org/${version}.${revision}/scheme48-${version}.${revision}.tgz"
+distfiles="http://s48.org/${version}/scheme48-${version}.tgz"
 checksum=9c4921a90e95daee067cd2e9cc0ffe09e118f4da01c0c0198e577c4f47759df4
 alternatives="
  scheme:scheme:/usr/bin/scheme48
  scheme:scheme.1:/usr/share/man/man1/scheme48.1
 "
+nocross="Failed to compile test program"
 
 post_install() {
 	vlicense COPYING

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

* Re: [PR PATCH] [Updated] New package: scheme48-1.9.2
  2019-06-12 22:05 [PR PATCH] New package: scheme48-1.9_2 voidlinux-github
                   ` (11 preceding siblings ...)
  2019-06-15 10:57 ` voidlinux-github
@ 2019-06-16 18:24 ` voidlinux-github
  2019-06-16 18:24 ` voidlinux-github
                   ` (21 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: voidlinux-github @ 2019-06-16 18:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rc-05/void-packages personal
https://github.com/void-linux/void-packages/pull/12434

New package: scheme48-1.9.2


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

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

From 9bff5f1999e807cf20062c4085b31a93327a4c8b Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Tue, 16 Apr 2019 20:19:55 +0200
Subject: [PATCH 1/4] New package: ProTracker-0.20b

---
 srcpkgs/ProTracker/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/ProTracker/template

diff --git a/srcpkgs/ProTracker/template b/srcpkgs/ProTracker/template
new file mode 100644
index 00000000000..7ce76b096d5
--- /dev/null
+++ b/srcpkgs/ProTracker/template
@@ -0,0 +1,25 @@
+# Template file for 'ProTracker'
+pkgname=ProTracker
+version=0.20b
+revision=1
+hostmakedepends="subversion"
+makedepends="SDL2-devel"
+depends="SDL2"
+short_desc="Modern clone of the amiga ProTracker music tracker"
+maintainer="rc-05 <rc23@email.it>"
+license="WTFPL"
+homepage="https://16-bits.org/pt.php"
+
+do_fetch() {
+	svn checkout svn://svn.code.sf.net/p/protracker/code/trunk ${wrksrc}/pt-clone-code
+}
+
+do_build() {
+	cd ${wrksrc}/pt-clone-code
+	chmod +x make-linux.sh
+	./make-linux.sh
+}
+
+do_install() {
+	vbin ${wrksrc}/pt-clone-code/release/other/protracker ProTracker
+}

From 16ad4d7892facd8949adf92b28a3288fd4baef89 Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Thu, 13 Jun 2019 00:00:40 +0200
Subject: [PATCH 2/4] New package: scheme48-1.9_2

---
 srcpkgs/scheme48/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/scheme48/template

diff --git a/srcpkgs/scheme48/template b/srcpkgs/scheme48/template
new file mode 100644
index 00000000000..dc47610b191
--- /dev/null
+++ b/srcpkgs/scheme48/template
@@ -0,0 +1,21 @@
+# Template file for 'scheme48'
+pkgname=scheme48
+version=1.9
+revision=2
+wrksrc="${pkgname}-${version}.${revision}"
+build_style=gnu-configure
+configure_args="--prefix=/usr"
+short_desc="Implementation of the R5RS Scheme standard"
+maintainer="rc-05 <rc23@email.it>"
+license="custom"
+homepage="http://s48.org/"
+distfiles="http://s48.org/${version}.${revision}/scheme48-${version}.${revision}.tgz"
+checksum=9c4921a90e95daee067cd2e9cc0ffe09e118f4da01c0c0198e577c4f47759df4
+alternatives="
+ scheme:scheme:/usr/bin/scheme48
+ scheme:scheme.1:/usr/share/man/man1/scheme48.1
+"
+
+post_install() {
+	vlicense COPYING
+}
\ No newline at end of file

From 462d682eb84a127e8af63bad707c11738c99ab1d Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Sat, 15 Jun 2019 12:55:57 +0200
Subject: [PATCH 3/4] Fixed template file

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

diff --git a/srcpkgs/scheme48/template b/srcpkgs/scheme48/template
index dc47610b191..134c93605d4 100644
--- a/srcpkgs/scheme48/template
+++ b/srcpkgs/scheme48/template
@@ -1,20 +1,20 @@
 # Template file for 'scheme48'
 pkgname=scheme48
-version=1.9
-revision=2
-wrksrc="${pkgname}-${version}.${revision}"
+version=1.9.2
+revision=1
 build_style=gnu-configure
 configure_args="--prefix=/usr"
 short_desc="Implementation of the R5RS Scheme standard"
 maintainer="rc-05 <rc23@email.it>"
-license="custom"
+license="custom:scheme48"
 homepage="http://s48.org/"
-distfiles="http://s48.org/${version}.${revision}/scheme48-${version}.${revision}.tgz"
+distfiles="http://s48.org/${version}/scheme48-${version}.tgz"
 checksum=9c4921a90e95daee067cd2e9cc0ffe09e118f4da01c0c0198e577c4f47759df4
 alternatives="
  scheme:scheme:/usr/bin/scheme48
  scheme:scheme.1:/usr/share/man/man1/scheme48.1
 "
+nocross="Failed to compile test program"
 
 post_install() {
 	vlicense COPYING

From 07f6616f65990e59d53acab77dfb4a8824741030 Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Sat, 15 Jun 2019 12:55:57 +0200
Subject: [PATCH 4/4] Fixed template file

---
 srcpkgs/ProTracker/template | 25 -------------------------
 srcpkgs/scheme48/template   | 10 +++++-----
 2 files changed, 5 insertions(+), 30 deletions(-)
 delete mode 100644 srcpkgs/ProTracker/template

diff --git a/srcpkgs/ProTracker/template b/srcpkgs/ProTracker/template
deleted file mode 100644
index 7ce76b096d5..00000000000
--- a/srcpkgs/ProTracker/template
+++ /dev/null
@@ -1,25 +0,0 @@
-# Template file for 'ProTracker'
-pkgname=ProTracker
-version=0.20b
-revision=1
-hostmakedepends="subversion"
-makedepends="SDL2-devel"
-depends="SDL2"
-short_desc="Modern clone of the amiga ProTracker music tracker"
-maintainer="rc-05 <rc23@email.it>"
-license="WTFPL"
-homepage="https://16-bits.org/pt.php"
-
-do_fetch() {
-	svn checkout svn://svn.code.sf.net/p/protracker/code/trunk ${wrksrc}/pt-clone-code
-}
-
-do_build() {
-	cd ${wrksrc}/pt-clone-code
-	chmod +x make-linux.sh
-	./make-linux.sh
-}
-
-do_install() {
-	vbin ${wrksrc}/pt-clone-code/release/other/protracker ProTracker
-}
diff --git a/srcpkgs/scheme48/template b/srcpkgs/scheme48/template
index dc47610b191..134c93605d4 100644
--- a/srcpkgs/scheme48/template
+++ b/srcpkgs/scheme48/template
@@ -1,20 +1,20 @@
 # Template file for 'scheme48'
 pkgname=scheme48
-version=1.9
-revision=2
-wrksrc="${pkgname}-${version}.${revision}"
+version=1.9.2
+revision=1
 build_style=gnu-configure
 configure_args="--prefix=/usr"
 short_desc="Implementation of the R5RS Scheme standard"
 maintainer="rc-05 <rc23@email.it>"
-license="custom"
+license="custom:scheme48"
 homepage="http://s48.org/"
-distfiles="http://s48.org/${version}.${revision}/scheme48-${version}.${revision}.tgz"
+distfiles="http://s48.org/${version}/scheme48-${version}.tgz"
 checksum=9c4921a90e95daee067cd2e9cc0ffe09e118f4da01c0c0198e577c4f47759df4
 alternatives="
  scheme:scheme:/usr/bin/scheme48
  scheme:scheme.1:/usr/share/man/man1/scheme48.1
 "
+nocross="Failed to compile test program"
 
 post_install() {
 	vlicense COPYING

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

* Re: New package: scheme48-1.9.2
  2019-06-12 22:05 [PR PATCH] New package: scheme48-1.9_2 voidlinux-github
                   ` (13 preceding siblings ...)
  2019-06-16 18:24 ` voidlinux-github
@ 2019-06-16 19:00 ` voidlinux-github
  2019-06-16 19:00 ` voidlinux-github
                   ` (19 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: voidlinux-github @ 2019-06-16 19:00 UTC (permalink / raw)
  To: ml

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

New comment by rc-05 on void-packages repository

https://github.com/void-linux/void-packages/pull/12434#issuecomment-502477115
Comment:
Corrected some mistakes in the template file. Sorry for closing the pull request and re-opening it

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

* Re: New package: scheme48-1.9.2
  2019-06-12 22:05 [PR PATCH] New package: scheme48-1.9_2 voidlinux-github
                   ` (14 preceding siblings ...)
  2019-06-16 19:00 ` voidlinux-github
@ 2019-06-16 19:00 ` voidlinux-github
  2019-06-16 19:01 ` voidlinux-github
                   ` (18 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: voidlinux-github @ 2019-06-16 19:00 UTC (permalink / raw)
  To: ml

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

New comment by rc-05 on void-packages repository

https://github.com/void-linux/void-packages/pull/12434#issuecomment-502477115
Comment:
Corrected some mistakes in the template file and deleted an unnecessary node in my branch. Sorry for closing the pull request and re-opening it yesterday.

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

* Re: New package: scheme48-1.9.2
  2019-06-12 22:05 [PR PATCH] New package: scheme48-1.9_2 voidlinux-github
                   ` (15 preceding siblings ...)
  2019-06-16 19:00 ` voidlinux-github
@ 2019-06-16 19:01 ` voidlinux-github
  2019-06-17 21:48 ` voidlinux-github
                   ` (17 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: voidlinux-github @ 2019-06-16 19:01 UTC (permalink / raw)
  To: ml

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

New comment by rc-05 on void-packages repository

https://github.com/void-linux/void-packages/pull/12434#issuecomment-502477115
Comment:
Corrected some mistakes in the template file and deleted the ProTracker package node (that's what was causing the failure of the Travis CI tests). Sorry for closing the pull request and re-opening it yesterday.

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

* Re: New package: scheme48-1.9.2
  2019-06-12 22:05 [PR PATCH] New package: scheme48-1.9_2 voidlinux-github
                   ` (16 preceding siblings ...)
  2019-06-16 19:01 ` voidlinux-github
@ 2019-06-17 21:48 ` voidlinux-github
  2019-06-18 14:32 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (16 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: voidlinux-github @ 2019-06-17 21:48 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/12434#issuecomment-502863742
Comment:
Just small changes are needed before merge:
--prefix=/usr is set by build style by default, remove it.
File should end with newline character, but no empty line also.
Branch history should be rewritten so it contain one commit.

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

* Re: [PR PATCH] [Updated] New package: scheme48-1.9.2
  2019-06-12 22:05 [PR PATCH] New package: scheme48-1.9_2 voidlinux-github
                   ` (17 preceding siblings ...)
  2019-06-17 21:48 ` voidlinux-github
@ 2019-06-18 14:32 ` voidlinux-github
  2019-06-18 14:32 ` voidlinux-github
                   ` (15 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: voidlinux-github @ 2019-06-18 14:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rc-05/void-packages personal
https://github.com/void-linux/void-packages/pull/12434

New package: scheme48-1.9.2


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

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

From 9bff5f1999e807cf20062c4085b31a93327a4c8b Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Tue, 16 Apr 2019 20:19:55 +0200
Subject: [PATCH 1/4] New package: ProTracker-0.20b

---
 srcpkgs/ProTracker/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/ProTracker/template

diff --git a/srcpkgs/ProTracker/template b/srcpkgs/ProTracker/template
new file mode 100644
index 00000000000..7ce76b096d5
--- /dev/null
+++ b/srcpkgs/ProTracker/template
@@ -0,0 +1,25 @@
+# Template file for 'ProTracker'
+pkgname=ProTracker
+version=0.20b
+revision=1
+hostmakedepends="subversion"
+makedepends="SDL2-devel"
+depends="SDL2"
+short_desc="Modern clone of the amiga ProTracker music tracker"
+maintainer="rc-05 <rc23@email.it>"
+license="WTFPL"
+homepage="https://16-bits.org/pt.php"
+
+do_fetch() {
+	svn checkout svn://svn.code.sf.net/p/protracker/code/trunk ${wrksrc}/pt-clone-code
+}
+
+do_build() {
+	cd ${wrksrc}/pt-clone-code
+	chmod +x make-linux.sh
+	./make-linux.sh
+}
+
+do_install() {
+	vbin ${wrksrc}/pt-clone-code/release/other/protracker ProTracker
+}

From 16ad4d7892facd8949adf92b28a3288fd4baef89 Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Thu, 13 Jun 2019 00:00:40 +0200
Subject: [PATCH 2/4] New package: scheme48-1.9_2

---
 srcpkgs/scheme48/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/scheme48/template

diff --git a/srcpkgs/scheme48/template b/srcpkgs/scheme48/template
new file mode 100644
index 00000000000..dc47610b191
--- /dev/null
+++ b/srcpkgs/scheme48/template
@@ -0,0 +1,21 @@
+# Template file for 'scheme48'
+pkgname=scheme48
+version=1.9
+revision=2
+wrksrc="${pkgname}-${version}.${revision}"
+build_style=gnu-configure
+configure_args="--prefix=/usr"
+short_desc="Implementation of the R5RS Scheme standard"
+maintainer="rc-05 <rc23@email.it>"
+license="custom"
+homepage="http://s48.org/"
+distfiles="http://s48.org/${version}.${revision}/scheme48-${version}.${revision}.tgz"
+checksum=9c4921a90e95daee067cd2e9cc0ffe09e118f4da01c0c0198e577c4f47759df4
+alternatives="
+ scheme:scheme:/usr/bin/scheme48
+ scheme:scheme.1:/usr/share/man/man1/scheme48.1
+"
+
+post_install() {
+	vlicense COPYING
+}
\ No newline at end of file

From 462d682eb84a127e8af63bad707c11738c99ab1d Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Sat, 15 Jun 2019 12:55:57 +0200
Subject: [PATCH 3/4] Fixed template file

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

diff --git a/srcpkgs/scheme48/template b/srcpkgs/scheme48/template
index dc47610b191..134c93605d4 100644
--- a/srcpkgs/scheme48/template
+++ b/srcpkgs/scheme48/template
@@ -1,20 +1,20 @@
 # Template file for 'scheme48'
 pkgname=scheme48
-version=1.9
-revision=2
-wrksrc="${pkgname}-${version}.${revision}"
+version=1.9.2
+revision=1
 build_style=gnu-configure
 configure_args="--prefix=/usr"
 short_desc="Implementation of the R5RS Scheme standard"
 maintainer="rc-05 <rc23@email.it>"
-license="custom"
+license="custom:scheme48"
 homepage="http://s48.org/"
-distfiles="http://s48.org/${version}.${revision}/scheme48-${version}.${revision}.tgz"
+distfiles="http://s48.org/${version}/scheme48-${version}.tgz"
 checksum=9c4921a90e95daee067cd2e9cc0ffe09e118f4da01c0c0198e577c4f47759df4
 alternatives="
  scheme:scheme:/usr/bin/scheme48
  scheme:scheme.1:/usr/share/man/man1/scheme48.1
 "
+nocross="Failed to compile test program"
 
 post_install() {
 	vlicense COPYING

From 07f6616f65990e59d53acab77dfb4a8824741030 Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Sat, 15 Jun 2019 12:55:57 +0200
Subject: [PATCH 4/4] Fixed template file

---
 srcpkgs/ProTracker/template | 25 -------------------------
 srcpkgs/scheme48/template   | 10 +++++-----
 2 files changed, 5 insertions(+), 30 deletions(-)
 delete mode 100644 srcpkgs/ProTracker/template

diff --git a/srcpkgs/ProTracker/template b/srcpkgs/ProTracker/template
deleted file mode 100644
index 7ce76b096d5..00000000000
--- a/srcpkgs/ProTracker/template
+++ /dev/null
@@ -1,25 +0,0 @@
-# Template file for 'ProTracker'
-pkgname=ProTracker
-version=0.20b
-revision=1
-hostmakedepends="subversion"
-makedepends="SDL2-devel"
-depends="SDL2"
-short_desc="Modern clone of the amiga ProTracker music tracker"
-maintainer="rc-05 <rc23@email.it>"
-license="WTFPL"
-homepage="https://16-bits.org/pt.php"
-
-do_fetch() {
-	svn checkout svn://svn.code.sf.net/p/protracker/code/trunk ${wrksrc}/pt-clone-code
-}
-
-do_build() {
-	cd ${wrksrc}/pt-clone-code
-	chmod +x make-linux.sh
-	./make-linux.sh
-}
-
-do_install() {
-	vbin ${wrksrc}/pt-clone-code/release/other/protracker ProTracker
-}
diff --git a/srcpkgs/scheme48/template b/srcpkgs/scheme48/template
index dc47610b191..134c93605d4 100644
--- a/srcpkgs/scheme48/template
+++ b/srcpkgs/scheme48/template
@@ -1,20 +1,20 @@
 # Template file for 'scheme48'
 pkgname=scheme48
-version=1.9
-revision=2
-wrksrc="${pkgname}-${version}.${revision}"
+version=1.9.2
+revision=1
 build_style=gnu-configure
 configure_args="--prefix=/usr"
 short_desc="Implementation of the R5RS Scheme standard"
 maintainer="rc-05 <rc23@email.it>"
-license="custom"
+license="custom:scheme48"
 homepage="http://s48.org/"
-distfiles="http://s48.org/${version}.${revision}/scheme48-${version}.${revision}.tgz"
+distfiles="http://s48.org/${version}/scheme48-${version}.tgz"
 checksum=9c4921a90e95daee067cd2e9cc0ffe09e118f4da01c0c0198e577c4f47759df4
 alternatives="
  scheme:scheme:/usr/bin/scheme48
  scheme:scheme.1:/usr/share/man/man1/scheme48.1
 "
+nocross="Failed to compile test program"
 
 post_install() {
 	vlicense COPYING

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

* Re: [PR PATCH] [Updated] New package: scheme48-1.9.2
  2019-06-12 22:05 [PR PATCH] New package: scheme48-1.9_2 voidlinux-github
                   ` (18 preceding siblings ...)
  2019-06-18 14:32 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-06-18 14:32 ` voidlinux-github
  2019-06-18 17:22 ` voidlinux-github
                   ` (14 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: voidlinux-github @ 2019-06-18 14:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rc-05/void-packages personal
https://github.com/void-linux/void-packages/pull/12434

New package: scheme48-1.9.2


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

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

From 9bff5f1999e807cf20062c4085b31a93327a4c8b Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Tue, 16 Apr 2019 20:19:55 +0200
Subject: [PATCH 1/4] New package: ProTracker-0.20b

---
 srcpkgs/ProTracker/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/ProTracker/template

diff --git a/srcpkgs/ProTracker/template b/srcpkgs/ProTracker/template
new file mode 100644
index 00000000000..7ce76b096d5
--- /dev/null
+++ b/srcpkgs/ProTracker/template
@@ -0,0 +1,25 @@
+# Template file for 'ProTracker'
+pkgname=ProTracker
+version=0.20b
+revision=1
+hostmakedepends="subversion"
+makedepends="SDL2-devel"
+depends="SDL2"
+short_desc="Modern clone of the amiga ProTracker music tracker"
+maintainer="rc-05 <rc23@email.it>"
+license="WTFPL"
+homepage="https://16-bits.org/pt.php"
+
+do_fetch() {
+	svn checkout svn://svn.code.sf.net/p/protracker/code/trunk ${wrksrc}/pt-clone-code
+}
+
+do_build() {
+	cd ${wrksrc}/pt-clone-code
+	chmod +x make-linux.sh
+	./make-linux.sh
+}
+
+do_install() {
+	vbin ${wrksrc}/pt-clone-code/release/other/protracker ProTracker
+}

From 16ad4d7892facd8949adf92b28a3288fd4baef89 Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Thu, 13 Jun 2019 00:00:40 +0200
Subject: [PATCH 2/4] New package: scheme48-1.9_2

---
 srcpkgs/scheme48/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/scheme48/template

diff --git a/srcpkgs/scheme48/template b/srcpkgs/scheme48/template
new file mode 100644
index 00000000000..dc47610b191
--- /dev/null
+++ b/srcpkgs/scheme48/template
@@ -0,0 +1,21 @@
+# Template file for 'scheme48'
+pkgname=scheme48
+version=1.9
+revision=2
+wrksrc="${pkgname}-${version}.${revision}"
+build_style=gnu-configure
+configure_args="--prefix=/usr"
+short_desc="Implementation of the R5RS Scheme standard"
+maintainer="rc-05 <rc23@email.it>"
+license="custom"
+homepage="http://s48.org/"
+distfiles="http://s48.org/${version}.${revision}/scheme48-${version}.${revision}.tgz"
+checksum=9c4921a90e95daee067cd2e9cc0ffe09e118f4da01c0c0198e577c4f47759df4
+alternatives="
+ scheme:scheme:/usr/bin/scheme48
+ scheme:scheme.1:/usr/share/man/man1/scheme48.1
+"
+
+post_install() {
+	vlicense COPYING
+}
\ No newline at end of file

From 462d682eb84a127e8af63bad707c11738c99ab1d Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Sat, 15 Jun 2019 12:55:57 +0200
Subject: [PATCH 3/4] Fixed template file

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

diff --git a/srcpkgs/scheme48/template b/srcpkgs/scheme48/template
index dc47610b191..134c93605d4 100644
--- a/srcpkgs/scheme48/template
+++ b/srcpkgs/scheme48/template
@@ -1,20 +1,20 @@
 # Template file for 'scheme48'
 pkgname=scheme48
-version=1.9
-revision=2
-wrksrc="${pkgname}-${version}.${revision}"
+version=1.9.2
+revision=1
 build_style=gnu-configure
 configure_args="--prefix=/usr"
 short_desc="Implementation of the R5RS Scheme standard"
 maintainer="rc-05 <rc23@email.it>"
-license="custom"
+license="custom:scheme48"
 homepage="http://s48.org/"
-distfiles="http://s48.org/${version}.${revision}/scheme48-${version}.${revision}.tgz"
+distfiles="http://s48.org/${version}/scheme48-${version}.tgz"
 checksum=9c4921a90e95daee067cd2e9cc0ffe09e118f4da01c0c0198e577c4f47759df4
 alternatives="
  scheme:scheme:/usr/bin/scheme48
  scheme:scheme.1:/usr/share/man/man1/scheme48.1
 "
+nocross="Failed to compile test program"
 
 post_install() {
 	vlicense COPYING

From 07f6616f65990e59d53acab77dfb4a8824741030 Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Sat, 15 Jun 2019 12:55:57 +0200
Subject: [PATCH 4/4] Fixed template file

---
 srcpkgs/ProTracker/template | 25 -------------------------
 srcpkgs/scheme48/template   | 10 +++++-----
 2 files changed, 5 insertions(+), 30 deletions(-)
 delete mode 100644 srcpkgs/ProTracker/template

diff --git a/srcpkgs/ProTracker/template b/srcpkgs/ProTracker/template
deleted file mode 100644
index 7ce76b096d5..00000000000
--- a/srcpkgs/ProTracker/template
+++ /dev/null
@@ -1,25 +0,0 @@
-# Template file for 'ProTracker'
-pkgname=ProTracker
-version=0.20b
-revision=1
-hostmakedepends="subversion"
-makedepends="SDL2-devel"
-depends="SDL2"
-short_desc="Modern clone of the amiga ProTracker music tracker"
-maintainer="rc-05 <rc23@email.it>"
-license="WTFPL"
-homepage="https://16-bits.org/pt.php"
-
-do_fetch() {
-	svn checkout svn://svn.code.sf.net/p/protracker/code/trunk ${wrksrc}/pt-clone-code
-}
-
-do_build() {
-	cd ${wrksrc}/pt-clone-code
-	chmod +x make-linux.sh
-	./make-linux.sh
-}
-
-do_install() {
-	vbin ${wrksrc}/pt-clone-code/release/other/protracker ProTracker
-}
diff --git a/srcpkgs/scheme48/template b/srcpkgs/scheme48/template
index dc47610b191..134c93605d4 100644
--- a/srcpkgs/scheme48/template
+++ b/srcpkgs/scheme48/template
@@ -1,20 +1,20 @@
 # Template file for 'scheme48'
 pkgname=scheme48
-version=1.9
-revision=2
-wrksrc="${pkgname}-${version}.${revision}"
+version=1.9.2
+revision=1
 build_style=gnu-configure
 configure_args="--prefix=/usr"
 short_desc="Implementation of the R5RS Scheme standard"
 maintainer="rc-05 <rc23@email.it>"
-license="custom"
+license="custom:scheme48"
 homepage="http://s48.org/"
-distfiles="http://s48.org/${version}.${revision}/scheme48-${version}.${revision}.tgz"
+distfiles="http://s48.org/${version}/scheme48-${version}.tgz"
 checksum=9c4921a90e95daee067cd2e9cc0ffe09e118f4da01c0c0198e577c4f47759df4
 alternatives="
  scheme:scheme:/usr/bin/scheme48
  scheme:scheme.1:/usr/share/man/man1/scheme48.1
 "
+nocross="Failed to compile test program"
 
 post_install() {
 	vlicense COPYING

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

* Re: New package: scheme48-1.9.2
  2019-06-12 22:05 [PR PATCH] New package: scheme48-1.9_2 voidlinux-github
                   ` (19 preceding siblings ...)
  2019-06-18 14:32 ` voidlinux-github
@ 2019-06-18 17:22 ` voidlinux-github
  2019-06-18 17:42 ` voidlinux-github
                   ` (13 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: voidlinux-github @ 2019-06-18 17:22 UTC (permalink / raw)
  To: ml

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

New comment by rc-05 on void-packages repository

https://github.com/void-linux/void-packages/pull/12434#issuecomment-503231136
Comment:
> Just small changes are needed before merge:
> --prefix=/usr is set by build style by default, remove it.
> File should end with newline character, but no empty line also.
> Branch history should be rewritten so it contain one commit.

I'm having trouble squashing everything together as a single commit because of a merge commit that i did...

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

* Re: New package: scheme48-1.9.2
  2019-06-12 22:05 [PR PATCH] New package: scheme48-1.9_2 voidlinux-github
                   ` (20 preceding siblings ...)
  2019-06-18 17:22 ` voidlinux-github
@ 2019-06-18 17:42 ` voidlinux-github
  2019-06-19 17:11 ` voidlinux-github
                   ` (12 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: voidlinux-github @ 2019-06-18 17:42 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/12434#issuecomment-503239048
Comment:
Following work just fine:

git checkout origin/master; git merge --squash rc-05/personal

How did you try?


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

* Re: New package: scheme48-1.9.2
  2019-06-12 22:05 [PR PATCH] New package: scheme48-1.9_2 voidlinux-github
                   ` (21 preceding siblings ...)
  2019-06-18 17:42 ` voidlinux-github
@ 2019-06-19 17:11 ` voidlinux-github
  2019-06-19 17:29 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (11 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: voidlinux-github @ 2019-06-19 17:11 UTC (permalink / raw)
  To: ml

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

New comment by rc-05 on void-packages repository

https://github.com/void-linux/void-packages/pull/12434#issuecomment-503649261
Comment:
I've tried to rebase the commits by picking the most recent one and squashing everything together but it didn't work

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

* Re: [PR PATCH] [Updated] New package: scheme48-1.9.2
  2019-06-12 22:05 [PR PATCH] New package: scheme48-1.9_2 voidlinux-github
                   ` (23 preceding siblings ...)
  2019-06-19 17:29 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-06-19 17:29 ` voidlinux-github
  2019-06-19 17:30 ` voidlinux-github
                   ` (9 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: voidlinux-github @ 2019-06-19 17:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rc-05/void-packages personal
https://github.com/void-linux/void-packages/pull/12434

New package: scheme48-1.9.2


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

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

From 9bff5f1999e807cf20062c4085b31a93327a4c8b Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Tue, 16 Apr 2019 20:19:55 +0200
Subject: [PATCH 1/2] New package: ProTracker-0.20b

---
 srcpkgs/ProTracker/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/ProTracker/template

diff --git a/srcpkgs/ProTracker/template b/srcpkgs/ProTracker/template
new file mode 100644
index 00000000000..7ce76b096d5
--- /dev/null
+++ b/srcpkgs/ProTracker/template
@@ -0,0 +1,25 @@
+# Template file for 'ProTracker'
+pkgname=ProTracker
+version=0.20b
+revision=1
+hostmakedepends="subversion"
+makedepends="SDL2-devel"
+depends="SDL2"
+short_desc="Modern clone of the amiga ProTracker music tracker"
+maintainer="rc-05 <rc23@email.it>"
+license="WTFPL"
+homepage="https://16-bits.org/pt.php"
+
+do_fetch() {
+	svn checkout svn://svn.code.sf.net/p/protracker/code/trunk ${wrksrc}/pt-clone-code
+}
+
+do_build() {
+	cd ${wrksrc}/pt-clone-code
+	chmod +x make-linux.sh
+	./make-linux.sh
+}
+
+do_install() {
+	vbin ${wrksrc}/pt-clone-code/release/other/protracker ProTracker
+}

From 0ffe79e6c659bb7d724271e6cfb6e0cf7fa659ba Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Thu, 13 Jun 2019 00:00:40 +0200
Subject: [PATCH 2/2] New package: scheme48-1.9_2

Fixed template file

Fixed template file
---
 srcpkgs/ProTracker/template | 25 -------------------------
 srcpkgs/scheme48/template   | 21 +++++++++++++++++++++
 2 files changed, 21 insertions(+), 25 deletions(-)
 delete mode 100644 srcpkgs/ProTracker/template
 create mode 100644 srcpkgs/scheme48/template

diff --git a/srcpkgs/ProTracker/template b/srcpkgs/ProTracker/template
deleted file mode 100644
index 7ce76b096d5..00000000000
--- a/srcpkgs/ProTracker/template
+++ /dev/null
@@ -1,25 +0,0 @@
-# Template file for 'ProTracker'
-pkgname=ProTracker
-version=0.20b
-revision=1
-hostmakedepends="subversion"
-makedepends="SDL2-devel"
-depends="SDL2"
-short_desc="Modern clone of the amiga ProTracker music tracker"
-maintainer="rc-05 <rc23@email.it>"
-license="WTFPL"
-homepage="https://16-bits.org/pt.php"
-
-do_fetch() {
-	svn checkout svn://svn.code.sf.net/p/protracker/code/trunk ${wrksrc}/pt-clone-code
-}
-
-do_build() {
-	cd ${wrksrc}/pt-clone-code
-	chmod +x make-linux.sh
-	./make-linux.sh
-}
-
-do_install() {
-	vbin ${wrksrc}/pt-clone-code/release/other/protracker ProTracker
-}
diff --git a/srcpkgs/scheme48/template b/srcpkgs/scheme48/template
new file mode 100644
index 00000000000..134c93605d4
--- /dev/null
+++ b/srcpkgs/scheme48/template
@@ -0,0 +1,21 @@
+# Template file for 'scheme48'
+pkgname=scheme48
+version=1.9.2
+revision=1
+build_style=gnu-configure
+configure_args="--prefix=/usr"
+short_desc="Implementation of the R5RS Scheme standard"
+maintainer="rc-05 <rc23@email.it>"
+license="custom:scheme48"
+homepage="http://s48.org/"
+distfiles="http://s48.org/${version}/scheme48-${version}.tgz"
+checksum=9c4921a90e95daee067cd2e9cc0ffe09e118f4da01c0c0198e577c4f47759df4
+alternatives="
+ scheme:scheme:/usr/bin/scheme48
+ scheme:scheme.1:/usr/share/man/man1/scheme48.1
+"
+nocross="Failed to compile test program"
+
+post_install() {
+	vlicense COPYING
+}
\ No newline at end of file

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

* Re: [PR PATCH] [Updated] New package: scheme48-1.9.2
  2019-06-12 22:05 [PR PATCH] New package: scheme48-1.9_2 voidlinux-github
                   ` (22 preceding siblings ...)
  2019-06-19 17:11 ` voidlinux-github
@ 2019-06-19 17:29 ` voidlinux-github
  2019-06-19 17:29 ` voidlinux-github
                   ` (10 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: voidlinux-github @ 2019-06-19 17:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rc-05/void-packages personal
https://github.com/void-linux/void-packages/pull/12434

New package: scheme48-1.9.2


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

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

From 9bff5f1999e807cf20062c4085b31a93327a4c8b Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Tue, 16 Apr 2019 20:19:55 +0200
Subject: [PATCH 1/2] New package: ProTracker-0.20b

---
 srcpkgs/ProTracker/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/ProTracker/template

diff --git a/srcpkgs/ProTracker/template b/srcpkgs/ProTracker/template
new file mode 100644
index 00000000000..7ce76b096d5
--- /dev/null
+++ b/srcpkgs/ProTracker/template
@@ -0,0 +1,25 @@
+# Template file for 'ProTracker'
+pkgname=ProTracker
+version=0.20b
+revision=1
+hostmakedepends="subversion"
+makedepends="SDL2-devel"
+depends="SDL2"
+short_desc="Modern clone of the amiga ProTracker music tracker"
+maintainer="rc-05 <rc23@email.it>"
+license="WTFPL"
+homepage="https://16-bits.org/pt.php"
+
+do_fetch() {
+	svn checkout svn://svn.code.sf.net/p/protracker/code/trunk ${wrksrc}/pt-clone-code
+}
+
+do_build() {
+	cd ${wrksrc}/pt-clone-code
+	chmod +x make-linux.sh
+	./make-linux.sh
+}
+
+do_install() {
+	vbin ${wrksrc}/pt-clone-code/release/other/protracker ProTracker
+}

From 0ffe79e6c659bb7d724271e6cfb6e0cf7fa659ba Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Thu, 13 Jun 2019 00:00:40 +0200
Subject: [PATCH 2/2] New package: scheme48-1.9_2

Fixed template file

Fixed template file
---
 srcpkgs/ProTracker/template | 25 -------------------------
 srcpkgs/scheme48/template   | 21 +++++++++++++++++++++
 2 files changed, 21 insertions(+), 25 deletions(-)
 delete mode 100644 srcpkgs/ProTracker/template
 create mode 100644 srcpkgs/scheme48/template

diff --git a/srcpkgs/ProTracker/template b/srcpkgs/ProTracker/template
deleted file mode 100644
index 7ce76b096d5..00000000000
--- a/srcpkgs/ProTracker/template
+++ /dev/null
@@ -1,25 +0,0 @@
-# Template file for 'ProTracker'
-pkgname=ProTracker
-version=0.20b
-revision=1
-hostmakedepends="subversion"
-makedepends="SDL2-devel"
-depends="SDL2"
-short_desc="Modern clone of the amiga ProTracker music tracker"
-maintainer="rc-05 <rc23@email.it>"
-license="WTFPL"
-homepage="https://16-bits.org/pt.php"
-
-do_fetch() {
-	svn checkout svn://svn.code.sf.net/p/protracker/code/trunk ${wrksrc}/pt-clone-code
-}
-
-do_build() {
-	cd ${wrksrc}/pt-clone-code
-	chmod +x make-linux.sh
-	./make-linux.sh
-}
-
-do_install() {
-	vbin ${wrksrc}/pt-clone-code/release/other/protracker ProTracker
-}
diff --git a/srcpkgs/scheme48/template b/srcpkgs/scheme48/template
new file mode 100644
index 00000000000..134c93605d4
--- /dev/null
+++ b/srcpkgs/scheme48/template
@@ -0,0 +1,21 @@
+# Template file for 'scheme48'
+pkgname=scheme48
+version=1.9.2
+revision=1
+build_style=gnu-configure
+configure_args="--prefix=/usr"
+short_desc="Implementation of the R5RS Scheme standard"
+maintainer="rc-05 <rc23@email.it>"
+license="custom:scheme48"
+homepage="http://s48.org/"
+distfiles="http://s48.org/${version}/scheme48-${version}.tgz"
+checksum=9c4921a90e95daee067cd2e9cc0ffe09e118f4da01c0c0198e577c4f47759df4
+alternatives="
+ scheme:scheme:/usr/bin/scheme48
+ scheme:scheme.1:/usr/share/man/man1/scheme48.1
+"
+nocross="Failed to compile test program"
+
+post_install() {
+	vlicense COPYING
+}
\ No newline at end of file

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

* Re: [PR PATCH] [Updated] New package: scheme48-1.9.2
  2019-06-12 22:05 [PR PATCH] New package: scheme48-1.9_2 voidlinux-github
                   ` (25 preceding siblings ...)
  2019-06-19 17:30 ` voidlinux-github
@ 2019-06-19 17:30 ` voidlinux-github
  2019-06-19 17:30 ` voidlinux-github
                   ` (7 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: voidlinux-github @ 2019-06-19 17:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rc-05/void-packages personal
https://github.com/void-linux/void-packages/pull/12434

New package: scheme48-1.9.2


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

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

From 9bff5f1999e807cf20062c4085b31a93327a4c8b Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Tue, 16 Apr 2019 20:19:55 +0200
Subject: [PATCH 1/3] New package: ProTracker-0.20b

---
 srcpkgs/ProTracker/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/ProTracker/template

diff --git a/srcpkgs/ProTracker/template b/srcpkgs/ProTracker/template
new file mode 100644
index 00000000000..7ce76b096d5
--- /dev/null
+++ b/srcpkgs/ProTracker/template
@@ -0,0 +1,25 @@
+# Template file for 'ProTracker'
+pkgname=ProTracker
+version=0.20b
+revision=1
+hostmakedepends="subversion"
+makedepends="SDL2-devel"
+depends="SDL2"
+short_desc="Modern clone of the amiga ProTracker music tracker"
+maintainer="rc-05 <rc23@email.it>"
+license="WTFPL"
+homepage="https://16-bits.org/pt.php"
+
+do_fetch() {
+	svn checkout svn://svn.code.sf.net/p/protracker/code/trunk ${wrksrc}/pt-clone-code
+}
+
+do_build() {
+	cd ${wrksrc}/pt-clone-code
+	chmod +x make-linux.sh
+	./make-linux.sh
+}
+
+do_install() {
+	vbin ${wrksrc}/pt-clone-code/release/other/protracker ProTracker
+}

From 0ffe79e6c659bb7d724271e6cfb6e0cf7fa659ba Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Thu, 13 Jun 2019 00:00:40 +0200
Subject: [PATCH 2/3] New package: scheme48-1.9_2

Fixed template file

Fixed template file
---
 srcpkgs/ProTracker/template | 25 -------------------------
 srcpkgs/scheme48/template   | 21 +++++++++++++++++++++
 2 files changed, 21 insertions(+), 25 deletions(-)
 delete mode 100644 srcpkgs/ProTracker/template
 create mode 100644 srcpkgs/scheme48/template

diff --git a/srcpkgs/ProTracker/template b/srcpkgs/ProTracker/template
deleted file mode 100644
index 7ce76b096d5..00000000000
--- a/srcpkgs/ProTracker/template
+++ /dev/null
@@ -1,25 +0,0 @@
-# Template file for 'ProTracker'
-pkgname=ProTracker
-version=0.20b
-revision=1
-hostmakedepends="subversion"
-makedepends="SDL2-devel"
-depends="SDL2"
-short_desc="Modern clone of the amiga ProTracker music tracker"
-maintainer="rc-05 <rc23@email.it>"
-license="WTFPL"
-homepage="https://16-bits.org/pt.php"
-
-do_fetch() {
-	svn checkout svn://svn.code.sf.net/p/protracker/code/trunk ${wrksrc}/pt-clone-code
-}
-
-do_build() {
-	cd ${wrksrc}/pt-clone-code
-	chmod +x make-linux.sh
-	./make-linux.sh
-}
-
-do_install() {
-	vbin ${wrksrc}/pt-clone-code/release/other/protracker ProTracker
-}
diff --git a/srcpkgs/scheme48/template b/srcpkgs/scheme48/template
new file mode 100644
index 00000000000..134c93605d4
--- /dev/null
+++ b/srcpkgs/scheme48/template
@@ -0,0 +1,21 @@
+# Template file for 'scheme48'
+pkgname=scheme48
+version=1.9.2
+revision=1
+build_style=gnu-configure
+configure_args="--prefix=/usr"
+short_desc="Implementation of the R5RS Scheme standard"
+maintainer="rc-05 <rc23@email.it>"
+license="custom:scheme48"
+homepage="http://s48.org/"
+distfiles="http://s48.org/${version}/scheme48-${version}.tgz"
+checksum=9c4921a90e95daee067cd2e9cc0ffe09e118f4da01c0c0198e577c4f47759df4
+alternatives="
+ scheme:scheme:/usr/bin/scheme48
+ scheme:scheme.1:/usr/share/man/man1/scheme48.1
+"
+nocross="Failed to compile test program"
+
+post_install() {
+	vlicense COPYING
+}
\ No newline at end of file

From a9b13831288e2896b47de37cf0d98b207b53f6cb Mon Sep 17 00:00:00 2001
From: Raffaele <48553361+rc-05@users.noreply.github.com>
Date: Wed, 19 Jun 2019 19:30:05 +0200
Subject: [PATCH 3/3] Update template

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

diff --git a/srcpkgs/scheme48/template b/srcpkgs/scheme48/template
index 134c93605d4..596a314d013 100644
--- a/srcpkgs/scheme48/template
+++ b/srcpkgs/scheme48/template
@@ -18,4 +18,4 @@ nocross="Failed to compile test program"
 
 post_install() {
 	vlicense COPYING
-}
\ No newline at end of file
+}

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

* Re: [PR PATCH] [Updated] New package: scheme48-1.9.2
  2019-06-12 22:05 [PR PATCH] New package: scheme48-1.9_2 voidlinux-github
                   ` (24 preceding siblings ...)
  2019-06-19 17:29 ` voidlinux-github
@ 2019-06-19 17:30 ` voidlinux-github
  2019-06-19 17:30 ` voidlinux-github
                   ` (8 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: voidlinux-github @ 2019-06-19 17:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rc-05/void-packages personal
https://github.com/void-linux/void-packages/pull/12434

New package: scheme48-1.9.2


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

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

From 9bff5f1999e807cf20062c4085b31a93327a4c8b Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Tue, 16 Apr 2019 20:19:55 +0200
Subject: [PATCH 1/3] New package: ProTracker-0.20b

---
 srcpkgs/ProTracker/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/ProTracker/template

diff --git a/srcpkgs/ProTracker/template b/srcpkgs/ProTracker/template
new file mode 100644
index 00000000000..7ce76b096d5
--- /dev/null
+++ b/srcpkgs/ProTracker/template
@@ -0,0 +1,25 @@
+# Template file for 'ProTracker'
+pkgname=ProTracker
+version=0.20b
+revision=1
+hostmakedepends="subversion"
+makedepends="SDL2-devel"
+depends="SDL2"
+short_desc="Modern clone of the amiga ProTracker music tracker"
+maintainer="rc-05 <rc23@email.it>"
+license="WTFPL"
+homepage="https://16-bits.org/pt.php"
+
+do_fetch() {
+	svn checkout svn://svn.code.sf.net/p/protracker/code/trunk ${wrksrc}/pt-clone-code
+}
+
+do_build() {
+	cd ${wrksrc}/pt-clone-code
+	chmod +x make-linux.sh
+	./make-linux.sh
+}
+
+do_install() {
+	vbin ${wrksrc}/pt-clone-code/release/other/protracker ProTracker
+}

From 0ffe79e6c659bb7d724271e6cfb6e0cf7fa659ba Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Thu, 13 Jun 2019 00:00:40 +0200
Subject: [PATCH 2/3] New package: scheme48-1.9_2

Fixed template file

Fixed template file
---
 srcpkgs/ProTracker/template | 25 -------------------------
 srcpkgs/scheme48/template   | 21 +++++++++++++++++++++
 2 files changed, 21 insertions(+), 25 deletions(-)
 delete mode 100644 srcpkgs/ProTracker/template
 create mode 100644 srcpkgs/scheme48/template

diff --git a/srcpkgs/ProTracker/template b/srcpkgs/ProTracker/template
deleted file mode 100644
index 7ce76b096d5..00000000000
--- a/srcpkgs/ProTracker/template
+++ /dev/null
@@ -1,25 +0,0 @@
-# Template file for 'ProTracker'
-pkgname=ProTracker
-version=0.20b
-revision=1
-hostmakedepends="subversion"
-makedepends="SDL2-devel"
-depends="SDL2"
-short_desc="Modern clone of the amiga ProTracker music tracker"
-maintainer="rc-05 <rc23@email.it>"
-license="WTFPL"
-homepage="https://16-bits.org/pt.php"
-
-do_fetch() {
-	svn checkout svn://svn.code.sf.net/p/protracker/code/trunk ${wrksrc}/pt-clone-code
-}
-
-do_build() {
-	cd ${wrksrc}/pt-clone-code
-	chmod +x make-linux.sh
-	./make-linux.sh
-}
-
-do_install() {
-	vbin ${wrksrc}/pt-clone-code/release/other/protracker ProTracker
-}
diff --git a/srcpkgs/scheme48/template b/srcpkgs/scheme48/template
new file mode 100644
index 00000000000..134c93605d4
--- /dev/null
+++ b/srcpkgs/scheme48/template
@@ -0,0 +1,21 @@
+# Template file for 'scheme48'
+pkgname=scheme48
+version=1.9.2
+revision=1
+build_style=gnu-configure
+configure_args="--prefix=/usr"
+short_desc="Implementation of the R5RS Scheme standard"
+maintainer="rc-05 <rc23@email.it>"
+license="custom:scheme48"
+homepage="http://s48.org/"
+distfiles="http://s48.org/${version}/scheme48-${version}.tgz"
+checksum=9c4921a90e95daee067cd2e9cc0ffe09e118f4da01c0c0198e577c4f47759df4
+alternatives="
+ scheme:scheme:/usr/bin/scheme48
+ scheme:scheme.1:/usr/share/man/man1/scheme48.1
+"
+nocross="Failed to compile test program"
+
+post_install() {
+	vlicense COPYING
+}
\ No newline at end of file

From a9b13831288e2896b47de37cf0d98b207b53f6cb Mon Sep 17 00:00:00 2001
From: Raffaele <48553361+rc-05@users.noreply.github.com>
Date: Wed, 19 Jun 2019 19:30:05 +0200
Subject: [PATCH 3/3] Update template

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

diff --git a/srcpkgs/scheme48/template b/srcpkgs/scheme48/template
index 134c93605d4..596a314d013 100644
--- a/srcpkgs/scheme48/template
+++ b/srcpkgs/scheme48/template
@@ -18,4 +18,4 @@ nocross="Failed to compile test program"
 
 post_install() {
 	vlicense COPYING
-}
\ No newline at end of file
+}

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

* Re: [PR PATCH] [Updated] New package: scheme48-1.9.2
  2019-06-12 22:05 [PR PATCH] New package: scheme48-1.9_2 voidlinux-github
                   ` (27 preceding siblings ...)
  2019-06-19 17:30 ` voidlinux-github
@ 2019-06-19 17:30 ` voidlinux-github
  2019-06-19 17:39 ` voidlinux-github
                   ` (5 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: voidlinux-github @ 2019-06-19 17:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rc-05/void-packages personal
https://github.com/void-linux/void-packages/pull/12434

New package: scheme48-1.9.2


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

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

From 9bff5f1999e807cf20062c4085b31a93327a4c8b Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Tue, 16 Apr 2019 20:19:55 +0200
Subject: [PATCH 1/4] New package: ProTracker-0.20b

---
 srcpkgs/ProTracker/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/ProTracker/template

diff --git a/srcpkgs/ProTracker/template b/srcpkgs/ProTracker/template
new file mode 100644
index 00000000000..7ce76b096d5
--- /dev/null
+++ b/srcpkgs/ProTracker/template
@@ -0,0 +1,25 @@
+# Template file for 'ProTracker'
+pkgname=ProTracker
+version=0.20b
+revision=1
+hostmakedepends="subversion"
+makedepends="SDL2-devel"
+depends="SDL2"
+short_desc="Modern clone of the amiga ProTracker music tracker"
+maintainer="rc-05 <rc23@email.it>"
+license="WTFPL"
+homepage="https://16-bits.org/pt.php"
+
+do_fetch() {
+	svn checkout svn://svn.code.sf.net/p/protracker/code/trunk ${wrksrc}/pt-clone-code
+}
+
+do_build() {
+	cd ${wrksrc}/pt-clone-code
+	chmod +x make-linux.sh
+	./make-linux.sh
+}
+
+do_install() {
+	vbin ${wrksrc}/pt-clone-code/release/other/protracker ProTracker
+}

From 0ffe79e6c659bb7d724271e6cfb6e0cf7fa659ba Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Thu, 13 Jun 2019 00:00:40 +0200
Subject: [PATCH 2/4] New package: scheme48-1.9_2

Fixed template file

Fixed template file
---
 srcpkgs/ProTracker/template | 25 -------------------------
 srcpkgs/scheme48/template   | 21 +++++++++++++++++++++
 2 files changed, 21 insertions(+), 25 deletions(-)
 delete mode 100644 srcpkgs/ProTracker/template
 create mode 100644 srcpkgs/scheme48/template

diff --git a/srcpkgs/ProTracker/template b/srcpkgs/ProTracker/template
deleted file mode 100644
index 7ce76b096d5..00000000000
--- a/srcpkgs/ProTracker/template
+++ /dev/null
@@ -1,25 +0,0 @@
-# Template file for 'ProTracker'
-pkgname=ProTracker
-version=0.20b
-revision=1
-hostmakedepends="subversion"
-makedepends="SDL2-devel"
-depends="SDL2"
-short_desc="Modern clone of the amiga ProTracker music tracker"
-maintainer="rc-05 <rc23@email.it>"
-license="WTFPL"
-homepage="https://16-bits.org/pt.php"
-
-do_fetch() {
-	svn checkout svn://svn.code.sf.net/p/protracker/code/trunk ${wrksrc}/pt-clone-code
-}
-
-do_build() {
-	cd ${wrksrc}/pt-clone-code
-	chmod +x make-linux.sh
-	./make-linux.sh
-}
-
-do_install() {
-	vbin ${wrksrc}/pt-clone-code/release/other/protracker ProTracker
-}
diff --git a/srcpkgs/scheme48/template b/srcpkgs/scheme48/template
new file mode 100644
index 00000000000..134c93605d4
--- /dev/null
+++ b/srcpkgs/scheme48/template
@@ -0,0 +1,21 @@
+# Template file for 'scheme48'
+pkgname=scheme48
+version=1.9.2
+revision=1
+build_style=gnu-configure
+configure_args="--prefix=/usr"
+short_desc="Implementation of the R5RS Scheme standard"
+maintainer="rc-05 <rc23@email.it>"
+license="custom:scheme48"
+homepage="http://s48.org/"
+distfiles="http://s48.org/${version}/scheme48-${version}.tgz"
+checksum=9c4921a90e95daee067cd2e9cc0ffe09e118f4da01c0c0198e577c4f47759df4
+alternatives="
+ scheme:scheme:/usr/bin/scheme48
+ scheme:scheme.1:/usr/share/man/man1/scheme48.1
+"
+nocross="Failed to compile test program"
+
+post_install() {
+	vlicense COPYING
+}
\ No newline at end of file

From a9b13831288e2896b47de37cf0d98b207b53f6cb Mon Sep 17 00:00:00 2001
From: Raffaele <48553361+rc-05@users.noreply.github.com>
Date: Wed, 19 Jun 2019 19:30:05 +0200
Subject: [PATCH 3/4] Update template

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

diff --git a/srcpkgs/scheme48/template b/srcpkgs/scheme48/template
index 134c93605d4..596a314d013 100644
--- a/srcpkgs/scheme48/template
+++ b/srcpkgs/scheme48/template
@@ -18,4 +18,4 @@ nocross="Failed to compile test program"
 
 post_install() {
 	vlicense COPYING
-}
\ No newline at end of file
+}

From ebb97b478321d9961fcd4f9bc217cffdff188473 Mon Sep 17 00:00:00 2001
From: Raffaele <48553361+rc-05@users.noreply.github.com>
Date: Wed, 19 Jun 2019 19:30:35 +0200
Subject: [PATCH 4/4] Update template

---
 srcpkgs/scheme48/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/scheme48/template b/srcpkgs/scheme48/template
index 596a314d013..8f4307339a0 100644
--- a/srcpkgs/scheme48/template
+++ b/srcpkgs/scheme48/template
@@ -3,7 +3,6 @@ pkgname=scheme48
 version=1.9.2
 revision=1
 build_style=gnu-configure
-configure_args="--prefix=/usr"
 short_desc="Implementation of the R5RS Scheme standard"
 maintainer="rc-05 <rc23@email.it>"
 license="custom:scheme48"

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

* Re: [PR PATCH] [Updated] New package: scheme48-1.9.2
  2019-06-12 22:05 [PR PATCH] New package: scheme48-1.9_2 voidlinux-github
                   ` (26 preceding siblings ...)
  2019-06-19 17:30 ` voidlinux-github
@ 2019-06-19 17:30 ` voidlinux-github
  2019-06-19 17:30 ` voidlinux-github
                   ` (6 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: voidlinux-github @ 2019-06-19 17:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rc-05/void-packages personal
https://github.com/void-linux/void-packages/pull/12434

New package: scheme48-1.9.2


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

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

From 9bff5f1999e807cf20062c4085b31a93327a4c8b Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Tue, 16 Apr 2019 20:19:55 +0200
Subject: [PATCH 1/4] New package: ProTracker-0.20b

---
 srcpkgs/ProTracker/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/ProTracker/template

diff --git a/srcpkgs/ProTracker/template b/srcpkgs/ProTracker/template
new file mode 100644
index 00000000000..7ce76b096d5
--- /dev/null
+++ b/srcpkgs/ProTracker/template
@@ -0,0 +1,25 @@
+# Template file for 'ProTracker'
+pkgname=ProTracker
+version=0.20b
+revision=1
+hostmakedepends="subversion"
+makedepends="SDL2-devel"
+depends="SDL2"
+short_desc="Modern clone of the amiga ProTracker music tracker"
+maintainer="rc-05 <rc23@email.it>"
+license="WTFPL"
+homepage="https://16-bits.org/pt.php"
+
+do_fetch() {
+	svn checkout svn://svn.code.sf.net/p/protracker/code/trunk ${wrksrc}/pt-clone-code
+}
+
+do_build() {
+	cd ${wrksrc}/pt-clone-code
+	chmod +x make-linux.sh
+	./make-linux.sh
+}
+
+do_install() {
+	vbin ${wrksrc}/pt-clone-code/release/other/protracker ProTracker
+}

From 0ffe79e6c659bb7d724271e6cfb6e0cf7fa659ba Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Thu, 13 Jun 2019 00:00:40 +0200
Subject: [PATCH 2/4] New package: scheme48-1.9_2

Fixed template file

Fixed template file
---
 srcpkgs/ProTracker/template | 25 -------------------------
 srcpkgs/scheme48/template   | 21 +++++++++++++++++++++
 2 files changed, 21 insertions(+), 25 deletions(-)
 delete mode 100644 srcpkgs/ProTracker/template
 create mode 100644 srcpkgs/scheme48/template

diff --git a/srcpkgs/ProTracker/template b/srcpkgs/ProTracker/template
deleted file mode 100644
index 7ce76b096d5..00000000000
--- a/srcpkgs/ProTracker/template
+++ /dev/null
@@ -1,25 +0,0 @@
-# Template file for 'ProTracker'
-pkgname=ProTracker
-version=0.20b
-revision=1
-hostmakedepends="subversion"
-makedepends="SDL2-devel"
-depends="SDL2"
-short_desc="Modern clone of the amiga ProTracker music tracker"
-maintainer="rc-05 <rc23@email.it>"
-license="WTFPL"
-homepage="https://16-bits.org/pt.php"
-
-do_fetch() {
-	svn checkout svn://svn.code.sf.net/p/protracker/code/trunk ${wrksrc}/pt-clone-code
-}
-
-do_build() {
-	cd ${wrksrc}/pt-clone-code
-	chmod +x make-linux.sh
-	./make-linux.sh
-}
-
-do_install() {
-	vbin ${wrksrc}/pt-clone-code/release/other/protracker ProTracker
-}
diff --git a/srcpkgs/scheme48/template b/srcpkgs/scheme48/template
new file mode 100644
index 00000000000..134c93605d4
--- /dev/null
+++ b/srcpkgs/scheme48/template
@@ -0,0 +1,21 @@
+# Template file for 'scheme48'
+pkgname=scheme48
+version=1.9.2
+revision=1
+build_style=gnu-configure
+configure_args="--prefix=/usr"
+short_desc="Implementation of the R5RS Scheme standard"
+maintainer="rc-05 <rc23@email.it>"
+license="custom:scheme48"
+homepage="http://s48.org/"
+distfiles="http://s48.org/${version}/scheme48-${version}.tgz"
+checksum=9c4921a90e95daee067cd2e9cc0ffe09e118f4da01c0c0198e577c4f47759df4
+alternatives="
+ scheme:scheme:/usr/bin/scheme48
+ scheme:scheme.1:/usr/share/man/man1/scheme48.1
+"
+nocross="Failed to compile test program"
+
+post_install() {
+	vlicense COPYING
+}
\ No newline at end of file

From a9b13831288e2896b47de37cf0d98b207b53f6cb Mon Sep 17 00:00:00 2001
From: Raffaele <48553361+rc-05@users.noreply.github.com>
Date: Wed, 19 Jun 2019 19:30:05 +0200
Subject: [PATCH 3/4] Update template

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

diff --git a/srcpkgs/scheme48/template b/srcpkgs/scheme48/template
index 134c93605d4..596a314d013 100644
--- a/srcpkgs/scheme48/template
+++ b/srcpkgs/scheme48/template
@@ -18,4 +18,4 @@ nocross="Failed to compile test program"
 
 post_install() {
 	vlicense COPYING
-}
\ No newline at end of file
+}

From ebb97b478321d9961fcd4f9bc217cffdff188473 Mon Sep 17 00:00:00 2001
From: Raffaele <48553361+rc-05@users.noreply.github.com>
Date: Wed, 19 Jun 2019 19:30:35 +0200
Subject: [PATCH 4/4] Update template

---
 srcpkgs/scheme48/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/scheme48/template b/srcpkgs/scheme48/template
index 596a314d013..8f4307339a0 100644
--- a/srcpkgs/scheme48/template
+++ b/srcpkgs/scheme48/template
@@ -3,7 +3,6 @@ pkgname=scheme48
 version=1.9.2
 revision=1
 build_style=gnu-configure
-configure_args="--prefix=/usr"
 short_desc="Implementation of the R5RS Scheme standard"
 maintainer="rc-05 <rc23@email.it>"
 license="custom:scheme48"

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

* Re: [PR PATCH] [Updated] New package: scheme48-1.9.2
  2019-06-12 22:05 [PR PATCH] New package: scheme48-1.9_2 voidlinux-github
                   ` (28 preceding siblings ...)
  2019-06-19 17:30 ` voidlinux-github
@ 2019-06-19 17:39 ` voidlinux-github
  2019-06-19 17:39 ` voidlinux-github
                   ` (4 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: voidlinux-github @ 2019-06-19 17:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rc-05/void-packages personal
https://github.com/void-linux/void-packages/pull/12434

New package: scheme48-1.9.2


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

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

From 9bff5f1999e807cf20062c4085b31a93327a4c8b Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Tue, 16 Apr 2019 20:19:55 +0200
Subject: [PATCH 1/2] New package: ProTracker-0.20b

---
 srcpkgs/ProTracker/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/ProTracker/template

diff --git a/srcpkgs/ProTracker/template b/srcpkgs/ProTracker/template
new file mode 100644
index 00000000000..7ce76b096d5
--- /dev/null
+++ b/srcpkgs/ProTracker/template
@@ -0,0 +1,25 @@
+# Template file for 'ProTracker'
+pkgname=ProTracker
+version=0.20b
+revision=1
+hostmakedepends="subversion"
+makedepends="SDL2-devel"
+depends="SDL2"
+short_desc="Modern clone of the amiga ProTracker music tracker"
+maintainer="rc-05 <rc23@email.it>"
+license="WTFPL"
+homepage="https://16-bits.org/pt.php"
+
+do_fetch() {
+	svn checkout svn://svn.code.sf.net/p/protracker/code/trunk ${wrksrc}/pt-clone-code
+}
+
+do_build() {
+	cd ${wrksrc}/pt-clone-code
+	chmod +x make-linux.sh
+	./make-linux.sh
+}
+
+do_install() {
+	vbin ${wrksrc}/pt-clone-code/release/other/protracker ProTracker
+}

From 1f9e96a73dcd5a557869fa44b015a80681f4accc Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Thu, 13 Jun 2019 00:00:40 +0200
Subject: [PATCH 2/2] New package: scheme48-1.9.2

---
 srcpkgs/ProTracker/template | 25 -------------------------
 srcpkgs/scheme48/template   | 20 ++++++++++++++++++++
 2 files changed, 20 insertions(+), 25 deletions(-)
 delete mode 100644 srcpkgs/ProTracker/template
 create mode 100644 srcpkgs/scheme48/template

diff --git a/srcpkgs/ProTracker/template b/srcpkgs/ProTracker/template
deleted file mode 100644
index 7ce76b096d5..00000000000
--- a/srcpkgs/ProTracker/template
+++ /dev/null
@@ -1,25 +0,0 @@
-# Template file for 'ProTracker'
-pkgname=ProTracker
-version=0.20b
-revision=1
-hostmakedepends="subversion"
-makedepends="SDL2-devel"
-depends="SDL2"
-short_desc="Modern clone of the amiga ProTracker music tracker"
-maintainer="rc-05 <rc23@email.it>"
-license="WTFPL"
-homepage="https://16-bits.org/pt.php"
-
-do_fetch() {
-	svn checkout svn://svn.code.sf.net/p/protracker/code/trunk ${wrksrc}/pt-clone-code
-}
-
-do_build() {
-	cd ${wrksrc}/pt-clone-code
-	chmod +x make-linux.sh
-	./make-linux.sh
-}
-
-do_install() {
-	vbin ${wrksrc}/pt-clone-code/release/other/protracker ProTracker
-}
diff --git a/srcpkgs/scheme48/template b/srcpkgs/scheme48/template
new file mode 100644
index 00000000000..8f4307339a0
--- /dev/null
+++ b/srcpkgs/scheme48/template
@@ -0,0 +1,20 @@
+# Template file for 'scheme48'
+pkgname=scheme48
+version=1.9.2
+revision=1
+build_style=gnu-configure
+short_desc="Implementation of the R5RS Scheme standard"
+maintainer="rc-05 <rc23@email.it>"
+license="custom:scheme48"
+homepage="http://s48.org/"
+distfiles="http://s48.org/${version}/scheme48-${version}.tgz"
+checksum=9c4921a90e95daee067cd2e9cc0ffe09e118f4da01c0c0198e577c4f47759df4
+alternatives="
+ scheme:scheme:/usr/bin/scheme48
+ scheme:scheme.1:/usr/share/man/man1/scheme48.1
+"
+nocross="Failed to compile test program"
+
+post_install() {
+	vlicense COPYING
+}

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

* Re: [PR PATCH] [Updated] New package: scheme48-1.9.2
  2019-06-12 22:05 [PR PATCH] New package: scheme48-1.9_2 voidlinux-github
                   ` (29 preceding siblings ...)
  2019-06-19 17:39 ` voidlinux-github
@ 2019-06-19 17:39 ` voidlinux-github
  2019-06-19 17:43 ` voidlinux-github
                   ` (3 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: voidlinux-github @ 2019-06-19 17:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rc-05/void-packages personal
https://github.com/void-linux/void-packages/pull/12434

New package: scheme48-1.9.2


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

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

From 9bff5f1999e807cf20062c4085b31a93327a4c8b Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Tue, 16 Apr 2019 20:19:55 +0200
Subject: [PATCH 1/2] New package: ProTracker-0.20b

---
 srcpkgs/ProTracker/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/ProTracker/template

diff --git a/srcpkgs/ProTracker/template b/srcpkgs/ProTracker/template
new file mode 100644
index 00000000000..7ce76b096d5
--- /dev/null
+++ b/srcpkgs/ProTracker/template
@@ -0,0 +1,25 @@
+# Template file for 'ProTracker'
+pkgname=ProTracker
+version=0.20b
+revision=1
+hostmakedepends="subversion"
+makedepends="SDL2-devel"
+depends="SDL2"
+short_desc="Modern clone of the amiga ProTracker music tracker"
+maintainer="rc-05 <rc23@email.it>"
+license="WTFPL"
+homepage="https://16-bits.org/pt.php"
+
+do_fetch() {
+	svn checkout svn://svn.code.sf.net/p/protracker/code/trunk ${wrksrc}/pt-clone-code
+}
+
+do_build() {
+	cd ${wrksrc}/pt-clone-code
+	chmod +x make-linux.sh
+	./make-linux.sh
+}
+
+do_install() {
+	vbin ${wrksrc}/pt-clone-code/release/other/protracker ProTracker
+}

From 1f9e96a73dcd5a557869fa44b015a80681f4accc Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Thu, 13 Jun 2019 00:00:40 +0200
Subject: [PATCH 2/2] New package: scheme48-1.9.2

---
 srcpkgs/ProTracker/template | 25 -------------------------
 srcpkgs/scheme48/template   | 20 ++++++++++++++++++++
 2 files changed, 20 insertions(+), 25 deletions(-)
 delete mode 100644 srcpkgs/ProTracker/template
 create mode 100644 srcpkgs/scheme48/template

diff --git a/srcpkgs/ProTracker/template b/srcpkgs/ProTracker/template
deleted file mode 100644
index 7ce76b096d5..00000000000
--- a/srcpkgs/ProTracker/template
+++ /dev/null
@@ -1,25 +0,0 @@
-# Template file for 'ProTracker'
-pkgname=ProTracker
-version=0.20b
-revision=1
-hostmakedepends="subversion"
-makedepends="SDL2-devel"
-depends="SDL2"
-short_desc="Modern clone of the amiga ProTracker music tracker"
-maintainer="rc-05 <rc23@email.it>"
-license="WTFPL"
-homepage="https://16-bits.org/pt.php"
-
-do_fetch() {
-	svn checkout svn://svn.code.sf.net/p/protracker/code/trunk ${wrksrc}/pt-clone-code
-}
-
-do_build() {
-	cd ${wrksrc}/pt-clone-code
-	chmod +x make-linux.sh
-	./make-linux.sh
-}
-
-do_install() {
-	vbin ${wrksrc}/pt-clone-code/release/other/protracker ProTracker
-}
diff --git a/srcpkgs/scheme48/template b/srcpkgs/scheme48/template
new file mode 100644
index 00000000000..8f4307339a0
--- /dev/null
+++ b/srcpkgs/scheme48/template
@@ -0,0 +1,20 @@
+# Template file for 'scheme48'
+pkgname=scheme48
+version=1.9.2
+revision=1
+build_style=gnu-configure
+short_desc="Implementation of the R5RS Scheme standard"
+maintainer="rc-05 <rc23@email.it>"
+license="custom:scheme48"
+homepage="http://s48.org/"
+distfiles="http://s48.org/${version}/scheme48-${version}.tgz"
+checksum=9c4921a90e95daee067cd2e9cc0ffe09e118f4da01c0c0198e577c4f47759df4
+alternatives="
+ scheme:scheme:/usr/bin/scheme48
+ scheme:scheme.1:/usr/share/man/man1/scheme48.1
+"
+nocross="Failed to compile test program"
+
+post_install() {
+	vlicense COPYING
+}

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

* Re: [PR PATCH] [Updated] New package: scheme48-1.9.2
  2019-06-12 22:05 [PR PATCH] New package: scheme48-1.9_2 voidlinux-github
                   ` (30 preceding siblings ...)
  2019-06-19 17:39 ` voidlinux-github
@ 2019-06-19 17:43 ` voidlinux-github
  2019-06-19 17:43 ` voidlinux-github
                   ` (2 subsequent siblings)
  34 siblings, 0 replies; 36+ messages in thread
From: voidlinux-github @ 2019-06-19 17:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rc-05/void-packages personal
https://github.com/void-linux/void-packages/pull/12434

New package: scheme48-1.9.2


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

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

From 1bc6584e11f7f757dc4e39078f6b585040ac5176 Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Thu, 13 Jun 2019 00:00:40 +0200
Subject: [PATCH] New package: scheme48-1.9.2

---
 srcpkgs/scheme48/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/scheme48/template

diff --git a/srcpkgs/scheme48/template b/srcpkgs/scheme48/template
new file mode 100644
index 00000000000..8f4307339a0
--- /dev/null
+++ b/srcpkgs/scheme48/template
@@ -0,0 +1,20 @@
+# Template file for 'scheme48'
+pkgname=scheme48
+version=1.9.2
+revision=1
+build_style=gnu-configure
+short_desc="Implementation of the R5RS Scheme standard"
+maintainer="rc-05 <rc23@email.it>"
+license="custom:scheme48"
+homepage="http://s48.org/"
+distfiles="http://s48.org/${version}/scheme48-${version}.tgz"
+checksum=9c4921a90e95daee067cd2e9cc0ffe09e118f4da01c0c0198e577c4f47759df4
+alternatives="
+ scheme:scheme:/usr/bin/scheme48
+ scheme:scheme.1:/usr/share/man/man1/scheme48.1
+"
+nocross="Failed to compile test program"
+
+post_install() {
+	vlicense COPYING
+}

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

* Re: [PR PATCH] [Updated] New package: scheme48-1.9.2
  2019-06-12 22:05 [PR PATCH] New package: scheme48-1.9_2 voidlinux-github
                   ` (31 preceding siblings ...)
  2019-06-19 17:43 ` voidlinux-github
@ 2019-06-19 17:43 ` voidlinux-github
  2019-06-19 17:44 ` voidlinux-github
  2019-06-19 18:37 ` [PR PATCH] [Merged]: " voidlinux-github
  34 siblings, 0 replies; 36+ messages in thread
From: voidlinux-github @ 2019-06-19 17:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rc-05/void-packages personal
https://github.com/void-linux/void-packages/pull/12434

New package: scheme48-1.9.2


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

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

From 1bc6584e11f7f757dc4e39078f6b585040ac5176 Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Thu, 13 Jun 2019 00:00:40 +0200
Subject: [PATCH] New package: scheme48-1.9.2

---
 srcpkgs/scheme48/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/scheme48/template

diff --git a/srcpkgs/scheme48/template b/srcpkgs/scheme48/template
new file mode 100644
index 00000000000..8f4307339a0
--- /dev/null
+++ b/srcpkgs/scheme48/template
@@ -0,0 +1,20 @@
+# Template file for 'scheme48'
+pkgname=scheme48
+version=1.9.2
+revision=1
+build_style=gnu-configure
+short_desc="Implementation of the R5RS Scheme standard"
+maintainer="rc-05 <rc23@email.it>"
+license="custom:scheme48"
+homepage="http://s48.org/"
+distfiles="http://s48.org/${version}/scheme48-${version}.tgz"
+checksum=9c4921a90e95daee067cd2e9cc0ffe09e118f4da01c0c0198e577c4f47759df4
+alternatives="
+ scheme:scheme:/usr/bin/scheme48
+ scheme:scheme.1:/usr/share/man/man1/scheme48.1
+"
+nocross="Failed to compile test program"
+
+post_install() {
+	vlicense COPYING
+}

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

* Re: New package: scheme48-1.9.2
  2019-06-12 22:05 [PR PATCH] New package: scheme48-1.9_2 voidlinux-github
                   ` (32 preceding siblings ...)
  2019-06-19 17:43 ` voidlinux-github
@ 2019-06-19 17:44 ` voidlinux-github
  2019-06-19 18:37 ` [PR PATCH] [Merged]: " voidlinux-github
  34 siblings, 0 replies; 36+ messages in thread
From: voidlinux-github @ 2019-06-19 17:44 UTC (permalink / raw)
  To: ml

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

New comment by rc-05 on void-packages repository

https://github.com/void-linux/void-packages/pull/12434#issuecomment-503649261
Comment:
Alright, deleted a unnecessary commit for ProTracker and rebased everything so that only one commit is present.

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

* Re: [PR PATCH] [Merged]: New package: scheme48-1.9.2
  2019-06-12 22:05 [PR PATCH] New package: scheme48-1.9_2 voidlinux-github
                   ` (33 preceding siblings ...)
  2019-06-19 17:44 ` voidlinux-github
@ 2019-06-19 18:37 ` voidlinux-github
  34 siblings, 0 replies; 36+ messages in thread
From: voidlinux-github @ 2019-06-19 18:37 UTC (permalink / raw)
  To: ml

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

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

New package: scheme48-1.9.2
https://github.com/void-linux/void-packages/pull/12434
Description: 

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

end of thread, other threads:[~2019-06-19 18:37 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-12 22:05 [PR PATCH] New package: scheme48-1.9_2 voidlinux-github
2019-06-12 23:17 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-12 23:17 ` voidlinux-github
2019-06-12 23:45 ` voidlinux-github
2019-06-12 23:45 ` voidlinux-github
2019-06-13  1:58 ` voidlinux-github
2019-06-13  2:03 ` voidlinux-github
2019-06-15  9:37 ` [PR PATCH] [Closed]: " voidlinux-github
2019-06-15  9:37 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-15 10:53 ` voidlinux-github
2019-06-15 10:53 ` voidlinux-github
2019-06-15 10:57 ` voidlinux-github
2019-06-15 10:57 ` voidlinux-github
2019-06-16 18:24 ` [PR PATCH] [Updated] New package: scheme48-1.9.2 voidlinux-github
2019-06-16 18:24 ` voidlinux-github
2019-06-16 19:00 ` voidlinux-github
2019-06-16 19:00 ` voidlinux-github
2019-06-16 19:01 ` voidlinux-github
2019-06-17 21:48 ` voidlinux-github
2019-06-18 14:32 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-18 14:32 ` voidlinux-github
2019-06-18 17:22 ` voidlinux-github
2019-06-18 17:42 ` voidlinux-github
2019-06-19 17:11 ` voidlinux-github
2019-06-19 17:29 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-19 17:29 ` voidlinux-github
2019-06-19 17:30 ` voidlinux-github
2019-06-19 17:30 ` voidlinux-github
2019-06-19 17:30 ` voidlinux-github
2019-06-19 17:30 ` voidlinux-github
2019-06-19 17:39 ` voidlinux-github
2019-06-19 17:39 ` voidlinux-github
2019-06-19 17:43 ` voidlinux-github
2019-06-19 17:43 ` voidlinux-github
2019-06-19 17:44 ` voidlinux-github
2019-06-19 18:37 ` [PR PATCH] [Merged]: " voidlinux-github

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