From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/tmux-mem-cpu-load/
Date: Sun, 14 Feb 2016 14:12:54 +0000 (UTC) [thread overview]
Message-ID: <1455459163.4fb52bd340140e92b6470a89e9b0bfd412c480ab.kensington@gentoo> (raw)
commit: 4fb52bd340140e92b6470a89e9b0bfd412c480ab
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 14 14:11:37 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Feb 14 14:12:43 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fb52bd3
app-misc/tmux-mem-cpu-load: remove old
Package-Manager: portage-2.2.27
app-misc/tmux-mem-cpu-load/Manifest | 1 -
.../tmux-mem-cpu-load-2.1.0.ebuild | 38 ----------------------
.../tmux-mem-cpu-load-2.2.1.ebuild | 26 ---------------
3 files changed, 65 deletions(-)
diff --git a/app-misc/tmux-mem-cpu-load/Manifest b/app-misc/tmux-mem-cpu-load/Manifest
index 339ceea..90d4691 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 31c90c1..0000000
--- 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 0b4e8fc..0000000
--- 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 )
next reply other threads:[~2016-02-14 14:13 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-14 14:12 Michael Palimaka [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-25 21:01 [gentoo-commits] repo/gentoo:master commit in: app-misc/tmux-mem-cpu-load/ Michał Górny
2024-11-23 15:42 Michał Górny
2024-11-23 14:25 Sam James
2024-11-23 12:24 Arthur Zamarin
2024-01-27 6:32 Sam James
2024-01-03 8:53 Sam James
2023-05-26 5:17 Joonas Niilola
2023-05-25 8:00 Arthur Zamarin
2022-06-17 10:44 Jakov Smolić
2022-04-27 6:48 Yixun Lan
2022-03-14 18:44 Sam James
2022-03-12 12:21 Jakov Smolić
2022-03-12 11:51 Jakov Smolić
2022-03-02 4:28 Sam James
2021-11-02 19:43 Sam James
2021-09-09 4:22 Sam James
2018-06-07 10:48 Andreas Sturmlechner
2018-06-07 10:48 Andreas Sturmlechner
2018-06-07 10:13 Agostino Sarubbo
2018-06-06 23:23 Thomas Deutschmann
2018-01-21 15:40 Sebastian Pipping
2016-08-07 6:52 Pacho Ramos
2016-02-14 10:11 Agostino Sarubbo
2016-01-24 17:35 Agostino Sarubbo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1455459163.4fb52bd340140e92b6470a89e9b0bfd412c480ab.kensington@gentoo \
--to=kensington@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox