Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: cocogitto-4.1.0
@ 2022-02-19  9:56 tranzystorek-io
  2022-02-19 18:18 ` [PR PATCH] [Updated] " tranzystorek-io
                   ` (23 more replies)
  0 siblings, 24 replies; 25+ messages in thread
From: tranzystorek-io @ 2022-02-19  9:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages cocogitto
https://github.com/void-linux/void-packages/pull/35693

New package: cocogitto-4.1.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### New package
- 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
- I built this PR locally for my native architecture, (ARCH-LIBC)
- 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/35693.patch is attached

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

From 2ffb3a09fe2ff3d31f81b936976f25bfa215fb60 Mon Sep 17 00:00:00 2001
From: Marcin Puc <marcin.e.puc@gmail.com>
Date: Sat, 19 Feb 2022 10:51:01 +0100
Subject: [PATCH] New package: cocogitto-4.1.0

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

diff --git a/srcpkgs/cocogitto/template b/srcpkgs/cocogitto/template
new file mode 100644
index 000000000000..8129973440fe
--- /dev/null
+++ b/srcpkgs/cocogitto/template
@@ -0,0 +1,33 @@
+# Template file for 'cocogitto'
+pkgname=cocogitto
+version=4.1.0
+revision=1
+build_style=cargo
+depends="git"
+short_desc="Conventional Commits toolbox"
+maintainer="Marcin Puc <marcin.e.puc@gmail.com>"
+license="MIT"
+homepage="https://github.com/cocogitto/cocogitto"
+distfiles="https://github.com/cocogitto/cocogitto/archive/${version}.tar.gz"
+checksum=0465267125058922462c197584007b6c92b08230acf21a5057faf5f4f5667d72
+# Test suite is not atomic, relies on user environment such as git user configuration
+make_check=no
+
+post_build() {
+	TARGET_DIR="target/${RUST_TARGET}/release"
+
+	for shell in bash zsh fish; do
+		${TARGET_DIR}/cog generate-completions ${shell} > cog.${shell}
+		${TARGET_DIR}/coco --completion ${shell} > coco.${shell}
+	done
+}
+
+post_install() {
+	vlicense LICENSE
+	vdoc README.md
+
+	for shell in bash zsh fish; do
+		vcompletion cog.${shell} ${shell} cog
+		vcompletion coco.${shell} ${shell} coco
+	done
+}

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

* Re: [PR PATCH] [Updated] New package: cocogitto-4.1.0
  2022-02-19  9:56 [PR PATCH] New package: cocogitto-4.1.0 tranzystorek-io
@ 2022-02-19 18:18 ` tranzystorek-io
  2022-02-20 16:05 ` tranzystorek-io
                   ` (22 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: tranzystorek-io @ 2022-02-19 18:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages cocogitto
https://github.com/void-linux/void-packages/pull/35693

New package: cocogitto-4.1.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### New package
- 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
- I built this PR locally for my native architecture, (ARCH-LIBC)
- 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/35693.patch is attached

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

From fc58b58a5312081b462fc52a68438eece68f52a7 Mon Sep 17 00:00:00 2001
From: Marcin Puc <marcin.e.puc@gmail.com>
Date: Sat, 19 Feb 2022 10:51:01 +0100
Subject: [PATCH] New package: cocogitto-4.1.0

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

diff --git a/srcpkgs/cocogitto/template b/srcpkgs/cocogitto/template
new file mode 100644
index 000000000000..686086147d3b
--- /dev/null
+++ b/srcpkgs/cocogitto/template
@@ -0,0 +1,34 @@
+# Template file for 'cocogitto'
+pkgname=cocogitto
+version=4.1.0
+revision=1
+build_style=cargo
+build_helper=qemu
+depends="git"
+short_desc="Conventional Commits toolbox"
+maintainer="Marcin Puc <marcin.e.puc@gmail.com>"
+license="MIT"
+homepage="https://github.com/cocogitto/cocogitto"
+distfiles="https://github.com/cocogitto/cocogitto/archive/${version}.tar.gz"
+checksum=0465267125058922462c197584007b6c92b08230acf21a5057faf5f4f5667d72
+# Test suite is not atomic, relies on user environment such as git user configuration
+make_check=no
+
+post_build() {
+	TARGET_DIR="target/${RUST_TARGET}/release"
+
+	for shell in bash zsh fish; do
+		vtargetrun ${TARGET_DIR}/cog generate-completions ${shell} > cog.${shell}
+		vtargetrun ${TARGET_DIR}/coco --completion ${shell} > coco.${shell}
+	done
+}
+
+post_install() {
+	vlicense LICENSE
+	vdoc README.md
+
+	for shell in bash zsh fish; do
+		vcompletion cog.${shell} ${shell} cog
+		vcompletion coco.${shell} ${shell} coco
+	done
+}

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

* Re: [PR PATCH] [Updated] New package: cocogitto-4.1.0
  2022-02-19  9:56 [PR PATCH] New package: cocogitto-4.1.0 tranzystorek-io
  2022-02-19 18:18 ` [PR PATCH] [Updated] " tranzystorek-io
