Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] new package: himalaya 0.4.0
@ 2021-08-17 17:12 kkga
  2021-08-17 17:39 ` ram02z
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: kkga @ 2021-08-17 17:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kkga/void-packages himalaya
https://github.com/void-linux/void-packages/pull/32548

new package: himalaya 0.4.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86-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/32548.patch is attached

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

From f9ae796efaa56671d60d45155ed2f10a09303d13 Mon Sep 17 00:00:00 2001
From: Gadzhi Kharkharov <me@kkga.me>
Date: Tue, 17 Aug 2021 20:11:40 +0300
Subject: [PATCH] new package: himalaya 0.4.0

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

diff --git a/srcpkgs/himalaya/template b/srcpkgs/himalaya/template
new file mode 100644
index 000000000000..77cc0761c3ef
--- /dev/null
+++ b/srcpkgs/himalaya/template
@@ -0,0 +1,19 @@
+# Template file for 'himalaya'
+pkgname=himalaya
+version=0.4.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="openssl-devel"
+short_desc="CLI email client"
+maintainer="Gadzhi Kharkharov <me@kkga.me>"
+license="BSD-3-Clause"
+homepage="https://github.com/soywod/himalaya"
+changelog="https://github.com/soywod/himalaya/blob/master/CHANGELOG.md"
+distfiles="https://github.com/soywod/himalaya/archive/v${version}.tar.gz"
+checksum=07359cc9827ecda8052a23428f642e06da5a899c40fe887acc5a880c76676131
+
+post_install() {
+	vlicense LICENSE
+	vdoc README.md
+}

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

* Re: new package: himalaya 0.4.0
  2021-08-17 17:12 [PR PATCH] new package: himalaya 0.4.0 kkga
@ 2021-08-17 17:39 ` ram02z
  2021-08-17 18:56 ` [PR PATCH] [Updated] " kkga
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: ram02z @ 2021-08-17 17:39 UTC (permalink / raw)
  To: ml

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

New comment by ram02z on void-packages repository

https://github.com/void-linux/void-packages/pull/32548#issuecomment-900501361

Comment:
Use --lib flag to avoid test with imap server for cargo 
ref: https://github.com/soywod/himalaya/issues/145#issuecomment-832021710

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

* Re: [PR PATCH] [Updated] new package: himalaya 0.4.0
  2021-08-17 17:12 [PR PATCH] new package: himalaya 0.4.0 kkga
  2021-08-17 17:39 ` ram02z
@ 2021-08-17 18:56 ` kkga
  2021-08-17 19:03 ` kkga
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: kkga @ 2021-08-17 18:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kkga/void-packages himalaya
https://github.com/void-linux/void-packages/pull/32548

new package: himalaya 0.4.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86-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/32548.patch is attached

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

From 565b07ac7dd0f97f14366be827e3cfea31abcc26 Mon Sep 17 00:00:00 2001
From: Gadzhi Kharkharov <me@kkga.me>
Date: Tue, 17 Aug 2021 20:11:40 +0300
Subject: [PATCH] new package: himalaya 0.4.0

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

diff --git a/srcpkgs/himalaya/template b/srcpkgs/himalaya/template
new file mode 100644
index 000000000000..a6daa6d07de2
--- /dev/null
+++ b/srcpkgs/himalaya/template
@@ -0,0 +1,24 @@
+# Template file for 'himalaya'
+pkgname=himalaya
+version=0.4.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="openssl-devel"
+short_desc="CLI email client"
+maintainer="Gadzhi Kharkharov <me@kkga.me>"
+license="BSD-3-Clause"
+homepage="https://github.com/soywod/himalaya"
+changelog="https://github.com/soywod/himalaya/blob/master/CHANGELOG.md"
+distfiles="https://github.com/soywod/himalaya/archive/v${version}.tar.gz"
+checksum=07359cc9827ecda8052a23428f642e06da5a899c40fe887acc5a880c76676131
+
+do_check() {
+	cd ${wrksrc}
+	cargo test --release --lib --target ${RUST_TARGET}
+}
+
+post_install() {
+	vlicense LICENSE
+	vdoc README.md
+}

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

* Re: new package: himalaya 0.4.0
  2021-08-17 17:12 [PR PATCH] new package: himalaya 0.4.0 kkga
  2021-08-17 17:39 ` ram02z
  2021-08-17 18:56 ` [PR PATCH] [Updated] " kkga
@ 2021-08-17 19:03 ` kkga
  2021-08-17 19:04 ` kkga
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: kkga @ 2021-08-17 19:03 UTC (permalink / raw)
  To: ml

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

New comment by kkga on void-packages repository

https://github.com/void-linux/void-packages/pull/32548#issuecomment-900557228

Comment:
@ram02z Looks like it's building now. Thanks for the tip :+1: 

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

