diff options
author | Sam James <sam@gentoo.org> | 2022-03-02 04:28:16 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-02 04:28:16 +0000 |
commit | 48a3e75eb6354aecdcaa0433f4c5b36801f17bf5 (patch) | |
tree | 82550f7b587c71ecc849dee30e2f97bc09de85b5 | |
parent | sci-libs/itpp: update EAPI 6 -> 8 (diff) | |
download | gentoo-48a3e75eb6354aecdcaa0433f4c5b36801f17bf5.tar.gz gentoo-48a3e75eb6354aecdcaa0433f4c5b36801f17bf5.tar.bz2 gentoo-48a3e75eb6354aecdcaa0433f4c5b36801f17bf5.zip |
app-misc/tmux-mem-cpu-load: add 3.5.1
Bug: https://bugs.gentoo.org/834313
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | app-misc/tmux-mem-cpu-load/Manifest | 1 | ||||
-rw-r--r-- | app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-3.5.1.ebuild | 22 | ||||
-rw-r--r-- | app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-9999.ebuild | 14 |
3 files changed, 29 insertions, 8 deletions
diff --git a/app-misc/tmux-mem-cpu-load/Manifest b/app-misc/tmux-mem-cpu-load/Manifest index 41a5bf637a77..31bcd1a7014c 100644 --- a/app-misc/tmux-mem-cpu-load/Manifest +++ b/app-misc/tmux-mem-cpu-load/Manifest @@ -1 +1,2 @@ DIST tmux-mem-cpu-load-3.4.0.tar.gz 19483 BLAKE2B eeaabcd4447b326dbf77d3e5844971d2b466c93169993d4a16912bc4d0f777b07db1b0c2973dfaef9e0cd5b4f0dfd132043aed20170a1a7856d7a3c1f6a96ba8 SHA512 f963683faa86ff7b20a658787978ce3c4c36c41fabe297e18e4b1483e680d71a3b10c220dbae5c29bc7f7cb65e79839041b53c9aaee75a17bdc78bf0b76e8dc1 +DIST tmux-mem-cpu-load-3.5.1.tar.gz 23020 BLAKE2B 2bbe2441c0fd687fee4ed2f27b8cea0fdbb0596c36fe8c791be110b880abe5d8c28a14960a9836552cf49b4f92d32a127be9271954853c5310f1628791138f7a SHA512 e08a3ad088021d4f4a3fb671a15cc8468a833501202391a63f57d3b53ea65934dc32869c3b7bbe47bce7d8ff2c9d1d35a5823a70c80d1218392aac82ed96e68f diff --git a/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-3.5.1.ebuild b/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-3.5.1.ebuild new file mode 100644 index 000000000000..e8fe363b9562 --- /dev/null +++ b/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-3.5.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +if [[ ${PV} == *9999* ]]; then + EGIT_REPO_URI="https://github.com/thewtex/tmux-mem-cpu-load.git" + inherit git-r3 +else + SRC_URI="https://github.com/thewtex/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~arm64 ~x86" +fi + +DESCRIPTION="CPU, RAM memory, and load monitor for use with tmux" +HOMEPAGE="https://github.com/thewtex/tmux-mem-cpu-load" + +LICENSE="Apache-2.0" +SLOT="0" + +DOCS=( AUTHORS README.rst ) 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 index 2ed393ced5f9..e8fe363b9562 100644 --- 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 @@ -1,22 +1,20 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 -inherit cmake-utils +inherit cmake -IUSE="" if [[ ${PV} == *9999* ]]; then + EGIT_REPO_URI="https://github.com/thewtex/tmux-mem-cpu-load.git" inherit git-r3 - EGIT_REPO_URI=${EGIT_REPO_URI:-"https://github.com/thewtex/tmux-mem-cpu-load.git"} - SRC_URI="" else - KEYWORDS="" SRC_URI="https://github.com/thewtex/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~arm64 ~x86" fi DESCRIPTION="CPU, RAM memory, and load monitor for use with tmux" -HOMEPAGE="https://github.com/thewtex/tmux-mem-cpu-load/" +HOMEPAGE="https://github.com/thewtex/tmux-mem-cpu-load" LICENSE="Apache-2.0" SLOT="0" |