Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/tmux-mem-cpu-load/
Date: Wed, 02 Mar 2022 04:28:37
Message-Id: 1646195296.48a3e75eb6354aecdcaa0433f4c5b36801f17bf5.sam@gentoo
1 commit: 48a3e75eb6354aecdcaa0433f4c5b36801f17bf5
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 2 04:28:16 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 2 04:28:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48a3e75e
7
8 app-misc/tmux-mem-cpu-load: add 3.5.1
9
10 Bug: https://bugs.gentoo.org/834313
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 app-misc/tmux-mem-cpu-load/Manifest | 1 +
14 ...cpu-load-9999.ebuild => tmux-mem-cpu-load-3.5.1.ebuild} | 14 ++++++--------
15 app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-9999.ebuild | 14 ++++++--------
16 3 files changed, 13 insertions(+), 16 deletions(-)
17
18 diff --git a/app-misc/tmux-mem-cpu-load/Manifest b/app-misc/tmux-mem-cpu-load/Manifest
19 index 41a5bf637a77..31bcd1a7014c 100644
20 --- a/app-misc/tmux-mem-cpu-load/Manifest
21 +++ b/app-misc/tmux-mem-cpu-load/Manifest
22 @@ -1 +1,2 @@
23 DIST tmux-mem-cpu-load-3.4.0.tar.gz 19483 BLAKE2B eeaabcd4447b326dbf77d3e5844971d2b466c93169993d4a16912bc4d0f777b07db1b0c2973dfaef9e0cd5b4f0dfd132043aed20170a1a7856d7a3c1f6a96ba8 SHA512 f963683faa86ff7b20a658787978ce3c4c36c41fabe297e18e4b1483e680d71a3b10c220dbae5c29bc7f7cb65e79839041b53c9aaee75a17bdc78bf0b76e8dc1
24 +DIST tmux-mem-cpu-load-3.5.1.tar.gz 23020 BLAKE2B 2bbe2441c0fd687fee4ed2f27b8cea0fdbb0596c36fe8c791be110b880abe5d8c28a14960a9836552cf49b4f92d32a127be9271954853c5310f1628791138f7a SHA512 e08a3ad088021d4f4a3fb671a15cc8468a833501202391a63f57d3b53ea65934dc32869c3b7bbe47bce7d8ff2c9d1d35a5823a70c80d1218392aac82ed96e68f
25
26 diff --git a/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-9999.ebuild b/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-3.5.1.ebuild
27 similarity index 58%
28 copy from app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-9999.ebuild
29 copy to app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-3.5.1.ebuild
30 index 2ed393ced5f9..e8fe363b9562 100644
31 --- a/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-9999.ebuild
32 +++ b/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-3.5.1.ebuild
33 @@ -1,22 +1,20 @@
34 -# Copyright 1999-2021 Gentoo Authors
35 +# Copyright 1999-2022 Gentoo Authors
36 # Distributed under the terms of the GNU General Public License v2
37
38 -EAPI=6
39 +EAPI=8
40
41 -inherit cmake-utils
42 +inherit cmake
43
44 -IUSE=""
45 if [[ ${PV} == *9999* ]]; then
46 + EGIT_REPO_URI="https://github.com/thewtex/tmux-mem-cpu-load.git"
47 inherit git-r3
48 - EGIT_REPO_URI=${EGIT_REPO_URI:-"https://github.com/thewtex/tmux-mem-cpu-load.git"}
49 - SRC_URI=""
50 else
51 - KEYWORDS=""
52 SRC_URI="https://github.com/thewtex/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
53 + KEYWORDS="~amd64 ~arm64 ~x86"
54 fi
55
56 DESCRIPTION="CPU, RAM memory, and load monitor for use with tmux"
57 -HOMEPAGE="https://github.com/thewtex/tmux-mem-cpu-load/"
58 +HOMEPAGE="https://github.com/thewtex/tmux-mem-cpu-load"
59
60 LICENSE="Apache-2.0"
61 SLOT="0"
62
63 diff --git a/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-9999.ebuild b/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-9999.ebuild
64 index 2ed393ced5f9..e8fe363b9562 100644
65 --- a/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-9999.ebuild
66 +++ b/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-9999.ebuild
67 @@ -1,22 +1,20 @@
68 -# Copyright 1999-2021 Gentoo Authors
69 +# Copyright 1999-2022 Gentoo Authors
70 # Distributed under the terms of the GNU General Public License v2
71
72 -EAPI=6
73 +EAPI=8
74
75 -inherit cmake-utils
76 +inherit cmake
77
78 -IUSE=""
79 if [[ ${PV} == *9999* ]]; then
80 + EGIT_REPO_URI="https://github.com/thewtex/tmux-mem-cpu-load.git"
81 inherit git-r3
82 - EGIT_REPO_URI=${EGIT_REPO_URI:-"https://github.com/thewtex/tmux-mem-cpu-load.git"}
83 - SRC_URI=""
84 else
85 - KEYWORDS=""
86 SRC_URI="https://github.com/thewtex/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
87 + KEYWORDS="~amd64 ~arm64 ~x86"
88 fi
89
90 DESCRIPTION="CPU, RAM memory, and load monitor for use with tmux"
91 -HOMEPAGE="https://github.com/thewtex/tmux-mem-cpu-load/"
92 +HOMEPAGE="https://github.com/thewtex/tmux-mem-cpu-load"
93
94 LICENSE="Apache-2.0"
95 SLOT="0"