net-misc/gmid: fix MultipleKeywordsLines, BadHomepage

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2021-03-30 10:53:31 +02:00
parent 391278d559
commit 369e6ae229
2 changed files with 2 additions and 10 deletions

View File

@@ -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"

View File

@@ -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"