Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: leanify-0.4.3
@ 2020-04-04 16:47 aajonusonline
  2020-04-04 20:01 ` biopsin
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: aajonusonline @ 2020-04-04 16:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/aajonusonline/void-packages leanify
https://github.com/void-linux/void-packages/pull/20651

New package: leanify-0.4.3


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

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

From d4a63516868724e02015de30ac3b433151fe6d9f Mon Sep 17 00:00:00 2001
From: Aajonus Online <aajonus.online@gmail.com>
Date: Sat, 4 Apr 2020 19:30:22 +0300
Subject: [PATCH] New package: leanify-0.4.3

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

diff --git a/srcpkgs/leanify/template b/srcpkgs/leanify/template
new file mode 100644
index 00000000000..2421590cedf
--- /dev/null
+++ b/srcpkgs/leanify/template
@@ -0,0 +1,17 @@
+# Template file for 'leanify'
+pkgname=leanify
+version=0.4.3
+revision=1
+wrksrc="Leanify-$version"
+build_style=gnu-makefile
+short_desc="Lightweight lossless file minifier/optimizer"
+maintainer="Aajonus Online <aajonus.online@gmail.com>"
+license="MIT"
+homepage="https://github.com/jayxon/$pkgname"
+distfiles="$homepage/archive/v${version}.tar.gz"
+checksum=ae37565be8c4d8cb89e9e584fb43e8a5f22277a2db4486e388663f98e34ff526
+
+do_install() {
+	vbin $pkgname
+	vlicense LICENSE
+}

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

* Re: New package: leanify-0.4.3
  2020-04-04 16:47 [PR PATCH] New package: leanify-0.4.3 aajonusonline
@ 2020-04-04 20:01 ` biopsin
  2020-04-04 20:25 ` [PR PATCH] [Updated] " aajonusonline
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: biopsin @ 2020-04-04 20:01 UTC (permalink / raw)
  To: ml

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

New comment by biopsin on void-packages repository

https://github.com/void-linux/void-packages/pull/20651#issuecomment-609081855

Comment:
Please do fix this in your other pkg pulls as well

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

* Re: [PR PATCH] [Updated] New package: leanify-0.4.3
  2020-04-04 16:47 [PR PATCH] New package: leanify-0.4.3 aajonusonline
  2020-04-04 20:01 ` biopsin
@ 2020-04-04 20:25 ` aajonusonline
  2020-04-04 20:27 ` aajonusonline
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: aajonusonline @ 2020-04-04 20:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/aajonusonline/void-packages leanify
https://github.com/void-linux/void-packages/pull/20651

New package: leanify-0.4.3


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

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

From d4a63516868724e02015de30ac3b433151fe6d9f Mon Sep 17 00:00:00 2001
From: Aajonus Online <aajonus.online@gmail.com>
Date: Sat, 4 Apr 2020 19:30:22 +0300
Subject: [PATCH 1/2] New package: leanify-0.4.3

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

diff --git a/srcpkgs/leanify/template b/srcpkgs/leanify/template
new file mode 100644
index 00000000000..2421590cedf
--- /dev/null
+++ b/srcpkgs/leanify/template
@@ -0,0 +1,17 @@
+# Template file for 'leanify'
+pkgname=leanify
+version=0.4.3
+revision=1
+wrksrc="Leanify-$version"
+build_style=gnu-makefile
+short_desc="Lightweight lossless file minifier/optimizer"
+maintainer="Aajonus Online <aajonus.online@gmail.com>"
+license="MIT"
+homepage="https://github.com/jayxon/$pkgname"
+distfiles="$homepage/archive/v${version}.tar.gz"
+checksum=ae37565be8c4d8cb89e9e584fb43e8a5f22277a2db4486e388663f98e34ff526
+
+do_install() {
+	vbin $pkgname
+	vlicense LICENSE
+}

From ab20a5c88ee0073ac6eab2d6148e59b13e1423bf Mon Sep 17 00:00:00 2001
From: Aajonus Online <aajonus.online@gmail.com>
Date: Sat, 4 Apr 2020 23:25:37 +0300
Subject: [PATCH 2/2] leanify: no variables in homepage

