Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: autofirma-1.7.2
@ 2022-12-29 16:02 Eloitor
  2023-03-09 22:27 ` [PR PATCH] [Updated] " Eloitor
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Eloitor @ 2022-12-29 16:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages autofirma
https://github.com/void-linux/void-packages/pull/41346

New package: autofirma-1.7.2
#### 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, (x86_64-musl)

closes #36872


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

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

From ed8e04b08663f5c64c2f0355e04380f9fcd7a811 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Thu, 22 Dec 2022 14:04:57 +0100
Subject: [PATCH] New package: autofirma-1.7.2

---
 srcpkgs/autofirma/files/autofirma |  2 ++
 srcpkgs/autofirma/template        | 43 +++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)
 create mode 100644 srcpkgs/autofirma/files/autofirma
 create mode 100644 srcpkgs/autofirma/template

diff --git a/srcpkgs/autofirma/files/autofirma b/srcpkgs/autofirma/files/autofirma
new file mode 100644
index 000000000000..301a3813a6f6
--- /dev/null
+++ b/srcpkgs/autofirma/files/autofirma
@@ -0,0 +1,2 @@
+#! /bin/sh
+java -jar /usr/share/java/autofirma/autofirma.jar/AutoFirma.jar
diff --git a/srcpkgs/autofirma/template b/srcpkgs/autofirma/template
new file mode 100644
index 000000000000..5abdd54100c1
--- /dev/null
+++ b/srcpkgs/autofirma/template
@@ -0,0 +1,43 @@
+# Template file for 'autofirma'
+pkgname=autofirma
+version=1.7.2
+revision=1
+_jmulticard_version=1.7
+
+hostmakedepends="apache-maven openjdk8 tree"
+depends="virtual?java-environment"
+short_desc="Cliente de firma electrónica ofrecido por la Administración Pública"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://firmaelectronica.gob.es/"
+distfiles="https://github.com/ctt-gob-es/clienteafirma/archive/v${version}.tar.gz
+	https://github.com/ctt-gob-es/jmulticard/archive/refs/tags/v${_jmulticard_version}.tar.gz"
+checksum="f3d135f80c5e18e204110f9077f6be708280866600a68e71d9e13af09a1963d5
+eedc93e36ae79b2c36f276ad575bca0d84d3883487439e3f71622cfd4a4b58ac"
+
+# maven-surefire-plugin needed
+make_check=no
+
+do_build() {
+	export PATH="/usr/lib/jvm/java-11-openjdk/bin/:$PATH"
+	cd "jmulticard-${_jmulticard_version}"
+	mvn clean install -Dmaven.test.skip=true
+	cd ..
+	cd "clienteafirma-${version}"
+	mvn clean install -Denv=install -Dmaven.test.skip=true
+}
+
+do_check() {
+	cd "jmulticard-${_jmulticard_version}"
+	mvn test
+	cd "../clienteafirma-${version}"
+	mvn test
+}
+
+do_install() {
+	ls "clienteafirma-${version}/afirma-simple/target/"
+	vmkdir usr/share/java
+	vmkdir usr/share/java/${pkgname}
+	vinstall clienteafirma-${version}/afirma-simple/target/AutoFirma.jar 644 usr/share/java/autofirma/autofirma.jar
+	vbin "${FILESDIR}/autofirma"
+}

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

* Re: [PR PATCH] [Updated] New package: autofirma-1.7.2
  2022-12-29 16:02 [PR PATCH] New package: autofirma-1.7.2 Eloitor
@ 2023-03-09 22:27 ` Eloitor
  2023-03-11 19:15 ` Eloitor
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Eloitor @ 2023-03-09 22:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages autofirma
https://github.com/void-linux/void-packages/pull/41346

New package: autofirma-1.7.2
#### 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, (x86_64-musl)

closes #36872


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

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

From 2772ade5d0473da9b28e38b5dca357a59edff983 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Thu, 22 Dec 2022 14:04:57 +0100
Subject: [PATCH] New package: autofirma-1.7.2

---
 srcpkgs/autofirma/files/autofirma |  2 ++
 srcpkgs/autofirma/template        | 43 +++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)
 create mode 100644 srcpkgs/autofirma/files/autofirma
 create mode 100644 srcpkgs/autofirma/template

diff --git a/srcpkgs/autofirma/files/autofirma b/srcpkgs/autofirma/files/autofirma
new file mode 100644
index 000000000000..301a3813a6f6
--- /dev/null
+++ b/srcpkgs/autofirma/files/autofirma
@@ -0,0 +1,2 @@
+#! /bin/sh
+java -jar /usr/share/java/autofirma/autofirma.jar/AutoFirma.jar
diff --git a/srcpkgs/autofirma/template b/srcpkgs/autofirma/template
new file mode 100644
index 000000000000..c449c079305e
--- /dev/null
+++ b/srcpkgs/autofirma/template
@@ -0,0 +1,43 @@
+# Template file for 'autofirma'
+pkgname=autofirma
+version=1.7.2
+revision=1
+_jmulticard_version=1.7
+
+hostmakedepends="apache-maven openjdk8"
+depends="virtual?java-environment"
+short_desc="Cliente de firma electrónica ofrecido por la Administración Pública"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://firmaelectronica.gob.es/"
+distfiles="https://github.com/ctt-gob-es/clienteafirma/archive/v${version}.tar.gz
+	https://github.com/ctt-gob-es/jmulticard/archive/refs/tags/v${_jmulticard_version}.tar.gz"
+checksum="f3d135f80c5e18e204110f9077f6be708280866600a68e71d9e13af09a1963d5
+eedc93e36ae79b2c36f276ad575bca0d84d3883487439e3f71622cfd4a4b58ac"
+
+# maven-surefire-plugin needed
+make_check=no
+
+do_build() {
+	export PATH="/usr/lib/jvm/java-11-openjdk/bin/:$PATH"
+	cd "jmulticard-${_jmulticard_version}"
+	mvn clean install -Dmaven.test.skip=true
+	cd ..
+	cd "clienteafirma-${version}"
+	mvn clean install -Denv=install -Dmaven.test.skip=true
+}
+
+do_check() {
+	cd "jmulticard-${_jmulticard_version}"
+	mvn test
+	cd "../clienteafirma-${version}"
+	mvn test
+}
+
+do_install() {
+	ls "clienteafirma-${version}/afirma-simple/target/"
+	vmkdir usr/share/java
+	vmkdir usr/share/java/${pkgname}
+	vinstall clienteafirma-${version}/afirma-simple/target/AutoFirma.jar 644 usr/share/java/autofirma/autofirma.jar
+	vbin "${FILESDIR}/autofirma"
+}

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

* Re: [PR PATCH] [Updated] New package: autofirma-1.7.2
  2022-12-29 16:02 [PR PATCH] New package: autofirma-1.7.2 Eloitor
  2023-03-09 22:27 ` [PR PATCH] [Updated] " Eloitor
