Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: cotp-1.9.2
@ 2025-01-16 23:26 replydev
  2025-01-16 23:27 ` [PR PATCH] [Updated] " replydev
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: replydev @ 2025-01-16 23:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/replydev/void-packages new_package/cotp
https://github.com/void-linux/void-packages/pull/54003

New package: cotp-1.9.2
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, aarch64
- x86_64 should work as well, it compiles well and the application is also distributed in various other distributions

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

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

From 90f9a7fa43d37bcf22e061cda73ca340ba9a6bb7 Mon Sep 17 00:00:00 2001
From: replydev <commoncargo@tutanota.com>
Date: Fri, 17 Jan 2025 00:18:57 +0100
Subject: [PATCH] New package: cotp-1.9.2

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

diff --git a/srcpkgs/cotp/template b/srcpkgs/cotp/template
new file mode 100644
index 00000000000000..4599436543a5ea
--- /dev/null
+++ b/srcpkgs/cotp/template
@@ -0,0 +1,22 @@
+# Template file for 'cotp'
+pkgname=cotp
+version=1.9.2
+revision=1
+archs="i686 x86_64 aarch64"
+#build_wrksrc=
+build_style=cargo
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+#hostmakedepends=""
+#makedepends=""
+#depends=""
+short_desc="Command-line TOTP/HOTP authenticator app with import functionality"
+maintainer="replydev <commoncargo@tutanota.com>"
+license="GPL-3.0-only"
+homepage="https://github.com/replydev/cotp"
+changelog="https://github.com/replydev/cotp/blob/main/CHANGELOG.md"
+distfiles="https://github.com/replydev/cotp/archive/refs/tags/v${version}.tar.gz"
+checksum=3dca77bf459b34ac92e8a6c84b90e95aa9684e09044c4743b66ac427acb49294

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

* Re: [PR PATCH] [Updated] New package: cotp-1.9.2
  2025-01-16 23:26 [PR PATCH] New package: cotp-1.9.2 replydev
@ 2025-01-16 23:27 ` replydev
  2025-01-16 23:40 ` replydev
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: replydev @ 2025-01-16 23:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/replydev/void-packages new_package/cotp
https://github.com/void-linux/void-packages/pull/54003

New package: cotp-1.9.2
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, aarch64
- x86_64 should work as well, it compiles well and the application is also distributed in various other distributions

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

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

From 98ac3278e7ab141336905fc3aaf0a222cb6641d2 Mon Sep 17 00:00:00 2001
From: replydev <commoncargo@tutanota.com>
Date: Fri, 17 Jan 2025 00:18:57 +0100
Subject: [PATCH] New package: cotp-1.9.2

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

diff --git a/srcpkgs/cotp/template b/srcpkgs/cotp/template
new file mode 100644
index 00000000000000..5206d038effa41
--- /dev/null
+++ b/srcpkgs/cotp/template
@@ -0,0 +1,13 @@
+# Template file for 'cotp'
+pkgname=cotp
+version=1.9.2
+revision=1
+archs="i686 x86_64 aarch64"
+build_style=cargo
+short_desc="Command-line TOTP/HOTP authenticator app with import functionality"
+maintainer="replydev <commoncargo@tutanota.com>"
+license="GPL-3.0-only"
+homepage="https://github.com/replydev/cotp"
+changelog="https://github.com/replydev/cotp/blob/main/CHANGELOG.md"
+distfiles="https://github.com/replydev/cotp/archive/refs/tags/v${version}.tar.gz"
+checksum=3dca77bf459b34ac92e8a6c84b90e95aa9684e09044c4743b66ac427acb49294

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

* Re: [PR PATCH] [Updated] New package: cotp-1.9.2
  2025-01-16 23:26 [PR PATCH] New package: cotp-1.9.2 replydev
  2025-01-16 23:27 ` [PR PATCH] [Updated] " replydev
@ 2025-01-16 23:40 ` replydev
  2025-01-17 19:38 ` replydev
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: replydev @ 2025-01-16 23:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/replydev/void-packages new_package/cotp
https://github.com/void-linux/void-packages/pull/54003

New package: cotp-1.9.2
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, aarch64
- x86_64 should work as well, it compiles in my other machine and the application is also distributed in various other distributions

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

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

