Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Zola: update to 0.12.0
@ 2020-09-25 23:25 sburris0
  2020-09-29 17:10 ` [PR PATCH] [Updated] " sburris0
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: sburris0 @ 2020-09-25 23:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sburris0/void-packages master
https://github.com/void-linux/void-packages/pull/25107

Zola: update to 0.12.0


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

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

From 2882af42c1255d1aa06c2ebe87e2c4e9a96e8c60 Mon Sep 17 00:00:00 2001
From: Spencer Burris <sburris@posteo.net>
Date: Fri, 25 Sep 2020 16:24:34 -0700
Subject: [PATCH] Zola: update to 0.12.0

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

diff --git a/srcpkgs/zola/template b/srcpkgs/zola/template
index 23ba73020a2..3e609366f87 100644
--- a/srcpkgs/zola/template
+++ b/srcpkgs/zola/template
@@ -1,6 +1,6 @@
 # Template file for 'zola'
 pkgname=zola
-version=0.11.0
+version=0.12.0
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
@@ -11,7 +11,7 @@ license="MIT"
 homepage="https://github.com/getzola/zola"
 changelog="https://github.com/getzola/zola/raw/master/CHANGELOG.md"
 distfiles="https://github.com/getzola/zola/archive/v${version}.tar.gz"
-checksum=09840a55d13a81a7a04767d01e5e44cc3710e79c78f43f0ebde4a6a17e0728ca
+checksum=d76b380189ddf9fa7ac3243aac8f47f38fb754b4c39f424a00d961c68f9dcd59
 
 case $XBPS_TARGET_MACHINE in
 	ppc*) broken="segfaults" ;;

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

* Re: [PR PATCH] [Updated] Zola: update to 0.12.0
  2020-09-25 23:25 [PR PATCH] Zola: update to 0.12.0 sburris0
@ 2020-09-29 17:10 ` sburris0
  2020-10-02  1:45 ` sburris0
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: sburris0 @ 2020-09-29 17:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sburris0/void-packages master
https://github.com/void-linux/void-packages/pull/25107

Zola: update to 0.12.0


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

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

From 2882af42c1255d1aa06c2ebe87e2c4e9a96e8c60 Mon Sep 17 00:00:00 2001
From: Spencer Burris <sburris@posteo.net>
Date: Fri, 25 Sep 2020 16:24:34 -0700
Subject: [PATCH 1/2] Zola: update to 0.12.0

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

diff --git a/srcpkgs/zola/template b/srcpkgs/zola/template
index 23ba73020a2..3e609366f87 100644
--- a/srcpkgs/zola/template
+++ b/srcpkgs/zola/template
@@ -1,6 +1,6 @@
 # Template file for 'zola'
 pkgname=zola
-version=0.11.0
+version=0.12.0
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
@@ -11,7 +11,7 @@ license="MIT"
 homepage="https://github.com/getzola/zola"
 changelog="https://github.com/getzola/zola/raw/master/CHANGELOG.md"
 distfiles="https://github.com/getzola/zola/archive/v${version}.tar.gz"
-checksum=09840a55d13a81a7a04767d01e5e44cc3710e79c78f43f0ebde4a6a17e0728ca
+checksum=d76b380189ddf9fa7ac3243aac8f47f38fb754b4c39f424a00d961c68f9dcd59
 
 case $XBPS_TARGET_MACHINE in
 	ppc*) broken="segfaults" ;;

From b5fd88a48fe555d082c9fbb97af0b11a41f725d8 Mon Sep 17 00:00:00 2001
From: Spencer Burris <sburris@posteo.net>
Date: Tue, 29 Sep 2020 10:10:20 -0700
Subject: [PATCH 2/2] Zola: remove noarch

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

diff --git a/srcpkgs/zola/template b/srcpkgs/zola/template
index 3e609366f87..0733fcbe52a 100644
--- a/srcpkgs/zola/template
+++ b/srcpkgs/zola/template
@@ -29,7 +29,6 @@ post_install() {
 }
 
 gutenberg_package() {
-	archs=noarch
 	depends="zola-${version}_${revision}"
 	short_desc="Transition package for Zola"
 	pkg_install() {

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

* Re: [PR PATCH] [Updated] Zola: update to 0.12.0
  2020-09-25 23:25 [PR PATCH] Zola: update to 0.12.0 sburris0
  2020-09-29 17:10 ` [PR PATCH] [Updated] " sburris0
@ 2020-10-02  1:45 ` sburris0
  2020-10-02  1:46 ` Zola: update to 0.12.2 sburris0
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: sburris0 @ 2020-10-02  1:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sburris0/void-packages master
https://github.com/void-linux/void-packages/pull/25107

Zola: update to 0.12.0


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

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

From 5c1240fb719c3016bf5215a83eff95b77bca2267 Mon Sep 17 00:00:00 2001
From: Spencer Burris <sburris@posteo.net>
Date: Fri, 25 Sep 2020 16:24:34 -0700
Subject: [PATCH] Zola: update to 0.12.2

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

diff --git a/srcpkgs/zola/template b/srcpkgs/zola/template
index 23ba73020a2..cd6815950ff 100644
--- a/srcpkgs/zola/template
+++ b/srcpkgs/zola/template
@@ -1,6 +1,6 @@
 # Template file for 'zola'
 pkgname=zola
-version=0.11.0
+version=0.12.2
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
@@ -11,7 +11,7 @@ license="MIT"
 homepage="https://github.com/getzola/zola"
 changelog="https://github.com/getzola/zola/raw/master/CHANGELOG.md"
 distfiles="https://github.com/getzola/zola/archive/v${version}.tar.gz"
