Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: Ananicy-2.2.0
@ 2020-12-01  9:16 shizonic
  2020-12-01  9:22 ` [PR PATCH] [Updated] " shizonic
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: shizonic @ 2020-12-01  9:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/shizonic/void-packages Ananicy
https://github.com/void-linux/void-packages/pull/26859

New package: Ananicy-2.2.0


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

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

From 2b695822c391ea364b76d6971f835144ff0c2bb6 Mon Sep 17 00:00:00 2001
From: Toby Merz <realtiaz@gmail.com>
Date: Tue, 1 Dec 2020 10:15:39 +0100
Subject: [PATCH] New package: Ananicy-2.2.0

---
 srcpkgs/Ananicy/files/Ananicy/conf   | 10 ++++++++++
 srcpkgs/Ananicy/files/Ananicy/finish |  3 +++
 srcpkgs/Ananicy/files/Ananicy/run    |  5 +++++
 srcpkgs/Ananicy/template             | 26 ++++++++++++++++++++++++++
 4 files changed, 44 insertions(+)
 create mode 100644 srcpkgs/Ananicy/files/Ananicy/conf
 create mode 100755 srcpkgs/Ananicy/files/Ananicy/finish
 create mode 100755 srcpkgs/Ananicy/files/Ananicy/run
 create mode 100644 srcpkgs/Ananicy/template

diff --git a/srcpkgs/Ananicy/files/Ananicy/conf b/srcpkgs/Ananicy/files/Ananicy/conf
new file mode 100644
index 00000000000..a491d092ce9
--- /dev/null
+++ b/srcpkgs/Ananicy/files/Ananicy/conf
@@ -0,0 +1,10 @@
+Nice=19
+SuccessExitStatus=143
+OOMScoreAdjust=-999
+Restart=always
+CPUAccounting=true
+MemoryHigh=16M
+MemoryMax=64M
+ProtectSystem=true
+ProtectHome=true
+PrivateTmp=yes
diff --git a/srcpkgs/Ananicy/files/Ananicy/finish b/srcpkgs/Ananicy/files/Ananicy/finish
new file mode 100755
index 00000000000..1c7718b3038
--- /dev/null
+++ b/srcpkgs/Ananicy/files/Ananicy/finish
@@ -0,0 +1,3 @@
+#!/bin/sh
+exec >/dev/null 2>&1
+/usr/bin/sysctl -e kernel.sched_autogroup_enabled=1
diff --git a/srcpkgs/Ananicy/files/Ananicy/run b/srcpkgs/Ananicy/files/Ananicy/run
new file mode 100755
index 00000000000..0b87e9e4f3e
--- /dev/null
+++ b/srcpkgs/Ananicy/files/Ananicy/run
@@ -0,0 +1,5 @@
+#!/bin/sh
+exec >/dev/null 2>&1
+[ -r ./conf ] && . ./conf
+/usr/bin/sysctl -e kernel.sched_autogroup_enabled=0
+exec /usr/bin/ananicy start
diff --git a/srcpkgs/Ananicy/template b/srcpkgs/Ananicy/template
new file mode 100644
index 00000000000..7da711c520b
--- /dev/null
+++ b/srcpkgs/Ananicy/template
@@ -0,0 +1,26 @@
+# Template file for 'Ananicy'
+pkgname=Ananicy
+version=2.2.0
+revision=1
+# wrksrc="${pkgname}-${version}"
+build_style=gnu-makefile
+makedepends="util-linux"
+depends="coreutils python3 bash schedtool"
+short_desc="Another auto nice daemon, with community rules support"
+maintainer="shizonic <realtiaz@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/Nefelim4ag/Ananicy"
+distfiles="https://github.com/Nefelim4ag/Ananicy/archive/${version}.tar.gz"
+checksum=9c5b08b1216b7c0610d0a77044e2cf112ed24ef62d5cbc0030baf8e01352aa26
+
+do_install() {
+	make install PREFIX="${DESTDIR}"
+
+	# cleanup systemd stuff
+	rm -rf "${DESTDIR:?}/lib"
+	rm -rf "${DESTDIR:?}/usr/lib"
+	rm -rf "${DESTDIR:?}/etc/ananicy.d/00-default/_systemd.rules"
+
+	# install runit service
+	vsv Ananicy
+}

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

* Re: [PR PATCH] [Updated] New package: Ananicy-2.2.0
  2020-12-01  9:16 [PR PATCH] New package: Ananicy-2.2.0 shizonic
@ 2020-12-01  9:22 ` shizonic
  2020-12-01  9:23 ` shizonic
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: shizonic @ 2020-12-01  9:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/shizonic/void-packages Ananicy
https://github.com/void-linux/void-packages/pull/26859

New package: Ananicy-2.2.0


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

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

From 7587737eec62884458d221c0fa7e9927649d1709 Mon Sep 17 00:00:00 2001
From: Toby Merz <realtiaz@gmail.com>
Date: Tue, 1 Dec 2020 10:15:39 +0100
Subject: [PATCH] New package: Ananicy-2.2.0

---
 srcpkgs/Ananicy/files/Ananicy/conf   | 10 ++++++++++
 srcpkgs/Ananicy/files/Ananicy/finish |  3 +++
 srcpkgs/Ananicy/files/Ananicy/run    |  5 +++++
 srcpkgs/Ananicy/template             | 26 ++++++++++++++++++++++++++
 4 files changed, 44 insertions(+)
 create mode 100644 srcpkgs/Ananicy/files/Ananicy/conf
 create mode 100755 srcpkgs/Ananicy/files/Ananicy/finish
 create mode 100755 srcpkgs/Ananicy/files/Ananicy/run
 create mode 100644 srcpkgs/Ananicy/template

diff --git a/srcpkgs/Ananicy/files/Ananicy/conf b/srcpkgs/Ananicy/files/Ananicy/conf
new file mode 100644
index 00000000000..a491d092ce9
--- /dev/null
+++ b/srcpkgs/Ananicy/files/Ananicy/conf
@@ -0,0 +1,10 @@
+Nice=19
+SuccessExitStatus=143
+OOMScoreAdjust=-999
+Restart=always
+CPUAccounting=true
+MemoryHigh=16M
+MemoryMax=64M
+ProtectSystem=true
+ProtectHome=true
+PrivateTmp=yes
diff --git a/srcpkgs/Ananicy/files/Ananicy/finish b/srcpkgs/Ananicy/files/Ananicy/finish
new file mode 100755
index 00000000000..1c7718b3038
--- /dev/null
+++ b/srcpkgs/Ananicy/files/Ananicy/finish
@@ -0,0 +1,3 @@
+#!/bin/sh
+exec >/dev/null 2>&1
+/usr/bin/sysctl -e kernel.sched_autogroup_enabled=1
diff --git a/srcpkgs/Ananicy/files/Ananicy/run b/srcpkgs/Ananicy/files/Ananicy/run
new file mode 100755
index 00000000000..0b87e9e4f3e
--- /dev/null
+++ b/srcpkgs/Ananicy/files/Ananicy/run
@@ -0,0 +1,5 @@
+#!/bin/sh
+exec >/dev/null 2>&1
+[ -r ./conf ] && . ./conf
+/usr/bin/sysctl -e kernel.sched_autogroup_enabled=0
+exec /usr/bin/ananicy start
diff --git a/srcpkgs/Ananicy/template b/srcpkgs/Ananicy/template
new file mode 100644
index 00000000000..b4f62e9675b
--- /dev/null
+++ b/srcpkgs/Ananicy/template
@@ -0,0 +1,26 @@
+# Template file for 'Ananicy'
+pkgname=Ananicy
+version=2.2.0
+revision=1
+# wrksrc="${pkgname}-${version}"
+build_style=gnu-makefile
+hostmakedepends="util-linux"
+depends="coreutils python3 bash schedtool"
+short_desc="Another auto nice daemon, with community rules support"
+maintainer="shizonic <realtiaz@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/Nefelim4ag/Ananicy"
+distfiles="https://github.com/Nefelim4ag/Ananicy/archive/${version}.tar.gz"
+checksum=9c5b08b1216b7c0610d0a77044e2cf112ed24ef62d5cbc0030baf8e01352aa26
+
+do_install() {
+	make install PREFIX="${DESTDIR}"
+
+	# cleanup systemd stuff
+	rm -rf "${DESTDIR:?}/lib"
+	rm -rf "${DESTDIR:?}/usr/lib"
+	rm -rf "${DESTDIR:?}/etc/ananicy.d/00-default/_systemd.rules"
+
+	# install runit service
+	vsv Ananicy
+}

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

* Re: [PR PATCH] [Updated] New package: Ananicy-2.2.0
  2020-12-01  9:16 [PR PATCH] New package: Ananicy-2.2.0 shizonic
  2020-12-01  9:22 ` [PR PATCH] [Updated] " shizonic
