Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: ditaa-0.11.0
@ 2019-10-04  5:11 voidlinux-github
  2019-10-08 19:08 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: voidlinux-github @ 2019-10-04  5:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/egorenar/void-packages ditaa
https://github.com/void-linux/void-packages/pull/15051

New package: ditaa-0.11.0


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

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

From 3d74082381cee4d0ac72109da1910212c987127b Mon Sep 17 00:00:00 2001
From: Alexander Egorenkov <egorenar-dev@posteo.net>
Date: Fri, 4 Oct 2019 07:07:17 +0200
Subject: [PATCH] New package: ditaa-0.11.0

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

diff --git a/srcpkgs/ditaa/template b/srcpkgs/ditaa/template
new file mode 100644
index 00000000000..ff290cb6163
--- /dev/null
+++ b/srcpkgs/ditaa/template
@@ -0,0 +1,26 @@
+# Template file for 'ditaa'
+pkgname=ditaa
+version=0.11.0
+revision=1
+archs=noarch
+build_style=fetch
+create_wrksrc=yes
+depends="virtual?java-environment"
+short_desc="A small utility that converts ascii-art diagrams to bitmap diagrams."
+maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/stathissideris/ditaa"
+distfiles="${homepage}/releases/download/v${version}/${pkgname}-${version}-standalone.jar"
+checksum=9418aa63ff6d89c5d2318396f59836e120e75bea7a5930c4d34aa10fe7a196a9
+
+do_build() {
+	mv ${pkgname}-${version}-standalone.jar ${pkgname}-${version}.jar
+	echo "#!/bin/sh" > ditaa
+	echo "java -jar /usr/share/java/${pkgname}-${version}.jar \$@" >> ditaa
+	chmod 755 ditaa
+}
+
+do_install() {
+	vbin ditaa
+	vinstall ${pkgname}-${version}.jar 644 usr/share/java ${pkgname}-${version}.jar
+}

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

* Re: [PR PATCH] [Updated] New package: ditaa-0.11.0
  2019-10-04  5:11 [PR PATCH] New package: ditaa-0.11.0 voidlinux-github
@ 2019-10-08 19:08 ` voidlinux-github
  2019-10-08 19:08 ` voidlinux-github
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-10-08 19:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/egorenar/void-packages ditaa
https://github.com/void-linux/void-packages/pull/15051

New package: ditaa-0.11.0


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

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

From 1b6df192708de487fdc80198ebb5e1ba810e0dc9 Mon Sep 17 00:00:00 2001
From: Alexander Egorenkov <egorenar-dev@posteo.net>
Date: Fri, 4 Oct 2019 07:07:17 +0200
Subject: [PATCH] New package: ditaa-0.11.0

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

diff --git a/srcpkgs/ditaa/template b/srcpkgs/ditaa/template
new file mode 100644
index 00000000000..c7978f18bd4
--- /dev/null
+++ b/srcpkgs/ditaa/template
@@ -0,0 +1,26 @@
+# Template file for 'ditaa'
+pkgname=ditaa
+version=0.11.0
+revision=1
+archs=noarch
+create_wrksrc=yes
+build_style=fetch
+depends="virtual?java-environment"
+short_desc="Small utility that converts ascii-art diagrams to bitmap diagrams"
+maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/stathissideris/ditaa"
+distfiles="${homepage}/releases/download/v${version}/${pkgname}-${version}-standalone.jar"
+checksum=9418aa63ff6d89c5d2318396f59836e120e75bea7a5930c4d34aa10fe7a196a9
+
+do_build() {
+	mv ${pkgname}-${version}-standalone.jar ${pkgname}-${version}.jar
+	echo "#!/bin/sh" > ditaa
+	echo "java -jar /usr/share/java/${pkgname}-${version}.jar \$@" >> ditaa
+	chmod 755 ditaa
+}
+
+do_install() {
+	vbin ditaa
+	vinstall ${pkgname}-${version}.jar 644 usr/share/java ${pkgname}-${version}.jar
+}

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

* Re: [PR PATCH] [Updated] New package: ditaa-0.11.0
  2019-10-04  5:11 [PR PATCH] New package: ditaa-0.11.0 voidlinux-github
  2019-10-08 19:08 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-08 19:08 ` voidlinux-github
  2019-10-08 19:09 ` voidlinux-github
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-10-08 19:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/egorenar/void-packages ditaa
https://github.com/void-linux/void-packages/pull/15051

New package: ditaa-0.11.0


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

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

