From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 122A21382C5 for ; Wed, 2 Jun 2021 02:46:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F96DE0875; Wed, 2 Jun 2021 02:46:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4BC04E0875 for ; Wed, 2 Jun 2021 02:46:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6102D335DD1 for ; Wed, 2 Jun 2021 02:46:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E88EB79B for ; Wed, 2 Jun 2021 02:46:52 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1622601801.7b3a7d67ebc1f16c04710d6cee93ef90f79a786a.tamiko@gentoo> Subject: [gentoo-commits] repo/dev/tamiko:master commit in: sys-fs/btrfs-heatmap/ X-VCS-Repository: repo/dev/tamiko X-VCS-Files: sys-fs/btrfs-heatmap/Manifest sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild X-VCS-Directories: sys-fs/btrfs-heatmap/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 7b3a7d67ebc1f16c04710d6cee93ef90f79a786a X-VCS-Branch: master Date: Wed, 2 Jun 2021 02:46:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 05c372c6-e962-4905-882b-50b890e85874 X-Archives-Hash: 034607e51fbaf391ea6a8497c9f90c95 commit: 7b3a7d67ebc1f16c04710d6cee93ef90f79a786a Author: Matthias Maier gentoo org> AuthorDate: Wed Jun 2 02:43:21 2021 +0000 Commit: Matthias Maier gentoo org> CommitDate: Wed Jun 2 02:43:21 2021 +0000 URL: https://gitweb.gentoo.org/repo/dev/tamiko.git/commit/?id=7b3a7d67 sys-fs/btrfs-heatmap: version bump to 9 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Matthias Maier gentoo.org> sys-fs/btrfs-heatmap/Manifest | 1 + sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild | 32 +++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/sys-fs/btrfs-heatmap/Manifest b/sys-fs/btrfs-heatmap/Manifest index 8e16490..20a3f6d 100644 --- a/sys-fs/btrfs-heatmap/Manifest +++ b/sys-fs/btrfs-heatmap/Manifest @@ -1 +1,2 @@ DIST btrfs-heatmap-8.tar.gz 660304 SHA256 bd8bceead5bb1ae3d15ab6dafa87c5b128dd0f71cdba284f6dffac7b27061f19 SHA512 aaf5c3765aeae18364ef68b2ff467384612073d97f8d038dd088a774d38cdf238c881f29409ecaeb2882fc4f546681293900b4cdd4e062af573d0ca846056c70 WHIRLPOOL 6ec26dec88203fae3bf4e4d654579970f586c8deb41fd8d3bd7e5afca5881777fa1bb067b8d627ec0fb7b2cc468c79972e8ca96cbf42959a8e6e7c5746926305 +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 new file mode 100644 index 0000000..8e9b853 --- /dev/null +++ b/sys-fs/btrfs-heatmap/btrfs-heatmap-9.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python3_{6,7,8,9} ) + +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} + $(python_gen_cond_usedep \ + dev-python/python-btrfs[${PYTHON_USEDEP}])" +DEPEND="${RDEPEND}" + +src_install() +{ + newbin heatmap.py btrfs-heatmap + python_fix_shebang "${ED}"/usr/bin/btrfs-heatmap + default +}