aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2022-06-03 12:53:07 +0200
committerFlorian Schmaus <flow@gentoo.org>2022-06-03 12:53:10 +0200
commitd0b3b3702974fd32a64ee899abfa439cca3a5e0c (patch)
treeda678d5a0726a5e7ead91d6d5987d2a3fb57cadd /sys-process
parentmedia-sound/mopidy: add 3.3.0, drop 3.2.0 (diff)
downloadguru-d0b3b3702974fd32a64ee899abfa439cca3a5e0c.tar.gz
guru-d0b3b3702974fd32a64ee899abfa439cca3a5e0c.tar.bz2
guru-d0b3b3702974fd32a64ee899abfa439cca3a5e0c.zip
sys-process/btop: treeclean, migrated to ::gentoo
Bug: https://bugs.gentoo.org/849050 Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r--sys-process/btop/Manifest1
-rw-r--r--sys-process/btop/btop-1.2.7.ebuild32
-rw-r--r--sys-process/btop/metadata.xml8
3 files changed, 0 insertions, 41 deletions
diff --git a/sys-process/btop/Manifest b/sys-process/btop/Manifest
deleted file mode 100644
index 7ac2b8e4e..000000000
--- a/sys-process/btop/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST btop-1.2.7.tar.gz 974883 BLAKE2B c23c0b13ee6749e30ca8a7624f27bac8dc81466ff957a042c9c5e4f7c31b81fc6c15d6b214186e4baed474263ea96a3ffc584783cd098f3ebcae9e34bd75a955 SHA512 c29e1e3d098ef29c710bf76c1ef20e54feceb490aa59d20475a7083a276d422a32f4b4ff423a121aa4aa7f83389980e553e1f78c165f111fe00ccac693d96447
diff --git a/sys-process/btop/btop-1.2.7.ebuild b/sys-process/btop/btop-1.2.7.ebuild
deleted file mode 100644
index 44d1c8204..000000000
--- a/sys-process/btop/btop-1.2.7.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="A monitor of resources"
-HOMEPAGE="https://github.com/aristocratos/btop"
-SRC_URI="https://github.com/aristocratos/btop/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-src_prepare() {
- default
- # btop installs README.md to /usr/share/btop by default
- sed -i '/^.*cp -p README.md.*$/d' Makefile || die
-}
-
-src_compile() {
- # Disable btop optimization flags, since we have our flags in CXXFLAGS
- emake OPTFLAGS=""
-}
-
-src_install() {
- emake \
- PREFIX="${EPREFIX}/usr" \
- DESTDIR="${D}" \
- install
-
- dodoc README.md CHANGELOG.md
-}
diff --git a/sys-process/btop/metadata.xml b/sys-process/btop/metadata.xml
deleted file mode 100644
index 9997c2e86..000000000
--- a/sys-process/btop/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>nex+b-g-o@nexadn.de</email>
- <name>Adrian Schollmeyer</name>
- </maintainer>
-</pkgmetadata>