Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/bpytop/
Date: Fri, 29 Jan 2021 18:53:43
Message-Id: 1611946413.56309566ec45fcdc54ed0e77c0c3cbd8dcf86554.chutzpah@gentoo
1 commit: 56309566ec45fcdc54ed0e77c0c3cbd8dcf86554
2 Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
3 AuthorDate: Fri Jan 29 18:53:17 2021 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 29 18:53:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56309566
7
8 sys-process/bpytop-1.0.61-r1: revbump, fix theme installation again
9
10 Copyright: Sony Interactive Entertainment Inc.
11 Package-Manager: Portage-3.0.14, Repoman-3.0.2
12 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
13
14 .../bpytop/{bpytop-1.0.61.ebuild => bpytop-1.0.61-r1.ebuild} | 6 ++++++
15 1 file changed, 6 insertions(+)
16
17 diff --git a/sys-process/bpytop/bpytop-1.0.61.ebuild b/sys-process/bpytop/bpytop-1.0.61-r1.ebuild
18 similarity index 84%
19 rename from sys-process/bpytop/bpytop-1.0.61.ebuild
20 rename to sys-process/bpytop/bpytop-1.0.61-r1.ebuild
21 index 0dd9a9cadf0..95dcdc3f927 100644
22 --- a/sys-process/bpytop/bpytop-1.0.61.ebuild
23 +++ b/sys-process/bpytop/bpytop-1.0.61-r1.ebuild
24 @@ -25,3 +25,9 @@ distutils_enable_tests pytest
25 PATCHES=(
26 "${FILESDIR}/bpytop-1.0.61-tests.patch"
27 )
28 +
29 +src_install() {
30 + insinto "/usr/share/${PN}/themes"
31 + doins bpytop-themes/*.theme
32 + distutils-r1_src_install
33 +}