* Re: new package: himalaya 0.4.0
  2021-08-17 17:12 [PR PATCH] new package: himalaya 0.4.0 kkga
                   ` (2 preceding siblings ...)
  2021-08-17 19:03 ` kkga
@ 2021-08-17 19:04 ` kkga
  2021-08-17 21:05 ` paper42
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: kkga @ 2021-08-17 19:04 UTC (permalink / raw)
  To: ml

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

New comment by kkga on void-packages repository

https://github.com/void-linux/void-packages/pull/32548#issuecomment-900557228

Comment:
@ram02z Looks like it's passing now. Thanks for the tip :+1: 

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

* Re: new package: himalaya 0.4.0
  2021-08-17 17:12 [PR PATCH] new package: himalaya 0.4.0 kkga
                   ` (3 preceding siblings ...)
  2021-08-17 19:04 ` kkga
@ 2021-08-17 21:05 ` paper42
  2021-08-17 21:06 ` [PR PATCH] [Updated] " kkga
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: paper42 @ 2021-08-17 21:05 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/32548#issuecomment-900629673

Comment:
`New package: ...` should begin with a capital letter

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

* Re: [PR PATCH] [Updated] new package: himalaya 0.4.0
  2021-08-17 17:12 [PR PATCH] new package: himalaya 0.4.0 kkga
                   ` (4 preceding siblings ...)
  2021-08-17 21:05 ` paper42
@ 2021-08-17 21:06 ` kkga
  2021-09-27 18:39 ` [PR PATCH] [Updated] New " kkga
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: kkga @ 2021-08-17 21:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kkga/void-packages himalaya
https://github.com/void-linux/void-packages/pull/32548

new package: himalaya 0.4.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86-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/32548.patch is attached

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

From d55ecc1d34b8b083496bebd3eefa06372fecb7ac Mon Sep 17 00:00:00 2001
From: Gadzhi Kharkharov <me@kkga.me>
Date: Tue, 17 Aug 2021 20:11:40 +0300
Subject: [PATCH] New package: himalaya 0.4.0

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

diff --git a/srcpkgs/himalaya/template b/srcpkgs/himalaya/template
new file mode 100644
index 000000000000..a6daa6d07de2
--- /dev/null
+++ b/srcpkgs/himalaya/template
@@ -0,0 +1,24 @@
+# Template file for 'himalaya'
+pkgname=himalaya
+version=0.4.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="openssl-devel"
+short_desc="CLI email client"
+maintainer="Gadzhi Kharkharov <me@kkga.me>"
+license="BSD-3-Clause"
+homepage="https://github.com/soywod/himalaya"
+changelog="https://github.com/soywod/himalaya/blob/master/CHANGELOG.md"
+distfiles="https://github.com/soywod/himalaya/archive/v${version}.tar.gz"
+checksum=07359cc9827ecda8052a23428f642e06da5a899c40fe887acc5a880c76676131
+
+do_check() {
+	cd ${wrksrc}
+	cargo test --release --lib --target ${RUST_TARGET}
+}
+
+post_install() {
+	vlicense LICENSE
+	vdoc README.md
+}

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

* Re: [PR PATCH] [Updated] New package: himalaya 0.4.0
  2021-08-17 17:12 [PR PATCH] new package: himalaya 0.4.0 kkga
                   ` (5 preceding siblings ...)
  2021-08-17 21:06 ` [PR PATCH] [Updated] " kkga
@ 2021-09-27 18:39 ` kkga
  2021-09-27 18:46 ` [PR REVIEW] " paper42
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: kkga @ 2021-09-27 18:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kkga/void-packages himalaya
https://github.com/void-linux/void-packages/pull/32548

New package: himalaya 0.4.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86-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/32548.patch is attached

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

From 477f8c66c423ae95d5012111a61a5706f42faaf5 Mon Sep 17 00:00:00 2001
From: Gadzhi Kharkharov <me@kkga.me>
Date: Tue, 17 Aug 2021 20:11:40 +0300
Subject: [PATCH] New package: himalaya 0.4.0

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

diff --git a/srcpkgs/himalaya/template b/srcpkgs/himalaya/template
new file mode 100644
index 000000000000..a6daa6d07de2
--- /dev/null
+++ b/srcpkgs/himalaya/template
@@ -0,0 +1,24 @@
+# Template file for 'himalaya'
+pkgname=himalaya
+version=0.4.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="openssl-devel"
+short_desc="CLI email client"
+maintainer="Gadzhi Kharkharov <me@kkga.me>"
+license="BSD-3-Clause"
+homepage="https://github.com/soywod/himalaya"
+changelog="https://github.com/soywod/himalaya/blob/master/CHANGELOG.md"
+distfiles="https://github.com/soywod/himalaya/archive/v${version}.tar.gz"
+checksum=07359cc9827ecda8052a23428f642e06da5a899c40fe887acc5a880c76676131
+
+do_check() {
+	cd ${wrksrc}
+	cargo test --release --lib --target ${RUST_TARGET}
+}
+
+post_install() {
+	vlicense LICENSE
+	vdoc README.md
+}

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

