Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: otus-2.0
@ 2019-07-12 10:14 voidlinux-github
  2019-07-12 10:16 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (20 more replies)
  0 siblings, 21 replies; 22+ messages in thread
From: voidlinux-github @ 2019-07-12 10:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 303 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/13026

New package: otus-2.0


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-personal-13026.patch --]
[-- Type: application/text/x-diff, Size: 2036 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 1/2] 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
+}

From e56f4427a8595b9c5fbd29795e22b1a742552422 Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Fri, 12 Jul 2019 12:11:42 +0200
Subject: [PATCH 2/2] New package: otus-2.0

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

diff --git a/srcpkgs/otus/template b/srcpkgs/otus/template
new file mode 100644
index 00000000000..08166008e71
--- /dev/null
+++ b/srcpkgs/otus/template
@@ -0,0 +1,17 @@
+# Template file for 'otus'
+pkgname=otus
+version=2.0
+revision=1
+wrksrc=ol-${version}
+build_style=gnu-makefile
+short_desc="Purely functional dialect of Lisp"
+maintainer="rc-05 <rc23@email.it>"
+license="LGPL-3.0-or-later, MIT"
+homepage="https://yuriy-chumak.github.io/ol/"
+distfiles="https://github.com/yuriy-chumak/ol/archive/v${version}.tar.gz"
+checksum=5ad537b6bd032549334d1c72e742b78b7d40ccb8d1491d5cf0ce952964deeeea
+
+post_install() {
+	vlicense LICENSE
+}
+

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

* Re: [PR PATCH] [Updated] New package: otus-2.0
  2019-07-12 10:14 [PR PATCH] New package: otus-2.0 voidlinux-github
  2019-07-12 10:16 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-07-12 10:16 ` voidlinux-github
  2019-07-12 10:29 ` voidlinux-github
                   ` (18 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: voidlinux-github @ 2019-07-12 10:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 308 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/13026

New package: otus-2.0


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-personal-13026.patch --]
[-- Type: application/text/x-diff, Size: 2919 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 1/2] 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
+}

From c829a802fd193f3e6f4e4342b1ec6b4fb663b874 Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Fri, 12 Jul 2019 12:11:42 +0200
Subject: [PATCH 2/2] New package: otus-2.0

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

diff --git a/srcpkgs/otus/template b/srcpkgs/otus/template
new file mode 100644
index 00000000000..08166008e71
--- /dev/null
+++ b/srcpkgs/otus/template
@@ -0,0 +1,17 @@
+# Template file for 'otus'
+pkgname=otus
+version=2.0
+revision=1
+wrksrc=ol-${version}
+build_style=gnu-makefile
+short_desc="Purely functional dialect of Lisp"
+maintainer="rc-05 <rc23@email.it>"
+license="LGPL-3.0-or-later, MIT"
+homepage="https://yuriy-chumak.github.io/ol/"
+distfiles="https://github.com/yuriy-chumak/ol/archive/v${version}.tar.gz"
+checksum=5ad537b6bd032549334d1c72e742b78b7d40ccb8d1491d5cf0ce952964deeeea
+
+post_install() {
+	vlicense LICENSE
+}
+
diff --git a/srcpkgs/scheme48/template b/srcpkgs/scheme48/template
deleted file mode 100644
index 8f4307339a0..00000000000
--- a/srcpkgs/scheme48/template
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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] 22+ messages in thread

* Re: [PR PATCH] [Updated] New package: otus-2.0
  2019-07-12 10:14 [PR PATCH] New package: otus-2.0 voidlinux-github
@ 2019-07-12 10:16 ` voidlinux-github
  2019-07-12 10:16 ` voidlinux-github
                   ` (19 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: voidlinux-github @ 2019-07-12 10:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 308 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/13026

New package: otus-2.0


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-personal-13026.patch --]
[-- Type: application/text/x-diff, Size: 2919 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 1/2] 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
+}

From c829a802fd193f3e6f4e4342b1ec6b4fb663b874 Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Fri, 12 Jul 2019 12:11:42 +0200
Subject: [PATCH 2/2] New package: otus-2.0

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