From 1b6df192708de487fdc80198ebb5e1ba810e0dc9 Mon Sep 17 00:00:00 2001
From: Alexander Egorenkov <egorenar-dev@posteo.net>
Date: Fri, 4 Oct 2019 07:07:17 +0200
Subject: [PATCH] New package: ditaa-0.11.0

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

diff --git a/srcpkgs/ditaa/template b/srcpkgs/ditaa/template
new file mode 100644
index 00000000000..c7978f18bd4
--- /dev/null
+++ b/srcpkgs/ditaa/template
@@ -0,0 +1,26 @@
+# Template file for 'ditaa'
+pkgname=ditaa
+version=0.11.0
+revision=1
+archs=noarch
+create_wrksrc=yes
+build_style=fetch
+depends="virtual?java-environment"
+short_desc="Small utility that converts ascii-art diagrams to bitmap diagrams"
+maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/stathissideris/ditaa"
+distfiles="${homepage}/releases/download/v${version}/${pkgname}-${version}-standalone.jar"
+checksum=9418aa63ff6d89c5d2318396f59836e120e75bea7a5930c4d34aa10fe7a196a9
+
+do_build() {
+	mv ${pkgname}-${version}-standalone.jar ${pkgname}-${version}.jar
+	echo "#!/bin/sh" > ditaa
+	echo "java -jar /usr/share/java/${pkgname}-${version}.jar \$@" >> ditaa
+	chmod 755 ditaa
+}
+
+do_install() {
+	vbin ditaa
+	vinstall ${pkgname}-${version}.jar 644 usr/share/java ${pkgname}-${version}.jar
+}

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

* Re: [PR PATCH] [Updated] New package: ditaa-0.11.0
  2019-10-04  5:11 [PR PATCH] New package: ditaa-0.11.0 voidlinux-github
  2019-10-08 19:08 ` [PR PATCH] [Updated] " voidlinux-github
  2019-10-08 19:08 ` voidlinux-github
@ 2019-10-08 19:09 ` voidlinux-github
  2019-10-08 19:09 ` voidlinux-github
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-10-08 19:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/egorenar/void-packages ditaa
https://github.com/void-linux/void-packages/pull/15051

New package: ditaa-0.11.0


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

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

From 089b0b2a776ff26887abe24e1e83c7a6e2ac4623 Mon Sep 17 00:00:00 2001
From: Alexander Egorenkov <egorenar-dev@posteo.net>
Date: Fri, 4 Oct 2019 07:07:17 +0200
Subject: [PATCH] New package: ditaa-0.11.0

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

diff --git a/srcpkgs/ditaa/template b/srcpkgs/ditaa/template
new file mode 100644
index 00000000000..c7978f18bd4
--- /dev/null
+++ b/srcpkgs/ditaa/template
@@ -0,0 +1,26 @@
+# Template file for 'ditaa'
+pkgname=ditaa
+version=0.11.0
+revision=1
+archs=noarch
+create_wrksrc=yes
+build_style=fetch
+depends="virtual?java-environment"
+short_desc="Small utility that converts ascii-art diagrams to bitmap diagrams"
+maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/stathissideris/ditaa"
+distfiles="${homepage}/releases/download/v${version}/${pkgname}-${version}-standalone.jar"
+checksum=9418aa63ff6d89c5d2318396f59836e120e75bea7a5930c4d34aa10fe7a196a9
+
+do_build() {
+	mv ${pkgname}-${version}-standalone.jar ${pkgname}-${version}.jar
+	echo "#!/bin/sh" > ditaa
+	echo "java -jar /usr/share/java/${pkgname}-${version}.jar \$@" >> ditaa
+	chmod 755 ditaa
+}
+
+do_install() {
+	vbin ditaa
+	vinstall ${pkgname}-${version}.jar 644 usr/share/java ${pkgname}-${version}.jar
+}

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