---
 srcpkgs/leanify/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/leanify/template b/srcpkgs/leanify/template
index 2421590cedf..af4ae1666cf 100644
--- a/srcpkgs/leanify/template
+++ b/srcpkgs/leanify/template
@@ -7,7 +7,7 @@ build_style=gnu-makefile
 short_desc="Lightweight lossless file minifier/optimizer"
 maintainer="Aajonus Online <aajonus.online@gmail.com>"
 license="MIT"
-homepage="https://github.com/jayxon/$pkgname"
+homepage="https://github.com/jayxon/leanify"
 distfiles="$homepage/archive/v${version}.tar.gz"
 checksum=ae37565be8c4d8cb89e9e584fb43e8a5f22277a2db4486e388663f98e34ff526
 

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

* Re: New package: leanify-0.4.3
  2020-04-04 16:47 [PR PATCH] New package: leanify-0.4.3 aajonusonline
  2020-04-04 20:01 ` biopsin
  2020-04-04 20:25 ` [PR PATCH] [Updated] " aajonusonline
@ 2020-04-04 20:27 ` aajonusonline
  2020-04-17 20:08 ` Chocimier
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: aajonusonline @ 2020-04-04 20:27 UTC (permalink / raw)
  To: ml

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

New comment by aajonusonline on void-packages repository

https://github.com/void-linux/void-packages/pull/20651#issuecomment-609084696

Comment:
Fixed

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

* Re: New package: leanify-0.4.3
  2020-04-04 16:47 [PR PATCH] New package: leanify-0.4.3 aajonusonline
                   ` (2 preceding siblings ...)
  2020-04-04 20:27 ` aajonusonline
@ 2020-04-17 20:08 ` Chocimier
  2020-04-17 20:09 ` aajonusonline
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Chocimier @ 2020-04-17 20:08 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/20651#issuecomment-615441312

Comment:
Bundling libraries rather than using shared ones is big disadvantage.

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

* Re: New package: leanify-0.4.3
  2020-04-04 16:47 [PR PATCH] New package: leanify-0.4.3 aajonusonline
                   ` (3 preceding siblings ...)
  2020-04-17 20:08 ` Chocimier
@ 2020-04-17 20:09 ` aajonusonline
  2020-05-07 20:41 ` [PR PATCH] [Updated] " aajonusonline
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: aajonusonline @ 2020-04-17 20:09 UTC (permalink / raw)
  To: ml

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

New comment by aajonusonline on void-packages repository

https://github.com/void-linux/void-packages/pull/20651#issuecomment-615442140

Comment:
Is this a reason not to add this package?

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

* Re: [PR PATCH] [Updated] New package: leanify-0.4.3
  2020-04-04 16:47 [PR PATCH] New package: leanify-0.4.3 aajonusonline
                   ` (4 preceding siblings ...)
  2020-04-17 20:09 ` aajonusonline
@ 2020-05-07 20:41 ` aajonusonline
  2020-05-07 20:42 ` aajonusonline
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: aajonusonline @ 2020-05-07 20:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/aajonusonline/void-packages leanify
https://github.com/void-linux/void-packages/pull/20651

New package: leanify-0.4.3


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

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

From 4c55dcb4228dd123f7ad99bfafc1bca832a70d21 Mon Sep 17 00:00:00 2001
From: Aajonus Online <aajonus.online@gmail.com>
Date: Sat, 4 Apr 2020 19:30:22 +0300
Subject: [PATCH] New package: leanify-0.4.3

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

diff --git a/srcpkgs/leanify/template b/srcpkgs/leanify/template
new file mode 100644
index 00000000000..af4ae1666cf
--- /dev/null
+++ b/srcpkgs/leanify/template
@@ -0,0 +1,17 @@
+# Template file for 'leanify'
+pkgname=leanify
+version=0.4.3
+revision=1
+wrksrc="Leanify-$version"
+build_style=gnu-makefile
+short_desc="Lightweight lossless file minifier/optimizer"
+maintainer="Aajonus Online <aajonus.online@gmail.com>"
+license="MIT"
+homepage="https://github.com/jayxon/leanify"
+distfiles="$homepage/archive/v${version}.tar.gz"
+checksum=ae37565be8c4d8cb89e9e584fb43e8a5f22277a2db4486e388663f98e34ff526
+
+do_install() {
+	vbin $pkgname
+	vlicense LICENSE
+}

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

