Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: chathistorysync-0.1.0
@ 2022-06-30 14:10 TeddyDD
  2022-07-01  5:30 ` [PR REVIEW] " classabbyamp
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: TeddyDD @ 2022-06-30 14:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 add-chathistorysync
https://github.com/void-linux/void-packages/pull/37760

New package: chathistorysync-0.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 add ci skip tag as described in
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/37760.patch is attached

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

From c42cab6d64b1b168e8a90ae791b4fd0f4ee29206 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Thu, 30 Jun 2022 15:13:29 +0200
Subject: [PATCH] New package: chathistorysync-0.1.0

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

diff --git a/srcpkgs/chathistorysync/template b/srcpkgs/chathistorysync/template
new file mode 100644
index 000000000000..4433a20de476
--- /dev/null
+++ b/srcpkgs/chathistorysync/template
@@ -0,0 +1,23 @@
+# Template file for 'chathistorysync'
+pkgname=chathistorysync
+version=0.1.0
+revision=1
+wrksrc=${pkgname}-v${version}
+build_style=go
+go_import_path="git.sr.ht/~emersion/chathistorysync"
+hostmakedepends="scdoc"
+short_desc="Synchronization tool for IRC chat history"
+maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
+license="AGPL-3.0-or-later"
+homepage="https://sr.ht/~emersion/chathistorysync/"
+distfiles="https://git.sr.ht/~emersion/chathistorysync/archive/v${version}.tar.gz"
+checksum=8d9a44040645e1ba3d3ea8655311b2ced89b732fd8efb5c1b9a9a91f16feefbc
+
+post_build() {
+	make chathistorysync.1
+}
+
+post_install() {
+	vman chathistorysync.1
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] New package: chathistorysync-0.1.0
  2022-06-30 14:10 [PR PATCH] New package: chathistorysync-0.1.0 TeddyDD
@ 2022-07-01  5:30 ` classabbyamp
  2022-07-01 10:33 ` [PR PATCH] [Updated] " TeddyDD
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-07-01  5:30 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/37760#discussion_r911626129

Comment:
quote this please

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

* Re: [PR PATCH] [Updated] New package: chathistorysync-0.1.0
  2022-06-30 14:10 [PR PATCH] New package: chathistorysync-0.1.0 TeddyDD
  2022-07-01  5:30 ` [PR REVIEW] " classabbyamp
@ 2022-07-01 10:33 ` TeddyDD
  2022-07-01 10:34 ` [PR REVIEW] " TeddyDD
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: TeddyDD @ 2022-07-01 10:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 add-chathistorysync
https://github.com/void-linux/void-packages/pull/37760

New package: chathistorysync-0.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 add ci skip tag as described in
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/37760.patch is attached

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

From 90657c7688bbd402ea9760b1b67563a0896fc6dc Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Thu, 30 Jun 2022 15:13:29 +0200
Subject: [PATCH] New package: chathistorysync-0.1.0

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

diff --git a/srcpkgs/chathistorysync/template b/srcpkgs/chathistorysync/template
new file mode 100644
index 000000000000..ad18d5534359
--- /dev/null
+++ b/srcpkgs/chathistorysync/template
@@ -0,0 +1,23 @@
+# Template file for 'chathistorysync'
+pkgname=chathistorysync
+version=0.1.0
+revision=1
+wrksrc="${pkgname}-v${version}"
+build_style=go
+go_import_path="git.sr.ht/~emersion/chathistorysync"
+hostmakedepends="scdoc"
+short_desc="Synchronization tool for IRC chat history"
+maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
+license="AGPL-3.0-or-later"
+homepage="https://sr.ht/~emersion/chathistorysync/"
+distfiles="https://git.sr.ht/~emersion/chathistorysync/archive/v${version}.tar.gz"
+checksum=8d9a44040645e1ba3d3ea8655311b2ced89b732fd8efb5c1b9a9a91f16feefbc
+
+post_build() {
+	make chathistorysync.1
+}
+
+post_install() {
+	vman chathistorysync.1
+	vlicense LICENSE
+}

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

* Re: [PR REVIEW] New package: chathistorysync-0.1.0
  2022-06-30 14:10 [PR PATCH] New package: chathistorysync-0.1.0 TeddyDD
  2022-07-01  5:30 ` [PR REVIEW] " classabbyamp
  2022-07-01 10:33 ` [PR PATCH] [Updated] " TeddyDD
@ 2022-07-01 10:34 ` TeddyDD
  2022-09-30  2:15 ` github-actions
  2022-09-30  2:23 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: TeddyDD @ 2022-07-01 10:34 UTC (permalink / raw)
  To: ml

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

New review comment by TeddyDD on void-packages repository

https://github.com/void-linux/void-packages/pull/37760#discussion_r911842902

Comment:
no need but sure, why not

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

* Re: New package: chathistorysync-0.1.0
  2022-06-30 14:10 [PR PATCH] New package: chathistorysync-0.1.0 TeddyDD
                   ` (2 preceding siblings ...)
  2022-07-01 10:34 ` [PR REVIEW] " TeddyDD
@ 2022-09-30  2:15 ` github-actions
  2022-09-30  2:23 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2022-09-30  2:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/void-linux/void-packages/pull/37760#issuecomment-1263023663

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

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

* Re: [PR PATCH] [Merged]: New package: chathistorysync-0.1.0
  2022-06-30 14:10 [PR PATCH] New package: chathistorysync-0.1.0 TeddyDD
                   ` (3 preceding siblings ...)
  2022-09-30  2:15 ` github-actions
@ 2022-09-30  2:23 ` classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-09-30  2:23 UTC (permalink / raw)
  To: ml

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

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

New package: chathistorysync-0.1.0
https://github.com/void-linux/void-packages/pull/37760

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 add ci skip tag as described in
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] 6+ messages in thread

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-30 14:10 [PR PATCH] New package: chathistorysync-0.1.0 TeddyDD
2022-07-01  5:30 ` [PR REVIEW] " classabbyamp
2022-07-01 10:33 ` [PR PATCH] [Updated] " TeddyDD
2022-07-01 10:34 ` [PR REVIEW] " TeddyDD
2022-09-30  2:15 ` github-actions
2022-09-30  2:23 ` [PR PATCH] [Merged]: " classabbyamp

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