commit:     369e6ae2295a23d02bd714ff94b720cc2828361a
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Mar 30 08:53:31 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> 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 <andrewammerlaan <AT> 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"

Reply via email to