Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: s3backer-1.5.6
@ 2020-11-09 21:47 vktec
  2020-11-13  1:23 ` ndowens
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: vktec @ 2020-11-09 21:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/vktec/void-packages s3backer
https://github.com/void-linux/void-packages/pull/26263

New package: s3backer-1.5.6


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

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

From ae6e489b734fbd8427a2a5da4ea7667f71482d50 Mon Sep 17 00:00:00 2001
From: Samadi van Koten <samadi@vktec.org.uk>
Date: Mon, 9 Nov 2020 21:40:44 +0000
Subject: [PATCH] New package: s3backer-1.5.6

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

diff --git a/srcpkgs/s3backer/template b/srcpkgs/s3backer/template
new file mode 100644
index 00000000000..3ceb29607e6
--- /dev/null
+++ b/srcpkgs/s3backer/template
@@ -0,0 +1,13 @@
+# Template file for 's3backer'
+pkgname=s3backer
+version=1.5.6
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config"
+makedepends="expat-devel fuse-devel libcurl-devel libressl-devel zlib-devel"
+short_desc="FUSE-based single file backing store via Amazon S3"
+maintainer="Samadi van Koten <samadi@vktec.org.uk>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/archiecobbs/s3backer"
+distfiles="https://s3.amazonaws.com/archie-public/s3backer/s3backer-$version.tar.gz"
+checksum=deea48205347b24d1298fa16bf3252d9348d0fe81dde9cb20f40071b8de60519

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

* Re: New package: s3backer-1.5.6
  2020-11-09 21:47 [PR PATCH] New package: s3backer-1.5.6 vktec
@ 2020-11-13  1:23 ` ndowens
  2020-11-13  1:32 ` ndowens
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ndowens @ 2020-11-13  1:23 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/26263#issuecomment-726446457

Comment:
I will see if I can get musl build to work

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

* Re: New package: s3backer-1.5.6
  2020-11-09 21:47 [PR PATCH] New package: s3backer-1.5.6 vktec
  2020-11-13  1:23 ` ndowens
@ 2020-11-13  1:32 ` ndowens
  2020-11-13  1:41 ` [PR REVIEW] " ndowens
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ndowens @ 2020-11-13  1:32 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/26263#issuecomment-726446457

Comment:
I will see if I can get musl build to work

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

* Re: [PR REVIEW] New package: s3backer-1.5.6
  2020-11-09 21:47 [PR PATCH] New package: s3backer-1.5.6 vktec
  2020-11-13  1:23 ` ndowens
  2020-11-13  1:32 ` ndowens
@ 2020-11-13  1:41 ` ndowens
  2021-07-20 20:35 ` ericonr
  2021-07-20 20:35 ` [PR PATCH] [Closed]: " ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ndowens @ 2020-11-13  1:41 UTC (permalink / raw)
  To: ml

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

New review comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/26263#discussion_r522555321

Comment:
Add the following to fix the *-musl builds:
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
	makedepends+=" musl-legacy-compat"
fi

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

* Re: New package: s3backer-1.5.6
  2020-11-09 21:47 [PR PATCH] New package: s3backer-1.5.6 vktec
                   ` (2 preceding siblings ...)
  2020-11-13  1:41 ` [PR REVIEW] " ndowens
@ 2021-07-20 20:35 ` ericonr
  2021-07-20 20:35 ` [PR PATCH] [Closed]: " ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-07-20 20:35 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26263#issuecomment-883687710

Comment:
Closing due to inactivity, feel free to reopen.

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

* Re: [PR PATCH] [Closed]: New package: s3backer-1.5.6
  2020-11-09 21:47 [PR PATCH] New package: s3backer-1.5.6 vktec
                   ` (3 preceding siblings ...)
  2021-07-20 20:35 ` ericonr
@ 2021-07-20 20:35 ` ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-07-20 20:35 UTC (permalink / raw)
  To: ml

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

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

New package: s3backer-1.5.6
https://github.com/void-linux/void-packages/pull/26263

Description:


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

end of thread, other threads:[~2021-07-20 20:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-09 21:47 [PR PATCH] New package: s3backer-1.5.6 vktec
2020-11-13  1:23 ` ndowens
2020-11-13  1:32 ` ndowens
2020-11-13  1:41 ` [PR REVIEW] " ndowens
2021-07-20 20:35 ` ericonr
2021-07-20 20:35 ` [PR PATCH] [Closed]: " 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).