Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ol: update to 2.1.
@ 2020-01-03 14:31 voidlinux-github
  2020-01-03 15:03 ` voidlinux-github
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: voidlinux-github @ 2020-01-03 14:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/yuriy-chumak/void-packages ol
https://github.com/void-linux/void-packages/pull/18007

ol: update to 2.1.
Ol package update to an actual version 2.1.

Build test: https://travis-ci.org/yuriy-chumak/ol/builds/631936569
Opensuse builds: https://build.opensuse.org/package/show/home:yuriy-chumak/ol

--
Previous request https://github.com/void-linux/void-packages/pull/17989 is discarded as malformed.

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

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

From a9877ba8093fd30c058acc0bca2cd372a8843417 Mon Sep 17 00:00:00 2001
From: Yuriy Chumak <yuriy.chumak@mail.com>
Date: Thu, 2 Jan 2020 18:27:30 +0200
Subject: [PATCH] ol: update to 2.1.

---
 srcpkgs/ol/patches/ol.patch | 21 ---------------------
 srcpkgs/ol/template         |  8 ++++----
 2 files changed, 4 insertions(+), 25 deletions(-)
 delete mode 100644 srcpkgs/ol/patches/ol.patch

diff --git a/srcpkgs/ol/patches/ol.patch b/srcpkgs/ol/patches/ol.patch
deleted file mode 100644
index 80a56845b22..00000000000
--- a/srcpkgs/ol/patches/ol.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-# Thanks to Chocimier for the patch!
-
-diff --git Makefile Makefile
-index 29ea60f..d586472 100644
---- Makefile
-+++ Makefile
-@@ -7,6 +7,7 @@ export OL_HOME=libraries
- all: release
- 
- CC ?= gcc
-+LD ?= ld
- UNAME ?= $(shell uname -s)
- 
- # 'configure' part:
-@@ -167,7 +168,7 @@ src/olvm.c: extensions/ffi.c
- 	touch src/olvm.c
- 
- $(repl.o): repl
--	ld -r -b binary -o $(repl.o) repl
-+	$(LD) -r -b binary -o $(repl.o) repl
-
diff --git a/srcpkgs/ol/template b/srcpkgs/ol/template
index 87845656260..78608626cab 100644
--- a/srcpkgs/ol/template
+++ b/srcpkgs/ol/template
@@ -1,14 +1,14 @@
 # Template file for 'ol'
 pkgname=ol
-version=2.0
-revision=1
+version=2.1
+revision=2
 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
+distfiles="https://github.com/yuriy-chumak/ol/archive/${version}.tar.gz"
+checksum=4cb05d3c17f041d9dd60fd9379b427d39249c61654b628a1ffa6b75e41c2abbd
 
 post_install() {
 	vlicense LICENSE

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

* Re: ol: update to 2.1.
  2020-01-03 14:31 [PR PATCH] ol: update to 2.1 voidlinux-github
@ 2020-01-03 15:03 ` voidlinux-github
  2020-01-03 15:12 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2020-01-03 15:03 UTC (permalink / raw)
  To: ml

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

New comment by rwt3k on void-packages repository

https://github.com/void-linux/void-packages/pull/18007#issuecomment-570597139

Comment:
In cases of updating, it is not necessary to edit `revision`, only when the value is different from 1.

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

* Re: [PR PATCH] [Updated] ol: update to 2.1.
  2020-01-03 14:31 [PR PATCH] ol: update to 2.1 voidlinux-github
  2020-01-03 15:03 ` voidlinux-github
@ 2020-01-03 15:12 ` voidlinux-github
  2020-01-03 15:12 ` voidlinux-github
  2020-01-03 22:20 ` [PR PATCH] [Merged]: " voidlinux-github
  3 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2020-01-03 15:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/yuriy-chumak/void-packages ol
https://github.com/void-linux/void-packages/pull/18007

ol: update to 2.1.
Ol package update to an actual version 2.1.

Build test: https://travis-ci.org/yuriy-chumak/ol/builds/631936569
Opensuse builds: https://build.opensuse.org/package/show/home:yuriy-chumak/ol

--
Previous request https://github.com/void-linux/void-packages/pull/17989 is discarded as malformed.

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

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

From 7d7d61dc47faf09021925471a617291069f81c77 Mon Sep 17 00:00:00 2001
From: Yuriy Chumak <yuriy.chumak@mail.com>
Date: Thu, 2 Jan 2020 18:27:30 +0200
Subject: [PATCH] ol: update to 2.1.

---
 srcpkgs/ol/patches/ol.patch | 21 ---------------------
 srcpkgs/ol/template         |  6 +++---
 2 files changed, 3 insertions(+), 24 deletions(-)
 delete mode 100644 srcpkgs/ol/patches/ol.patch

diff --git a/srcpkgs/ol/patches/ol.patch b/srcpkgs/ol/patches/ol.patch
deleted file mode 100644
index 80a56845b22..00000000000
--- a/srcpkgs/ol/patches/ol.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-# Thanks to Chocimier for the patch!
-
-diff --git Makefile Makefile
-index 29ea60f..d586472 100644
---- Makefile
-+++ Makefile
-@@ -7,6 +7,7 @@ export OL_HOME=libraries
- all: release
- 
- CC ?= gcc
-+LD ?= ld
- UNAME ?= $(shell uname -s)
- 
- # 'configure' part:
-@@ -167,7 +168,7 @@ src/olvm.c: extensions/ffi.c
- 	touch src/olvm.c
- 
- $(repl.o): repl
--	ld -r -b binary -o $(repl.o) repl
-+	$(LD) -r -b binary -o $(repl.o) repl
-
diff --git a/srcpkgs/ol/template b/srcpkgs/ol/template
index 87845656260..6538444a3ff 100644
--- a/srcpkgs/ol/template
+++ b/srcpkgs/ol/template
@@ -1,14 +1,14 @@
 # Template file for 'ol'
 pkgname=ol