diff --git a/srcpkgs/otus/template b/srcpkgs/otus/template
new file mode 100644
index 00000000000..08166008e71
--- /dev/null
+++ b/srcpkgs/otus/template
@@ -0,0 +1,17 @@
+# Template file for 'otus'
+pkgname=otus
+version=2.0
+revision=1
+wrksrc=ol-${version}
+build_style=gnu-makefile
+short_desc="Purely functional dialect of Lisp"
+maintainer="rc-05 <rc23@email.it>"
+license="LGPL-3.0-or-later, MIT"
+homepage="https://yuriy-chumak.github.io/ol/"
+distfiles="https://github.com/yuriy-chumak/ol/archive/v${version}.tar.gz"
+checksum=5ad537b6bd032549334d1c72e742b78b7d40ccb8d1491d5cf0ce952964deeeea
+
+post_install() {
+	vlicense LICENSE
+}
+
diff --git a/srcpkgs/scheme48/template b/srcpkgs/scheme48/template
deleted file mode 100644
index 8f4307339a0..00000000000
--- a/srcpkgs/scheme48/template
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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] 22+ messages in thread

* Re: [PR PATCH] [Updated] New package: otus-2.0
  2019-07-12 10:14 [PR PATCH] New package: otus-2.0 voidlinux-github
  2019-07-12 10:16 ` [PR PATCH] [Updated] " voidlinux-github
  2019-07-12 10:16 ` voidlinux-github
@ 2019-07-12 10:29 ` voidlinux-github
  2019-07-12 10:29 ` voidlinux-github
                   ` (17 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: voidlinux-github @ 2019-07-12 10:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 308 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/13026

New package: otus-2.0


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

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

From 3a7327db2d18f690e38df289fa0fdb23693c1b7a 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/otus/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/otus/template

diff --git a/srcpkgs/otus/template b/srcpkgs/otus/template
new file mode 100644
index 00000000000..08166008e71
--- /dev/null
+++ b/srcpkgs/otus/template
@@ -0,0 +1,17 @@
+# Template file for 'otus'
+pkgname=otus
+version=2.0
+revision=1
+wrksrc=ol-${version}
+build_style=gnu-makefile
+short_desc="Purely functional dialect of Lisp"
+maintainer="rc-05 <rc23@email.it>"
+license="LGPL-3.0-or-later, MIT"
+homepage="https://yuriy-chumak.github.io/ol/"
+distfiles="https://github.com/yuriy-chumak/ol/archive/v${version}.tar.gz"
+checksum=5ad537b6bd032549334d1c72e742b78b7d40ccb8d1491d5cf0ce952964deeeea
+
+post_install() {
+	vlicense LICENSE
+}
+

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

* Re: [PR PATCH] [Updated] New package: otus-2.0
  2019-07-12 10:14 [PR PATCH] New package: otus-2.0 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-07-12 10:29 ` voidlinux-github
@ 2019-07-12 10:29 ` voidlinux-github
  2019-07-12 11:12 ` voidlinux-github
                   ` (16 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: voidlinux-github @ 2019-07-12 10:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 308 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/13026

New package: otus-2.0


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

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

From 3a7327db2d18f690e38df289fa0fdb23693c1b7a 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/otus/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/otus/template

diff --git a/srcpkgs/otus/template b/srcpkgs/otus/template
new file mode 100644
index 00000000000..08166008e71
--- /dev/null
+++ b/srcpkgs/otus/template
@@ -0,0 +1,17 @@
+# Template file for 'otus'
+pkgname=otus
+version=2.0
+revision=1
+wrksrc=ol-${version}
+build_style=gnu-makefile
+short_desc="Purely functional dialect of Lisp"
+maintainer="rc-05 <rc23@email.it>"
+license="LGPL-3.0-or-later, MIT"
+homepage="https://yuriy-chumak.github.io/ol/"
+distfiles="https://github.com/yuriy-chumak/ol/archive/v${version}.tar.gz"
+checksum=5ad537b6bd032549334d1c72e742b78b7d40ccb8d1491d5cf0ce952964deeeea
+
+post_install() {
+	vlicense LICENSE
+}
+

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

* Re: [PR PATCH] [Updated] New package: otus-2.0
  2019-07-12 10:14 [PR PATCH] New package: otus-2.0 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-07-12 11:12 ` voidlinux-github
@ 2019-07-12 11:12 ` voidlinux-github
  2019-07-12 11:32 ` voidlinux-github
                   ` (14 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: voidlinux-github @ 2019-07-12 11:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 308 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/13026

New package: otus-2.0


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

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

From 973d2b65020c06e43326c28ad6c4ba58dc3e29b4 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: otus-2.0

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

diff --git a/srcpkgs/otus/template b/srcpkgs/otus/template
new file mode 100644
index 00000000000..08166008e71
--- /dev/null
+++ b/srcpkgs/otus/template
@@ -0,0 +1,17 @@
+# Template file for 'otus'
+pkgname=otus
+version=2.0
+revision=1
+wrksrc=ol-${version}
+build_style=gnu-makefile
+short_desc="Purely functional dialect of Lisp"
+maintainer="rc-05 <rc23@email.it>"
+license="LGPL-3.0-or-later, MIT"
+homepage="https://yuriy-chumak.github.io/ol/"
+distfiles="https://github.com/yuriy-chumak/ol/archive/v${version}.tar.gz"
+checksum=5ad537b6bd032549334d1c72e742b78b7d40ccb8d1491d5cf0ce952964deeeea
+
+post_install() {
+	vlicense LICENSE
+}
+

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

* Re: [PR PATCH] [Updated] New package: otus-2.0
  2019-07-12 10:14 [PR PATCH] New package: otus-2.0 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-07-12 10:29 ` voidlinux-github
@ 2019-07-12 11:12 ` voidlinux-github
  2019-07-12 11:12 ` voidlinux-github
                   ` (15 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: voidlinux-github @ 2019-07-12 11:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 308 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/13026

New package: otus-2.0


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

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

From 973d2b65020c06e43326c28ad6c4ba58dc3e29b4 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: otus-2.0

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

diff --git a/srcpkgs/otus/template b/srcpkgs/otus/template
new file mode 100644
index 00000000000..08166008e71
--- /dev/null
+++ b/srcpkgs/otus/template
@@ -0,0 +1,17 @@
+# Template file for 'otus'
+pkgname=otus
+version=2.0
+revision=1
+wrksrc=ol-${version}
+build_style=gnu-makefile
+short_desc="Purely functional dialect of Lisp"
+maintainer="rc-05 <rc23@email.it>"
+license="LGPL-3.0-or-later, MIT"
+homepage="https://yuriy-chumak.github.io/ol/"
+distfiles="https://github.com/yuriy-chumak/ol/archive/v${version}.tar.gz"
+checksum=5ad537b6bd032549334d1c72e742b78b7d40ccb8d1491d5cf0ce952964deeeea
+
+post_install() {
+	vlicense LICENSE
+}
+

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

* Re: [PR PATCH] [Updated] New package: otus-2.0
  2019-07-12 10:14 [PR PATCH] New package: otus-2.0 voidlinux-github
                   ` (5 preceding siblings ...)
  2019-07-12 11:12 ` voidlinux-github
@ 2019-07-12 11:32 ` voidlinux-github
  2019-07-12 11:32 ` voidlinux-github
                   ` (13 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: voidlinux-github @ 2019-07-12 11:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 308 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/13026

New package: otus-2.0


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

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

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

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

diff --git a/srcpkgs/otus/template b/srcpkgs/otus/template
new file mode 100644
index 00000000000..08166008e71
--- /dev/null
+++ b/srcpkgs/otus/template
@@ -0,0 +1,17 @@
+# Template file for 'otus'
+pkgname=otus
+version=2.0
+revision=1
+wrksrc=ol-${version}
+build_style=gnu-makefile
+short_desc="Purely functional dialect of Lisp"
+maintainer="rc-05 <rc23@email.it>"
+license="LGPL-3.0-or-later, MIT"
+homepage="https://yuriy-chumak.github.io/ol/"
+distfiles="https://github.com/yuriy-chumak/ol/archive/v${version}.tar.gz"
+checksum=5ad537b6bd032549334d1c72e742b78b7d40ccb8d1491d5cf0ce952964deeeea
+
+post_install() {
+	vlicense LICENSE
+}
+

From d3148062d9ce1cd9a87e22f92169340a4222772d Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Fri, 12 Jul 2019 13:30:29 +0200
Subject: [PATCH 2/2] Added "nocross" flag.

The repl for the opus interpreter could not be compiled for architectures other that i686 and amd64
---
 srcpkgs/otus/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/otus/template b/srcpkgs/otus/template
index 08166008e71..dac316ca31f 100644
--- a/srcpkgs/otus/template
+++ b/srcpkgs/otus/template
@@ -10,6 +10,7 @@ license="LGPL-3.0-or-later, MIT"
 homepage="https://yuriy-chumak.github.io/ol/"
 distfiles="https://github.com/yuriy-chumak/ol/archive/v${version}.tar.gz"
 checksum=5ad537b6bd032549334d1c72e742b78b7d40ccb8d1491d5cf0ce952964deeeea
+nocross="Failed to compile repl"
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] New package: otus-2.0
  2019-07-12 10:14 [PR PATCH] New package: otus-2.0 voidlinux-github
                   ` (6 preceding siblings ...)
  2019-07-12 11:32 ` voidlinux-github
@ 2019-07-12 11:32 ` voidlinux-github
  2019-07-12 11:37 ` voidlinux-github
                   ` (12 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: voidlinux-github @ 2019-07-12 11:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 308 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/13026

New package: otus-2.0


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

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

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

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

diff --git a/srcpkgs/otus/template b/srcpkgs/otus/template
new file mode 100644
index 00000000000..08166008e71
--- /dev/null
+++ b/srcpkgs/otus/template
@@ -0,0 +1,17 @@
+# Template file for 'otus'
+pkgname=otus
+version=2.0
+revision=1
+wrksrc=ol-${version}
+build_style=gnu-makefile
+short_desc="Purely functional dialect of Lisp"
+maintainer="rc-05 <rc23@email.it>"
+license="LGPL-3.0-or-later, MIT"
+homepage="https://yuriy-chumak.github.io/ol/"
+distfiles="https://github.com/yuriy-chumak/ol/archive/v${version}.tar.gz"
+checksum=5ad537b6bd032549334d1c72e742b78b7d40ccb8d1491d5cf0ce952964deeeea
+
+post_install() {
+	vlicense LICENSE
+}
+

From d3148062d9ce1cd9a87e22f92169340a4222772d Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Fri, 12 Jul 2019 13:30:29 +0200
Subject: [PATCH 2/2] Added "nocross" flag.

The repl for the opus interpreter could not be compiled for architectures other that i686 and amd64
---
 srcpkgs/otus/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/otus/template b/srcpkgs/otus/template
index 08166008e71..dac316ca31f 100644
--- a/srcpkgs/otus/template
+++ b/srcpkgs/otus/template
@@ -10,6 +10,7 @@ license="LGPL-3.0-or-later, MIT"
 homepage="https://yuriy-chumak.github.io/ol/"
 distfiles="https://github.com/yuriy-chumak/ol/archive/v${version}.tar.gz"
 checksum=5ad537b6bd032549334d1c72e742b78b7d40ccb8d1491d5cf0ce952964deeeea
+nocross="Failed to compile repl"
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] New package: otus-2.0
  2019-07-12 10:14 [PR PATCH] New package: otus-2.0 voidlinux-github
                   ` (8 preceding siblings ...)
  2019-07-12 11:37 ` voidlinux-github
@ 2019-07-12 11:37 ` voidlinux-github
  2019-07-12 11:44 ` voidlinux-github
                   ` (10 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: voidlinux-github @ 2019-07-12 11:37 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 308 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/13026

New package: otus-2.0


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

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

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

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

diff --git a/srcpkgs/otus/template b/srcpkgs/otus/template
new file mode 100644
index 00000000000..08166008e71
--- /dev/null
+++ b/srcpkgs/otus/template
@@ -0,0 +1,17 @@
+# Template file for 'otus'
+pkgname=otus
+version=2.0
+revision=1
+wrksrc=ol-${version}
+build_style=gnu-makefile
+short_desc="Purely functional dialect of Lisp"
+maintainer="rc-05 <rc23@email.it>"
+license="LGPL-3.0-or-later, MIT"
+homepage="https://yuriy-chumak.github.io/ol/"
+distfiles="https://github.com/yuriy-chumak/ol/archive/v${version}.tar.gz"
+checksum=5ad537b6bd032549334d1c72e742b78b7d40ccb8d1491d5cf0ce952964deeeea
+
+post_install() {
+	vlicense LICENSE
+}
+

From 3c46b31102c9cae51a2b43a2582bc5b6a6713ac8 Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Fri, 12 Jul 2019 13:30:29 +0200
Subject: [PATCH 2/2] Added "nocross" flag.

The repl for the opus interpreter could not be compiled for architectures other that i686 and amd64
---
 srcpkgs/otus/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/otus/template b/srcpkgs/otus/template
index 08166008e71..dac316ca31f 100644
--- a/srcpkgs/otus/template
+++ b/srcpkgs/otus/template
@@ -10,6 +10,7 @@ license="LGPL-3.0-or-later, MIT"
 homepage="https://yuriy-chumak.github.io/ol/"
 distfiles="https://github.com/yuriy-chumak/ol/archive/v${version}.tar.gz"
 checksum=5ad537b6bd032549334d1c72e742b78b7d40ccb8d1491d5cf0ce952964deeeea
+nocross="Failed to compile repl"
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] New package: otus-2.0
  2019-07-12 10:14 [PR PATCH] New package: otus-2.0 voidlinux-github
                   ` (7 preceding siblings ...)
  2019-07-12 11:32 ` voidlinux-github
