diff options
author | Michael Palimaka <kensington@gentoo.org> | 2016-02-15 01:11:37 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-02-15 01:12:43 +1100 |
commit | 4fb52bd340140e92b6470a89e9b0bfd412c480ab (patch) | |
tree | e2795aae3e0147cef607c5fee2b60a20ac585edb /app-misc/tmux-mem-cpu-load | |
parent | www-client/qupzilla: remove old (diff) | |
download | gentoo-4fb52bd340140e92b6470a89e9b0bfd412c480ab.tar.gz gentoo-4fb52bd340140e92b6470a89e9b0bfd412c480ab.tar.bz2 gentoo-4fb52bd340140e92b6470a89e9b0bfd412c480ab.zip |
app-misc/tmux-mem-cpu-load: remove old
Package-Manager: portage-2.2.27
Diffstat (limited to 'app-misc/tmux-mem-cpu-load')
-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.1.0.ebuild | 38 | ||||
-rw-r--r-- | app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-2.2.1.ebuild | 26 |
3 files changed, 0 insertions, 65 deletions
diff --git a/app-misc/tmux-mem-cpu-load/Manifest b/app-misc/tmux-mem-cpu-load/Manifest index 339ceeaa86ed..90d469183bb4 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.1.0.tar.gz 2705 SHA256 846036b3d9b0f5e6b6e88988f483f0d82060ca2bbe9fbbd4f4d63ac287eccb7c SHA512 18db125eededc3b2d75f74563e2173daa9fd0a72a9e1eefa93010d3a338403a1393c1a49471e03703d0a72ce7a407070836e5f0486a19e83c02abe1bbec2d2b9 WHIRLPOOL fa64abb9f6e5f43311e13c7777dee835f0b75d9fef1c12c548d8705a86cc67cb18c1164d160d2ce216f8cea7d5b6ae9aae24f80fbac544bdcec20fa2011dbe94 DIST tmux-mem-cpu-load-2.2.1.tar.gz 9893 SHA256 fd90bd8d66f275f4cae36dc5bd05a2826ca3be63a86b916ef7a2b9d956817b9d SHA512 44d677bbe9eb457b8857c603f469c46767878b2b8af8f169f2b01393ce65fc8da3c33288bc0743b3c2846b77de798437130a7676ca95c5cab52cd4166d9ded73 WHIRLPOOL 4512f46972cd7f3eb6c4881ac735b71a4084b3e8a66906d85d9761343617647477f8b4559860a9104b3eaecf2486aea5a2c8a7c7f0011c878c2114259eba5823 diff --git a/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-2.1.0.ebuild b/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-2.1.0.ebuild deleted file mode 100644 index 31c90c144e4a..000000000000 --- a/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-2.1.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="3" - -inherit cmake-utils - -IUSE="" -if [[ ${PV} == *9999* ]]; then - inherit git - 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://www.github.com/thewtex/${PN}/tarball/v${PV} -> ${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_prepare() { - if [[ ${PV} == *9999* ]]; then - git_src_prepare - else - cd "${WORKDIR}"/thewtex-${PN}-* - S=$(pwd) - fi -} - -src_install() { - cmake-utils_src_install - dodoc README.rst || die -} diff --git a/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-2.2.1.ebuild b/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-2.2.1.ebuild deleted file mode 100644 index 0b4e8fc01dba..000000000000 --- a/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-2.2.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="3" - -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" - -DOCS=( README.rst ) |