@ 2022-02-20 16:05 ` tranzystorek-io
  2022-02-26 11:39 ` tranzystorek-io
                   ` (21 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: tranzystorek-io @ 2022-02-20 16:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages cocogitto
https://github.com/void-linux/void-packages/pull/35693

New package: cocogitto-4.1.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### New package
- 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
- I built this PR locally for my native architecture, (ARCH-LIBC)
- 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/35693.patch is attached

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

From 43be1dd9dce4d26391a3a85e81d78ef687324462 Mon Sep 17 00:00:00 2001
From: Marcin Puc <marcin.e.puc@gmail.com>
Date: Sat, 19 Feb 2022 10:51:01 +0100
Subject: [PATCH] New package: cocogitto-4.1.0

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

diff --git a/srcpkgs/cocogitto/template b/srcpkgs/cocogitto/template
new file mode 100644
index 000000000000..686086147d3b
--- /dev/null
+++ b/srcpkgs/cocogitto/template
@@ -0,0 +1,34 @@
+# Template file for 'cocogitto'
+pkgname=cocogitto
+version=4.1.0
+revision=1
+build_style=cargo
+build_helper=qemu
+depends="git"
+short_desc="Conventional Commits toolbox"
+maintainer="Marcin Puc <marcin.e.puc@gmail.com>"
+license="MIT"
+homepage="https://github.com/cocogitto/cocogitto"
+distfiles="https://github.com/cocogitto/cocogitto/archive/${version}.tar.gz"
+checksum=0465267125058922462c197584007b6c92b08230acf21a5057faf5f4f5667d72
+# Test suite is not atomic, relies on user environment such as git user configuration
+make_check=no
+
+post_build() {
+	TARGET_DIR="target/${RUST_TARGET}/release"
+
+	for shell in bash zsh fish; do
+		vtargetrun ${TARGET_DIR}/cog generate-completions ${shell} > cog.${shell}
+		vtargetrun ${TARGET_DIR}/coco --completion ${shell} > coco.${shell}
+	done
+}
+
+post_install() {
+	vlicense LICENSE
+	vdoc README.md
+
+	for shell in bash zsh fish; do
+		vcompletion cog.${shell} ${shell} cog
+		vcompletion coco.${shell} ${shell} coco
+	done
+}

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

* Re: [PR PATCH] [Updated] New package: cocogitto-4.1.0
  2022-02-19  9:56 [PR PATCH] New package: cocogitto-4.1.0 tranzystorek-io
  2022-02-19 18:18 ` [PR PATCH] [Updated] " tranzystorek-io
  2022-02-20 16:05 ` tranzystorek-io
@ 2022-02-26 11:39 ` tranzystorek-io
  2022-02-27 12:19 ` tranzystorek-io
                   ` (20 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: tranzystorek-io @ 2022-02-26 11:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages cocogitto
https://github.com/void-linux/void-packages/pull/35693

New package: cocogitto-4.1.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### New package
- 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
- I built this PR locally for my native architecture, (ARCH-LIBC)
- 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/35693.patch is attached

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

From 40ccd7948282626ab7ed0cbc560a02d47fda20d3 Mon Sep 17 00:00:00 2001
From: Marcin Puc <marcin.e.puc@gmail.com>
Date: Sat, 19 Feb 2022 10:51:01 +0100
Subject: [PATCH] New package: cocogitto-4.1.0

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

diff --git a/srcpkgs/cocogitto/template b/srcpkgs/cocogitto/template
new file mode 100644
index 000000000000..cd84300c6d49
--- /dev/null
+++ b/srcpkgs/cocogitto/template
@@ -0,0 +1,35 @@
+# Template file for 'cocogitto'
+pkgname=cocogitto
+version=4.1.0
+revision=1
+build_style=cargo
+build_helper=qemu
+depends="git"
+short_desc="Conventional Commits toolbox"
+maintainer="Marcin Puc <marcin.e.puc@gmail.com>"
+license="MIT"
+homepage="https://github.com/cocogitto/cocogitto"
+changelog="https://github.com/cocogitto/cocogitto/blob/main/CHANGELOG.md"
+distfiles="https://github.com/cocogitto/cocogitto/archive/${version}.tar.gz"
+checksum=0465267125058922462c197584007b6c92b08230acf21a5057faf5f4f5667d72
+# Test suite is not atomic, relies on user environment such as git user configuration
+make_check=no
+
+post_build() {
+	TARGET_DIR="target/${RUST_TARGET}/release"
+
+	for shell in bash zsh fish; do
+		vtargetrun ${TARGET_DIR}/cog generate-completions ${shell} > cog.${shell}
+		vtargetrun ${TARGET_DIR}/coco --completion ${shell} > coco.${shell}
+	done
+}
+
+post_install() {
+	vlicense LICENSE
+	vdoc README.md
+
+	for shell in bash zsh fish; do
+		vcompletion cog.${shell} ${shell} cog
+		vcompletion coco.${shell} ${shell} coco
+	done
+}

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

* Re: [PR PATCH] [Updated] New package: cocogitto-4.1.0
  2022-02-19  9:56 [PR PATCH] New package: cocogitto-4.1.0 tranzystorek-io
                   ` (2 preceding siblings ...)
  2022-02-26 11:39 ` tranzystorek-io
@ 2022-02-27 12:19 ` tranzystorek-io
  2022-03-04 14:08 ` tranzystorek-io
                   ` (19 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: tranzystorek-io @ 2022-02-27 12:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages cocogitto
https://github.com/void-linux/void-packages/pull/35693

New package: cocogitto-4.1.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### New package
- 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
- I built this PR locally for my native architecture, (ARCH-LIBC)
- 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/35693.patch is attached

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

From b97cf13c0a897018d57e5d0915cc4f56abe40730 Mon Sep 17 00:00:00 2001
From: Marcin Puc <marcin.e.puc@gmail.com>
Date: Sat, 19 Feb 2022 10:51:01 +0100
Subject: [PATCH] New package: cocogitto-4.1.0

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

diff --git a/srcpkgs/cocogitto/template b/srcpkgs/cocogitto/template
new file mode 100644
index 000000000000..cd84300c6d49
--- /dev/null
+++ b/srcpkgs/cocogitto/template
@@ -0,0 +1,35 @@
+# Template file for 'cocogitto'
+pkgname=cocogitto
+version=4.1.0
+revision=1
+build_style=cargo
+build_helper=qemu
+depends="git"
+short_desc="Conventional Commits toolbox"
+maintainer="Marcin Puc <marcin.e.puc@gmail.com>"
+license="MIT"
+homepage="https://github.com/cocogitto/cocogitto"
+changelog="https://github.com/cocogitto/cocogitto/blob/main/CHANGELOG.md"
+distfiles="https://github.com/cocogitto/cocogitto/archive/${version}.tar.gz"
+checksum=0465267125058922462c197584007b6c92b08230acf21a5057faf5f4f5667d72
+# Test suite is not atomic, relies on user environment such as git user configuration
+make_check=no
+
+post_build() {
+	TARGET_DIR="target/${RUST_TARGET}/release"
+
+	for shell in bash zsh fish; do
+		vtargetrun ${TARGET_DIR}/cog generate-completions ${shell} > cog.${shell}
+		vtargetrun ${TARGET_DIR}/coco --completion ${shell} > coco.${shell}
+	done
+}
+
+post_install() {
+	vlicense LICENSE
+	vdoc README.md
+
+	for shell in bash zsh fish; do
+		vcompletion cog.${shell} ${shell} cog
+		vcompletion coco.${shell} ${shell} coco
+	done
+}

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

* Re: [PR PATCH] [Updated] New package: cocogitto-4.1.0
  2022-02-19  9:56 [PR PATCH] New package: cocogitto-4.1.0 tranzystorek-io
                   ` (3 preceding siblings ...)
  2022-02-27 12:19 ` tranzystorek-io
@ 2022-03-04 14:08 ` tranzystorek-io
  2022-03-04 15:14 ` tranzystorek-io
                   ` (18 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: tranzystorek-io @ 2022-03-04 14:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages cocogitto
https://github.com/void-linux/void-packages/pull/35693

New package: cocogitto-4.1.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### New package
- 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
- I built this PR locally for my native architecture, (ARCH-LIBC)
- 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/35693.patch is attached

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

From fa420141e69f006b484e4e120170e4edeaf9b788 Mon Sep 17 00:00:00 2001
From: Marcin Puc <marcin.e.puc@gmail.com>
Date: Sat, 19 Feb 2022 10:51:01 +0100
Subject: [PATCH] New package: cocogitto-4.1.0

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

diff --git a/srcpkgs/cocogitto/template b/srcpkgs/cocogitto/template
new file mode 100644
index 000000000000..cd84300c6d49
--- /dev/null
+++ b/srcpkgs/cocogitto/template
@@ -0,0 +1,35 @@
+# Template file for 'cocogitto'
+pkgname=cocogitto
+version=4.1.0
+revision=1
+build_style=cargo
+build_helper=qemu
+depends="git"
+short_desc="Conventional Commits toolbox"
+maintainer="Marcin Puc <marcin.e.puc@gmail.com>"
+license="MIT"
+homepage="https://github.com/cocogitto/cocogitto"
+changelog="https://github.com/cocogitto/cocogitto/blob/main/CHANGELOG.md"
+distfiles="https://github.com/cocogitto/cocogitto/archive/${version}.tar.gz"
+checksum=0465267125058922462c197584007b6c92b08230acf21a5057faf5f4f5667d72
+# Test suite is not atomic, relies on user environment such as git user configuration
+make_check=no
+
+post_build() {
+	TARGET_DIR="target/${RUST_TARGET}/release"
+
+	for shell in bash zsh fish; do
+		vtargetrun ${TARGET_DIR}/cog generate-completions ${shell} > cog.${shell}
+		vtargetrun ${TARGET_DIR}/coco --completion ${shell} > coco.${shell}
+	done
+}
+
+post_install() {
+	vlicense LICENSE
+	vdoc README.md
+
+	for shell in bash zsh fish; do
+		vcompletion cog.${shell} ${shell} cog
+		vcompletion coco.${shell} ${shell} coco
+	done
+}

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

* Re: [PR PATCH] [Updated] New package: cocogitto-4.1.0
  2022-02-19  9:56 [PR PATCH] New package: cocogitto-4.1.0 tranzystorek-io
                   ` (4 preceding siblings ...)
  2022-03-04 14:08 ` tranzystorek-io
@ 2022-03-04 15:14 ` tranzystorek-io
  2022-03-04 15:16 ` tranzystorek-io
                   ` (17 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: tranzystorek-io @ 2022-03-04 15:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages cocogitto
https://github.com/void-linux/void-packages/pull/35693

New package: cocogitto-4.1.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### New package
- 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
- I built this PR locally for my native architecture, (ARCH-LIBC)
- 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/35693.patch is attached

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

From 08bec04a98cfc769b9aa23a3edff01adaa406c6b Mon Sep 17 00:00:00 2001
From: Marcin Puc <marcin.e.puc@gmail.com>
Date: Sat, 19 Feb 2022 10:51:01 +0100
Subject: [PATCH] New package: cocogitto-4.1.0

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

diff --git a/srcpkgs/cocogitto/template b/srcpkgs/cocogitto/template
new file mode 100644
index 000000000000..c13206459c13
--- /dev/null
+++ b/srcpkgs/cocogitto/template
@@ -0,0 +1,34 @@
+# Template file for 'cocogitto'
+pkgname=cocogitto
+version=4.1.0
+revision=1
+build_style=cargo
+build_helper=qemu
+short_desc="Conventional Commits toolbox"
+maintainer="Marcin Puc <marcin.e.puc@gmail.com>"
+license="MIT"
+homepage="https://github.com/cocogitto/cocogitto"
+changelog="https://github.com/cocogitto/cocogitto/blob/main/CHANGELOG.md"
+distfiles="https://github.com/cocogitto/cocogitto/archive/${version}.tar.gz"
+checksum=0465267125058922462c197584007b6c92b08230acf21a5057faf5f4f5667d72
+# Test suite is not atomic, relies on user environment such as git user configuration
+make_check=no
+
+post_build() {
+	TARGET_DIR="target/${RUST_TARGET}/release"
+
+	for shell in bash zsh fish; do
+		vtargetrun ${TARGET_DIR}/cog generate-completions ${shell} > cog.${shell}
+		vtargetrun ${TARGET_DIR}/coco --completion ${shell} > coco.${shell}
+	done
+}
+
+post_install() {
+	vlicense LICENSE
+	vdoc README.md
+
+	for shell in bash zsh fish; do
+		vcompletion cog.${shell} ${shell} cog
+		vcompletion coco.${shell} ${shell} coco
+	done
+}

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

* Re: New package: cocogitto-4.1.0
  2022-02-19  9:56 [PR PATCH] New package: cocogitto-4.1.0 tranzystorek-io
                   ` (5 preceding siblings ...)
  2022-03-04 15:14 ` tranzystorek-io
@ 2022-03-04 15:16 ` tranzystorek-io
  2022-03-05 10:30 ` [PR PATCH] [Updated] " tranzystorek-io
                   ` (16 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: tranzystorek-io @ 2022-03-04 15:16 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/35693#issuecomment-1059251635

Comment:
I wanted to make cocogitto use the system installation of `libgit2`, but internally the `git2` crate statically compiles a vendored version if the system version is `<1.1.0`

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

* Re: [PR PATCH] [Updated] New package: cocogitto-4.1.0
  2022-02-19  9:56 [PR PATCH] New package: cocogitto-4.1.0 tranzystorek-io
                   ` (6 preceding siblings ...)
  2022-03-04 15:16 ` tranzystorek-io
@ 2022-03-05 10:30 ` tranzystorek-io
  2022-03-08 13:49 ` tranzystorek-io
                   ` (15 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: tranzystorek-io @ 2022-03-05 10:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages cocogitto
https://github.com/void-linux/void-packages/pull/35693

New package: cocogitto-4.1.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### New package
- 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
- I built this PR locally for my native architecture, (ARCH-LIBC)
- 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/35693.patch is attached

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

From 5585036595a596aca31021db559f01fb1bd7e84f Mon Sep 17 00:00:00 2001
From: Marcin Puc <marcin.e.puc@gmail.com>
Date: Sat, 19 Feb 2022 10:51:01 +0100
Subject: [PATCH] New package: cocogitto-4.1.0

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

diff --git a/srcpkgs/cocogitto/template b/srcpkgs/cocogitto/template
new file mode 100644
index 000000000000..f04561a428c7
--- /dev/null
+++ b/srcpkgs/cocogitto/template
@@ -0,0 +1,36 @@
+# Template file for 'cocogitto'
+pkgname=cocogitto
+version=4.1.0
+revision=1
+build_style=cargo
+build_helper=qemu
+makedepends="pkg-config zlib-devel"
+depends="zlib"
+short_desc="Conventional Commits toolbox"
+maintainer="Marcin Puc <marcin.e.puc@gmail.com>"
+license="MIT"
+homepage="https://github.com/cocogitto/cocogitto"
+changelog="https://github.com/cocogitto/cocogitto/blob/main/CHANGELOG.md"
+distfiles="https://github.com/cocogitto/cocogitto/archive/${version}.tar.gz"
+checksum=0465267125058922462c197584007b6c92b08230acf21a5057faf5f4f5667d72
+# Test suite is not atomic, relies on user environment such as git user configuration
+make_check=no
+
+post_build() {
+	TARGET_DIR="target/${RUST_TARGET}/release"
+
+	for shell in bash zsh fish; do
+		vtargetrun ${TARGET_DIR}/cog generate-completions ${shell} > cog.${shell}
+		vtargetrun ${TARGET_DIR}/coco --completion ${shell} > coco.${shell}
+	done
+}
+
+post_install() {
+	vlicense LICENSE
+	vdoc README.md
+
+	for shell in bash zsh fish; do
+		vcompletion cog.${shell} ${shell} cog
+		vcompletion coco.${shell} ${shell} coco
+	done
+}

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

* Re: [PR PATCH] [Updated] New package: cocogitto-4.1.0
  2022-02-19  9:56 [PR PATCH] New package: cocogitto-4.1.0 tranzystorek-io
                   ` (7 preceding siblings ...)
  2022-03-05 10:30 ` [PR PATCH] [Updated] " tranzystorek-io
@ 2022-03-08 13:49 ` tranzystorek-io
  2022-03-09  7:52 ` tranzystorek-io
                   ` (14 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: tranzystorek-io @ 2022-03-08 13:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages cocogitto
https://github.com/void-linux/void-packages/pull/35693

New package: cocogitto-4.1.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### New package
- 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
- I built this PR locally for my native architecture, (ARCH-LIBC)
- 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/35693.patch is attached

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

From 268b6dbb4f5f0c75eae743090a7b9781d0dc5946 Mon Sep 17 00:00:00 2001
From: Marcin Puc <marcin.e.puc@gmail.com>
Date: Sat, 19 Feb 2022 10:51:01 +0100
Subject: [PATCH] New package: cocogitto-4.1.0

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

diff --git a/srcpkgs/cocogitto/template b/srcpkgs/cocogitto/template
new file mode 100644
index 000000000000..f04561a428c7
--- /dev/null
+++ b/srcpkgs/cocogitto/template
@@ -0,0 +1,36 @@
+# Template file for 'cocogitto'
+pkgname=cocogitto
+version=4.1.0
+revision=1
+build_style=cargo
+build_helper=qemu
+makedepends="pkg-config zlib-devel"
+depends="zlib"
+short_desc="Conventional Commits toolbox"
+maintainer="Marcin Puc <marcin.e.puc@gmail.com>"
+license="MIT"
+homepage="https://github.com/cocogitto/cocogitto"
+changelog="https://github.com/cocogitto/cocogitto/blob/main/CHANGELOG.md"
+distfiles="https://github.com/cocogitto/cocogitto/archive/${version}.tar.gz"
+checksum=0465267125058922462c197584007b6c92b08230acf21a5057faf5f4f5667d72
+# Test suite is not atomic, relies on user environment such as git user configuration
+make_check=no
+
+post_build() {
+	TARGET_DIR="target/${RUST_TARGET}/release"
+
+	for shell in bash zsh fish; do
+		vtargetrun ${TARGET_DIR}/cog generate-completions ${shell} > cog.${shell}
+		vtargetrun ${TARGET_DIR}/coco --completion ${shell} > coco.${shell}
+	done
+}
+
+post_install() {
+	vlicense LICENSE
+	vdoc README.md
+
+	for shell in bash zsh fish; do
+		vcompletion cog.${shell} ${shell} cog
+		vcompletion coco.${shell} ${shell} coco
+	done
+}

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

* Re: [PR PATCH] [Updated] New package: cocogitto-4.1.0
  2022-02-19  9:56 [PR PATCH] New package: cocogitto-4.1.0 tranzystorek-io
                   ` (8 preceding siblings ...)
  2022-03-08 13:49 ` tranzystorek-io
@ 2022-03-09  7:52 ` tranzystorek-io
  2022-03-09  8:39 ` New package: cocogitto-5.0.0 tranzystorek-io
                   ` (13 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: tranzystorek-io @ 2022-03-09  7:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages cocogitto
https://github.com/void-linux/void-packages/pull/35693

New package: cocogitto-4.1.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### New package
- 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
- I built this PR locally for my native architecture, (ARCH-LIBC)
- 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/35693.patch is attached

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

From 8a4e57855a2116fc60fb2ded9ddc93c719d6c8f6 Mon Sep 17 00:00:00 2001
From: Marcin Puc <marcin.e.puc@gmail.com>
Date: Sat, 19 Feb 2022 10:51:01 +0100
Subject: [PATCH] New package: cocogitto-4.1.0

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

diff --git a/srcpkgs/cocogitto/template b/srcpkgs/cocogitto/template
new file mode 100644
index 000000000000..9210c0637a50
--- /dev/null
+++ b/srcpkgs/cocogitto/template
@@ -0,0 +1,34 @@
+# Template file for 'cocogitto'
+pkgname=cocogitto
+version=5.0.0
+revision=1
+build_style=cargo
+build_helper=qemu
+makedepends="pkg-config zlib-devel"
+depends="zlib"
+short_desc="Conventional Commits toolbox"
+maintainer="Marcin Puc <marcin.e.puc@gmail.com>"
+license="MIT"
+homepage="https://github.com/cocogitto/cocogitto"
+changelog="https://github.com/cocogitto/cocogitto/blob/main/CHANGELOG.md"
+distfiles="https://github.com/cocogitto/cocogitto/archive/${version}.tar.gz"
+checksum=df37716965404aed1ed5265c015e28dbe57fec1e6ad8433bc6a9b676a4ee774d
+# Test suite is not atomic, relies on user environment such as git user configuration
+make_check=no
+
+post_build() {
+	TARGET_DIR="target/${RUST_TARGET}/release"
+
+	for shell in bash zsh fish; do
+		vtargetrun ${TARGET_DIR}/cog generate-completions ${shell} > cog.${shell}
+	done
+}
+
+post_install() {
+	vlicense LICENSE
+	vdoc README.md
+
+	for shell in bash zsh fish; do
+		vcompletion cog.${shell} ${shell} cog
+	done
+}

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

* Re: New package: cocogitto-5.0.0
  2022-02-19  9:56 [PR PATCH] New package: cocogitto-4.1.0 tranzystorek-io
                   ` (9 preceding siblings ...)
  2022-03-09  7:52 ` tranzystorek-io
@ 2022-03-09  8:39 ` tranzystorek-io
  2022-03-09  8:39 ` tranzystorek-io
                   ` (12 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: tranzystorek-io @ 2022-03-09  8:39 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/35693#issuecomment-1062679576

Comment:
In 5.0.0 cocogitto started using Rust 1.58 (capturing identifiers in format strings)

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

* Re: New package: cocogitto-5.0.0
  2022-02-19  9:56 [PR PATCH] New package: cocogitto-4.1.0 tranzystorek-io
                   ` (10 preceding siblings ...)
  2022-03-09  8:39 ` New package: cocogitto-5.0.0 tranzystorek-io
@ 2022-03-09  8:39 ` tranzystorek-io
  2022-03-10 17:54 ` [PR PATCH] [Updated] " tranzystorek-io
                   ` (11 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: tranzystorek-io @ 2022-03-09  8:39 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/35693#issuecomment-1062679576

Comment:
In 5.0.0 cocogitto started using Rust 1.58 (capturing identifiers in format strings), so it currrently cannot build with void's 1.57

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

* Re: [PR PATCH] [Updated] New package: cocogitto-5.0.0
  2022-02-19  9:56 [PR PATCH] New package: cocogitto-4.1.0 tranzystorek-io
                   ` (11 preceding siblings ...)
  2022-03-09  8:39 ` tranzystorek-io
@ 2022-03-10 17:54 ` tranzystorek-io
  2022-03-10 18:13 ` tranzystorek-io
                   ` (10 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: tranzystorek-io @ 2022-03-10 17:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages cocogitto
https://github.com/void-linux/void-packages/pull/35693

New package: cocogitto-5.0.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### New package
- 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
- I built this PR locally for my native architecture, (ARCH-LIBC)
- 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/35693.patch is attached

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

From c7d5938853bcc83112f25c39559c807bfdb38ce6 Mon Sep 17 00:00:00 2001
From: Marcin Puc <marcin.e.puc@gmail.com>
Date: Sat, 19 Feb 2022 10:51:01 +0100
Subject: [PATCH] New package: cocogitto-4.1.0

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

diff --git a/srcpkgs/cocogitto/template b/srcpkgs/cocogitto/template
new file mode 100644
index 000000000000..ca3b338eebb6
--- /dev/null
+++ b/srcpkgs/cocogitto/template
@@ -0,0 +1,33 @@
+# Template file for 'cocogitto'
+pkgname=cocogitto
+version=5.0.0
+revision=1
+build_style=cargo
+build_helper=qemu
+makedepends="pkg-config zlib-devel"
+short_desc="Conventional Commits toolbox"
+maintainer="Marcin Puc <marcin.e.puc@gmail.com>"
+license="MIT"
+homepage="https://github.com/cocogitto/cocogitto"
+changelog="https://github.com/cocogitto/cocogitto/blob/main/CHANGELOG.md"
+distfiles="https://github.com/cocogitto/cocogitto/archive/${version}.tar.gz"
+checksum=df37716965404aed1ed5265c015e28dbe57fec1e6ad8433bc6a9b676a4ee774d
+# Test suite is not atomic, relies on user environment such as git user configuration
+make_check=no
+
+post_build() {
+	TARGET_DIR="target/${RUST_TARGET}/release"
+
+	for shell in bash zsh fish; do
+		vtargetrun ${TARGET_DIR}/cog generate-completions ${shell} > cog.${shell}
+	done
+}
+
+post_install() {
+	vlicense LICENSE
+	vdoc README.md
+
+	for shell in bash zsh fish; do
+		vcompletion cog.${shell} ${shell} cog
+	done
+}

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

* Re: [PR PATCH] [Updated] New package: cocogitto-5.0.0
  2022-02-19  9:56 [PR PATCH] New package: cocogitto-4.1.0 tranzystorek-io
                   ` (12 preceding siblings ...)
  2022-03-10 17:54 ` [PR PATCH] [Updated] " tranzystorek-io
@ 2022-03-10 18:13 ` tranzystorek-io
  2022-03-14  9:31 ` tranzystorek-io
                   ` (9 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: tranzystorek-io @ 2022-03-10 18:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages cocogitto
https://github.com/void-linux/void-packages/pull/35693

New package: cocogitto-5.0.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### New package
- 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
- I built this PR locally for my native architecture, (ARCH-LIBC)
- 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/35693.patch is attached

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

From 4ffe3ec49bb3e2d1bade4d0aa58759eb39d419a5 Mon Sep 17 00:00:00 2001
From: Marcin Puc <marcin.e.puc@gmail.com>
Date: Sat, 19 Feb 2022 10:51:01 +0100
Subject: [PATCH] New package: cocogitto-5.0.0

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

diff --git a/srcpkgs/cocogitto/template b/srcpkgs/cocogitto/template
new file mode 100644
index 000000000000..ca3b338eebb6
--- /dev/null
+++ b/srcpkgs/cocogitto/template
@@ -0,0 +1,33 @@
+# Template file for 'cocogitto'
+pkgname=cocogitto
+version=5.0.0
+revision=1
+build_style=cargo
+build_helper=qemu
+makedepends="pkg-config zlib-devel"
+short_desc="Conventional Commits toolbox"
+maintainer="Marcin Puc <marcin.e.puc@gmail.com>"
+license="MIT"
+homepage="https://github.com/cocogitto/cocogitto"
+changelog="https://github.com/cocogitto/cocogitto/blob/main/CHANGELOG.md"
+distfiles="https://github.com/cocogitto/cocogitto/archive/${version}.tar.gz"
+checksum=df37716965404aed1ed5265c015e28dbe57fec1e6ad8433bc6a9b676a4ee774d
+# Test suite is not atomic, relies on user environment such as git user configuration
+make_check=no
+
+post_build() {
+	TARGET_DIR="target/${RUST_TARGET}/release"
+
+	for shell in bash zsh fish; do
+		vtargetrun ${TARGET_DIR}/cog generate-completions ${shell} > cog.${shell}
+	done
+}
+
+post_install() {
+	vlicense LICENSE
+	vdoc README.md
+
+	for shell in bash zsh fish; do
+		vcompletion cog.${shell} ${shell} cog
+	done
+}

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

* Re: [PR PATCH] [Updated] New package: cocogitto-5.0.0
  2022-02-19  9:56 [PR PATCH] New package: cocogitto-4.1.0 tranzystorek-io
                   ` (13 preceding siblings ...)
  2022-03-10 18:13 ` tranzystorek-io
@ 2022-03-14  9:31 ` tranzystorek-io
  2022-03-27 15:54 ` tranzystorek-io
                   ` (8 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: tranzystorek-io @ 2022-03-14  9:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages cocogitto
https://github.com/void-linux/void-packages/pull/35693

New package: cocogitto-5.0.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### New package
- 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
- I built this PR locally for my native architecture, (ARCH-LIBC)
- 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/35693.patch is attached

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

From c4d90190667506d90f2be7d73c604671779e91b8 Mon Sep 17 00:00:00 2001
From: Marcin Puc <marcin.e.puc@gmail.com>
Date: Sat, 19 Feb 2022 10:51:01 +0100
Subject: [PATCH] New package: cocogitto-5.0.0

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

diff --git a/srcpkgs/cocogitto/template b/srcpkgs/cocogitto/template
new file mode 100644
index 000000000000..3457c8ecca94
--- /dev/null
+++ b/srcpkgs/cocogitto/template
@@ -0,0 +1,34 @@
+# Template file for 'cocogitto'
+pkgname=cocogitto
+version=5.0.0
+revision=1
+build_style=cargo
+build_helper=qemu
+hostmakedepends="pkg-config"
+makedepends="zlib-devel"
+short_desc="Conventional Commits toolbox"
+maintainer="Marcin Puc <marcin.e.puc@gmail.com>"
+license="MIT"
+homepage="https://github.com/cocogitto/cocogitto"
+changelog="https://github.com/cocogitto/cocogitto/blob/main/CHANGELOG.md"
+distfiles="https://github.com/cocogitto/cocogitto/archive/${version}.tar.gz"
+checksum=df37716965404aed1ed5265c015e28dbe57fec1e6ad8433bc6a9b676a4ee774d
+# Test suite is not atomic, relies on user environment such as git user configuration
+make_check=no
+
+post_build() {
+	TARGET_DIR="target/${RUST_TARGET}/release"
+
+	for shell in bash zsh fish; do
+		vtargetrun ${TARGET_DIR}/cog generate-completions ${shell} > cog.${shell}
+	done
+}
+
+post_install() {
+	vlicense LICENSE
+	vdoc README.md
+
+	for shell in bash zsh fish; do
+		vcompletion cog.${shell} ${shell} cog
+	done
+}

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

* Re: [PR PATCH] [Updated] New package: cocogitto-5.0.0
  2022-02-19  9:56 [PR PATCH] New package: cocogitto-4.1.0 tranzystorek-io
                   ` (14 preceding siblings ...)
  2022-03-14  9:31 ` tranzystorek-io
@ 2022-03-27 15:54 ` tranzystorek-io
  2022-03-27 19:51 ` tranzystorek-io
                   ` (7 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: tranzystorek-io @ 2022-03-27 15:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages cocogitto
https://github.com/void-linux/void-packages/pull/35693

New package: cocogitto-5.0.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### New package
- 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
- I built this PR locally for my native architecture, (ARCH-LIBC)
- 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/35693.patch is attached

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

From 53d438fd69c5d382830593a3d4bca4e0500eb196 Mon Sep 17 00:00:00 2001
From: Marcin Puc <marcin.e.puc@gmail.com>
Date: Sat, 19 Feb 2022 10:51:01 +0100
Subject: [PATCH] New package: cocogitto-5.0.0

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

diff --git a/srcpkgs/cocogitto/template b/srcpkgs/cocogitto/template
new file mode 100644
index 000000000000..3457c8ecca94
--- /dev/null
+++ b/srcpkgs/cocogitto/template
@@ -0,0 +1,34 @@
+# Template file for 'cocogitto'
+pkgname=cocogitto
+version=5.0.0
+revision=1
+build_style=cargo
+build_helper=qemu
+hostmakedepends="pkg-config"
+makedepends="zlib-devel"
+short_desc="Conventional Commits toolbox"
+maintainer="Marcin Puc <marcin.e.puc@gmail.com>"
+license="MIT"
+homepage="https://github.com/cocogitto/cocogitto"
+changelog="https://github.com/cocogitto/cocogitto/blob/main/CHANGELOG.md"
+distfiles="https://github.com/cocogitto/cocogitto/archive/${version}.tar.gz"
+checksum=df37716965404aed1ed5265c015e28dbe57fec1e6ad8433bc6a9b676a4ee774d
+# Test suite is not atomic, relies on user environment such as git user configuration
+make_check=no
+
+post_build() {
+	TARGET_DIR="target/${RUST_TARGET}/release"
+
+	for shell in bash zsh fish; do
+		vtargetrun ${TARGET_DIR}/cog generate-completions ${shell} > cog.${shell}
+	done
+}
+
+post_install() {
+	vlicense LICENSE
+	vdoc README.md
+
+	for shell in bash zsh fish; do
+		vcompletion cog.${shell} ${shell} cog
+	done
+}

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

* Re: [PR PATCH] [Updated] New package: cocogitto-5.0.0
  2022-02-19  9:56 [PR PATCH] New package: cocogitto-4.1.0 tranzystorek-io
                   ` (15 preceding siblings ...)
  2022-03-27 15:54 ` tranzystorek-io
@ 2022-03-27 19:51 ` tranzystorek-io
  2022-03-28  6:33 ` tranzystorek-io
                   ` (6 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: tranzystorek-io @ 2022-03-27 19:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages cocogitto
https://github.com/void-linux/void-packages/pull/35693

New package: cocogitto-5.0.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### New package
- 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
- I built this PR locally for my native architecture, (ARCH-LIBC)
- 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/35693.patch is attached

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

From 2bf45593c86ef788ad090b4a6b33c1d8df7df7b6 Mon Sep 17 00:00:00 2001
From: Marcin Puc <marcin.e.puc@gmail.com>
Date: Sat, 19 Feb 2022 10:51:01 +0100
Subject: [PATCH] New package: cocogitto-5.0.0

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

diff --git a/srcpkgs/cocogitto/template b/srcpkgs/cocogitto/template
new file mode 100644
index 000000000000..32a93634cfe4
--- /dev/null
+++ b/srcpkgs/cocogitto/template
@@ -0,0 +1,34 @@
+# Template file for 'cocogitto'
+pkgname=cocogitto
+version=5.0.0
+revision=1
+build_style=cargo
+build_helper=qemu
+hostmakedepends="pkg-config"
+makedepends="zlib-devel"
+short_desc="Conventional Commits toolbox"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="MIT"
+homepage="https://github.com/cocogitto/cocogitto"
+changelog="https://github.com/cocogitto/cocogitto/blob/main/CHANGELOG.md"
+distfiles="https://github.com/cocogitto/cocogitto/archive/${version}.tar.gz"
+checksum=df37716965404aed1ed5265c015e28dbe57fec1e6ad8433bc6a9b676a4ee774d
+# Test suite is not atomic, relies on user environment such as git user configuration
+make_check=no
+
+post_build() {
+	TARGET_DIR="target/${RUST_TARGET}/release"
+
+	for shell in bash zsh fish; do
+		vtargetrun ${TARGET_DIR}/cog generate-completions ${shell} > cog.${shell}
+	done
+}
+
+post_install() {
+	vlicense LICENSE
+	vdoc README.md
+
+	for shell in bash zsh fish; do
+		vcompletion cog.${shell} ${shell} cog
+	done
+}

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

* Re: [PR PATCH] [Updated] New package: cocogitto-5.0.0
  2022-02-19  9:56 [PR PATCH] New package: cocogitto-4.1.0 tranzystorek-io
                   ` (16 preceding siblings ...)
  2022-03-27 19:51 ` tranzystorek-io
@ 2022-03-28  6:33 ` tranzystorek-io
  2022-03-28  6:41 ` tranzystorek-io
                   ` (5 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: tranzystorek-io @ 2022-03-28  6:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages cocogitto
https://github.com/void-linux/void-packages/pull/35693

New package: cocogitto-5.0.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### New package
- 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
- I built this PR locally for my native architecture, (ARCH-LIBC)
- 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/35693.patch is attached

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

From cf3adaf33b17a0f0ff06f63ab62a90001bac6239 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 19 Feb 2022 10:51:01 +0100
Subject: [PATCH] New package: cocogitto-5.0.0

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

diff --git a/srcpkgs/cocogitto/template b/srcpkgs/cocogitto/template
new file mode 100644
index 000000000000..32a93634cfe4
--- /dev/null
+++ b/srcpkgs/cocogitto/template
@@ -0,0 +1,34 @@
+# Template file for 'cocogitto'
+pkgname=cocogitto
+version=5.0.0
+revision=1
+build_style=cargo
+build_helper=qemu
+hostmakedepends="pkg-config"
+makedepends="zlib-devel"
+short_desc="Conventional Commits toolbox"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="MIT"
+homepage="https://github.com/cocogitto/cocogitto"
+changelog="https://github.com/cocogitto/cocogitto/blob/main/CHANGELOG.md"
+distfiles="https://github.com/cocogitto/cocogitto/archive/${version}.tar.gz"
+checksum=df37716965404aed1ed5265c015e28dbe57fec1e6ad8433bc6a9b676a4ee774d
+# Test suite is not atomic, relies on user environment such as git user configuration
+make_check=no
+
+post_build() {
+	TARGET_DIR="target/${RUST_TARGET}/release"
+
+	for shell in bash zsh fish; do
+		vtargetrun ${TARGET_DIR}/cog generate-completions ${shell} > cog.${shell}
+	done
+}
+
+post_install() {
+	vlicense LICENSE
+	vdoc README.md
+
+	for shell in bash zsh fish; do
+		vcompletion cog.${shell} ${shell} cog
+	done
+}

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

* Re: [PR PATCH] [Updated] New package: cocogitto-5.0.0
  2022-02-19  9:56 [PR PATCH] New package: cocogitto-4.1.0 tranzystorek-io
                   ` (17 preceding siblings ...)
  2022-03-28  6:33 ` tranzystorek-io
@ 2022-03-28  6:41 ` tranzystorek-io
  2022-03-29 12:59 ` tranzystorek-io
                   ` (4 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: tranzystorek-io @ 2022-03-28  6:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages cocogitto
https://github.com/void-linux/void-packages/pull/35693

New package: cocogitto-5.0.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### New package
- 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
- I built this PR locally for my native architecture, (ARCH-LIBC)
- 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/35693.patch is attached

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

From 541942deb55344f72f6ba617b4432bcb2b9bf541 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 19 Feb 2022 10:51:01 +0100
Subject: [PATCH] New package: cocogitto-5.0.0

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

diff --git a/srcpkgs/cocogitto/template b/srcpkgs/cocogitto/template
new file mode 100644
index 000000000000..9c5189aaecb2
--- /dev/null
+++ b/srcpkgs/cocogitto/template
@@ -0,0 +1,34 @@
+# Template file for 'cocogitto'
+pkgname=cocogitto
+version=5.0.0
+revision=1
+build_style=cargo
+build_helper=qemu
+hostmakedepends="pkg-config"
+makedepends="libgit2-devel"
+short_desc="Conventional Commits toolbox"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="MIT"
+homepage="https://github.com/cocogitto/cocogitto"
+changelog="https://github.com/cocogitto/cocogitto/blob/main/CHANGELOG.md"
+distfiles="https://github.com/cocogitto/cocogitto/archive/${version}.tar.gz"
+checksum=df37716965404aed1ed5265c015e28dbe57fec1e6ad8433bc6a9b676a4ee774d
+# Test suite is not atomic, relies on user environment such as git user configuration
+make_check=no
+
+post_build() {
+	TARGET_DIR="target/${RUST_TARGET}/release"
+
+	for shell in bash zsh fish; do
+		vtargetrun ${TARGET_DIR}/cog generate-completions ${shell} > cog.${shell}
+	done
+}
+
+post_install() {
+	vlicense LICENSE
+	vdoc README.md
+
+	for shell in bash zsh fish; do
+		vcompletion cog.${shell} ${shell} cog
+	done
+}

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

* Re: [PR PATCH] [Updated] New package: cocogitto-5.0.0
  2022-02-19  9:56 [PR PATCH] New package: cocogitto-4.1.0 tranzystorek-io
                   ` (18 preceding siblings ...)
  2022-03-28  6:41 ` tranzystorek-io
@ 2022-03-29 12:59 ` tranzystorek-io
  2022-03-29 13:08 ` tranzystorek-io
                   ` (3 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: tranzystorek-io @ 2022-03-29 12:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages cocogitto
https://github.com/void-linux/void-packages/pull/35693

New package: cocogitto-5.0.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### New package
- 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
- I built this PR locally for my native architecture, (ARCH-LIBC)
- 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/35693.patch is attached

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

From fca0a5d20616269f904c90984e52a43ddd918af8 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 19 Feb 2022 10:51:01 +0100
Subject: [PATCH] New package: cocogitto-5.0.0

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

diff --git a/srcpkgs/cocogitto/template b/srcpkgs/cocogitto/template
new file mode 100644
index 000000000000..79a78e4b5971
--- /dev/null
+++ b/srcpkgs/cocogitto/template
@@ -0,0 +1,34 @@
+# Template file for 'cocogitto'
+pkgname=cocogitto
+version=5.0.1
+revision=1
+build_style=cargo
+build_helper=qemu
+hostmakedepends="pkg-config"
+makedepends="libgit2-devel"
+short_desc="Conventional Commits toolbox"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="MIT"
+homepage="https://github.com/cocogitto/cocogitto"
+changelog="https://github.com/cocogitto/cocogitto/blob/main/CHANGELOG.md"
+distfiles="https://github.com/cocogitto/cocogitto/archive/${version}.tar.gz"
+checksum=fee00736ec4b8ce72c8d8f904d0b734372b11ce7c3711166814eca38bf0cda8f
+# Test suite is not atomic, relies on user environment such as git user configuration
+make_check=no
+
+post_build() {
+	TARGET_DIR="target/${RUST_TARGET}/release"
+
+	for shell in bash zsh fish; do
+		vtargetrun ${TARGET_DIR}/cog generate-completions ${shell} > cog.${shell}
+	done
+}
+
+post_install() {
+	vlicense LICENSE
+	vdoc README.md
+
+	for shell in bash zsh fish; do
+		vcompletion cog.${shell} ${shell} cog
+	done
+}

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

* Re: New package: cocogitto-5.0.0
  2022-02-19  9:56 [PR PATCH] New package: cocogitto-4.1.0 tranzystorek-io
                   ` (19 preceding siblings ...)
  2022-03-29 12:59 ` tranzystorek-io
@ 2022-03-29 13:08 ` tranzystorek-io
  2022-03-29 13:11 ` [PR PATCH] [Updated] New package: cocogitto-5.0.1 tranzystorek-io
                   ` (2 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: tranzystorek-io @ 2022-03-29 13:08 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/35693#issuecomment-1062679576

Comment:
In 5.0.0 cocogitto started using Rust 1.58 (capturing identifiers in format strings), so it currrently cannot build with void's 1.57

EDIT: fixed in 5.0.1

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

* Re: [PR PATCH] [Updated] New package: cocogitto-5.0.1
  2022-02-19  9:56 [PR PATCH] New package: cocogitto-4.1.0 tranzystorek-io
                   ` (20 preceding siblings ...)
  2022-03-29 13:08 ` tranzystorek-io
@ 2022-03-29 13:11 ` tranzystorek-io
  2022-04-06 18:03 ` tranzystorek-io
  2022-04-11 11:30 ` [PR PATCH] [Merged]: " Gottox
  23 siblings, 0 replies; 25+ messages in thread
From: tranzystorek-io @ 2022-03-29 13:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages cocogitto
https://github.com/void-linux/void-packages/pull/35693

New package: cocogitto-5.0.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### New package
- 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
- I built this PR locally for my native architecture, (ARCH-LIBC)
- 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/35693.patch is attached

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

From c124f72ff4af4462d10a5114d0b6e0e356ddc4d6 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 19 Feb 2022 10:51:01 +0100
Subject: [PATCH] New package: cocogitto-5.0.1

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

diff --git a/srcpkgs/cocogitto/template b/srcpkgs/cocogitto/template
new file mode 100644
index 000000000000..79a78e4b5971
--- /dev/null
+++ b/srcpkgs/cocogitto/template
@@ -0,0 +1,34 @@
+# Template file for 'cocogitto'
+pkgname=cocogitto
+version=5.0.1
+revision=1
+build_style=cargo
+build_helper=qemu
+hostmakedepends="pkg-config"
+makedepends="libgit2-devel"
+short_desc="Conventional Commits toolbox"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="MIT"
+homepage="https://github.com/cocogitto/cocogitto"
+changelog="https://github.com/cocogitto/cocogitto/blob/main/CHANGELOG.md"
+distfiles="https://github.com/cocogitto/cocogitto/archive/${version}.tar.gz"
+checksum=fee00736ec4b8ce72c8d8f904d0b734372b11ce7c3711166814eca38bf0cda8f
+# Test suite is not atomic, relies on user environment such as git user configuration
+make_check=no
+
+post_build() {
+	TARGET_DIR="target/${RUST_TARGET}/release"
+
+	for shell in bash zsh fish; do
+		vtargetrun ${TARGET_DIR}/cog generate-completions ${shell} > cog.${shell}
+	done
+}
+
+post_install() {
+	vlicense LICENSE
+	vdoc README.md
+
+	for shell in bash zsh fish; do
+		vcompletion cog.${shell} ${shell} cog
+	done
+}

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

* Re: [PR PATCH] [Updated] New package: cocogitto-5.0.1
  2022-02-19  9:56 [PR PATCH] New package: cocogitto-4.1.0 tranzystorek-io
                   ` (21 preceding siblings ...)
  2022-03-29 13:11 ` [PR PATCH] [Updated] New package: cocogitto-5.0.1 tranzystorek-io
@ 2022-04-06 18:03 ` tranzystorek-io
  2022-04-11 11:30 ` [PR PATCH] [Merged]: " Gottox
  23 siblings, 0 replies; 25+ messages in thread
From: tranzystorek-io @ 2022-04-06 18:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages cocogitto
https://github.com/void-linux/void-packages/pull/35693

New package: cocogitto-5.0.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### New package
- 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
- I built this PR locally for my native architecture, (ARCH-LIBC)
- 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/35693.patch is attached

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

From e11b755bed03b7ca55cb2a53e3d2f640869cf209 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 19 Feb 2022 10:51:01 +0100
Subject: [PATCH] New package: cocogitto-5.0.1

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

diff --git a/srcpkgs/cocogitto/template b/srcpkgs/cocogitto/template
new file mode 100644
index 000000000000..79a78e4b5971
--- /dev/null
+++ b/srcpkgs/cocogitto/template
@@ -0,0 +1,34 @@
+# Template file for 'cocogitto'
+pkgname=cocogitto
+version=5.0.1
+revision=1
+build_style=cargo
+build_helper=qemu
+hostmakedepends="pkg-config"
+makedepends="libgit2-devel"
+short_desc="Conventional Commits toolbox"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="MIT"
+homepage="https://github.com/cocogitto/cocogitto"
+changelog="https://github.com/cocogitto/cocogitto/blob/main/CHANGELOG.md"
+distfiles="https://github.com/cocogitto/cocogitto/archive/${version}.tar.gz"
+checksum=fee00736ec4b8ce72c8d8f904d0b734372b11ce7c3711166814eca38bf0cda8f
+# Test suite is not atomic, relies on user environment such as git user configuration
+make_check=no
+
+post_build() {
+	TARGET_DIR="target/${RUST_TARGET}/release"
+
+	for shell in bash zsh fish; do
+		vtargetrun ${TARGET_DIR}/cog generate-completions ${shell} > cog.${shell}
+	done
+}
+
+post_install() {
+	vlicense LICENSE
+	vdoc README.md
+
+	for shell in bash zsh fish; do
+		vcompletion cog.${shell} ${shell} cog
+	done
+}

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

* Re: [PR PATCH] [Merged]: New package: cocogitto-5.0.1
  2022-02-19  9:56 [PR PATCH] New package: cocogitto-4.1.0 tranzystorek-io
                   ` (22 preceding siblings ...)
  2022-04-06 18:03 ` tranzystorek-io
@ 2022-04-11 11:30 ` Gottox
  23 siblings, 0 replies; 25+ messages in thread
From: Gottox @ 2022-04-11 11:30 UTC (permalink / raw)
  To: ml

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

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

New package: cocogitto-5.0.1
https://github.com/void-linux/void-packages/pull/35693

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

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

#### New package
- 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
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-04-11 11:30 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-19  9:56 [PR PATCH] New package: cocogitto-4.1.0 tranzystorek-io
2022-02-19 18:18 ` [PR PATCH] [Updated] " tranzystorek-io
2022-02-20 16:05 ` tranzystorek-io
2022-02-26 11:39 ` tranzystorek-io
2022-02-27 12:19 ` tranzystorek-io
2022-03-04 14:08 ` tranzystorek-io
2022-03-04 15:14 ` tranzystorek-io
2022-03-04 15:16 ` tranzystorek-io
2022-03-05 10:30 ` [PR PATCH] [Updated] " tranzystorek-io
2022-03-08 13:49 ` tranzystorek-io
2022-03-09  7:52 ` tranzystorek-io
2022-03-09  8:39 ` New package: cocogitto-5.0.0 tranzystorek-io
2022-03-09  8:39 ` tranzystorek-io
2022-03-10 17:54 ` [PR PATCH] [Updated] " tranzystorek-io
2022-03-10 18:13 ` tranzystorek-io
2022-03-14  9:31 ` tranzystorek-io
2022-03-27 15:54 ` tranzystorek-io
2022-03-27 19:51 ` tranzystorek-io
2022-03-28  6:33 ` tranzystorek-io
2022-03-28  6:41 ` tranzystorek-io
2022-03-29 12:59 ` tranzystorek-io
2022-03-29 13:08 ` tranzystorek-io
2022-03-29 13:11 ` [PR PATCH] [Updated] New package: cocogitto-5.0.1 tranzystorek-io
2022-04-06 18:03 ` tranzystorek-io
2022-04-11 11:30 ` [PR PATCH] [Merged]: " Gottox

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