* Re: [PR REVIEW] New package: himalaya 0.4.0
  2021-08-17 17:12 [PR PATCH] new package: himalaya 0.4.0 kkga
                   ` (6 preceding siblings ...)
  2021-09-27 18:39 ` [PR PATCH] [Updated] New " kkga
@ 2021-09-27 18:46 ` paper42
  2021-09-27 18:57 ` [PR PATCH] [Updated] " kkga
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: paper42 @ 2021-09-27 18:46 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/32548#discussion_r716953747

Comment:
```suggestion
make_check_args="--lib" # avoid tests with imap server
```

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

* Re: [PR PATCH] [Updated] New package: himalaya 0.4.0
  2021-08-17 17:12 [PR PATCH] new package: himalaya 0.4.0 kkga
                   ` (7 preceding siblings ...)
  2021-09-27 18:46 ` [PR REVIEW] " paper42
@ 2021-09-27 18:57 ` kkga
  2021-09-27 19:08 ` kkga
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: kkga @ 2021-09-27 18:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kkga/void-packages himalaya
https://github.com/void-linux/void-packages/pull/32548

New package: himalaya 0.4.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86-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/32548.patch is attached

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

From 477f8c66c423ae95d5012111a61a5706f42faaf5 Mon Sep 17 00:00:00 2001
From: Gadzhi Kharkharov <me@kkga.me>
Date: Tue, 17 Aug 2021 20:11:40 +0300
Subject: [PATCH 1/2] New package: himalaya 0.4.0

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

diff --git a/srcpkgs/himalaya/template b/srcpkgs/himalaya/template
new file mode 100644
index 000000000000..a6daa6d07de2
--- /dev/null
+++ b/srcpkgs/himalaya/template
@@ -0,0 +1,24 @@
+# Template file for 'himalaya'
+pkgname=himalaya
+version=0.4.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="openssl-devel"
+short_desc="CLI email client"
+maintainer="Gadzhi Kharkharov <me@kkga.me>"
+license="BSD-3-Clause"
+homepage="https://github.com/soywod/himalaya"
+changelog="https://github.com/soywod/himalaya/blob/master/CHANGELOG.md"
+distfiles="https://github.com/soywod/himalaya/archive/v${version}.tar.gz"
+checksum=07359cc9827ecda8052a23428f642e06da5a899c40fe887acc5a880c76676131
+
+do_check() {
+	cd ${wrksrc}
+	cargo test --release --lib --target ${RUST_TARGET}
+}
+
+post_install() {
+	vlicense LICENSE
+	vdoc README.md
+}

From 528c8ae58e9c7734fda2d055b1e45685079aa3cd Mon Sep 17 00:00:00 2001
From: Gadzhi Kharkharov <1460122+kkga@users.noreply.github.com>
Date: Mon, 27 Sep 2021 21:57:57 +0300
Subject: [PATCH 2/2] Update srcpkgs/himalaya/template

Co-authored-by: Michal Vasilek <michal@vasilek.cz>
---
 srcpkgs/himalaya/template | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/srcpkgs/himalaya/template b/srcpkgs/himalaya/template
index a6daa6d07de2..fddd34a34ef4 100644
--- a/srcpkgs/himalaya/template
+++ b/srcpkgs/himalaya/template
@@ -12,11 +12,7 @@ homepage="https://github.com/soywod/himalaya"
 changelog="https://github.com/soywod/himalaya/blob/master/CHANGELOG.md"
 distfiles="https://github.com/soywod/himalaya/archive/v${version}.tar.gz"
 checksum=07359cc9827ecda8052a23428f642e06da5a899c40fe887acc5a880c76676131
-
-do_check() {
-	cd ${wrksrc}
-	cargo test --release --lib --target ${RUST_TARGET}
-}
+make_check_args="--lib" # avoid tests with imap server
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] New package: himalaya 0.4.0
  2021-08-17 17:12 [PR PATCH] new package: himalaya 0.4.0 kkga
                   ` (8 preceding siblings ...)
  2021-09-27 18:57 ` [PR PATCH] [Updated] " kkga