* Re: [PR PATCH] [Updated] New package: ditaa-0.11.0
  2019-10-04  5:11 [PR PATCH] New package: ditaa-0.11.0 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-10-08 19:09 ` voidlinux-github
@ 2019-10-08 19:09 ` voidlinux-github
  2019-10-31 18:55 ` voidlinux-github
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-10-08 19:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/egorenar/void-packages ditaa
https://github.com/void-linux/void-packages/pull/15051

New package: ditaa-0.11.0


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

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

From 089b0b2a776ff26887abe24e1e83c7a6e2ac4623 Mon Sep 17 00:00:00 2001
From: Alexander Egorenkov <egorenar-dev@posteo.net>
Date: Fri, 4 Oct 2019 07:07:17 +0200
Subject: [PATCH] New package: ditaa-0.11.0

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

diff --git a/srcpkgs/ditaa/template b/srcpkgs/ditaa/template
new file mode 100644
index 00000000000..c7978f18bd4
--- /dev/null
+++ b/srcpkgs/ditaa/template
@@ -0,0 +1,26 @@
+# Template file for 'ditaa'
+pkgname=ditaa
+version=0.11.0
+revision=1
+archs=noarch
+create_wrksrc=yes
+build_style=fetch
+depends="virtual?java-environment"
+short_desc="Small utility that converts ascii-art diagrams to bitmap diagrams"
+maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/stathissideris/ditaa"
+distfiles="${homepage}/releases/download/v${version}/${pkgname}-${version}-standalone.jar"
+checksum=9418aa63ff6d89c5d2318396f59836e120e75bea7a5930c4d34aa10fe7a196a9
+
+do_build() {
+	mv ${pkgname}-${version}-standalone.jar ${pkgname}-${version}.jar
+	echo "#!/bin/sh" > ditaa
+	echo "java -jar /usr/share/java/${pkgname}-${version}.jar \$@" >> ditaa
+	chmod 755 ditaa
+}
+
+do_install() {
+	vbin ditaa
+	vinstall ${pkgname}-${version}.jar 644 usr/share/java ${pkgname}-${version}.jar
+}

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

* Re: [PR PATCH] [Updated] New package: ditaa-0.11.0
  2019-10-04  5:11 [PR PATCH] New package: ditaa-0.11.0 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-10-08 19:09 ` voidlinux-github
@ 2019-10-31 18:55 ` voidlinux-github
  2019-10-31 18:55 ` voidlinux-github
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-10-31 18:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/egorenar/void-packages ditaa
https://github.com/void-linux/void-packages/pull/15051

New package: ditaa-0.11.0


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

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

From c185fe0d27f293e5f94cb9215df28a6f83aa51b9 Mon Sep 17 00:00:00 2001
From: Alexander Egorenkov <egorenar-dev@posteo.net>
Date: Fri, 4 Oct 2019 07:07:17 +0200
Subject: [PATCH] New package: ditaa-0.11.0

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

diff --git a/srcpkgs/ditaa/template b/srcpkgs/ditaa/template
new file mode 100644
index 00000000000..c7978f18bd4
--- /dev/null
+++ b/srcpkgs/ditaa/template
@@ -0,0 +1,26 @@
+# Template file for 'ditaa'
+pkgname=ditaa
+version=0.11.0
+revision=1
+archs=noarch
+create_wrksrc=yes
+build_style=fetch
+depends="virtual?java-environment"
+short_desc="Small utility that converts ascii-art diagrams to bitmap diagrams"
+maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/stathissideris/ditaa"
+distfiles="${homepage}/releases/download/v${version}/${pkgname}-${version}-standalone.jar"
+checksum=9418aa63ff6d89c5d2318396f59836e120e75bea7a5930c4d34aa10fe7a196a9
+
+do_build() {
+	mv ${pkgname}-${version}-standalone.jar ${pkgname}-${version}.jar
+	echo "#!/bin/sh" > ditaa
+	echo "java -jar /usr/share/java/${pkgname}-${version}.jar \$@" >> ditaa
+	chmod 755 ditaa
+}
+
+do_install() {
+	vbin ditaa
+	vinstall ${pkgname}-${version}.jar 644 usr/share/java ${pkgname}-${version}.jar
+}

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

