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 44DA11382C5 for ; Wed, 14 Apr 2021 14:54:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8DE65E0AE0; Wed, 14 Apr 2021 14:54:31 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 73324E0AE0 for ; Wed, 14 Apr 2021 14:54:31 +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 27385335D16 for ; Wed, 14 Apr 2021 14:54:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0D7E642 for ; Wed, 14 Apr 2021 14:54:28 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1618412064.2580dd9b4eeaa86b30534f2bc6d3f71c42eb216e.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/caffeine-ng/ X-VCS-Repository: repo/proj/guru X-VCS-Files: x11-misc/caffeine-ng/caffeine-ng-3.5.1.ebuild x11-misc/caffeine-ng/caffeine-ng-9999.ebuild X-VCS-Directories: x11-misc/caffeine-ng/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 2580dd9b4eeaa86b30534f2bc6d3f71c42eb216e X-VCS-Branch: dev Date: Wed, 14 Apr 2021 14:54:28 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3732c35a-4920-4d02-b49b-b78b73e2b7cd X-Archives-Hash: a7b20a8d91b566f5341e005a357a219a Message-ID: <20210414145428.c3Hx59GedWWFy9CRVgQtZB7he-9rlvLeVeMKpL7raVw@z> commit: 2580dd9b4eeaa86b30534f2bc6d3f71c42eb216e Author: Andrew Ammerlaan riseup net> AuthorDate: Wed Apr 14 14:54:24 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Wed Apr 14 14:54:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2580dd9b x11-misc/caffeine-ng: fix VisibleVcsPkg, HomepageInSrcUri Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan riseup.net> x11-misc/caffeine-ng/caffeine-ng-3.5.1.ebuild | 4 ++-- x11-misc/caffeine-ng/caffeine-ng-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-misc/caffeine-ng/caffeine-ng-3.5.1.ebuild b/x11-misc/caffeine-ng/caffeine-ng-3.5.1.ebuild index adabd0f6a..694fc4962 100644 --- a/x11-misc/caffeine-ng/caffeine-ng-3.5.1.ebuild +++ b/x11-misc/caffeine-ng/caffeine-ng-3.5.1.ebuild @@ -13,11 +13,11 @@ if [[ ${PV} == 9999 ]];then inherit git-r3 EGIT_REPO_URI="${HOMEPAGE}.git" else - SRC_URI="${HOMEPAGE}/releases/download/v${PV}/${P}.tar.gz" + SRC_URI="https://github.com/caffeine-ng/caffeine-ng/releases/download/v${PV}/${P}.tar.gz" + KEYWORDS="~amd64" fi LICENSE="GPL-3" -KEYWORDS="~amd64" SLOT="0" IUSE="" diff --git a/x11-misc/caffeine-ng/caffeine-ng-9999.ebuild b/x11-misc/caffeine-ng/caffeine-ng-9999.ebuild index 857e04ae7..f55d9d5dc 100644 --- a/x11-misc/caffeine-ng/caffeine-ng-9999.ebuild +++ b/x11-misc/caffeine-ng/caffeine-ng-9999.ebuild @@ -13,11 +13,11 @@ if [[ ${PV} == 9999 ]];then inherit git-r3 EGIT_REPO_URI="${HOMEPAGE}.git" else - SRC_URI="${HOMEPAGE}/releases/download/v${PV}/${P}.tar.gz" + SRC_URI="https://github.com/caffeine-ng/caffeine-ng/releases/download/v${PV}/${P}.tar.gz" + KEYWORDS="~amd64" fi LICENSE="GPL-3" -KEYWORDS="~amd64" SLOT="0" IUSE=""