summaryrefslogtreecommitdiff
path: root/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-2.2.1-r1.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-06-07 12:37:09 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-06-07 12:48:34 +0200
commit61fd89e27824b51576b1417d73324f1be03aa77a (patch)
tree3b4518221628656ee314d6045072ecfd2a4b15f6 /app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-2.2.1-r1.ebuild
parent84c21818e857f6127a8edd8769d3f07e2c9b2502 (diff)
downloadgentoo-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/tmux-mem-cpu-load/tmux-mem-cpu-load-2.2.1-r1.ebuild')
-rw-r--r--app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-2.2.1-r1.ebuild28
1 files changed, 0 insertions, 28 deletions
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
-}