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 C4C171382C5 for ; Tue, 30 Mar 2021 08:53:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3C9EE0956; Tue, 30 Mar 2021 08:53:45 +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 C2A41E0956 for ; Tue, 30 Mar 2021 08:53:45 +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 3E6D2335D82 for ; Tue, 30 Mar 2021 08:53:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87C775B8 for ; Tue, 30 Mar 2021 08:53:42 +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: <1617094411.369e6ae2295a23d02bd714ff94b720cc2828361a.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/gmid/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/gmid/gmid-1.6.ebuild net-misc/gmid/gmid-9999.ebuild X-VCS-Directories: net-misc/gmid/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 369e6ae2295a23d02bd714ff94b720cc2828361a X-VCS-Branch: dev Date: Tue, 30 Mar 2021 08:53:42 +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: 8f48f1af-c935-43ba-a7a1-1fab9ddb249e X-Archives-Hash: 89ff3b82cf9fb124001a29c23fb71c75 Message-ID: <20210330085342.3wV09_qIv9e2JF96gWKdLQFAfRo2_dMA8gSetkZzabo@z> commit: 369e6ae2295a23d02bd714ff94b720cc2828361a Author: Andrew Ammerlaan riseup net> AuthorDate: Tue Mar 30 08:53:31 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue Mar 30 08:53:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=369e6ae2 net-misc/gmid: fix MultipleKeywordsLines, BadHomepage Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan riseup.net> net-misc/gmid/gmid-1.6.ebuild | 6 +----- net-misc/gmid/gmid-9999.ebuild | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/net-misc/gmid/gmid-1.6.ebuild b/net-misc/gmid/gmid-1.6.ebuild index 7f845df6f..da3b22779 100644 --- a/net-misc/gmid/gmid-1.6.ebuild +++ b/net-misc/gmid/gmid-1.6.ebuild @@ -6,15 +6,11 @@ EAPI=7 inherit toolchain-funcs DESCRIPTION="simple and secure Gemini server" -HOMEPAGE=" - gemini://gemini.omarpolo.com/pages/gmid.gmi - https://www.omarpolo.com/pages/gmid.html -" +HOMEPAGE="https://www.omarpolo.com/pages/gmid.html" if [[ ${PV} == "9999" ]] ; then inherit git-r3 EGIT_REPO_URI="https://git.omarpolo.com/${PN}" - KEYWORDS="" else SRC_URI="https://git.omarpolo.com/${PN}/snapshot/${P}.tar.gz" KEYWORDS="~amd64 ~x86" diff --git a/net-misc/gmid/gmid-9999.ebuild b/net-misc/gmid/gmid-9999.ebuild index 7f845df6f..da3b22779 100644 --- a/net-misc/gmid/gmid-9999.ebuild +++ b/net-misc/gmid/gmid-9999.ebuild @@ -6,15 +6,11 @@ EAPI=7 inherit toolchain-funcs DESCRIPTION="simple and secure Gemini server" -HOMEPAGE=" - gemini://gemini.omarpolo.com/pages/gmid.gmi - https://www.omarpolo.com/pages/gmid.html -" +HOMEPAGE="https://www.omarpolo.com/pages/gmid.html" if [[ ${PV} == "9999" ]] ; then inherit git-r3 EGIT_REPO_URI="https://git.omarpolo.com/${PN}" - KEYWORDS="" else SRC_URI="https://git.omarpolo.com/${PN}/snapshot/${P}.tar.gz" KEYWORDS="~amd64 ~x86"