From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CD125138334 for ; Thu, 7 Jun 2018 10:48:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A6C2E0C57; Thu, 7 Jun 2018 10:48:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6EEADE0C4E for ; Thu, 7 Jun 2018 10:48:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D0DAB335CAA for ; Thu, 7 Jun 2018 10:48:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C1072CA for ; Thu, 7 Jun 2018 10:48:51 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1528368514.4e7e9e260ca6acefbeeba6b375d5688f344eb03c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/tmux-mem-cpu-load/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-3.4.0.ebuild app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-9999.ebuild X-VCS-Directories: app-misc/tmux-mem-cpu-load/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4e7e9e260ca6acefbeeba6b375d5688f344eb03c X-VCS-Branch: master Date: Thu, 7 Jun 2018 10:48:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4d70beb5-8cf2-49fe-902e-cebd22d62599 X-Archives-Hash: 8fbd409c769f0827c31750f97daf59d3 commit: 4e7e9e260ca6acefbeeba6b375d5688f344eb03c Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jun 7 10:38:48 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jun 7 10:48:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e7e9e26 app-misc/tmux-mem-cpu-load: Sync live ebuild, drop dupe KEYWORDS line Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-3.4.0.ebuild | 1 - app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-9999.ebuild | 9 ++++----- 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 d5401db7832..f54b4e254c5 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 7b933a09dcc..a93c22ace65 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 )