diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-06-07 12:37:09 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-06-07 12:48:34 +0200 |
commit | 61fd89e27824b51576b1417d73324f1be03aa77a (patch) | |
tree | 3b4518221628656ee314d6045072ecfd2a4b15f6 /app-misc | |
parent | app-text/sdcv: Drop 0.5.0_beta2 (r0) (diff) | |
download | gentoo-61fd89e27824b51576b1417d73324f1be03aa77a.tar.gz gentoo-61fd89e27824b51576b1417d73324f1be03aa77a.tar.bz2 gentoo-61fd89e27824b51576b1417d73324f1be03aa77a.zip |
app-misc/tmux-mem-cpu-load: Drop 2.2.1-r1
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/tmux-mem-cpu-load/Manifest | 1 | ||||
-rw-r--r-- | app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-2.2.1-r1.ebuild | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/app-misc/tmux-mem-cpu-load/Manifest b/app-misc/tmux-mem-cpu-load/Manifest index cd4f0b96238d..41a5bf637a77 100644 --- a/app-misc/tmux-mem-cpu-load/Manifest +++ b/app-misc/tmux-mem-cpu-load/Manifest @@ -1,2 +1 @@ -DIST tmux-mem-cpu-load-2.2.1.tar.gz 9893 BLAKE2B 12776c3a7612a193418a16a1a8bba9720df9296f7ae35183de80031d62c6559fe9b1385e95762e265b2de1f1df17e02f0215801f203c3a7a9c32be321bacae85 SHA512 44d677bbe9eb457b8857c603f469c46767878b2b8af8f169f2b01393ce65fc8da3c33288bc0743b3c2846b77de798437130a7676ca95c5cab52cd4166d9ded73 DIST tmux-mem-cpu-load-3.4.0.tar.gz 19483 BLAKE2B eeaabcd4447b326dbf77d3e5844971d2b466c93169993d4a16912bc4d0f777b07db1b0c2973dfaef9e0cd5b4f0dfd132043aed20170a1a7856d7a3c1f6a96ba8 SHA512 f963683faa86ff7b20a658787978ce3c4c36c41fabe297e18e4b1483e680d71a3b10c220dbae5c29bc7f7cb65e79839041b53c9aaee75a17bdc78bf0b76e8dc1 diff --git a/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-2.2.1-r1.ebuild b/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-2.2.1-r1.ebuild deleted file mode 100644 index c7b3a3a921d7..000000000000 --- a/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-2.2.1-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit cmake-utils - -IUSE="" -if [[ ${PV} == *9999* ]]; then - inherit git-r3 - EGIT_REPO_URI=${EGIT_REPO_URI:-"git://github.com/thewtex/tmux-mem-cpu-load.git"} - KEYWORDS="" - SRC_URI="" -else - KEYWORDS="amd64 x86" - SRC_URI="https://github.com/thewtex/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -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" - -src_install() { - cmake-utils_src_install - dodoc README.rst -} |