@ 2021-09-27 19:08 ` kkga
  2021-09-27 19:09 ` kkga
  2021-09-27 20:30 ` [PR PATCH] [Merged]: " paper42
  11 siblings, 0 replies; 13+ messages in thread
From: kkga @ 2021-09-27 19:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kkga/void-packages himalaya
https://github.com/void-linux/void-packages/pull/32548

New package: himalaya 0.4.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86-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/32548.patch is attached

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

From 0c0e924ca1e98267b514246da559dbe03343bf8f Mon Sep 17 00:00:00 2001
From: Gadzhi Kharkharov <me@kkga.me>
Date: Tue, 17 Aug 2021 20:11:40 +0300
Subject: [PATCH] New package: himalaya 0.4.0

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

diff --git a/srcpkgs/himalaya/template b/srcpkgs/himalaya/template
new file mode 100644
index 000000000000..8ada23bf6b9a
--- /dev/null
+++ b/srcpkgs/himalaya/template
@@ -0,0 +1,20 @@
+# Template file for 'himalaya'
+pkgname=himalaya
+version=0.4.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="openssl-devel"
+short_desc="CLI email client"
+maintainer="Gadzhi Kharkharov <me@kkga.me>"
+license="BSD-3-Clause"
+homepage="https://github.com/soywod/himalaya"
+changelog="https://github.com/soywod/himalaya/blob/master/CHANGELOG.md"
+distfiles="https://github.com/soywod/himalaya/archive/v${version}.tar.gz"
+make_check_args="--lib" # avoid tests with imap server
+checksum=07359cc9827ecda8052a23428f642e06da5a899c40fe887acc5a880c76676131
+
+post_install() {
+	vlicense LICENSE
+	vdoc README.md
+}

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

* Re: [PR PATCH] [Updated] New package: himalaya 0.4.0
  2021-08-17 17:12 [PR PATCH] new package: himalaya 0.4.0 kkga
                   ` (9 preceding siblings ...)
  2021-09-27 19:08 ` kkga
@ 2021-09-27 19:09 ` kkga
  2021-09-27 20:30 ` [PR PATCH] [Merged]: " paper42
  11 siblings, 0 replies; 13+ messages in thread
From: kkga @ 2021-09-27 19:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kkga/void-packages himalaya
https://github.com/void-linux/void-packages/pull/32548

New package: himalaya 0.4.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86-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/32548.patch is attached

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

From 3c320e5824ad327d72709f5a6994c954938c7061 Mon Sep 17 00:00:00 2001
From: Gadzhi Kharkharov <me@kkga.me>
Date: Tue, 17 Aug 2021 20:11:40 +0300
Subject: [PATCH] New package: himalaya 0.4.0

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

diff --git a/srcpkgs/himalaya/template b/srcpkgs/himalaya/template
new file mode 100644
index 000000000000..e4405958d993
--- /dev/null
+++ b/srcpkgs/himalaya/template
@@ -0,0 +1,20 @@
+# Template file for 'himalaya'
+pkgname=himalaya
+version=0.4.0
+revision=1
+build_style=cargo
+make_check_args="--lib" # avoid tests with imap server
+hostmakedepends="pkg-config"
+makedepends="openssl-devel"
+short_desc="CLI email client"
+maintainer="Gadzhi Kharkharov <me@kkga.me>"
+license="BSD-3-Clause"
+homepage="https://github.com/soywod/himalaya"
+changelog="https://github.com/soywod/himalaya/blob/master/CHANGELOG.md"
+distfiles="https://github.com/soywod/himalaya/archive/v${version}.tar.gz"
+checksum=07359cc9827ecda8052a23428f642e06da5a899c40fe887acc5a880c76676131
+
+post_install() {
+	vlicense LICENSE
+	vdoc README.md
+}

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

* Re: [PR PATCH] [Merged]: New package: himalaya 0.4.0
  2021-08-17 17:12 [PR PATCH] new package: himalaya 0.4.0 kkga
                   ` (10 preceding siblings ...)
  2021-09-27 19:09 ` kkga
@ 2021-09-27 20:30 ` paper42
  11 siblings, 0 replies; 13+ messages in thread
From: paper42 @ 2021-09-27 20:30 UTC (permalink / raw)
  To: ml

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

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

New package: himalaya 0.4.0
https://github.com/void-linux/void-packages/pull/32548

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86-glibc)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

end of thread, other threads:[~2021-09-27 20:30 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-17 17:12 [PR PATCH] new package: himalaya 0.4.0 kkga
2021-08-17 17:39 ` ram02z
2021-08-17 18:56 ` [PR PATCH] [Updated] " kkga
2021-08-17 19:03 ` kkga
2021-08-17 19:04 ` kkga
2021-08-17 21:05 ` paper42
2021-08-17 21:06 ` [PR PATCH] [Updated] " kkga
2021-09-27 18:39 ` [PR PATCH] [Updated] New " kkga
2021-09-27 18:46 ` [PR REVIEW] " paper42
2021-09-27 18:57 ` [PR PATCH] [Updated] " kkga
2021-09-27 19:08 ` kkga
2021-09-27 19:09 ` kkga
2021-09-27 20:30 ` [PR PATCH] [Merged]: " paper42

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