Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: evisum-0.5.8
@ 2020-12-24 12:56 make-file
  2021-01-21 10:52 ` gorkawien
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: make-file @ 2020-12-24 12:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/make-file/void-packages evisum
https://github.com/void-linux/void-packages/pull/27401

New package: evisum-0.5.8


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

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

From 244aa1cdf2bf4f042ecd0fc1286966c0c7e06bf9 Mon Sep 17 00:00:00 2001
From: make-file <makefile@riseup.net>
Date: Thu, 24 Dec 2020 16:25:36 +0330
Subject: [PATCH] New package: evisum-0.5.8

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

diff --git a/srcpkgs/evisum/template b/srcpkgs/evisum/template
new file mode 100644
index 00000000000..b4d7b4bae82
--- /dev/null
+++ b/srcpkgs/evisum/template
@@ -0,0 +1,18 @@
+# Template file for 'evisum'
+pkgname=evisum
+version=0.5.8
+revision=1
+build_style=meson
+hostmakedepends="pkg-config efl gettext"
+makedepends="efl-devel"
+depends="efl"
+short_desc="EFL System and Process Monitor"
+maintainer="mkf <makefile@risup.net>"
+license="ISC"
+homepage="https://www.enlightenment.org"
+distfiles="https://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${version}.tar.xz"
+checksum=5d0661aae7f065c4f84325c66ddbfa7ef8242e2885eeccc74c0826031adee431
+
+post_install() {
+	vlicense COPYING
+}

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

* Re: New package: evisum-0.5.8
  2020-12-24 12:56 [PR PATCH] New package: evisum-0.5.8 make-file
@ 2021-01-21 10:52 ` gorkawien
  2021-02-06 21:33 ` [PR PATCH] [Updated] " make-file
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: gorkawien @ 2021-01-21 10:52 UTC (permalink / raw)
  To: ml

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

New comment by gorkawien on void-packages repository

https://github.com/void-linux/void-packages/pull/27401#issuecomment-764550903

Comment:
There is a new version: 0.5.9

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

* Re: [PR PATCH] [Updated] New package: evisum-0.5.8
  2020-12-24 12:56 [PR PATCH] New package: evisum-0.5.8 make-file
  2021-01-21 10:52 ` gorkawien
@ 2021-02-06 21:33 ` make-file
  2022-05-01  2:14 ` New package: evisum-0.5.10 github-actions
  2022-05-16  2:07 ` [PR PATCH] [Closed]: " github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: make-file @ 2021-02-06 21:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/make-file/void-packages evisum
https://github.com/void-linux/void-packages/pull/27401

New package: evisum-0.5.8


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

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

From f9fec91c95f84bddf95e543b645f49548d7ad2eb Mon Sep 17 00:00:00 2001
From: make-file <makefile@riseup.net>
Date: Thu, 24 Dec 2020 16:25:36 +0330
Subject: [PATCH] New package: evisum-0.5.10

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

diff --git a/srcpkgs/evisum/template b/srcpkgs/evisum/template
new file mode 100644
index 00000000000..d3e4bc50221
--- /dev/null
+++ b/srcpkgs/evisum/template
@@ -0,0 +1,18 @@
+# Template file for 'evisum'
+pkgname=evisum
+version=0.5.10
+revision=1
+build_style=meson
+hostmakedepends="pkg-config gettext"
+makedepends="efl-devel"
+depends="efl"
+short_desc="EFL System and Process Monitor"
+maintainer="make-file <makefile@risup.net>"
+license="ISC"
+homepage="https://www.enlightenment.org"
+distfiles="https://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${version}.tar.xz"
+checksum=9023b9e54bd09d14215cb46a789afa48df4589378a921dcfed016425ef865e36
+
+post_install() {
+	vlicense COPYING
+}

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

* Re: New package: evisum-0.5.10
  2020-12-24 12:56 [PR PATCH] New package: evisum-0.5.8 make-file
  2021-01-21 10:52 ` gorkawien
  2021-02-06 21:33 ` [PR PATCH] [Updated] " make-file
@ 2022-05-01  2:14 ` github-actions
  2022-05-16  2:07 ` [PR PATCH] [Closed]: " github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2022-05-01  2:14 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/27401#issuecomment-1114104786

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: evisum-0.5.10
  2020-12-24 12:56 [PR PATCH] New package: evisum-0.5.8 make-file
                   ` (2 preceding siblings ...)
  2022-05-01  2:14 ` New package: evisum-0.5.10 github-actions
@ 2022-05-16  2:07 ` github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2022-05-16  2:07 UTC (permalink / raw)
  To: ml

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

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

New package: evisum-0.5.10
https://github.com/void-linux/void-packages/pull/27401

Description:
None

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

end of thread, other threads:[~2022-05-16  2:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-24 12:56 [PR PATCH] New package: evisum-0.5.8 make-file
2021-01-21 10:52 ` gorkawien
2021-02-06 21:33 ` [PR PATCH] [Updated] " make-file
2022-05-01  2:14 ` New package: evisum-0.5.10 github-actions
2022-05-16  2:07 ` [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).