Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: pwsafe-0.2.0+20210320
@ 2021-10-10 21:23 tornaria
  2021-10-10 21:27 ` [PR PATCH] [Updated] " tornaria
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: tornaria @ 2021-10-10 21:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tornaria/void-packages pwsafe
https://github.com/void-linux/void-packages/pull/33470

New package: pwsafe-0.2.0+20210320
#### General
- 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)
- I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me

Supercedes:  #19018.


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

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

From 02b1e77a5156e45161484dbff41d0d20ab81bfaf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Sun, 10 Oct 2021 12:24:39 -0300
Subject: [PATCH] New package: pwsafe-0.2.0+20210320

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

diff --git a/srcpkgs/pwsafe/template b/srcpkgs/pwsafe/template
new file mode 100644
index 000000000000..0087214b8b0b
--- /dev/null
+++ b/srcpkgs/pwsafe/template
@@ -0,0 +1,22 @@
+# Template file for 'pwsafe'
+pkgname=pwsafe
+version=0.2.0+20210320
+revision=1
+_commit=3af22b1b81004606b17a4f13ea7bff65b727a7cc
+wrksrc="${pkgname}-${_commit}"
+build_style=gnu-configure
+hostmakedepends="automake"
+makedepends="openssl-devel $(vopt_if x11 libXmu-devel)"
+short_desc="Commandline tool compatible with Counterpane's Passwordsafe"
+maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/nsd20463/pwsafe/"
+distfiles="https://github.com/nsd20463/pwsafe/archive/${_commit}.tar.gz"
+checksum=ee81a37091b3ab153fcc6b6b74d056ecf8eb18744d2c1c09716f64ad3dca6224
+
+build_options="x11"
+build_options_default="x11"
+
+pre_configure() {
+	autoreconf -fi
+}

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

* Re: [PR PATCH] [Updated] New package: pwsafe-0.2.0+20210320
  2021-10-10 21:23 [PR PATCH] New package: pwsafe-0.2.0+20210320 tornaria
@ 2021-10-10 21:27 ` tornaria
  2021-10-11 21:01 ` tornaria
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: tornaria @ 2021-10-10 21:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tornaria/void-packages pwsafe
https://github.com/void-linux/void-packages/pull/33470

New package: pwsafe-0.2.0+20210320
#### General
- 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)
- I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me

Supercedes:  #19018.


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

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

From 857aa488ccd59420513fb2a4e9b4a563bf115be5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Sun, 10 Oct 2021 12:24:39 -0300
Subject: [PATCH] New package: pwsafe-0.2.0+20210320

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

diff --git a/srcpkgs/pwsafe/template b/srcpkgs/pwsafe/template
new file mode 100644
index 000000000000..0087214b8b0b
--- /dev/null
+++ b/srcpkgs/pwsafe/template
@@ -0,0 +1,22 @@
+# Template file for 'pwsafe'
+pkgname=pwsafe
+version=0.2.0+20210320
+revision=1
+_commit=3af22b1b81004606b17a4f13ea7bff65b727a7cc
+wrksrc="${pkgname}-${_commit}"
+build_style=gnu-configure
+hostmakedepends="automake"
+makedepends="openssl-devel $(vopt_if x11 libXmu-devel)"
+short_desc="Commandline tool compatible with Counterpane's Passwordsafe"
+maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/nsd20463/pwsafe/"
+distfiles="https://github.com/nsd20463/pwsafe/archive/${_commit}.tar.gz"
+checksum=ee81a37091b3ab153fcc6b6b74d056ecf8eb18744d2c1c09716f64ad3dca6224
+
+build_options="x11"
+build_options_default="x11"
+
+pre_configure() {
+	autoreconf -fi
+}

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

* Re: [PR PATCH] [Updated] New package: pwsafe-0.2.0+20210320
  2021-10-10 21:23 [PR PATCH] New package: pwsafe-0.2.0+20210320 tornaria
  2021-10-10 21:27 ` [PR PATCH] [Updated] " tornaria
@ 2021-10-11 21:01 ` tornaria
  2022-06-07  2:12 ` github-actions
  2022-06-21  2:13 ` [PR PATCH] [Closed]: " github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: tornaria @ 2021-10-11 21:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tornaria/void-packages pwsafe
https://github.com/void-linux/void-packages/pull/33470

New package: pwsafe-0.2.0+20210320
#### General
- 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)
- I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me

Supercedes:  #19018.


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

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

From 2587cd3c547bd7c9410d803543a39567991d2e7a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Sun, 10 Oct 2021 12:24:39 -0300
Subject: [PATCH] New package: pwsafe-0.2.0+20210320

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

diff --git a/srcpkgs/pwsafe/template b/srcpkgs/pwsafe/template
new file mode 100644
index 000000000000..0087214b8b0b
--- /dev/null
+++ b/srcpkgs/pwsafe/template
@@ -0,0 +1,22 @@
+# Template file for 'pwsafe'
+pkgname=pwsafe
+version=0.2.0+20210320
+revision=1
+_commit=3af22b1b81004606b17a4f13ea7bff65b727a7cc
+wrksrc="${pkgname}-${_commit}"
+build_style=gnu-configure
+hostmakedepends="automake"
+makedepends="openssl-devel $(vopt_if x11 libXmu-devel)"
+short_desc="Commandline tool compatible with Counterpane's Passwordsafe"
+maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/nsd20463/pwsafe/"
+distfiles="https://github.com/nsd20463/pwsafe/archive/${_commit}.tar.gz"
+checksum=ee81a37091b3ab153fcc6b6b74d056ecf8eb18744d2c1c09716f64ad3dca6224
+
+build_options="x11"
+build_options_default="x11"
+
+pre_configure() {
+	autoreconf -fi
+}

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

* Re: New package: pwsafe-0.2.0+20210320
  2021-10-10 21:23 [PR PATCH] New package: pwsafe-0.2.0+20210320 tornaria
  2021-10-10 21:27 ` [PR PATCH] [Updated] " tornaria
  2021-10-11 21:01 ` tornaria
@ 2022-06-07  2:12 ` github-actions
  2022-06-21  2:13 ` [PR PATCH] [Closed]: " github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2022-06-07  2:12 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/33470#issuecomment-1148116496

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] 5+ messages in thread

* Re: [PR PATCH] [Closed]: New package: pwsafe-0.2.0+20210320
  2021-10-10 21:23 [PR PATCH] New package: pwsafe-0.2.0+20210320 tornaria
                   ` (2 preceding siblings ...)
  2022-06-07  2:12 ` github-actions
@ 2022-06-21  2:13 ` github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2022-06-21  2:13 UTC (permalink / raw)
  To: ml

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

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

New package: pwsafe-0.2.0+20210320
https://github.com/void-linux/void-packages/pull/33470

Description:
#### General
- 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)
- I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me

Supercedes:  #19018.


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

end of thread, other threads:[~2022-06-21  2:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-10 21:23 [PR PATCH] New package: pwsafe-0.2.0+20210320 tornaria
2021-10-10 21:27 ` [PR PATCH] [Updated] " tornaria
2021-10-11 21:01 ` tornaria
2022-06-07  2:12 ` github-actions
2022-06-21  2:13 ` [PR PATCH] [Closed]: " github-actions

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).