@ 2019-07-12 11:37 ` voidlinux-github
  2019-07-12 11:37 ` voidlinux-github
                   ` (11 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: voidlinux-github @ 2019-07-12 11:37 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 308 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/13026

New package: otus-2.0


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

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

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

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

diff --git a/srcpkgs/otus/template b/srcpkgs/otus/template
new file mode 100644
index 00000000000..08166008e71
--- /dev/null
+++ b/srcpkgs/otus/template
@@ -0,0 +1,17 @@
+# Template file for 'otus'
+pkgname=otus
+version=2.0
+revision=1
+wrksrc=ol-${version}
+build_style=gnu-makefile
+short_desc="Purely functional dialect of Lisp"
+maintainer="rc-05 <rc23@email.it>"
+license="LGPL-3.0-or-later, MIT"
+homepage="https://yuriy-chumak.github.io/ol/"
+distfiles="https://github.com/yuriy-chumak/ol/archive/v${version}.tar.gz"
+checksum=5ad537b6bd032549334d1c72e742b78b7d40ccb8d1491d5cf0ce952964deeeea
+
+post_install() {
+	vlicense LICENSE
+}
+

From 3c46b31102c9cae51a2b43a2582bc5b6a6713ac8 Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Fri, 12 Jul 2019 13:30:29 +0200
Subject: [PATCH 2/2] Added "nocross" flag.

The repl for the opus interpreter could not be compiled for architectures other that i686 and amd64
---
 srcpkgs/otus/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/otus/template b/srcpkgs/otus/template
index 08166008e71..dac316ca31f 100644
--- a/srcpkgs/otus/template
+++ b/srcpkgs/otus/template
@@ -10,6 +10,7 @@ license="LGPL-3.0-or-later, MIT"
 homepage="https://yuriy-chumak.github.io/ol/"
 distfiles="https://github.com/yuriy-chumak/ol/archive/v${version}.tar.gz"
 checksum=5ad537b6bd032549334d1c72e742b78b7d40ccb8d1491d5cf0ce952964deeeea
+nocross="Failed to compile repl"
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] New package: otus-2.0
  2019-07-12 10:14 [PR PATCH] New package: otus-2.0 voidlinux-github
                   ` (10 preceding siblings ...)
  2019-07-12 11:44 ` voidlinux-github
@ 2019-07-12 11:44 ` voidlinux-github
  2019-07-13  9:17 ` voidlinux-github
                   ` (8 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: voidlinux-github @ 2019-07-12 11:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 308 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/13026

New package: otus-2.0


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

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

From 583d9a5d4ba200470dfda059cbadc524b17b7de0 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: otus-2.0

Added "nocross" flag.

The repl for the otus interpreter could not be compiled for architectures other that i686 and amd64
---
 srcpkgs/otus/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/otus/template

diff --git a/srcpkgs/otus/template b/srcpkgs/otus/template
new file mode 100644
index 00000000000..dac316ca31f
--- /dev/null
+++ b/srcpkgs/otus/template
@@ -0,0 +1,18 @@
+# Template file for 'otus'
+pkgname=otus
+version=2.0
+revision=1
+wrksrc=ol-${version}
+build_style=gnu-makefile
+short_desc="Purely functional dialect of Lisp"
+maintainer="rc-05 <rc23@email.it>"
+license="LGPL-3.0-or-later, MIT"
+homepage="https://yuriy-chumak.github.io/ol/"
+distfiles="https://github.com/yuriy-chumak/ol/archive/v${version}.tar.gz"
+checksum=5ad537b6bd032549334d1c72e742b78b7d40ccb8d1491d5cf0ce952964deeeea
+nocross="Failed to compile repl"
+
+post_install() {
+	vlicense LICENSE
+}
+

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

* Re: [PR PATCH] [Updated] New package: otus-2.0
  2019-07-12 10:14 [PR PATCH] New package: otus-2.0 voidlinux-github
                   ` (9 preceding siblings ...)
  2019-07-12 11:37 ` voidlinux-github
@ 2019-07-12 11:44 ` voidlinux-github
  2019-07-12 11:44 ` voidlinux-github
                   ` (9 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: voidlinux-github @ 2019-07-12 11:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 308 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/13026

New package: otus-2.0


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

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

From 583d9a5d4ba200470dfda059cbadc524b17b7de0 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: otus-2.0

Added "nocross" flag.

The repl for the otus interpreter could not be compiled for architectures other that i686 and amd64
---
 srcpkgs/otus/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/otus/template

diff --git a/srcpkgs/otus/template b/srcpkgs/otus/template
new file mode 100644
index 00000000000..dac316ca31f
--- /dev/null
+++ b/srcpkgs/otus/template
@@ -0,0 +1,18 @@
+# Template file for 'otus'
+pkgname=otus
+version=2.0
+revision=1
+wrksrc=ol-${version}
+build_style=gnu-makefile
+short_desc="Purely functional dialect of Lisp"
+maintainer="rc-05 <rc23@email.it>"
+license="LGPL-3.0-or-later, MIT"
+homepage="https://yuriy-chumak.github.io/ol/"
+distfiles="https://github.com/yuriy-chumak/ol/archive/v${version}.tar.gz"
+checksum=5ad537b6bd032549334d1c72e742b78b7d40ccb8d1491d5cf0ce952964deeeea
+nocross="Failed to compile repl"
+
+post_install() {
+	vlicense LICENSE
+}
+

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

* Re: New package: otus-2.0
  2019-07-12 10:14 [PR PATCH] New package: otus-2.0 voidlinux-github
                   ` (11 preceding siblings ...)
  2019-07-12 11:44 ` voidlinux-github
@ 2019-07-13  9:17 ` voidlinux-github
  2019-07-13 10:54 ` voidlinux-github
                   ` (7 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: voidlinux-github @ 2019-07-13  9:17 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/13026#issuecomment-511105979
Comment:
This [patch](https://gist.githubusercontent.com/Chocimier/0b609a167f320913c35c559bc9b0b491/raw/0de6db9afdebe33671cf4e969b9eebd5ac55fba6/otus-2.0.patch) fixes cross compilation.
I would name that package ol, like in urls and executable.

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

* Re: New package: otus-2.0
  2019-07-12 10:14 [PR PATCH] New package: otus-2.0 voidlinux-github
                   ` (12 preceding siblings ...)
  2019-07-13  9:17 ` voidlinux-github
@ 2019-07-13 10:54 ` voidlinux-github
  2019-07-13 10:59 ` voidlinux-github
                   ` (6 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: voidlinux-github @ 2019-07-13 10:54 UTC (permalink / raw)
  To: ml

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

New comment by rc-05 on void-packages repository

https://github.com/void-linux/void-packages/pull/13026#issuecomment-511112603
Comment:
Do i need to create a new package with xnew ol or i can just modify this package right here?

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

* Re: New package: otus-2.0
  2019-07-12 10:14 [PR PATCH] New package: otus-2.0 voidlinux-github
                   ` (13 preceding siblings ...)
  2019-07-13 10:54 ` voidlinux-github
@ 2019-07-13 10:59 ` voidlinux-github
  2019-07-13 11:12 ` voidlinux-github
                   ` (5 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: voidlinux-github @ 2019-07-13 10:59 UTC (permalink / raw)
  To: ml

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

New comment by rc-05 on void-packages repository

https://github.com/void-linux/void-packages/pull/13026#issuecomment-511112603
Comment:
Do i need to create a new package with xnew ol or i can just modify this package right here?

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

* Re: New package: otus-2.0
  2019-07-12 10:14 [PR PATCH] New package: otus-2.0 voidlinux-github
                   ` (14 preceding siblings ...)
  2019-07-13 10:59 ` voidlinux-github
@ 2019-07-13 11:12 ` voidlinux-github
  2019-07-13 11:12 ` voidlinux-github
                   ` (4 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: voidlinux-github @ 2019-07-13 11:12 UTC (permalink / raw)
  To: ml

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

New comment by rc-05 on void-packages repository

https://github.com/void-linux/void-packages/pull/13026#issuecomment-511113604
Comment:
> This [patch](https://gist.githubusercontent.com/Chocimier/0b609a167f320913c35c559bc9b0b491/raw/0de6db9afdebe33671cf4e969b9eebd5ac55fba6/otus-2.0.patch) fixes cross compilation.
> I would name that package ol, like in urls and executable.

Do I also need to rename the directory from "otus" to "ol" or is it best that i create a completely new package?

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

* Re: New package: otus-2.0
  2019-07-12 10:14 [PR PATCH] New package: otus-2.0 voidlinux-github
                   ` (15 preceding siblings ...)
  2019-07-13 11:12 ` voidlinux-github
@ 2019-07-13 11:12 ` voidlinux-github
  2019-07-13 11:14 ` voidlinux-github
                   ` (3 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: voidlinux-github @ 2019-07-13 11:12 UTC (permalink / raw)
  To: ml

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

New comment by rc-05 on void-packages repository

https://github.com/void-linux/void-packages/pull/13026#issuecomment-511113604
Comment:
> This [patch](https://gist.githubusercontent.com/Chocimier/0b609a167f320913c35c559bc9b0b491/raw/0de6db9afdebe33671cf4e969b9eebd5ac55fba6/otus-2.0.patch) fixes cross compilation.
> I would name that package ol, like in urls and executable.

Do I also need to rename the directory from "otus" to "ol" or is it best that I create a completely new package?

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

* Re: New package: otus-2.0
  2019-07-12 10:14 [PR PATCH] New package: otus-2.0 voidlinux-github
                   ` (16 preceding siblings ...)
  2019-07-13 11:12 ` voidlinux-github
@ 2019-07-13 11:14 ` voidlinux-github
  2019-07-13 11:15 ` voidlinux-github
                   ` (2 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: voidlinux-github @ 2019-07-13 11:14 UTC (permalink / raw)
  To: ml

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

New comment by rc-05 on void-packages repository

https://github.com/void-linux/void-packages/pull/13026#issuecomment-511113604
Comment:
> This [patch](https://gist.githubusercontent.com/Chocimier/0b609a167f320913c35c559bc9b0b491/raw/0de6db9afdebe33671cf4e969b9eebd5ac55fba6/otus-2.0.patch) fixes cross compilation.
> I would name that package ol, like in urls and executable.

Do I also need to rename the directory from "otus" to "ol" or is it best that I create a completely new package (I personally think this is the best option so that i avoid screwing up the repo).

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

* Re: New package: otus-2.0
  2019-07-12 10:14 [PR PATCH] New package: otus-2.0 voidlinux-github
                   ` (17 preceding siblings ...)
  2019-07-13 11:14 ` voidlinux-github
@ 2019-07-13 11:15 ` voidlinux-github
  2019-07-13 11:59 ` voidlinux-github
  2019-07-13 11:59 ` [PR PATCH] [Closed]: " voidlinux-github
  20 siblings, 0 replies; 22+ messages in thread
From: voidlinux-github @ 2019-07-13 11:15 UTC (permalink / raw)
  To: ml

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

New comment by rc-05 on void-packages repository

https://github.com/void-linux/void-packages/pull/13026#issuecomment-511113604
Comment:
> This [patch](https://gist.githubusercontent.com/Chocimier/0b609a167f320913c35c559bc9b0b491/raw/0de6db9afdebe33671cf4e969b9eebd5ac55fba6/otus-2.0.patch) fixes cross compilation.
> I would name that package ol, like in urls and executable.

Do I also need to rename the directory from "otus" to "ol" or is it best that I create a completely new package (I personally think this is the best option so that I avoid screwing up the repo).

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

* Re: [PR PATCH] [Closed]: New package: otus-2.0
  2019-07-12 10:14 [PR PATCH] New package: otus-2.0 voidlinux-github
                   ` (19 preceding siblings ...)
  2019-07-13 11:59 ` voidlinux-github
@ 2019-07-13 11:59 ` voidlinux-github
  20 siblings, 0 replies; 22+ messages in thread
From: voidlinux-github @ 2019-07-13 11:59 UTC (permalink / raw)
  To: ml

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

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

New package: otus-2.0
https://github.com/void-linux/void-packages/pull/13026
Description: 

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

* Re: New package: otus-2.0
  2019-07-12 10:14 [PR PATCH] New package: otus-2.0 voidlinux-github
                   ` (18 preceding siblings ...)
  2019-07-13 11:15 ` voidlinux-github
@ 2019-07-13 11:59 ` voidlinux-github
  2019-07-13 11:59 ` [PR PATCH] [Closed]: " voidlinux-github
  20 siblings, 0 replies; 22+ messages in thread
From: voidlinux-github @ 2019-07-13 11:59 UTC (permalink / raw)
  To: ml

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

New comment by rc-05 on void-packages repository

https://github.com/void-linux/void-packages/pull/13026#issuecomment-511116576
Comment:
Thinking about it it's better than I close this pull request and create a brand new package with the patch you suggested to apply @Chocimier.

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

end of thread, other threads:[~2019-07-13 11:59 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-12 10:14 [PR PATCH] New package: otus-2.0 voidlinux-github
2019-07-12 10:16 ` [PR PATCH] [Updated] " voidlinux-github
2019-07-12 10:16 ` voidlinux-github
2019-07-12 10:29 ` voidlinux-github
2019-07-12 10:29 ` voidlinux-github
2019-07-12 11:12 ` voidlinux-github
2019-07-12 11:12 ` voidlinux-github
2019-07-12 11:32 ` voidlinux-github
2019-07-12 11:32 ` voidlinux-github
2019-07-12 11:37 ` voidlinux-github
2019-07-12 11:37 ` voidlinux-github
2019-07-12 11:44 ` voidlinux-github
2019-07-12 11:44 ` voidlinux-github
2019-07-13  9:17 ` voidlinux-github
2019-07-13 10:54 ` voidlinux-github
2019-07-13 10:59 ` voidlinux-github
2019-07-13 11:12 ` voidlinux-github
2019-07-13 11:12 ` voidlinux-github
2019-07-13 11:14 ` voidlinux-github
2019-07-13 11:15 ` voidlinux-github
2019-07-13 11:59 ` voidlinux-github
2019-07-13 11:59 ` [PR PATCH] [Closed]: " 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).