mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 16:13:21 -04:00
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:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user