aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-30 10:53:31 +0200
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-30 10:53:31 +0200
commit369e6ae2295a23d02bd714ff94b720cc2828361a (patch)
treea6f425c83b0f525f66dc1f75129b60516bdf07eb
parentnet-misc/gmid: new package (diff)
downloadguru-369e6ae2.tar.gz
guru-369e6ae2.tar.bz2
guru-369e6ae2.zip
net-misc/gmid: fix MultipleKeywordsLines, BadHomepage
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
-rw-r--r--net-misc/gmid/gmid-1.6.ebuild6
-rw-r--r--net-misc/gmid/gmid-9999.ebuild6
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"