@ 2020-12-01  9:23 ` shizonic
  2020-12-01  9:28 ` shizonic
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: shizonic @ 2020-12-01  9:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/shizonic/void-packages Ananicy
https://github.com/void-linux/void-packages/pull/26859

New package: Ananicy-2.2.0


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

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

From ba9298961c4b56dcc80465a3394b1f262dbed09b Mon Sep 17 00:00:00 2001
From: Toby Merz <realtiaz@gmail.com>
Date: Tue, 1 Dec 2020 10:15:39 +0100
Subject: [PATCH] New package: Ananicy-2.2.0

---
 srcpkgs/Ananicy/files/Ananicy/conf   | 10 ++++++++++
 srcpkgs/Ananicy/files/Ananicy/finish |  3 +++
 srcpkgs/Ananicy/files/Ananicy/run    |  5 +++++
 srcpkgs/Ananicy/template             | 26 ++++++++++++++++++++++++++
 4 files changed, 44 insertions(+)
 create mode 100644 srcpkgs/Ananicy/files/Ananicy/conf
 create mode 100755 srcpkgs/Ananicy/files/Ananicy/finish
 create mode 100755 srcpkgs/Ananicy/files/Ananicy/run
 create mode 100644 srcpkgs/Ananicy/template

diff --git a/srcpkgs/Ananicy/files/Ananicy/conf b/srcpkgs/Ananicy/files/Ananicy/conf
new file mode 100644
index 00000000000..a491d092ce9
--- /dev/null
+++ b/srcpkgs/Ananicy/files/Ananicy/conf
@@ -0,0 +1,10 @@
+Nice=19
+SuccessExitStatus=143
+OOMScoreAdjust=-999
+Restart=always
+CPUAccounting=true
+MemoryHigh=16M
+MemoryMax=64M
+ProtectSystem=true
+ProtectHome=true
+PrivateTmp=yes
diff --git a/srcpkgs/Ananicy/files/Ananicy/finish b/srcpkgs/Ananicy/files/Ananicy/finish
new file mode 100755
index 00000000000..1c7718b3038
--- /dev/null
+++ b/srcpkgs/Ananicy/files/Ananicy/finish
@@ -0,0 +1,3 @@
+#!/bin/sh
+exec >/dev/null 2>&1
+/usr/bin/sysctl -e kernel.sched_autogroup_enabled=1
diff --git a/srcpkgs/Ananicy/files/Ananicy/run b/srcpkgs/Ananicy/files/Ananicy/run
new file mode 100755
index 00000000000..0b87e9e4f3e
--- /dev/null
+++ b/srcpkgs/Ananicy/files/Ananicy/run
@@ -0,0 +1,5 @@
+#!/bin/sh
+exec >/dev/null 2>&1
+[ -r ./conf ] && . ./conf
+/usr/bin/sysctl -e kernel.sched_autogroup_enabled=0
+exec /usr/bin/ananicy start
diff --git a/srcpkgs/Ananicy/template b/srcpkgs/Ananicy/template
new file mode 100644
index 00000000000..b4f62e9675b
--- /dev/null
+++ b/srcpkgs/Ananicy/template
@@ -0,0 +1,26 @@
+# Template file for 'Ananicy'
+pkgname=Ananicy
+version=2.2.0
+revision=1
+# wrksrc="${pkgname}-${version}"
+build_style=gnu-makefile
+hostmakedepends="util-linux"
+depends="coreutils python3 bash schedtool"
+short_desc="Another auto nice daemon, with community rules support"
+maintainer="shizonic <realtiaz@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/Nefelim4ag/Ananicy"
+distfiles="https://github.com/Nefelim4ag/Ananicy/archive/${version}.tar.gz"
+checksum=9c5b08b1216b7c0610d0a77044e2cf112ed24ef62d5cbc0030baf8e01352aa26
+
+do_install() {
+	make install PREFIX="${DESTDIR}"
+
+	# cleanup systemd stuff
+	rm -rf "${DESTDIR:?}/lib"
+	rm -rf "${DESTDIR:?}/usr/lib"
+	rm -rf "${DESTDIR:?}/etc/ananicy.d/00-default/_systemd.rules"
+
+	# install runit service
+	vsv Ananicy
+}

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

* Re: [PR PATCH] [Updated] New package: Ananicy-2.2.0
  2020-12-01  9:16 [PR PATCH] New package: Ananicy-2.2.0 shizonic
  2020-12-01  9:22 ` [PR PATCH] [Updated] " shizonic
  2020-12-01  9:23 ` shizonic
@ 2020-12-01  9:28 ` shizonic
  2022-04-30  2:14 ` github-actions
  2022-05-15  2:12 ` [PR PATCH] [Closed]: " github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: shizonic @ 2020-12-01  9:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/shizonic/void-packages Ananicy
https://github.com/void-linux/void-packages/pull/26859

New package: Ananicy-2.2.0


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

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

From 008e33df422ce45fc5c1c4fc8ff305139b1bc7ee Mon Sep 17 00:00:00 2001
From: Toby Merz <realtiaz@gmail.com>
Date: Tue, 1 Dec 2020 10:15:39 +0100
Subject: [PATCH] New package: Ananicy-2.2.0

---
 srcpkgs/Ananicy/files/Ananicy/conf   | 10 ++++++++++
 srcpkgs/Ananicy/files/Ananicy/finish |  3 +++
 srcpkgs/Ananicy/files/Ananicy/run    |  5 +++++
 srcpkgs/Ananicy/template             | 25 +++++++++++++++++++++++++
 4 files changed, 43 insertions(+)
 create mode 100644 srcpkgs/Ananicy/files/Ananicy/conf
 create mode 100755 srcpkgs/Ananicy/files/Ananicy/finish
 create mode 100755 srcpkgs/Ananicy/files/Ananicy/run
 create mode 100644 srcpkgs/Ananicy/template

diff --git a/srcpkgs/Ananicy/files/Ananicy/conf b/srcpkgs/Ananicy/files/Ananicy/conf
new file mode 100644
index 00000000000..a491d092ce9
--- /dev/null
+++ b/srcpkgs/Ananicy/files/Ananicy/conf
@@ -0,0 +1,10 @@
+Nice=19
+SuccessExitStatus=143
+OOMScoreAdjust=-999
+Restart=always
+CPUAccounting=true
+MemoryHigh=16M
+MemoryMax=64M
+ProtectSystem=true
+ProtectHome=true
+PrivateTmp=yes
diff --git a/srcpkgs/Ananicy/files/Ananicy/finish b/srcpkgs/Ananicy/files/Ananicy/finish
new file mode 100755
index 00000000000..1c7718b3038
--- /dev/null
+++ b/srcpkgs/Ananicy/files/Ananicy/finish
@@ -0,0 +1,3 @@
+#!/bin/sh
+exec >/dev/null 2>&1
+/usr/bin/sysctl -e kernel.sched_autogroup_enabled=1
diff --git a/srcpkgs/Ananicy/files/Ananicy/run b/srcpkgs/Ananicy/files/Ananicy/run
new file mode 100755
index 00000000000..0b87e9e4f3e
--- /dev/null
+++ b/srcpkgs/Ananicy/files/Ananicy/run
@@ -0,0 +1,5 @@
+#!/bin/sh
+exec >/dev/null 2>&1
+[ -r ./conf ] && . ./conf
+/usr/bin/sysctl -e kernel.sched_autogroup_enabled=0
+exec /usr/bin/ananicy start
diff --git a/srcpkgs/Ananicy/template b/srcpkgs/Ananicy/template
new file mode 100644
index 00000000000..d00e9108d07
--- /dev/null
+++ b/srcpkgs/Ananicy/template
@@ -0,0 +1,25 @@
+# Template file for 'Ananicy'
+pkgname=Ananicy
+version=2.2.0
+revision=1
+build_style=gnu-makefile
+hostmakedepends="util-linux"
+depends="coreutils python3 bash schedtool"
+short_desc="Another auto nice daemon, with community rules support"
+maintainer="shizonic <realtiaz@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/Nefelim4ag/Ananicy"
+distfiles="https://github.com/Nefelim4ag/Ananicy/archive/${version}.tar.gz"
+checksum=9c5b08b1216b7c0610d0a77044e2cf112ed24ef62d5cbc0030baf8e01352aa26
+
+do_install() {
+	make install PREFIX="${DESTDIR}"
+
+	# cleanup systemd stuff
+	rm -rf "${DESTDIR:?}/lib"
+	rm -rf "${DESTDIR:?}/usr/lib"
+	rm -rf "${DESTDIR:?}/etc/ananicy.d/00-default/_systemd.rules"
+
+	# install runit service
+	vsv Ananicy
+}

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

* Re: New package: Ananicy-2.2.0
  2020-12-01  9:16 [PR PATCH] New package: Ananicy-2.2.0 shizonic
                   ` (2 preceding siblings ...)
  2020-12-01  9:28 ` shizonic
@ 2022-04-30  2:14 ` github-actions
  2022-05-15  2:12 ` [PR PATCH] [Closed]: " github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2022-04-30  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/26859#issuecomment-1113893141

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: Ananicy-2.2.0
  2020-12-01  9:16 [PR PATCH] New package: Ananicy-2.2.0 shizonic
                   ` (3 preceding siblings ...)
  2022-04-30  2:14 ` github-actions
@ 2022-05-15  2:12 ` github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2022-05-15  2:12 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: Ananicy-2.2.0
https://github.com/void-linux/void-packages/pull/26859

Description:
None

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

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-01  9:16 [PR PATCH] New package: Ananicy-2.2.0 shizonic
2020-12-01  9:22 ` [PR PATCH] [Updated] " shizonic
2020-12-01  9:23 ` shizonic
2020-12-01  9:28 ` shizonic
2022-04-30  2:14 ` github-actions
2022-05-15  2:12 ` [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).