Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: ananicy-2.2.1
@ 2021-10-02 17:19 linuxergr
  2021-10-02 17:24 ` [PR PATCH] [Updated] " linuxergr
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: linuxergr @ 2021-10-02 17:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/linuxergr/void-packages master
https://github.com/void-linux/void-packages/pull/33268

New package: ananicy-2.2.1
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From d0a8fe2ca9ad954926465c083f2a63eab272055f Mon Sep 17 00:00:00 2001
From: linuxer <paschalis.sp@gmail.com>
Date: Sat, 2 Oct 2021 20:13:26 +0300
Subject: [PATCH] New package: ananicy-2.2.1

---
 srcpkgs/ananicy/files/ananicy/finish  |  3 +++
 srcpkgs/ananicy/files/ananicy/log/run |  2 ++
 srcpkgs/ananicy/files/ananicy/run     |  4 ++++
 srcpkgs/ananicy/template              | 22 ++++++++++++++++++++++
 4 files changed, 31 insertions(+)
 create mode 100755 srcpkgs/ananicy/files/ananicy/finish
 create mode 100755 srcpkgs/ananicy/files/ananicy/log/run
 create mode 100755 srcpkgs/ananicy/files/ananicy/run
 create mode 100644 srcpkgs/ananicy/template

diff --git a/srcpkgs/ananicy/files/ananicy/finish b/srcpkgs/ananicy/files/ananicy/finish
new file mode 100755
index 000000000000..8069d82fa471
--- /dev/null
+++ b/srcpkgs/ananicy/files/ananicy/finish
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exec sysctl -e kernel.sched_autogroup_enabled=1
diff --git a/srcpkgs/ananicy/files/ananicy/log/run b/srcpkgs/ananicy/files/ananicy/log/run
new file mode 100755
index 000000000000..e353e8f34d7c
--- /dev/null
+++ b/srcpkgs/ananicy/files/ananicy/log/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec logger -t ananicy
diff --git a/srcpkgs/ananicy/files/ananicy/run b/srcpkgs/ananicy/files/ananicy/run
new file mode 100755
index 000000000000..83166618c9b4
--- /dev/null
+++ b/srcpkgs/ananicy/files/ananicy/run
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+printf '0 \n' > /proc/sys/kernel/sched_autogroup_enabled
+exec ananicy start
diff --git a/srcpkgs/ananicy/template b/srcpkgs/ananicy/template
new file mode 100644
index 000000000000..4637a2a08af8
--- /dev/null
+++ b/srcpkgs/ananicy/template
@@ -0,0 +1,22 @@
+# Template file for 'ananicy'
+pkgname=ananicy
+version=2.2.1
+revision=1
+wrksrc=Ananicy-${version}
+depends="bash schedtool python3"
+short_desc="Ananicy daemon"
+maintainer="linuxer <linuxer@disroot.org>"
+license="GPL-3.0-only"
+homepage="https://github.com/Nefelim4ag/Ananicy"
+distfiles="https://github.com/Nefelim4ag/Ananicy/archive/refs/tags/${version}.tar.gz"
+checksum=3e33c3c84d29f93b64079e67eb56c39a4d40b0591e52db171156981b72f648b1
+
+do_install() {
+	make install PREFIX="${DESTDIR}"
+}
+
+post_install() {
+	rm -rf "${DESTDIR}/lib"
+	chmod +x "${DESTDIR}/usr/bin/ananicy"
+	vsv ananicy
+}

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

* Re: [PR PATCH] [Updated] New package: ananicy-2.2.1
  2021-10-02 17:19 [PR PATCH] New package: ananicy-2.2.1 linuxergr
@ 2021-10-02 17:24 ` linuxergr
  2021-10-02 23:01 ` linuxergr
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: linuxergr @ 2021-10-02 17:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/linuxergr/void-packages master
https://github.com/void-linux/void-packages/pull/33268

New package: ananicy-2.2.1
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From d0a8fe2ca9ad954926465c083f2a63eab272055f Mon Sep 17 00:00:00 2001
From: linuxer <paschalis.sp@gmail.com>
Date: Sat, 2 Oct 2021 20:13:26 +0300
Subject: [PATCH] New package: ananicy-2.2.1

---
 srcpkgs/ananicy/files/ananicy/finish  |  3 +++
 srcpkgs/ananicy/files/ananicy/log/run |  2 ++
 srcpkgs/ananicy/files/ananicy/run     |  4 ++++
 srcpkgs/ananicy/template              | 22 ++++++++++++++++++++++
 4 files changed, 31 insertions(+)
 create mode 100755 srcpkgs/ananicy/files/ananicy/finish
 create mode 100755 srcpkgs/ananicy/files/ananicy/log/run
 create mode 100755 srcpkgs/ananicy/files/ananicy/run
 create mode 100644 srcpkgs/ananicy/template

diff --git a/srcpkgs/ananicy/files/ananicy/finish b/srcpkgs/ananicy/files/ananicy/finish
new file mode 100755
index 000000000000..8069d82fa471
--- /dev/null
+++ b/srcpkgs/ananicy/files/ananicy/finish
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exec sysctl -e kernel.sched_autogroup_enabled=1
diff --git a/srcpkgs/ananicy/files/ananicy/log/run b/srcpkgs/ananicy/files/ananicy/log/run
new file mode 100755
index 000000000000..e353e8f34d7c
--- /dev/null
+++ b/srcpkgs/ananicy/files/ananicy/log/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec logger -t ananicy
diff --git a/srcpkgs/ananicy/files/ananicy/run b/srcpkgs/ananicy/files/ananicy/run
new file mode 100755
index 000000000000..83166618c9b4
--- /dev/null
+++ b/srcpkgs/ananicy/files/ananicy/run
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+printf '0 \n' > /proc/sys/kernel/sched_autogroup_enabled
+exec ananicy start
diff --git a/srcpkgs/ananicy/template b/srcpkgs/ananicy/template
new file mode 100644
index 000000000000..4637a2a08af8
--- /dev/null
+++ b/srcpkgs/ananicy/template
@@ -0,0 +1,22 @@
+# Template file for 'ananicy'
+pkgname=ananicy
+version=2.2.1
+revision=1
+wrksrc=Ananicy-${version}
+depends="bash schedtool python3"
+short_desc="Ananicy daemon"
+maintainer="linuxer <linuxer@disroot.org>"
+license="GPL-3.0-only"
+homepage="https://github.com/Nefelim4ag/Ananicy"
+distfiles="https://github.com/Nefelim4ag/Ananicy/archive/refs/tags/${version}.tar.gz"
+checksum=3e33c3c84d29f93b64079e67eb56c39a4d40b0591e52db171156981b72f648b1
+
+do_install() {
+	make install PREFIX="${DESTDIR}"
+}
+
+post_install() {
+	rm -rf "${DESTDIR}/lib"
+	chmod +x "${DESTDIR}/usr/bin/ananicy"
+	vsv ananicy
+}

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

* Re: [PR PATCH] [Updated] New package: ananicy-2.2.1
  2021-10-02 17:19 [PR PATCH] New package: ananicy-2.2.1 linuxergr
  2021-10-02 17:24 ` [PR PATCH] [Updated] " linuxergr
