Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: fuse-archive-0.1.9
@ 2022-03-14  8:24 mustaqimM
  2022-03-14  8:34 ` [PR PATCH] [Updated] " mustaqimM
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: mustaqimM @ 2022-03-14  8:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mustaqimM/void-packages new_package_fuse-archive
https://github.com/void-linux/void-packages/pull/36132

New package: fuse-archive-0.1.9
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- [X] I tested the changes in this PR: **YES**


#### New package
- [X] This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- [X] I built this PR locally for my native architecture, `(x86_64 glibc)`
<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

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

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

From 3a065109182f6a26f6064b0c6c39c4ca827ab109 Mon Sep 17 00:00:00 2001
From: mustaqim <git@mustaqim.ml>
Date: Mon, 14 Mar 2022 10:18:36 +0200
Subject: [PATCH] New package: fuse-archive-0.1.9

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

diff --git a/srcpkgs/fuse-archive/template b/srcpkgs/fuse-archive/template
new file mode 100644
index 000000000000..ff59b97b4acc
--- /dev/null
+++ b/srcpkgs/fuse-archive/template
@@ -0,0 +1,13 @@
+# Template file for 'fuse-archive'
+pkgname=fuse-archive
+version=0.1.9
+revision=1
+build_style=gnu-makefile
+hostmakedepends="pkg-config"
+makedepends="libarchive-devel fuse-devel"
+short_desc="FUSE file system for archives and compressed files"
+maintainer="mustaqim <git@mustaqim.ml>"
+license="Apache-2.0"
+homepage="https://github.com/google/fuse-archive"
+distfiles="https://github.com/google/${pkgname}/archive/v${version}.tar.gz"
+checksum=22fb9df77583b36595d370b3d6151349b530ee45f3f9e278255cc020cefb0667

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

* Re: [PR PATCH] [Updated] New package: fuse-archive-0.1.9
  2022-03-14  8:24 [PR PATCH] New package: fuse-archive-0.1.9 mustaqimM
@ 2022-03-14  8:34 ` mustaqimM
  2022-03-14  8:41 ` mustaqimM
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: mustaqimM @ 2022-03-14  8:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mustaqimM/void-packages new_package_fuse-archive
https://github.com/void-linux/void-packages/pull/36132

New package: fuse-archive-0.1.9
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- [X] I tested the changes in this PR: **YES**


#### New package
- [X] This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- [X] I built this PR locally for my native architecture, `(x86_64 glibc)`
<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

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

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

From 74c8c32e4820c308c419003160d4df3bccbcb994 Mon Sep 17 00:00:00 2001
From: mustaqim <git@mustaqim.ml>
Date: Mon, 14 Mar 2022 10:18:36 +0200
Subject: [PATCH] New package: fuse-archive-0.1.9

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

diff --git a/srcpkgs/fuse-archive/template b/srcpkgs/fuse-archive/template
new file mode 100644
index 000000000000..c16c527f3831
--- /dev/null
+++ b/srcpkgs/fuse-archive/template
@@ -0,0 +1,17 @@
+# Template file for 'fuse-archive'
+pkgname=fuse-archive
+version=0.1.9
+revision=1
+build_style=gnu-makefile
+hostmakedepends="pkg-config"
+makedepends="libarchive-devel fuse-devel"
+short_desc="FUSE file system for archives and compressed files"
+maintainer="mustaqim <git@mustaqim.ml>"
+license="Apache-2.0"
+homepage="https://github.com/google/fuse-archive"
+distfiles="https://github.com/google/${pkgname}/archive/v${version}.tar.gz"
+checksum=22fb9df77583b36595d370b3d6151349b530ee45f3f9e278255cc020cefb0667
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: fuse-archive-0.1.9
  2022-03-14  8:24 [PR PATCH] New package: fuse-archive-0.1.9 mustaqimM
  2022-03-14  8:34 ` [PR PATCH] [Updated] " mustaqimM
@ 2022-03-14  8:41 ` mustaqimM
  2022-03-14  8:50 ` mustaqimM
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: mustaqimM @ 2022-03-14  8:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mustaqimM/void-packages new_package_fuse-archive
https://github.com/void-linux/void-packages/pull/36132

New package: fuse-archive-0.1.9
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- [X] I tested the changes in this PR: **YES**


#### New package
- [X] This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- [X] I built this PR locally for my native architecture, `(x86_64 glibc)`
<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

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

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

From 9671e9e3037dd19c29695a6f885ec154c7e34757 Mon Sep 17 00:00:00 2001
From: mustaqim <git@mustaqim.ml>
Date: Mon, 14 Mar 2022 10:18:36 +0200
Subject: [PATCH] New package: fuse-archive-0.1.9

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

diff --git a/srcpkgs/fuse-archive/template b/srcpkgs/fuse-archive/template
new file mode 100644
index 000000000000..ff59b97b4acc
--- /dev/null
+++ b/srcpkgs/fuse-archive/template
@@ -0,0 +1,13 @@
+# Template file for 'fuse-archive'
+pkgname=fuse-archive
+version=0.1.9
+revision=1
+build_style=gnu-makefile
+hostmakedepends="pkg-config"
+makedepends="libarchive-devel fuse-devel"
+short_desc="FUSE file system for archives and compressed files"
+maintainer="mustaqim <git@mustaqim.ml>"
+license="Apache-2.0"
+homepage="https://github.com/google/fuse-archive"
+distfiles="https://github.com/google/${pkgname}/archive/v${version}.tar.gz"
+checksum=22fb9df77583b36595d370b3d6151349b530ee45f3f9e278255cc020cefb0667

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

* Re: [PR PATCH] [Updated] New package: fuse-archive-0.1.9
  2022-03-14  8:24 [PR PATCH] New package: fuse-archive-0.1.9 mustaqimM
  2022-03-14  8:34 ` [PR PATCH] [Updated] " mustaqimM
  2022-03-14  8:41 ` mustaqimM
@ 2022-03-14  8:50 ` mustaqimM
  2022-09-02  2:16 ` github-actions
  2022-09-17  2:14 ` [PR PATCH] [Closed]: " github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: mustaqimM @ 2022-03-14  8:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mustaqimM/void-packages new_package_fuse-archive
https://github.com/void-linux/void-packages/pull/36132

New package: fuse-archive-0.1.9
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- [X] I tested the changes in this PR: **YES**


#### New package
- [X] This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- [X] I built this PR locally for my native architecture, `(x86_64 glibc)`
<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

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

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

From 58d1b2b984a9922cdbf87ccc0832e9a03c8bf713 Mon Sep 17 00:00:00 2001
From: mustaqim <git@mustaqim.ml>
Date: Mon, 14 Mar 2022 10:18:36 +0200
Subject: [PATCH] New package: fuse-archive-0.1.9

---
 srcpkgs/fuse-archive/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/fuse-archive/template

diff --git a/srcpkgs/fuse-archive/template b/srcpkgs/fuse-archive/template
new file mode 100644
index 000000000000..948cb483b465
--- /dev/null
+++ b/srcpkgs/fuse-archive/template
@@ -0,0 +1,14 @@
+# Template file for 'fuse-archive'
+pkgname=fuse-archive
+version=0.1.9
+revision=1
+build_style=gnu-makefile
+hostmakedepends="pkg-config"
+makedepends="libarchive-devel fuse-devel"
+checkdepends="go"
+short_desc="FUSE file system for archives and compressed files"
+maintainer="mustaqim <git@mustaqim.ml>"
+license="Apache-2.0"
+homepage="https://github.com/google/fuse-archive"
+distfiles="https://github.com/google/${pkgname}/archive/v${version}.tar.gz"
+checksum=22fb9df77583b36595d370b3d6151349b530ee45f3f9e278255cc020cefb0667

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

* Re: New package: fuse-archive-0.1.9
  2022-03-14  8:24 [PR PATCH] New package: fuse-archive-0.1.9 mustaqimM
                   ` (2 preceding siblings ...)
  2022-03-14  8:50 ` mustaqimM
@ 2022-09-02  2:16 ` github-actions
  2022-09-17  2:14 ` [PR PATCH] [Closed]: " github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2022-09-02  2:16 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/36132#issuecomment-1234990903

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: fuse-archive-0.1.9
  2022-03-14  8:24 [PR PATCH] New package: fuse-archive-0.1.9 mustaqimM
                   ` (3 preceding siblings ...)
  2022-09-02  2:16 ` github-actions
@ 2022-09-17  2:14 ` github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2022-09-17  2:14 UTC (permalink / raw)
  To: ml

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

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

New package: fuse-archive-0.1.9
https://github.com/void-linux/void-packages/pull/36132

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- [X] I tested the changes in this PR: **YES**


#### New package
- [X] This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- [X] I built this PR locally for my native architecture, `(x86_64 glibc)`
<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

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

end of thread, other threads:[~2022-09-17  2:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-14  8:24 [PR PATCH] New package: fuse-archive-0.1.9 mustaqimM
2022-03-14  8:34 ` [PR PATCH] [Updated] " mustaqimM
2022-03-14  8:41 ` mustaqimM
2022-03-14  8:50 ` mustaqimM
2022-09-02  2:16 ` github-actions
2022-09-17  2:14 ` [PR PATCH] [Closed]: " github-actions

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