summaryrefslogtreecommitdiff
path: root/x11-plugins/wmtop
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
commit290aebdea65a02557706eaeda477fef0437b6a48 (patch)
treef87a939169a508a2e943570501b64cc16b411cda /x11-plugins/wmtop
parent6783ddcd4b73d9ce586a71770caed352bec93b16 (diff)
downloadbaldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip
Adding metadata
Diffstat (limited to 'x11-plugins/wmtop')
-rw-r--r--x11-plugins/wmtop/Manifest1
-rw-r--r--x11-plugins/wmtop/metadata.xml16
-rw-r--r--x11-plugins/wmtop/wmtop-0.85-r1.ebuild28
3 files changed, 0 insertions, 45 deletions
diff --git a/x11-plugins/wmtop/Manifest b/x11-plugins/wmtop/Manifest
deleted file mode 100644
index 5c5559253db5..000000000000
--- a/x11-plugins/wmtop/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST wmtop-0.85.tar.gz 21165 BLAKE2B d114391a987395ae2defcfe03bc4dc022b8d9e4163b310cb4294e34097d8b950fff44c09035265ed152a1a86d2aadd67dcca7a50cd1230c0cf5c49d2b2cb49c1 SHA512 0a251b1ae32fe8c9a09ed1aeb19315d2eab42a7b2264d637de57f2ca946af69f68fec43d921a21ea0cb25b5fa6e24206bf1321ce59dd0ed6c187a5327c7ec70a
diff --git a/x11-plugins/wmtop/metadata.xml b/x11-plugins/wmtop/metadata.xml
deleted file mode 100644
index 930cb86aeb6f..000000000000
--- a/x11-plugins/wmtop/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>voyageur@gentoo.org</email>
- <name>Bernard Cafarelli</name>
- </maintainer>
- <longdescription>
-wmtop is a WindowMaker dock app that displays the top 3 CPU-consuming processes
-in graphical form - like 'top' but pretty and using less real estate on the
-screen. It functions with just about any Linux distribution with a /proc
-filesystem and FreeBSD. Under Linux, there is a switch to allow display of
-physical memory usage rather than CPU usage.
-</longdescription>
- <origin>baldeagleos-repo</origin>
-</pkgmetadata>
diff --git a/x11-plugins/wmtop/wmtop-0.85-r1.ebuild b/x11-plugins/wmtop/wmtop-0.85-r1.ebuild
deleted file mode 100644
index a22492bad3bf..000000000000
--- a/x11-plugins/wmtop/wmtop-0.85-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION="Dockapp for monitoring the top three processes using cpu or memory"
-HOMEPAGE="https://www.dockapps.net/wmtop"
-SRC_URI="https://www.dockapps.net/download/${P}.tar.gz"
-# Incorrect path in this tarball version
-S="${WORKDIR}/dockapps-be3f170"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-
-RDEPEND=">=x11-libs/libdockapp-0.7:=
- x11-libs/libX11
- x11-libs/libXpm
- x11-libs/libXext"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto"
-
-src_prepare() {
- eapply_user
- eautoreconf
-}