@ 2021-10-02 23:01 ` linuxergr
  2021-10-03 20:31 ` linuxergr
  2021-10-03 20:31 ` [PR PATCH] [Closed]: " linuxergr
  3 siblings, 0 replies; 5+ messages in thread
From: linuxergr @ 2021-10-02 23:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/linuxergr/void-packages master
https://github.com/void-linux/void-packages/pull/33268

New package: ananicy-2.2.1
Closes package request https://github.com/void-linux/void-packages/issues/26429

<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From d0a8fe2ca9ad954926465c083f2a63eab272055f Mon Sep 17 00:00:00 2001
From: linuxer <paschalis.sp@gmail.com>
Date: Sat, 2 Oct 2021 20:13:26 +0300
Subject: [PATCH] New package: ananicy-2.2.1

---
 srcpkgs/ananicy/files/ananicy/finish  |  3 +++
 srcpkgs/ananicy/files/ananicy/log/run |  2 ++
 srcpkgs/ananicy/files/ananicy/run     |  4 ++++
 srcpkgs/ananicy/template              | 22 ++++++++++++++++++++++
 4 files changed, 31 insertions(+)
 create mode 100755 srcpkgs/ananicy/files/ananicy/finish
 create mode 100755 srcpkgs/ananicy/files/ananicy/log/run
 create mode 100755 srcpkgs/ananicy/files/ananicy/run
 create mode 100644 srcpkgs/ananicy/template

diff --git a/srcpkgs/ananicy/files/ananicy/finish b/srcpkgs/ananicy/files/ananicy/finish
new file mode 100755
index 000000000000..8069d82fa471
--- /dev/null
+++ b/srcpkgs/ananicy/files/ananicy/finish
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exec sysctl -e kernel.sched_autogroup_enabled=1
diff --git a/srcpkgs/ananicy/files/ananicy/log/run b/srcpkgs/ananicy/files/ananicy/log/run
new file mode 100755
index 000000000000..e353e8f34d7c
--- /dev/null
+++ b/srcpkgs/ananicy/files/ananicy/log/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec logger -t ananicy
diff --git a/srcpkgs/ananicy/files/ananicy/run b/srcpkgs/ananicy/files/ananicy/run
new file mode 100755
index 000000000000..83166618c9b4
--- /dev/null
+++ b/srcpkgs/ananicy/files/ananicy/run
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+printf '0 \n' > /proc/sys/kernel/sched_autogroup_enabled
+exec ananicy start
diff --git a/srcpkgs/ananicy/template b/srcpkgs/ananicy/template
new file mode 100644
index 000000000000..4637a2a08af8
--- /dev/null
+++ b/srcpkgs/ananicy/template
@@ -0,0 +1,22 @@
+# Template file for 'ananicy'
+pkgname=ananicy
+version=2.2.1
+revision=1
+wrksrc=Ananicy-${version}
+depends="bash schedtool python3"
+short_desc="Ananicy daemon"
+maintainer="linuxer <linuxer@disroot.org>"
+license="GPL-3.0-only"
+homepage="https://github.com/Nefelim4ag/Ananicy"
+distfiles="https://github.com/Nefelim4ag/Ananicy/archive/refs/tags/${version}.tar.gz"
+checksum=3e33c3c84d29f93b64079e67eb56c39a4d40b0591e52db171156981b72f648b1
+
+do_install() {
+	make install PREFIX="${DESTDIR}"
+}
+
+post_install() {
+	rm -rf "${DESTDIR}/lib"
+	chmod +x "${DESTDIR}/usr/bin/ananicy"
+	vsv ananicy
+}

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

* Re: New package: ananicy-2.2.1
  2021-10-02 17:19 [PR PATCH] New package: ananicy-2.2.1 linuxergr
  2021-10-02 17:24 ` [PR PATCH] [Updated] " linuxergr
  2021-10-02 23:01 ` linuxergr
@ 2021-10-03 20:31 ` linuxergr
  2021-10-03 20:31 ` [PR PATCH] [Closed]: " linuxergr
  3 siblings, 0 replies; 5+ messages in thread
From: linuxergr @ 2021-10-03 20:31 UTC (permalink / raw)
  To: ml

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

New comment by linuxergr on void-packages repository

https://github.com/void-linux/void-packages/pull/33268#issuecomment-933020546

Comment:
by GH mistake unwanted merges occured to master

replaced by https://github.com/void-linux/void-packages/pull/33301

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

* Re: [PR PATCH] [Closed]: New package: ananicy-2.2.1
  2021-10-02 17:19 [PR PATCH] New package: ananicy-2.2.1 linuxergr
                   ` (2 preceding siblings ...)
  2021-10-03 20:31 ` linuxergr
@ 2021-10-03 20:31 ` linuxergr
  3 siblings, 0 replies; 5+ messages in thread
From: linuxergr @ 2021-10-03 20:31 UTC (permalink / raw)
  To: ml

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

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

New package: ananicy-2.2.1
https://github.com/void-linux/void-packages/pull/33268

Description:
Closes package request https://github.com/void-linux/void-packages/issues/26429

<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

end of thread, other threads:[~2021-10-03 20:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-02 17:19 [PR PATCH] New package: ananicy-2.2.1 linuxergr
2021-10-02 17:24 ` [PR PATCH] [Updated] " linuxergr
2021-10-02 23:01 ` linuxergr
2021-10-03 20:31 ` linuxergr
2021-10-03 20:31 ` [PR PATCH] [Closed]: " linuxergr

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