-checksum=09840a55d13a81a7a04767d01e5e44cc3710e79c78f43f0ebde4a6a17e0728ca
+checksum=1c0cb37e9a3d9f7ff41012996eb068fb5453c9727f107ac817429cbdae4dae84
 
 case $XBPS_TARGET_MACHINE in
 	ppc*) broken="segfaults" ;;
@@ -29,7 +29,6 @@ post_install() {
 }
 
 gutenberg_package() {
-	archs=noarch
 	depends="zola-${version}_${revision}"
 	short_desc="Transition package for Zola"
 	pkg_install() {

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

* Re: Zola: update to 0.12.2
  2020-09-25 23:25 [PR PATCH] Zola: update to 0.12.0 sburris0
  2020-09-29 17:10 ` [PR PATCH] [Updated] " sburris0
  2020-10-02  1:45 ` sburris0
@ 2020-10-02  1:46 ` sburris0
  2020-10-02  2:45 ` ericonr
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: sburris0 @ 2020-10-02  1:46 UTC (permalink / raw)
  To: ml

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

New comment by sburris0 on void-packages repository

https://github.com/void-linux/void-packages/pull/25107#issuecomment-702483640

Comment:
Removed noarch, squashed commits

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

* Re: Zola: update to 0.12.2
  2020-09-25 23:25 [PR PATCH] Zola: update to 0.12.0 sburris0
                   ` (2 preceding siblings ...)
  2020-10-02  1:46 ` Zola: update to 0.12.2 sburris0
@ 2020-10-02  2:45 ` ericonr
  2020-10-02  2:52 ` [PR PATCH] [Updated] " sburris0
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2020-10-02  2:45 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25107#issuecomment-702497440

Comment:
Package name is `zola`, please keep the capitalization in the commit message.

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

* Re: [PR PATCH] [Updated] Zola: update to 0.12.2
  2020-09-25 23:25 [PR PATCH] Zola: update to 0.12.0 sburris0
                   ` (3 preceding siblings ...)
  2020-10-02  2:45 ` ericonr
@ 2020-10-02  2:52 ` sburris0
  2020-10-02  2:53 ` sburris0
  2020-10-02  3:28 ` [PR PATCH] [Merged]: " ericonr
  6 siblings, 0 replies; 8+ messages in thread
From: sburris0 @ 2020-10-02  2:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sburris0/void-packages master
https://github.com/void-linux/void-packages/pull/25107

Zola: update to 0.12.2


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

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

From bdcc44b9451744a8099eac06b8aab89ec6caf62e Mon Sep 17 00:00:00 2001
From: Spencer Burris <sburris@posteo.net>
Date: Fri, 25 Sep 2020 16:24:34 -0700
Subject: [PATCH] zola: update to 0.12.2

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

diff --git a/srcpkgs/zola/template b/srcpkgs/zola/template
index 23ba73020a2..cd6815950ff 100644
--- a/srcpkgs/zola/template
+++ b/srcpkgs/zola/template
@@ -1,6 +1,6 @@
 # Template file for 'zola'
 pkgname=zola
-version=0.11.0
+version=0.12.2
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
@@ -11,7 +11,7 @@ license="MIT"
 homepage="https://github.com/getzola/zola"
 changelog="https://github.com/getzola/zola/raw/master/CHANGELOG.md"
 distfiles="https://github.com/getzola/zola/archive/v${version}.tar.gz"
-checksum=09840a55d13a81a7a04767d01e5e44cc3710e79c78f43f0ebde4a6a17e0728ca
+checksum=1c0cb37e9a3d9f7ff41012996eb068fb5453c9727f107ac817429cbdae4dae84
 
 case $XBPS_TARGET_MACHINE in
 	ppc*) broken="segfaults" ;;
@@ -29,7 +29,6 @@ post_install() {
 }
 
 gutenberg_package() {
-	archs=noarch
 	depends="zola-${version}_${revision}"
 	short_desc="Transition package for Zola"
 	pkg_install() {

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

* Re: Zola: update to 0.12.2
  2020-09-25 23:25 [PR PATCH] Zola: update to 0.12.0 sburris0
                   ` (4 preceding siblings ...)
  2020-10-02  2:52 ` [PR PATCH] [Updated] " sburris0
@ 2020-10-02  2:53 ` sburris0
  2020-10-02  3:28 ` [PR PATCH] [Merged]: " ericonr
  6 siblings, 0 replies; 8+ messages in thread
From: sburris0 @ 2020-10-02  2:53 UTC (permalink / raw)
  To: ml

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

New comment by sburris0 on void-packages repository

https://github.com/void-linux/void-packages/pull/25107#issuecomment-702499235

Comment:
Fixed

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

* Re: [PR PATCH] [Merged]: Zola: update to 0.12.2
  2020-09-25 23:25 [PR PATCH] Zola: update to 0.12.0 sburris0
                   ` (5 preceding siblings ...)
  2020-10-02  2:53 ` sburris0
@ 2020-10-02  3:28 ` ericonr
  6 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2020-10-02  3:28 UTC (permalink / raw)
  To: ml

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

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

Zola: update to 0.12.2
https://github.com/void-linux/void-packages/pull/25107

Description:


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

end of thread, other threads:[~2020-10-02  3:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-25 23:25 [PR PATCH] Zola: update to 0.12.0 sburris0
2020-09-29 17:10 ` [PR PATCH] [Updated] " sburris0
2020-10-02  1:45 ` sburris0
2020-10-02  1:46 ` Zola: update to 0.12.2 sburris0
2020-10-02  2:45 ` ericonr
2020-10-02  2:52 ` [PR PATCH] [Updated] " sburris0
2020-10-02  2:53 ` sburris0
2020-10-02  3:28 ` [PR PATCH] [Merged]: " ericonr

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