From 81f70e869bac82cd1c2af1b0a3698e8d8c7eec46 Mon Sep 17 00:00:00 2001
From: replydev <commoncargo@tutanota.com>
Date: Fri, 17 Jan 2025 00:18:57 +0100
Subject: [PATCH] New package: cotp-1.9.2

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

diff --git a/srcpkgs/cotp/template b/srcpkgs/cotp/template
new file mode 100644
index 00000000000000..8c09b7e8ff6881
--- /dev/null
+++ b/srcpkgs/cotp/template
@@ -0,0 +1,13 @@
+# Template file for 'cotp'
+pkgname=cotp
+version=1.9.2
+revision=1
+archs="i686 x86_64 x86_64-musl aarch64 aarch64-musl armv6l-musl armv7l"
+build_style=cargo
+short_desc="Command-line TOTP/HOTP authenticator app with import functionality"
+maintainer="replydev <commoncargo@tutanota.com>"
+license="GPL-3.0-only"
+homepage="https://github.com/replydev/cotp"
+changelog="https://github.com/replydev/cotp/blob/main/CHANGELOG.md"
+distfiles="https://github.com/replydev/cotp/archive/refs/tags/v${version}.tar.gz"
+checksum=3dca77bf459b34ac92e8a6c84b90e95aa9684e09044c4743b66ac427acb49294

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

* Re: New package: cotp-1.9.2
  2025-01-16 23:26 [PR PATCH] New package: cotp-1.9.2 replydev
  2025-01-16 23:27 ` [PR PATCH] [Updated] " replydev
  2025-01-16 23:40 ` replydev
@ 2025-01-17 19:38 ` replydev
  2025-02-10 17:57 ` [PR PATCH] [Closed]: " replydev
  2025-02-10 17:57 ` replydev
  4 siblings, 0 replies; 6+ messages in thread
From: replydev @ 2025-01-17 19:38 UTC (permalink / raw)
  To: ml

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

New comment by replydev on void-packages repository

https://github.com/void-linux/void-packages/pull/54003#issuecomment-2599066937

Comment:
Hello @classabbyamp, just a friendly notification, yesterday I made a force push so the PR requires another workflow approval.

I added more archs in the template file. 
Thanks for reviewing this request.

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

* Re: [PR PATCH] [Closed]: New package: cotp-1.9.2
  2025-01-16 23:26 [PR PATCH] New package: cotp-1.9.2 replydev
                   ` (2 preceding siblings ...)
  2025-01-17 19:38 ` replydev
@ 2025-02-10 17:57 ` replydev
  2025-02-10 17:57 ` replydev
  4 siblings, 0 replies; 6+ messages in thread
From: replydev @ 2025-02-10 17:57 UTC (permalink / raw)
  To: ml

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

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

New package: cotp-1.9.2
https://github.com/void-linux/void-packages/pull/54003

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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, aarch64
- x86_64 should work as well, it compiles in my other machine and the application is also distributed in various other distributions

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

* Re: New package: cotp-1.9.2
  2025-01-16 23:26 [PR PATCH] New package: cotp-1.9.2 replydev
                   ` (3 preceding siblings ...)
  2025-02-10 17:57 ` [PR PATCH] [Closed]: " replydev
@ 2025-02-10 17:57 ` replydev
  4 siblings, 0 replies; 6+ messages in thread
From: replydev @ 2025-02-10 17:57 UTC (permalink / raw)
  To: ml

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

New comment by replydev on void-packages repository

https://github.com/void-linux/void-packages/pull/54003#issuecomment-2648820977

Comment:
After a discussion in the Void Linux IRC channel, I decided to withdraw this packaging request

> we don't accept new packages from upstream maintainers who are not void users, because it means you are not providing meaningful testing on void

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

end of thread, other threads:[~2025-02-10 17:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-16 23:26 [PR PATCH] New package: cotp-1.9.2 replydev
2025-01-16 23:27 ` [PR PATCH] [Updated] " replydev
2025-01-16 23:40 ` replydev
2025-01-17 19:38 ` replydev
2025-02-10 17:57 ` [PR PATCH] [Closed]: " replydev
2025-02-10 17:57 ` replydev

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