public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: sys-apps/corefreq/
@ 2023-05-30 12:53 Vitaly Zdanevich
  0 siblings, 0 replies; 14+ messages in thread
From: Vitaly Zdanevich @ 2023-05-30 12:53 UTC (permalink / raw
  To: gentoo-commits

commit:     11a9dd7c240a290cb026a4190555939db337f88e
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Tue May 30 12:53:33 2023 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Tue May 30 12:53:33 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=11a9dd7c

sys-apps/corefreq: new package, add 1.96.1

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 sys-apps/corefreq/Manifest               |  1 +
 sys-apps/corefreq/corefreq-1.96.1.ebuild | 49 ++++++++++++++++++++++++++++++++
 sys-apps/corefreq/metadata.xml           |  9 ++++++
 3 files changed, 59 insertions(+)

diff --git a/sys-apps/corefreq/Manifest b/sys-apps/corefreq/Manifest
new file mode 100644
index 000000000..65782ec39
--- /dev/null
+++ b/sys-apps/corefreq/Manifest
@@ -0,0 +1 @@
+DIST corefreq-1.96.1.tar.gz 461602 BLAKE2B 14a2734f1d77fecda0c817e6477049b36a78ddff976e7984028f6563a179b59d5e41b4215a75199e309081456939902934e6a38d2a14b701f411d4da809e9421 SHA512 4b273a132f85472fb992dd688762758c4726222af8a1f8728f60c0b40cb2dfeb142d1af39efbf903a4087818038b8ac9eb4a5b8967fc06fa3a695f6824a6861e

diff --git a/sys-apps/corefreq/corefreq-1.96.1.ebuild b/sys-apps/corefreq/corefreq-1.96.1.ebuild
new file mode 100644
index 000000000..e3cc328ce
--- /dev/null
+++ b/sys-apps/corefreq/corefreq-1.96.1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit linux-mod
+
+DESCRIPTION="CPU monitoring software designed for the 64-bits Processors"
+HOMEPAGE="https://github.com/cyring/CoreFreq"
+SRC_URI="https://github.com/cyring/CoreFreq/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+
+BDEPEND="sys-devel/gcc
+		sys-devel/make
+		dev-vcs/git"
+RDEPEND="sys-libs/glibc"
+
+CONFIG_CHECK="SMP X86_MSR ~HOTPLUG_CPU ~CPU_IDLE ~CPU_FREQ ~PM_SLEEP ~DMI ~XEN ~AMD_NB ~HAVE_PERF_EVENTS ~SCHED_MUQSS ~SCHED_BMQ ~SCHED_PDS"
+
+MODULE_NAMES="corefreqk()"
+BUILD_TARGETS="clean all"
+
+pkg_setup() {
+	if kernel_is -lt 3 3 ; then
+		die "kernels < 3.3 are not supported"
+	fi
+
+	elog "Checking for kernel configurations..."
+	elog "Enable optional configurations only as you see fit."
+	elog "Not all optional configurations will be suitable for your system."
+	elog "Build will fail for required configs."
+	elog "The other configs are all optional configs."
+
+	linux-mod_pkg_setup
+}
+
+src_unpack() {
+	default
+	mv CoreFreq-${PV} ${P}
+}
+
+src_install() {
+	linux-mod_src_install
+	emake -j1 PREFIX="${D}/usr" install
+	newinitd "${FILESDIR}/corefreqd corefreqd"
+}

diff --git a/sys-apps/corefreq/metadata.xml b/sys-apps/corefreq/metadata.xml
new file mode 100644
index 000000000..1184002b6
--- /dev/null
+++ b/sys-apps/corefreq/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<upstream><remote-id type="github">cyring/CoreFreq</remote-id></upstream>
+	<maintainer type="person">
+		<email>zdanevich.vitaly@ya.ru</email>
+		<name>Vitaly Zdanevich</name>
+	</maintainer>
+</pkgmetadata>


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

* [gentoo-commits] repo/proj/guru:dev commit in: sys-apps/corefreq/
@ 2023-05-31  5:32 Vitaly Zdanevich
  0 siblings, 0 replies; 14+ messages in thread
From: Vitaly Zdanevich @ 2023-05-31  5:32 UTC (permalink / raw
  To: gentoo-commits

commit:     66899e1adf815882aa376583c98f660dc8268acd
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Wed May 31 05:31:47 2023 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Wed May 31 05:31:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=66899e1a

sys-apps/corefreq: bump to 1.96.2

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 sys-apps/corefreq/Manifest                                           | 2 +-
 sys-apps/corefreq/{corefreq-1.96.1.ebuild => corefreq-1.96.2.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/corefreq/Manifest b/sys-apps/corefreq/Manifest
index 65782ec39..2550c0740 100644
--- a/sys-apps/corefreq/Manifest
+++ b/sys-apps/corefreq/Manifest
@@ -1 +1 @@
-DIST corefreq-1.96.1.tar.gz 461602 BLAKE2B 14a2734f1d77fecda0c817e6477049b36a78ddff976e7984028f6563a179b59d5e41b4215a75199e309081456939902934e6a38d2a14b701f411d4da809e9421 SHA512 4b273a132f85472fb992dd688762758c4726222af8a1f8728f60c0b40cb2dfeb142d1af39efbf903a4087818038b8ac9eb4a5b8967fc06fa3a695f6824a6861e
+DIST corefreq-1.96.2.tar.gz 462030 BLAKE2B 86d8fc7763ac94aa1b0499ba734db97c0433e58f559b52fb50628aa8d96eeba6574ff0b9c0cc7c8138997edd92cbf9554fdc55cbdecfbd8cdf58d076a523a424 SHA512 2383e08e0e48f81ea384439556d97b573128fbeeb98a85ec53909a4e9250a8d1925f4137ee8cf1ea70240a171be654f759243aad87f4ca2c024b27fa34910c6e

diff --git a/sys-apps/corefreq/corefreq-1.96.1.ebuild b/sys-apps/corefreq/corefreq-1.96.2.ebuild
similarity index 100%
rename from sys-apps/corefreq/corefreq-1.96.1.ebuild
rename to sys-apps/corefreq/corefreq-1.96.2.ebuild


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

* [gentoo-commits] repo/proj/guru:dev commit in: sys-apps/corefreq/
@ 2023-05-31  5:57 Vitaly Zdanevich
  0 siblings, 0 replies; 14+ messages in thread
From: Vitaly Zdanevich @ 2023-05-31  5:57 UTC (permalink / raw
  To: gentoo-commits

commit:     53b56ba8e24df7b1fb3a450fd46c13d021e20a61
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Wed May 31 05:57:10 2023 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Wed May 31 05:57:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=53b56ba8

sys-apps/corefreq: description improve, for SEO/grep

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 sys-apps/corefreq/corefreq-1.96.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/corefreq/corefreq-1.96.2.ebuild b/sys-apps/corefreq/corefreq-1.96.2.ebuild
index e3cc328ce..622678871 100644
--- a/sys-apps/corefreq/corefreq-1.96.2.ebuild
+++ b/sys-apps/corefreq/corefreq-1.96.2.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 inherit linux-mod
 
-DESCRIPTION="CPU monitoring software designed for the 64-bits Processors"
+DESCRIPTION="CPU monitoring software designed for the 64-bits Processors, like top"
 HOMEPAGE="https://github.com/cyring/CoreFreq"
 SRC_URI="https://github.com/cyring/CoreFreq/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
 


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

* [gentoo-commits] repo/proj/guru:dev commit in: sys-apps/corefreq/
@ 2023-05-31  5:58 Vitaly Zdanevich
  0 siblings, 0 replies; 14+ messages in thread
From: Vitaly Zdanevich @ 2023-05-31  5:58 UTC (permalink / raw
  To: gentoo-commits

commit:     c05f91dc3a531f949ff7ae5ae92e0acd06d6bc8a
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Wed May 31 05:58:35 2023 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Wed May 31 05:58:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c05f91dc

sys-apps/corefreq: HOMEPAGE replace

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 sys-apps/corefreq/corefreq-1.96.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/corefreq/corefreq-1.96.2.ebuild b/sys-apps/corefreq/corefreq-1.96.2.ebuild
index 622678871..98e78dedd 100644
--- a/sys-apps/corefreq/corefreq-1.96.2.ebuild
+++ b/sys-apps/corefreq/corefreq-1.96.2.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 inherit linux-mod
 
 DESCRIPTION="CPU monitoring software designed for the 64-bits Processors, like top"
-HOMEPAGE="https://github.com/cyring/CoreFreq"
+HOMEPAGE="https://www.cyring.fr/"
 SRC_URI="https://github.com/cyring/CoreFreq/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"


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

* [gentoo-commits] repo/proj/guru:dev commit in: sys-apps/corefreq/
@ 2023-06-01  5:22 Vitaly Zdanevich
  0 siblings, 0 replies; 14+ messages in thread
From: Vitaly Zdanevich @ 2023-06-01  5:22 UTC (permalink / raw
  To: gentoo-commits

commit:     d6cf3f305f618565038c417f287c8748db66752f
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Thu Jun  1 05:22:28 2023 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Thu Jun  1 05:22:28 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d6cf3f30

sys-apps/corefreq: add einfo

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 sys-apps/corefreq/corefreq-1.96.2.ebuild | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/sys-apps/corefreq/corefreq-1.96.2.ebuild b/sys-apps/corefreq/corefreq-1.96.2.ebuild
index a0d04c326..1edd33f32 100644
--- a/sys-apps/corefreq/corefreq-1.96.2.ebuild
+++ b/sys-apps/corefreq/corefreq-1.96.2.ebuild
@@ -47,3 +47,10 @@ src_install() {
 	use systemd && systemd_dounit ${PN}.service
 	use doc && dodoc README.md
 }
+
+pkg_postinst() {
+	einfo "To be able to use corefreq, you need to load kernel module:"
+	einfo "modprobe corefreqk"
+	einfo "After that - start daemon with corefreqd"
+	einfo "And only after that you can start corefreq-cli"
+}


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

* [gentoo-commits] repo/proj/guru:dev commit in: sys-apps/corefreq/
@ 2023-06-01  5:34 Vitaly Zdanevich
  0 siblings, 0 replies; 14+ messages in thread
From: Vitaly Zdanevich @ 2023-06-01  5:34 UTC (permalink / raw
  To: gentoo-commits

commit:     1fa037edbb2af48521b32683ed8fb2b1942092c1
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Thu Jun  1 05:33:28 2023 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Thu Jun  1 05:33:28 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1fa037ed

sys-apps/corefreq: einfo improve

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 sys-apps/corefreq/corefreq-1.96.2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-apps/corefreq/corefreq-1.96.2.ebuild b/sys-apps/corefreq/corefreq-1.96.2.ebuild
index 1edd33f32..7ad0cf0d0 100644
--- a/sys-apps/corefreq/corefreq-1.96.2.ebuild
+++ b/sys-apps/corefreq/corefreq-1.96.2.ebuild
@@ -52,5 +52,6 @@ pkg_postinst() {
 	einfo "To be able to use corefreq, you need to load kernel module:"
 	einfo "modprobe corefreqk"
 	einfo "After that - start daemon with corefreqd"
+	einfo "or by `rc-service corefreq start`"
 	einfo "And only after that you can start corefreq-cli"
 }


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

* [gentoo-commits] repo/proj/guru:dev commit in: sys-apps/corefreq/
@ 2023-06-02  5:15 Vitaly Zdanevich
  0 siblings, 0 replies; 14+ messages in thread
From: Vitaly Zdanevich @ 2023-06-02  5:15 UTC (permalink / raw
  To: gentoo-commits

commit:     7a0864d7cdd49d0f9ab45248bfd28af2518551b9
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Fri Jun  2 05:14:53 2023 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Fri Jun  2 05:14:53 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7a0864d7

sys-apps/corefreq: longdescription add

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 sys-apps/corefreq/metadata.xml | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/sys-apps/corefreq/metadata.xml b/sys-apps/corefreq/metadata.xml
index 1184002b6..e0411fbbb 100644
--- a/sys-apps/corefreq/metadata.xml
+++ b/sys-apps/corefreq/metadata.xml
@@ -6,4 +6,25 @@
 		<email>zdanevich.vitaly@ya.ru</email>
 		<name>Vitaly Zdanevich</name>
 	</maintainer>
+	<longdescription lang="en">
+CoreFreq provides a framework to retrieve CPU data with a high degree of precision:
+
+* Core frequencies and ratios; SpeedStep (EIST), Turbo Boost, Hyper-Threading (HTT) and Base Clock
+* Performance counters including Time Stamp Counter (TSC), Unhalted Core Cycles (UCC), Unhalted Reference Cycles (URC)
+* Number of instructions per cycle or second, IPS, IPC, or CPI
+* CPU C-States C0 C1 C3 C6 C7 - C1E - Auto/UnDemotion of C1 C3
+* DTS Temperature and Tjunction Max, Thermal Monitoring TM1 TM2 state, Vcore
+* Topology map including Caches for boostrap and application CPU
+* Processor features, brand and architecture strings
+* In progress: Uncore, Memory Controller channels and geometry, DIMM timings,
+* Stress tools, Power and Energy (RAPL, P-State, HWP, TDP), Overclocking, cpuidle and cpufreq driver, ClockSource, Mitigation Mechanisms
+
+To reach this goal, CoreFreq implements a Linux Kernel module which employs the followings:
+
+* asm code to keep as near as possible the readings of the performance counters;
+* per-CPU, implements slab data memory and high-resolution timer;
+* compliant with suspend / resume and CPU Hot-Plug;
+* a shared memory to protect kernel from the user-space part of the software;
+* atomic synchronization of threads to avoid mutexes and deadlock
+	</longdescription>
 </pkgmetadata>


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

* [gentoo-commits] repo/proj/guru:dev commit in: sys-apps/corefreq/
@ 2023-06-07  5:40 Vitaly Zdanevich
  0 siblings, 0 replies; 14+ messages in thread
From: Vitaly Zdanevich @ 2023-06-07  5:40 UTC (permalink / raw
  To: gentoo-commits

commit:     32d5f0cc900d42a2aeab62676092ce3e82b1a480
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Wed Jun  7 05:40:17 2023 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Wed Jun  7 05:40:17 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=32d5f0cc

sys-apps/corefreq: 1.96.2 -> 1.96.3

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 sys-apps/corefreq/Manifest                                           | 2 +-
 sys-apps/corefreq/{corefreq-1.96.2.ebuild => corefreq-1.96.3.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/corefreq/Manifest b/sys-apps/corefreq/Manifest
index 2550c0740..7de80ae12 100644
--- a/sys-apps/corefreq/Manifest
+++ b/sys-apps/corefreq/Manifest
@@ -1 +1 @@
-DIST corefreq-1.96.2.tar.gz 462030 BLAKE2B 86d8fc7763ac94aa1b0499ba734db97c0433e58f559b52fb50628aa8d96eeba6574ff0b9c0cc7c8138997edd92cbf9554fdc55cbdecfbd8cdf58d076a523a424 SHA512 2383e08e0e48f81ea384439556d97b573128fbeeb98a85ec53909a4e9250a8d1925f4137ee8cf1ea70240a171be654f759243aad87f4ca2c024b27fa34910c6e
+DIST corefreq-1.96.3.tar.gz 462294 BLAKE2B 0abf0f4228ec15344af41763e43cb315305e8ab26b87950a11275be7a0841de798052f743af3c0dd9c972fb0355a027f4df57a84b13d3ee956c5d72e529a8604 SHA512 d232a32e6bcf9b951b499defcc294eb714efcaf820ebf25c9f4404947ef1544777829c332e6b9419796d4e053645bc683e7afc1b1d2cf8f204048ff09816ab21

diff --git a/sys-apps/corefreq/corefreq-1.96.2.ebuild b/sys-apps/corefreq/corefreq-1.96.3.ebuild
similarity index 100%
rename from sys-apps/corefreq/corefreq-1.96.2.ebuild
rename to sys-apps/corefreq/corefreq-1.96.3.ebuild


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

* [gentoo-commits] repo/proj/guru:dev commit in: sys-apps/corefreq/
@ 2023-09-14  5:53 Vitaly Zdanevich
  0 siblings, 0 replies; 14+ messages in thread
From: Vitaly Zdanevich @ 2023-09-14  5:53 UTC (permalink / raw
  To: gentoo-commits

commit:     53e4e406fca4bdc680fe78edbe5165d6e6bef757
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Thu Sep 14 05:53:11 2023 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Thu Sep 14 05:53:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=53e4e406

sys-apps/corefreq: add QA_FLAGS_IGNORED

Closes: https://bugs.gentoo.org/907875

Closes: https://bugs.gentoo.org/show_bug.cgi?id=907874
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 sys-apps/corefreq/corefreq-1.96.3.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sys-apps/corefreq/corefreq-1.96.3.ebuild b/sys-apps/corefreq/corefreq-1.96.3.ebuild
index 7ad0cf0d0e..85824cd3bd 100644
--- a/sys-apps/corefreq/corefreq-1.96.3.ebuild
+++ b/sys-apps/corefreq/corefreq-1.96.3.ebuild
@@ -39,6 +39,8 @@ pkg_setup() {
 		linux-mod_pkg_setup
 }
 
+QA_FLAGS_IGNORED="usr/bin/${PN}-cli"
+
 src_install() {
 	linux-mod_src_install
 	dobin corefreqd corefreq-cli


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

* [gentoo-commits] repo/proj/guru:dev commit in: sys-apps/corefreq/
@ 2023-09-15  9:33 Vitaly Zdanevich
  0 siblings, 0 replies; 14+ messages in thread
From: Vitaly Zdanevich @ 2023-09-15  9:33 UTC (permalink / raw
  To: gentoo-commits

commit:     eb3465bca3725d9a2b103d58a586b3d030150aac
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Fri Sep 15 09:32:54 2023 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Fri Sep 15 09:32:54 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=eb3465bc

sys-apps/corefreq: QA_FLAGS_IGNORED fix

Closes: https://bugs.gentoo.org/914218
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 sys-apps/corefreq/corefreq-1.96.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/corefreq/corefreq-1.96.3.ebuild b/sys-apps/corefreq/corefreq-1.96.3.ebuild
index 85824cd3bd..efd0c27d61 100644
--- a/sys-apps/corefreq/corefreq-1.96.3.ebuild
+++ b/sys-apps/corefreq/corefreq-1.96.3.ebuild
@@ -39,7 +39,7 @@ pkg_setup() {
 		linux-mod_pkg_setup
 }
 
-QA_FLAGS_IGNORED="usr/bin/${PN}-cli"
+QA_FLAGS_IGNORED="usr/bin/.*"
 
 src_install() {
 	linux-mod_src_install


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

* [gentoo-commits] repo/proj/guru:dev commit in: sys-apps/corefreq/
@ 2024-02-27 20:26 Vitaly Zdanevich
  0 siblings, 0 replies; 14+ messages in thread
From: Vitaly Zdanevich @ 2024-02-27 20:26 UTC (permalink / raw
  To: gentoo-commits

commit:     7da437f9c58f9aab56d4b1392032001088bf18c7
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Tue Feb 27 20:26:09 2024 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Tue Feb 27 20:26:09 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7da437f9

sys-apps/corefreq: fix installing of systemd service

Closes: https://bugs.gentoo.org/show_bug.cgi?id=908110
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 sys-apps/corefreq/corefreq-1.96.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/corefreq/corefreq-1.96.3.ebuild b/sys-apps/corefreq/corefreq-1.96.3.ebuild
index 0bb409675f..37656cc430 100644
--- a/sys-apps/corefreq/corefreq-1.96.3.ebuild
+++ b/sys-apps/corefreq/corefreq-1.96.3.ebuild
@@ -46,7 +46,7 @@ src_install() {
 	dobin corefreqd corefreq-cli
 	newconfd "${FILESDIR}/${PN}.conf" "${PN}"
 	doinitd "${FILESDIR}/${PN}"
-	use systemd && systemd_dounit ${PN}.service
+	use systemd && systemd_dounit ${PN}d.service
 	use doc && dodoc README.md
 }
 


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

* [gentoo-commits] repo/proj/guru:dev commit in: sys-apps/corefreq/
@ 2024-02-27 20:28 Vitaly Zdanevich
  0 siblings, 0 replies; 14+ messages in thread
From: Vitaly Zdanevich @ 2024-02-27 20:28 UTC (permalink / raw
  To: gentoo-commits

commit:     14ad6bc2d263c8477a16039d7a823e72f5ecf209
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Tue Feb 27 20:28:01 2024 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Tue Feb 27 20:28:01 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=14ad6bc2

sys-apps/corefreq: ebuild code format

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 sys-apps/corefreq/corefreq-1.96.3.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-apps/corefreq/corefreq-1.96.3.ebuild b/sys-apps/corefreq/corefreq-1.96.3.ebuild
index 37656cc430..31c1e8fc85 100644
--- a/sys-apps/corefreq/corefreq-1.96.3.ebuild
+++ b/sys-apps/corefreq/corefreq-1.96.3.ebuild
@@ -33,10 +33,10 @@ MODULE_NAMES="corefreqk(misc:${S})"
 MODULESD_COREFREQK_ENABLED="yes"
 
 pkg_setup() {
-		get_version
-		require_configured_kernel
-		BUILD_PARAMS="KERNELDIR=/lib/modules/${KV_FULL}/build"
-		linux-mod_pkg_setup
+	get_version
+	require_configured_kernel
+	BUILD_PARAMS="KERNELDIR=/lib/modules/${KV_FULL}/build"
+	linux-mod_pkg_setup
 }
 
 QA_FLAGS_IGNORED="usr/bin/.*"


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

* [gentoo-commits] repo/proj/guru:dev commit in: sys-apps/corefreq/
@ 2024-03-02  1:14 Vitaly Zdanevich
  0 siblings, 0 replies; 14+ messages in thread
From: Vitaly Zdanevich @ 2024-03-02  1:14 UTC (permalink / raw
  To: gentoo-commits

commit:     a4c8910d88983ee218e2fc2c45e49daf9211baa6
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Sat Mar  2 01:14:25 2024 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Sat Mar  2 01:14:25 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a4c8910d

sys-apps/corefreq: add QA_PREBUILT="usr/bin/${PN}d"

Closes: https://bugs.gentoo.org/show_bug.cgi?id=914219
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 sys-apps/corefreq/corefreq-1.96.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/corefreq/corefreq-1.96.3.ebuild b/sys-apps/corefreq/corefreq-1.96.3.ebuild
index 31c1e8fc85..abbc008175 100644
--- a/sys-apps/corefreq/corefreq-1.96.3.ebuild
+++ b/sys-apps/corefreq/corefreq-1.96.3.ebuild
@@ -39,7 +39,7 @@ pkg_setup() {
 	linux-mod_pkg_setup
 }
 
-QA_FLAGS_IGNORED="usr/bin/.*"
+QA_PREBUILT="usr/bin/${PN}d"
 
 src_install() {
 	linux-mod_src_install


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

* [gentoo-commits] repo/proj/guru:dev commit in: sys-apps/corefreq/
@ 2024-03-02 23:01 Vitaly Zdanevich
  0 siblings, 0 replies; 14+ messages in thread
From: Vitaly Zdanevich @ 2024-03-02 23:01 UTC (permalink / raw
  To: gentoo-commits

commit:     eb440daa4d39018f4c655dfdfcdcf9462a985c32
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Sat Mar  2 23:01:36 2024 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Sat Mar  2 23:01:36 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=eb440daa

sys-apps/corefreq: add QA_PREBUILT/usr/bin/${PN}-cli"

Closes: https://bugs.gentoo.org/show_bug.cgi?id=926028
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 sys-apps/corefreq/corefreq-1.96.3.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sys-apps/corefreq/corefreq-1.96.3.ebuild b/sys-apps/corefreq/corefreq-1.96.3.ebuild
index abbc008175..0253f17fd7 100644
--- a/sys-apps/corefreq/corefreq-1.96.3.ebuild
+++ b/sys-apps/corefreq/corefreq-1.96.3.ebuild
@@ -39,7 +39,10 @@ pkg_setup() {
 	linux-mod_pkg_setup
 }
 
-QA_PREBUILT="usr/bin/${PN}d"
+QA_PREBUILT="
+	usr/bin/${PN}d
+	/usr/bin/${PN}-cli
+"
 
 src_install() {
 	linux-mod_src_install


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

end of thread, other threads:[~2024-03-02 23:01 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-31  5:32 [gentoo-commits] repo/proj/guru:dev commit in: sys-apps/corefreq/ Vitaly Zdanevich
  -- strict thread matches above, loose matches on Subject: below --
2024-03-02 23:01 Vitaly Zdanevich
2024-03-02  1:14 Vitaly Zdanevich
2024-02-27 20:28 Vitaly Zdanevich
2024-02-27 20:26 Vitaly Zdanevich
2023-09-15  9:33 Vitaly Zdanevich
2023-09-14  5:53 Vitaly Zdanevich
2023-06-07  5:40 Vitaly Zdanevich
2023-06-02  5:15 Vitaly Zdanevich
2023-06-01  5:34 Vitaly Zdanevich
2023-06-01  5:22 Vitaly Zdanevich
2023-05-31  5:58 Vitaly Zdanevich
2023-05-31  5:57 Vitaly Zdanevich
2023-05-30 12:53 Vitaly Zdanevich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox