summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2024-06-08 01:57:49 -0500
committerMatthias Maier <tamiko@gentoo.org>2024-06-08 01:57:49 -0500
commit65e3f849ddf9a1f4a3786ebfb7c321619de06602 (patch)
tree855fc824cfcfb3a090aa44e33ce4dc0977865df2
parentdev-python/python-btrfs: treeclean (diff)
downloadtamiko-65e3f849ddf9a1f4a3786ebfb7c321619de06602.tar.gz
tamiko-65e3f849ddf9a1f4a3786ebfb7c321619de06602.tar.bz2
tamiko-65e3f849ddf9a1f4a3786ebfb7c321619de06602.zip
sys-fs/btrfs-heatmap: treeclean
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
-rw-r--r--sys-fs/btrfs-heatmap/Manifest1
-rw-r--r--sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild31
-rw-r--r--sys-fs/btrfs-heatmap/metadata.xml18
3 files changed, 0 insertions, 50 deletions
diff --git a/sys-fs/btrfs-heatmap/Manifest b/sys-fs/btrfs-heatmap/Manifest
deleted file mode 100644
index 5e131ba..0000000
--- a/sys-fs/btrfs-heatmap/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST btrfs-heatmap-9.tar.gz 661880 SHA256 d2b03119cedbf76f63f377aa5c1711979611e7e5e2f8ad6a7c8cb837a1557127 SHA512 0eeeed72ee26d469577c7c8671c2bf93d258537aa606d7d92e866982136b0ebc151419fbd59bc062062f9537651b4a93afc06d1c804a611a89253fc592f3c996 WHIRLPOOL 592687e8ef2efdd4dfd8fad5e8ade9871d1c03619a9beffdf7d38776facda9bb14cf4d147d48f8e77193a15085a8a2be7529b7b67ff351581ac8433a3326c953
diff --git a/sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild b/sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild
deleted file mode 100644
index ea68647..0000000
--- a/sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{6..11} )
-
-inherit python-single-r1
-
-DESCRIPTION="Python 3 script to draw a heatmap of a btrfs filesystem"
-HOMEPAGE="https://github.com/knorrie/btrfs-heatmap"
-SRC_URI="https://github.com/knorrie/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
- ${PYTHON_DEPS}
- dev-python/python-btrfs"
-DEPEND="${RDEPEND}"
-
-src_install()
-{
- dobin btrfs-heatmap
- python_fix_shebang "${ED}"/usr/bin/btrfs-heatmap
- default
-}
diff --git a/sys-fs/btrfs-heatmap/metadata.xml b/sys-fs/btrfs-heatmap/metadata.xml
deleted file mode 100644
index 3698376..0000000
--- a/sys-fs/btrfs-heatmap/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>tamiko@gentoo.org</email>
- <name>Matthias Maier</name>
- </maintainer>
- <use>
- </use>
- <longdescription lang="en">
- The btrfs heatmap script creates a visualization of how a btrfs
- filesystem is utilizing the underlying disk space of the block
- devices that are added to it.
- </longdescription>
- <upstream>
- <remote-id type="github">knorrie/btrfs-heatmap</remote-id>
- </upstream>
-</pkgmetadata>