* Re: New package: leanify-0.4.3
  2020-04-04 16:47 [PR PATCH] New package: leanify-0.4.3 aajonusonline
                   ` (5 preceding siblings ...)
  2020-05-07 20:41 ` [PR PATCH] [Updated] " aajonusonline
@ 2020-05-07 20:42 ` aajonusonline
  2020-12-18  5:59 ` [PR REVIEW] " abenson
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: aajonusonline @ 2020-05-07 20:42 UTC (permalink / raw)
  To: ml

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

New comment by aajonusonline on void-packages repository

https://github.com/void-linux/void-packages/pull/20651#issuecomment-625486354

Comment:
is there any progress on this one? it's been a month already.

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

* Re: [PR REVIEW] New package: leanify-0.4.3
  2020-04-04 16:47 [PR PATCH] New package: leanify-0.4.3 aajonusonline
                   ` (6 preceding siblings ...)
  2020-05-07 20:42 ` aajonusonline
@ 2020-12-18  5:59 ` abenson
  2020-12-18  6:00 ` abenson
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: abenson @ 2020-12-18  5:59 UTC (permalink / raw)
  To: ml

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

New review comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/20651#discussion_r545590252

Comment:
This is the default, you can remove this line

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

* Re: New package: leanify-0.4.3
  2020-04-04 16:47 [PR PATCH] New package: leanify-0.4.3 aajonusonline
                   ` (7 preceding siblings ...)
  2020-12-18  5:59 ` [PR REVIEW] " abenson
@ 2020-12-18  6:00 ` abenson
  2021-11-06 22:22 ` abenson
  2021-11-06 22:22 ` [PR PATCH] [Closed]: " abenson
  10 siblings, 0 replies; 12+ messages in thread
From: abenson @ 2020-12-18  6:00 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/20651#issuecomment-747887261

Comment:
Any update on it using system libraries?

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

* Re: [PR PATCH] [Closed]: New package: leanify-0.4.3
  2020-04-04 16:47 [PR PATCH] New package: leanify-0.4.3 aajonusonline
                   ` (9 preceding siblings ...)
  2021-11-06 22:22 ` abenson
@ 2021-11-06 22:22 ` abenson
  10 siblings, 0 replies; 12+ messages in thread
From: abenson @ 2021-11-06 22:22 UTC (permalink / raw)
  To: ml

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

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

New package: leanify-0.4.3
https://github.com/void-linux/void-packages/pull/20651

Description:


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

* Re: New package: leanify-0.4.3
  2020-04-04 16:47 [PR PATCH] New package: leanify-0.4.3 aajonusonline
                   ` (8 preceding siblings ...)
  2020-12-18  6:00 ` abenson
@ 2021-11-06 22:22 ` abenson
  2021-11-06 22:22 ` [PR PATCH] [Closed]: " abenson
  10 siblings, 0 replies; 12+ messages in thread
From: abenson @ 2021-11-06 22:22 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/20651#issuecomment-962517597

Comment:
Seemingly abandoned.

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

end of thread, other threads:[~2021-11-06 22:22 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-04 16:47 [PR PATCH] New package: leanify-0.4.3 aajonusonline
2020-04-04 20:01 ` biopsin
2020-04-04 20:25 ` [PR PATCH] [Updated] " aajonusonline
2020-04-04 20:27 ` aajonusonline
2020-04-17 20:08 ` Chocimier
2020-04-17 20:09 ` aajonusonline
2020-05-07 20:41 ` [PR PATCH] [Updated] " aajonusonline
2020-05-07 20:42 ` aajonusonline
2020-12-18  5:59 ` [PR REVIEW] " abenson
2020-12-18  6:00 ` abenson
2021-11-06 22:22 ` abenson
2021-11-06 22:22 ` [PR PATCH] [Closed]: " abenson

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