app-misc/tmux-mem-cpu-load: remove old
authorMichael Palimaka <kensington@gentoo.org>
Sun, 14 Feb 2016 14:11:37 +0000 (01:11 +1100)
committerMichael Palimaka <kensington@gentoo.org>
Sun, 14 Feb 2016 14:12:43 +0000 (01:12 +1100)
Package-Manager: portage-2.2.27

app-misc/tmux-mem-cpu-load/Manifest
app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-2.1.0.ebuild [deleted file]
app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-2.2.1.ebuild [deleted file]

index 339ceeaa86ede164e185415ce36d51be36e5d5b7..90d469183bb4ea182656b881f2b1b00f1dd260c7 100644 (file)
@@ -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 (file)
index 31c90c1..0000000
+++ /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 (file)
index 0b4e8fc..0000000
+++ /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 )