-version=2.0
+version=2.1
 revision=1
 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
+distfiles="https://github.com/yuriy-chumak/ol/archive/${version}.tar.gz"
+checksum=4cb05d3c17f041d9dd60fd9379b427d39249c61654b628a1ffa6b75e41c2abbd
 
 post_install() {
 	vlicense LICENSE

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

* Re: ol: update to 2.1.
  2020-01-03 14:31 [PR PATCH] ol: update to 2.1 voidlinux-github
  2020-01-03 15:03 ` voidlinux-github
  2020-01-03 15:12 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-03 15:12 ` voidlinux-github
  2020-01-03 22:20 ` [PR PATCH] [Merged]: " voidlinux-github
  3 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2020-01-03 15:12 UTC (permalink / raw)
  To: ml

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

New comment by yuriy-chumak on void-packages repository

https://github.com/void-linux/void-packages/pull/18007#issuecomment-570599546

Comment:
Thank you, fixed.

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

* Re: [PR PATCH] [Merged]: ol: update to 2.1.
  2020-01-03 14:31 [PR PATCH] ol: update to 2.1 voidlinux-github
                   ` (2 preceding siblings ...)
  2020-01-03 15:12 ` voidlinux-github
@ 2020-01-03 22:20 ` voidlinux-github
  3 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2020-01-03 22:20 UTC (permalink / raw)
  To: ml

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

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

ol: update to 2.1.
https://github.com/void-linux/void-packages/pull/18007

Description:
Ol package update to an actual version 2.1.

Build test: https://travis-ci.org/yuriy-chumak/ol/builds/631936569
Opensuse builds: https://build.opensuse.org/package/show/home:yuriy-chumak/ol

--
Previous request https://github.com/void-linux/void-packages/pull/17989 is discarded as malformed.

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

* Re: [PR PATCH] [Updated] ol: update to 2.1.
  2020-01-02 16:35 [PR PATCH] ol package updated voidlinux-github
@ 2020-01-03 11:45 ` voidlinux-github
  0 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2020-01-03 11:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/yuriy-chumak/void-packages master
https://github.com/void-linux/void-packages/pull/17989

ol: update to 2.1.
Ol package update to an actual version 2.1.

Build test: https://travis-ci.org/yuriy-chumak/ol/builds/631936569
Opensuse builds: https://build.opensuse.org/package/show/home:yuriy-chumak/ol


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

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

From 0ee2fbd05579253de54a81379b0eb00dd8059d94 Mon Sep 17 00:00:00 2001
From: Yuriy Chumak <yuriy.chumak@mail.com>
Date: Thu, 2 Jan 2020 18:27:30 +0200
Subject: [PATCH] ol: update to 2.1.

---
 srcpkgs/ol/patches/ol.patch | 21 ---------------------
 srcpkgs/ol/template         |  8 ++++----
 2 files changed, 4 insertions(+), 25 deletions(-)
 delete mode 100644 srcpkgs/ol/patches/ol.patch

diff --git a/srcpkgs/ol/patches/ol.patch b/srcpkgs/ol/patches/ol.patch
deleted file mode 100644
index 80a56845b22..00000000000
--- a/srcpkgs/ol/patches/ol.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-# Thanks to Chocimier for the patch!
-
-diff --git Makefile Makefile
-index 29ea60f..d586472 100644
---- Makefile
-+++ Makefile
-@@ -7,6 +7,7 @@ export OL_HOME=libraries
- all: release
- 
- CC ?= gcc
-+LD ?= ld
- UNAME ?= $(shell uname -s)
- 
- # 'configure' part:
-@@ -167,7 +168,7 @@ src/olvm.c: extensions/ffi.c
- 	touch src/olvm.c
- 
- $(repl.o): repl
--	ld -r -b binary -o $(repl.o) repl
-+	$(LD) -r -b binary -o $(repl.o) repl
-
diff --git a/srcpkgs/ol/template b/srcpkgs/ol/template
index 87845656260..78608626cab 100644
--- a/srcpkgs/ol/template
+++ b/srcpkgs/ol/template
@@ -1,14 +1,14 @@
 # Template file for 'ol'
 pkgname=ol
-version=2.0
-revision=1
+version=2.1
+revision=2
 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
+distfiles="https://github.com/yuriy-chumak/ol/archive/${version}.tar.gz"
+checksum=4cb05d3c17f041d9dd60fd9379b427d39249c61654b628a1ffa6b75e41c2abbd
 
 post_install() {
 	vlicense LICENSE

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

end of thread, other threads:[~2020-01-03 22:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-03 14:31 [PR PATCH] ol: update to 2.1 voidlinux-github
2020-01-03 15:03 ` voidlinux-github
2020-01-03 15:12 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-03 15:12 ` voidlinux-github
2020-01-03 22:20 ` [PR PATCH] [Merged]: " voidlinux-github
  -- strict thread matches above, loose matches on Subject: below --
2020-01-02 16:35 [PR PATCH] ol package updated voidlinux-github
2020-01-03 11:45 ` [PR PATCH] [Updated] ol: update to 2.1 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).