summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-06-07 12:38:48 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-06-07 12:48:34 +0200
commit4e7e9e260ca6acefbeeba6b375d5688f344eb03c (patch)
tree8876b46e2138fb642da222f14342e6a064251234 /app-misc/tmux-mem-cpu-load
parentapp-misc/tmux-mem-cpu-load: Drop 2.2.1-r1 (diff)
downloadgentoo-4e7e9e260ca6acefbeeba6b375d5688f344eb03c.tar.gz
gentoo-4e7e9e260ca6acefbeeba6b375d5688f344eb03c.tar.bz2
gentoo-4e7e9e260ca6acefbeeba6b375d5688f344eb03c.zip
app-misc/tmux-mem-cpu-load: Sync live ebuild, drop dupe KEYWORDS line
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-misc/tmux-mem-cpu-load')
-rw-r--r--app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-3.4.0.ebuild1
-rw-r--r--app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-9999.ebuild9
2 files changed, 4 insertions, 6 deletions
diff --git a/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-3.4.0.ebuild b/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-3.4.0.ebuild
index d5401db7832d..f54b4e254c51 100644
--- a/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-3.4.0.ebuild
+++ b/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-3.4.0.ebuild
@@ -9,7 +9,6 @@ IUSE=""
if [[ ${PV} == *9999* ]]; then
inherit git-r3
EGIT_REPO_URI=${EGIT_REPO_URI:-"git://github.com/thewtex/tmux-mem-cpu-load.git"}
- KEYWORDS="amd64 x86"
SRC_URI=""
else
KEYWORDS="amd64 x86"
diff --git a/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-9999.ebuild b/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-9999.ebuild
index 7b933a09dcc4..a93c22ace65b 100644
--- a/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-9999.ebuild
+++ b/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
inherit cmake-utils
@@ -9,10 +9,9 @@ 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"
+ KEYWORDS=""
SRC_URI="https://github.com/thewtex/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
fi
@@ -22,4 +21,4 @@ HOMEPAGE="https://github.com/thewtex/tmux-mem-cpu-load/"
LICENSE="Apache-2.0"
SLOT="0"
-DOCS=( README.rst )
+DOCS=( AUTHORS README.rst )