summaryrefslogtreecommitdiff
path: root/sys-process/bashtop
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /sys-process/bashtop
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'sys-process/bashtop')
-rw-r--r--sys-process/bashtop/Manifest1
-rw-r--r--sys-process/bashtop/bashtop-0.9.25.ebuild26
-rw-r--r--sys-process/bashtop/metadata.xml8
3 files changed, 0 insertions, 35 deletions
diff --git a/sys-process/bashtop/Manifest b/sys-process/bashtop/Manifest
deleted file mode 100644
index 297f4752bd4e..000000000000
--- a/sys-process/bashtop/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST bashtop-0.9.25.tar.gz 443776 BLAKE2B e778f7657a0502a47ed008d9a54514a7397fa3d2f04a3cac0f98faf67b0b183329f0a760121b0e1e7f7bc28a0ff37b43fe514a524eae81468c9cac573da249d2 SHA512 bd70c1e5b8876be38afe5987e60af0d59496532e6f0a87d2b3cd62c2a251fe627d0fac77e757f01979a6d20b43948860f0bcba4d8a1c54f8ef52d02ad4547a7f
diff --git a/sys-process/bashtop/bashtop-0.9.25.ebuild b/sys-process/bashtop/bashtop-0.9.25.ebuild
deleted file mode 100644
index 4c03f216f0f0..000000000000
--- a/sys-process/bashtop/bashtop-0.9.25.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2020-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit optfeature
-
-DESCRIPTION="Resource monitor that shows usage and stats"
-HOMEPAGE="https://github.com/aristocratos/bashtop"
-SRC_URI="https://github.com/aristocratos/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
-
-src_prepare() {
- default
- sed -i -e 's/local//g' Makefile || die "Editing path failed"
- sed -i -e '/DOCDIR/d' Makefile || die "Removing doc folder failed"
-}
-
-pkg_postinst() {
- optfeature "CPU Temperature support" sys-apps/lm-sensors
- optfeature "Update news and Theme Download feature" net-misc/curl
- optfeature "Disk Stats support" app-admin/sysstat
-}
diff --git a/sys-process/bashtop/metadata.xml b/sys-process/bashtop/metadata.xml
deleted file mode 100644
index c6fef862b5a6..000000000000
--- a/sys-process/bashtop/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="github">aristocratos/bashtop</remote-id>
- </upstream>
-</pkgmetadata>