summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2017-12-10 20:18:21 +0100
committerBernard Cafarelli <voyageur@gentoo.org>2017-12-15 12:03:34 +0100
commite76f49ffa4746fb50fd6bb69e846b9d37bb29fc4 (patch)
treeff520ba5a6a2b3fc1a24b692e1349e5ea8b77288
parentwww-apps/grafana-bin: Version bump to 4.6.3 (diff)
downloadgentoo-e76f49ffa4746fb50fd6bb69e846b9d37bb29fc4.tar.gz
gentoo-e76f49ffa4746fb50fd6bb69e846b9d37bb29fc4.tar.bz2
gentoo-e76f49ffa4746fb50fd6bb69e846b9d37bb29fc4.zip
x11-plugins/wmcpuwatch: initial import
Package-Manager: Portage-2.3.17, Repoman-2.3.6
-rw-r--r--x11-plugins/wmcpuwatch/Manifest1
-rw-r--r--x11-plugins/wmcpuwatch/metadata.xml18
-rw-r--r--x11-plugins/wmcpuwatch/wmcpuwatch-0.2.ebuild17
3 files changed, 36 insertions, 0 deletions
diff --git a/x11-plugins/wmcpuwatch/Manifest b/x11-plugins/wmcpuwatch/Manifest
new file mode 100644
index 000000000000..8030cb75dd4f
--- /dev/null
+++ b/x11-plugins/wmcpuwatch/Manifest
@@ -0,0 +1 @@
+DIST wmcpuwatch-0.2.tar.bz2 55621 BLAKE2B 5be49c22b7f063fe2cf4fb91358665903018500d51f56731b0f3584fec011031ec03fdb650722634aaf3b8b9a29e9f7d048b73fcc88b20e469607472cf827e69 SHA512 25aa3fb2d416035a7f3afbec58b2166338009e57310166e91719f6b5cfc4a1e05600ef0ec381c1ff56964848dac1e8ed272cbc4e352dbcc2751addd2cddd2e6e
diff --git a/x11-plugins/wmcpuwatch/metadata.xml b/x11-plugins/wmcpuwatch/metadata.xml
new file mode 100644
index 000000000000..00a3935917ee
--- /dev/null
+++ b/x11-plugins/wmcpuwatch/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+ <email>voyageur@gentoo.org</email>
+ <name>Bernard Cafarelli</name>
+</maintainer>
+<longdescription>
+wmcpuwatch aims to show the load of every logical CPU on the system.
+
+It is a fork of wmmon. wmmon shows the load of up to 10 CPUs. With a little tweaking it is possible to show 12 with wmmon, but when in 2017 Intel announced a 18 core CPU (and AMD was with their Ryzen even earlier), there was time for a new dockapp.
+
+wmcpuwatch now shows the load of all CPUs in the lower frame which allows 40 CPUs at max.
+</longdescription>
+<upstream>
+ <remote-id type="bitbucket">StarFire/wmcpuwatch</remote-id>
+</upstream>
+</pkgmetadata>
diff --git a/x11-plugins/wmcpuwatch/wmcpuwatch-0.2.ebuild b/x11-plugins/wmcpuwatch/wmcpuwatch-0.2.ebuild
new file mode 100644
index 000000000000..d475e3e240e7
--- /dev/null
+++ b/x11-plugins/wmcpuwatch/wmcpuwatch-0.2.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit cmake-utils
+
+DESCRIPTION="dockapp showing the load of every logical CPU on the system"
+HOMEPAGE="https://bitbucket.org/StarFire/wmcpuwatch"
+SRC_URI="https://bitbucket.org/StarFire/${PN}/downloads/${P}.tar.bz2"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=x11-libs/libdockapp-0.7:="
+DEPEND="${RDEPEND}"