summaryrefslogtreecommitdiff
path: root/x11-plugins/wmcpuwatch
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
commitf716a9fe6455d39eef01e718aae68dae61c19704 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /x11-plugins/wmcpuwatch
parent3f9cf298e89cd5037b982abba06091224ee76daf (diff)
downloadbaldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip
Adding metadata
Diffstat (limited to 'x11-plugins/wmcpuwatch')
-rw-r--r--x11-plugins/wmcpuwatch/Manifest1
-rw-r--r--x11-plugins/wmcpuwatch/files/wmcpuwatch-0.2-cmake.patch47
-rw-r--r--x11-plugins/wmcpuwatch/metadata.xml15
-rw-r--r--x11-plugins/wmcpuwatch/wmcpuwatch-0.2-r2.ebuild32
4 files changed, 0 insertions, 95 deletions
diff --git a/x11-plugins/wmcpuwatch/Manifest b/x11-plugins/wmcpuwatch/Manifest
deleted file mode 100644
index 8030cb75dd4f..000000000000
--- a/x11-plugins/wmcpuwatch/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST wmcpuwatch-0.2.tar.bz2 55621 BLAKE2B 5be49c22b7f063fe2cf4fb91358665903018500d51f56731b0f3584fec011031ec03fdb650722634aaf3b8b9a29e9f7d048b73fcc88b20e469607472cf827e69 SHA512 25aa3fb2d416035a7f3afbec58b2166338009e57310166e91719f6b5cfc4a1e05600ef0ec381c1ff56964848dac1e8ed272cbc4e352dbcc2751addd2cddd2e6e
diff --git a/x11-plugins/wmcpuwatch/files/wmcpuwatch-0.2-cmake.patch b/x11-plugins/wmcpuwatch/files/wmcpuwatch-0.2-cmake.patch
deleted file mode 100644
index 813a964e4bf6..000000000000
--- a/x11-plugins/wmcpuwatch/files/wmcpuwatch-0.2-cmake.patch
+++ /dev/null
@@ -1,47 +0,0 @@
-From: Bernard Cafarelli <voyageur@gentoo.org>
-Date: Mon, 1 Jan 2018 22:45:14 +0100
-Subject: [PATCH] CMake fixes
-
-Raise CMake minimum version to 3.10
-Handle documentation installation in the ebuild
-Add PROJECT_BINARY_DIR in include directories (to find config.h)
-
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -1,6 +1,6 @@
- #
- # Define CMake minimum
--cmake_minimum_required(VERSION 3.9)
-+cmake_minimum_required(VERSION 3.10)
-
- #
- # Project Name: wmcpuwatch
-@@ -26,6 +26,7 @@ configure_file(
- #
- # Define include directories
- include_directories(
-+ "${PROJECT_BINARY_DIR}"
- ${DOCKAPP_INCLUDE_DIR}
- ${X11_X11_INCLUDE_PATH})
-
-@@ -56,8 +57,6 @@ target_link_libraries(wmcpuwatch
- install(TARGETS wmcpuwatch RUNTIME DESTINATION bin)
- install(FILES wmcpuwatch.1 DESTINATION share/man/man1)
- install(FILES wmcpuwatch.desktop DESTINATION share/applications)
--install(FILES README.md DESTINATION share/doc/${CMAKE_PROJECT_NAME})
--install(FILES ChangeLog DESTINATION share/doc/${CMAKE_PROJECT_NAME} RENAME changelog)
-
- #
- # Create a source tarball using CPack
---- a/doc/CMakeLists.txt
-+++ b/doc/CMakeLists.txt
-@@ -20,9 +20,6 @@ if (DOXYGEN_FOUND)
- WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
- COMMENT "Generating code documentation"
- VERBATIM)
--
-- # Install the documentation
-- install(DIRECTORY html DESTINATION share/doc/${CMAKE_PROJECT_NAME})
- else (DOXYGEN_FOUND)
- message("doxygen not installed: Not creating code documentation")
- endif (DOXYGEN_FOUND)
diff --git a/x11-plugins/wmcpuwatch/metadata.xml b/x11-plugins/wmcpuwatch/metadata.xml
deleted file mode 100644
index 51e6a618975f..000000000000
--- a/x11-plugins/wmcpuwatch/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://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>
-</pkgmetadata>
diff --git a/x11-plugins/wmcpuwatch/wmcpuwatch-0.2-r2.ebuild b/x11-plugins/wmcpuwatch/wmcpuwatch-0.2-r2.ebuild
deleted file mode 100644
index 296d1638fb1e..000000000000
--- a/x11-plugins/wmcpuwatch/wmcpuwatch-0.2-r2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="dockapp showing the load of every logical CPU on the system"
-HOMEPAGE="https://bitbucket-archive.softwareheritage.org/projects/st/StarFire/wmcpuwatch.html"
-SRC_URI="https://bitbucket-archive.softwareheritage.org/static/83/8395d160-de4b-42d6-a7d9-939eade4f58a/attachments/${P}.tar.bz2"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-
-RDEPEND=">=x11-libs/libdockapp-0.7:="
-DEPEND="${RDEPEND}"
-BDEPEND="doc? ( app-text/doxygen[dot] )"
-
-DOCS=( ChangeLog README.md )
-PATCHES=( "${FILESDIR}"/${P}-cmake.patch )
-
-src_prepare() {
- cmake_src_prepare
- use doc || cmake_comment_add_subdirectory doc
-}
-
-src_install() {
- cmake_src_install
- use doc && dodoc -r "${BUILD_DIR}"/doc/html
-}