* Re: [PR PATCH] [Updated] New package: ditaa-0.11.0
  2019-10-04  5:11 [PR PATCH] New package: ditaa-0.11.0 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-10-31 18:55 ` voidlinux-github
@ 2019-10-31 18:55 ` voidlinux-github
  2019-10-31 19:06 ` voidlinux-github
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-10-31 18:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/egorenar/void-packages ditaa
https://github.com/void-linux/void-packages/pull/15051

New package: ditaa-0.11.0


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

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

From c185fe0d27f293e5f94cb9215df28a6f83aa51b9 Mon Sep 17 00:00:00 2001
From: Alexander Egorenkov <egorenar-dev@posteo.net>
Date: Fri, 4 Oct 2019 07:07:17 +0200
Subject: [PATCH] New package: ditaa-0.11.0

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

diff --git a/srcpkgs/ditaa/template b/srcpkgs/ditaa/template
new file mode 100644
index 00000000000..c7978f18bd4
--- /dev/null
+++ b/srcpkgs/ditaa/template
@@ -0,0 +1,26 @@
+# Template file for 'ditaa'
+pkgname=ditaa
+version=0.11.0
+revision=1
+archs=noarch
+create_wrksrc=yes
+build_style=fetch
+depends="virtual?java-environment"
+short_desc="Small utility that converts ascii-art diagrams to bitmap diagrams"
+maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/stathissideris/ditaa"
+distfiles="${homepage}/releases/download/v${version}/${pkgname}-${version}-standalone.jar"
+checksum=9418aa63ff6d89c5d2318396f59836e120e75bea7a5930c4d34aa10fe7a196a9
+
+do_build() {
+	mv ${pkgname}-${version}-standalone.jar ${pkgname}-${version}.jar
+	echo "#!/bin/sh" > ditaa
+	echo "java -jar /usr/share/java/${pkgname}-${version}.jar \$@" >> ditaa
+	chmod 755 ditaa
+}
+
+do_install() {
+	vbin ditaa
+	vinstall ${pkgname}-${version}.jar 644 usr/share/java ${pkgname}-${version}.jar
+}

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

* Re: New package: ditaa-0.11.0
  2019-10-04  5:11 [PR PATCH] New package: ditaa-0.11.0 voidlinux-github
                   ` (5 preceding siblings ...)
  2019-10-31 18:55 ` voidlinux-github
@ 2019-10-31 19:06 ` voidlinux-github
  2019-11-03 15:13 ` voidlinux-github
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-10-31 19:06 UTC (permalink / raw)
  To: ml

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

New comment by egorenar on void-packages repository

https://github.com/void-linux/void-packages/pull/15051#issuecomment-548524781

Comment:
Hey guys, is there a problem with the package, please advise how to fix it then. Thanks for you time  :)

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

* Re: New package: ditaa-0.11.0
  2019-10-04  5:11 [PR PATCH] New package: ditaa-0.11.0 voidlinux-github
                   ` (6 preceding siblings ...)
  2019-10-31 19:06 ` voidlinux-github
@ 2019-11-03 15:13 ` voidlinux-github
  2019-12-26 10:49 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-11-03 15:13 UTC (permalink / raw)
  To: ml

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

New comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/pull/15051#issuecomment-549146407

Comment:
> Hey guys, is there a problem with the package, please advise how to fix it then. Thanks for you time :)

Strictly speaking you should suffix the pkgname with `-bin` since you are just fetching the precompiled jar.  Otherwise it is probably fine

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

* Re: [PR PATCH] [Updated] New package: ditaa-0.11.0
  2019-10-04  5:11 [PR PATCH] New package: ditaa-0.11.0 voidlinux-github
                   ` (7 preceding siblings ...)
  2019-11-03 15:13 ` voidlinux-github
@ 2019-12-26 10:49 ` voidlinux-github
  2019-12-27 19:09 ` voidlinux-github
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-12-26 10:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/egorenar/void-packages ditaa
https://github.com/void-linux/void-packages/pull/15051

New package: ditaa-0.11.0


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

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

From 3ee0a430e06c8b502b2f174b96676e70093574f6 Mon Sep 17 00:00:00 2001
From: Alexander Egorenkov <egorenar-dev@posteo.net>
Date: Fri, 4 Oct 2019 07:07:17 +0200
Subject: [PATCH] New package: ditaa-0.11.0

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

diff --git a/srcpkgs/ditaa/template b/srcpkgs/ditaa/template
new file mode 100644
index 00000000000..c7978f18bd4
--- /dev/null
+++ b/srcpkgs/ditaa/template
@@ -0,0 +1,26 @@
+# Template file for 'ditaa'
+pkgname=ditaa
+version=0.11.0
+revision=1
+archs=noarch
+create_wrksrc=yes
+build_style=fetch
+depends="virtual?java-environment"
+short_desc="Small utility that converts ascii-art diagrams to bitmap diagrams"
+maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/stathissideris/ditaa"
+distfiles="${homepage}/releases/download/v${version}/${pkgname}-${version}-standalone.jar"
+checksum=9418aa63ff6d89c5d2318396f59836e120e75bea7a5930c4d34aa10fe7a196a9
+
+do_build() {
+	mv ${pkgname}-${version}-standalone.jar ${pkgname}-${version}.jar
+	echo "#!/bin/sh" > ditaa
+	echo "java -jar /usr/share/java/${pkgname}-${version}.jar \$@" >> ditaa
+	chmod 755 ditaa
+}
+
+do_install() {
+	vbin ditaa
+	vinstall ${pkgname}-${version}.jar 644 usr/share/java ${pkgname}-${version}.jar
+}

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

* Re: New package: ditaa-0.11.0
  2019-10-04  5:11 [PR PATCH] New package: ditaa-0.11.0 voidlinux-github
                   ` (8 preceding siblings ...)
  2019-12-26 10:49 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-12-27 19:09 ` voidlinux-github
  2020-01-26 11:09 ` [PR PATCH] [Updated] " voidlinux-github
  2020-02-22 15:08 ` [PR PATCH] [Merged]: " xtraeme
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2019-12-27 19:09 UTC (permalink / raw)
  To: ml

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

New comment by egorenar on void-packages repository

https://github.com/void-linux/void-packages/pull/15051#issuecomment-569328150

Comment:
bump ?

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

* Re: [PR PATCH] [Updated] New package: ditaa-0.11.0
  2019-10-04  5:11 [PR PATCH] New package: ditaa-0.11.0 voidlinux-github
                   ` (9 preceding siblings ...)
  2019-12-27 19:09 ` voidlinux-github
@ 2020-01-26 11:09 ` voidlinux-github
  2020-02-22 15:08 ` [PR PATCH] [Merged]: " xtraeme
  11 siblings, 0 replies; 13+ messages in thread
From: voidlinux-github @ 2020-01-26 11:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/egorenar/void-packages ditaa
https://github.com/void-linux/void-packages/pull/15051

New package: ditaa-0.11.0


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

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

From 8043dea51c1f682c65dcfab147c545f4ac46ce7a Mon Sep 17 00:00:00 2001
From: Alexander Egorenkov <egorenar-dev@posteo.net>
Date: Fri, 4 Oct 2019 07:07:17 +0200
Subject: [PATCH] New package: ditaa-0.11.0

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

diff --git a/srcpkgs/ditaa/template b/srcpkgs/ditaa/template
new file mode 100644
index 00000000000..c7978f18bd4
--- /dev/null
+++ b/srcpkgs/ditaa/template
@@ -0,0 +1,26 @@
+# Template file for 'ditaa'
+pkgname=ditaa
+version=0.11.0
+revision=1
+archs=noarch
+create_wrksrc=yes
+build_style=fetch
+depends="virtual?java-environment"
+short_desc="Small utility that converts ascii-art diagrams to bitmap diagrams"
+maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/stathissideris/ditaa"
+distfiles="${homepage}/releases/download/v${version}/${pkgname}-${version}-standalone.jar"
+checksum=9418aa63ff6d89c5d2318396f59836e120e75bea7a5930c4d34aa10fe7a196a9
+
+do_build() {
+	mv ${pkgname}-${version}-standalone.jar ${pkgname}-${version}.jar
+	echo "#!/bin/sh" > ditaa
+	echo "java -jar /usr/share/java/${pkgname}-${version}.jar \$@" >> ditaa
+	chmod 755 ditaa
+}
+
+do_install() {
+	vbin ditaa
+	vinstall ${pkgname}-${version}.jar 644 usr/share/java ${pkgname}-${version}.jar
+}

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

* Re: [PR PATCH] [Merged]: New package: ditaa-0.11.0
  2019-10-04  5:11 [PR PATCH] New package: ditaa-0.11.0 voidlinux-github
                   ` (10 preceding siblings ...)
  2020-01-26 11:09 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-02-22 15:08 ` xtraeme
  11 siblings, 0 replies; 13+ messages in thread
From: xtraeme @ 2020-02-22 15:08 UTC (permalink / raw)
  To: ml

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

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

New package: ditaa-0.11.0
https://github.com/void-linux/void-packages/pull/15051

Description:


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

end of thread, other threads:[~2020-02-22 15:08 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-04  5:11 [PR PATCH] New package: ditaa-0.11.0 voidlinux-github
2019-10-08 19:08 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-08 19:08 ` voidlinux-github
2019-10-08 19:09 ` voidlinux-github
2019-10-08 19:09 ` voidlinux-github
2019-10-31 18:55 ` voidlinux-github
2019-10-31 18:55 ` voidlinux-github
2019-10-31 19:06 ` voidlinux-github
2019-11-03 15:13 ` voidlinux-github
2019-12-26 10:49 ` [PR PATCH] [Updated] " voidlinux-github
2019-12-27 19:09 ` voidlinux-github
2020-01-26 11:09 ` [PR PATCH] [Updated] " voidlinux-github
2020-02-22 15:08 ` [PR PATCH] [Merged]: " xtraeme

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