@ 2023-03-11 19:15 ` Eloitor
  2023-03-11 19:25 ` Eloitor
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Eloitor @ 2023-03-11 19:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages autofirma
https://github.com/void-linux/void-packages/pull/41346

New package: autofirma-1.7.2
#### 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, (x86_64-musl)

closes #36872


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

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

From 98f4bf44aa5c96e2137d4e990e7d17e6c7f5da27 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Thu, 22 Dec 2022 14:04:57 +0100
Subject: [PATCH] New package: autofirma-1.7.2

---
 srcpkgs/autofirma/files/autofirma |  2 ++
 srcpkgs/autofirma/template        | 41 +++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)
 create mode 100644 srcpkgs/autofirma/files/autofirma
 create mode 100644 srcpkgs/autofirma/template

diff --git a/srcpkgs/autofirma/files/autofirma b/srcpkgs/autofirma/files/autofirma
new file mode 100644
index 000000000000..173e8ac46fd6
--- /dev/null
+++ b/srcpkgs/autofirma/files/autofirma
@@ -0,0 +1,2 @@
+#! /bin/sh
+java -jar /usr/share/java/autofirma/AutoFirma.jar
diff --git a/srcpkgs/autofirma/template b/srcpkgs/autofirma/template
new file mode 100644
index 000000000000..16df2e8e0d4f
--- /dev/null
+++ b/srcpkgs/autofirma/template
@@ -0,0 +1,41 @@
+# Template file for 'autofirma'
+pkgname=autofirma
+version=1.7.2
+revision=1
+_jmulticard_version=1.7
+
+hostmakedepends="apache-maven openjdk8"
+depends="virtual?java-environment"
+short_desc="Cliente de firma electrónica ofrecido por la Administración Pública"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://firmaelectronica.gob.es/"
+distfiles="https://github.com/ctt-gob-es/clienteafirma/archive/v${version}.tar.gz
+	https://github.com/ctt-gob-es/jmulticard/archive/refs/tags/v${_jmulticard_version}.tar.gz"
+checksum="f3d135f80c5e18e204110f9077f6be708280866600a68e71d9e13af09a1963d5
+eedc93e36ae79b2c36f276ad575bca0d84d3883487439e3f71622cfd4a4b58ac"
+
+# maven-surefire-plugin needed
+make_check=no
+
+do_build() {
+	export PATH="/usr/lib/jvm/java-11-openjdk/bin/:$PATH"
+	cd "jmulticard-${_jmulticard_version}"
+	mvn clean install -Dmaven.test.skip=true
+	cd ../"clienteafirma-${version}"
+	mvn clean install -Denv=install -Dmaven.test.skip=true
+}
+
+do_check() {
+	cd "jmulticard-${_jmulticard_version}"
+	mvn test
+	cd "../clienteafirma-${version}"
+	mvn test
+}
+
+do_install() {
+	vmkdir usr/share/java
+	vmkdir usr/share/java/${pkgname}
+	vinstall clienteafirma-${version}/afirma-simple/target/AutoFirma.jar 644 usr/share/java/autofirma
+	vbin "${FILESDIR}/autofirma"
+}

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

* Re: [PR PATCH] [Updated] New package: autofirma-1.7.2
  2022-12-29 16:02 [PR PATCH] New package: autofirma-1.7.2 Eloitor
  2023-03-09 22:27 ` [PR PATCH] [Updated] " Eloitor
  2023-03-11 19:15 ` Eloitor
@ 2023-03-11 19:25 ` Eloitor
  2023-06-10  1:59 ` github-actions
  2023-06-24  2:05 ` [PR PATCH] [Closed]: " github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: Eloitor @ 2023-03-11 19:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages autofirma
https://github.com/void-linux/void-packages/pull/41346

New package: autofirma-1.7.2
#### 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, (x86_64-musl)

closes #36872


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

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

From e79276a40ed25ada7242bf17308fcea84650b09b Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Thu, 22 Dec 2022 14:04:57 +0100
Subject: [PATCH] New package: autofirma-1.7.2

---
 srcpkgs/autofirma/files/autofirma |  2 ++
 srcpkgs/autofirma/template        | 41 +++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)
 create mode 100644 srcpkgs/autofirma/files/autofirma
 create mode 100644 srcpkgs/autofirma/template

diff --git a/srcpkgs/autofirma/files/autofirma b/srcpkgs/autofirma/files/autofirma
new file mode 100644
index 000000000000..173e8ac46fd6
--- /dev/null
+++ b/srcpkgs/autofirma/files/autofirma
@@ -0,0 +1,2 @@
+#! /bin/sh
+java -jar /usr/share/java/autofirma/AutoFirma.jar
diff --git a/srcpkgs/autofirma/template b/srcpkgs/autofirma/template
new file mode 100644
index 000000000000..52844fce9842
--- /dev/null
+++ b/srcpkgs/autofirma/template
@@ -0,0 +1,41 @@
+# Template file for 'autofirma'
+pkgname=autofirma
+version=1.7.2
+revision=1
+_jmulticard_version=1.7
+
+hostmakedepends="apache-maven openjdk11"
+depends="virtual?java-environment"
+short_desc="Cliente de firma electrónica ofrecido por la Administración Pública"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://firmaelectronica.gob.es/"
+distfiles="https://github.com/ctt-gob-es/clienteafirma/archive/v${version}.tar.gz
+	https://github.com/ctt-gob-es/jmulticard/archive/refs/tags/v${_jmulticard_version}.tar.gz"
+checksum="f3d135f80c5e18e204110f9077f6be708280866600a68e71d9e13af09a1963d5
+eedc93e36ae79b2c36f276ad575bca0d84d3883487439e3f71622cfd4a4b58ac"
+
+# maven-surefire-plugin needed
+make_check=no
+
+do_build() {
+	export JAVA_HOME=/usr/lib/jvm/openjdk11
+	cd "jmulticard-${_jmulticard_version}"
+	mvn clean install -Dmaven.test.skip=true
+	cd "../clienteafirma-${version}"
+	mvn clean install -Denv=install -Dmaven.test.skip=true
+}
+
+do_check() {
+	cd "jmulticard-${_jmulticard_version}"
+	mvn test
+	cd "../clienteafirma-${version}"
+	mvn test
+}
+
+do_install() {
+	vmkdir usr/share/java
+	vmkdir usr/share/java/${pkgname}
+	vinstall clienteafirma-${version}/afirma-simple/target/AutoFirma.jar 644 usr/share/java/autofirma
+	vbin "${FILESDIR}/autofirma"
+}

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

* Re: New package: autofirma-1.7.2
  2022-12-29 16:02 [PR PATCH] New package: autofirma-1.7.2 Eloitor
                   ` (2 preceding siblings ...)
  2023-03-11 19:25 ` Eloitor
@ 2023-06-10  1:59 ` github-actions
  2023-06-24  2:05 ` [PR PATCH] [Closed]: " github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2023-06-10  1:59 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/41346#issuecomment-1585422867

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] [Closed]: New package: autofirma-1.7.2
  2022-12-29 16:02 [PR PATCH] New package: autofirma-1.7.2 Eloitor
                   ` (3 preceding siblings ...)
  2023-06-10  1:59 ` github-actions
@ 2023-06-24  2:05 ` github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2023-06-24  2:05 UTC (permalink / raw)
  To: ml

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

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

New package: autofirma-1.7.2
https://github.com/void-linux/void-packages/pull/41346

Description:
#### 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, (x86_64-musl)

closes #36872


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

end of thread, other threads:[~2023-06-24  2:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-29 16:02 [PR PATCH] New package: autofirma-1.7.2 Eloitor
2023-03-09 22:27 ` [PR PATCH] [Updated] " Eloitor
2023-03-11 19:15 ` Eloitor
2023-03-11 19:25 ` Eloitor
2023-06-10  1:59 ` github-actions
2023-06-24  2:05 ` [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).