Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: net-misc/gmid/
Date: Tue, 30 Mar 2021 08:53:52
Message-Id: 1617094411.369e6ae2295a23d02bd714ff94b720cc2828361a.andrewammerlaan@gentoo
1 commit: 369e6ae2295a23d02bd714ff94b720cc2828361a
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Tue Mar 30 08:53:31 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Tue Mar 30 08:53:31 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=369e6ae2
7
8 net-misc/gmid: fix MultipleKeywordsLines, BadHomepage
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12
13 net-misc/gmid/gmid-1.6.ebuild | 6 +-----
14 net-misc/gmid/gmid-9999.ebuild | 6 +-----
15 2 files changed, 2 insertions(+), 10 deletions(-)
16
17 diff --git a/net-misc/gmid/gmid-1.6.ebuild b/net-misc/gmid/gmid-1.6.ebuild
18 index 7f845df6f..da3b22779 100644
19 --- a/net-misc/gmid/gmid-1.6.ebuild
20 +++ b/net-misc/gmid/gmid-1.6.ebuild
21 @@ -6,15 +6,11 @@ EAPI=7
22 inherit toolchain-funcs
23
24 DESCRIPTION="simple and secure Gemini server"
25 -HOMEPAGE="
26 - gemini://gemini.omarpolo.com/pages/gmid.gmi
27 - https://www.omarpolo.com/pages/gmid.html
28 -"
29 +HOMEPAGE="https://www.omarpolo.com/pages/gmid.html"
30
31 if [[ ${PV} == "9999" ]] ; then
32 inherit git-r3
33 EGIT_REPO_URI="https://git.omarpolo.com/${PN}"
34 - KEYWORDS=""
35 else
36 SRC_URI="https://git.omarpolo.com/${PN}/snapshot/${P}.tar.gz"
37 KEYWORDS="~amd64 ~x86"
38
39 diff --git a/net-misc/gmid/gmid-9999.ebuild b/net-misc/gmid/gmid-9999.ebuild
40 index 7f845df6f..da3b22779 100644
41 --- a/net-misc/gmid/gmid-9999.ebuild
42 +++ b/net-misc/gmid/gmid-9999.ebuild
43 @@ -6,15 +6,11 @@ EAPI=7
44 inherit toolchain-funcs
45
46 DESCRIPTION="simple and secure Gemini server"
47 -HOMEPAGE="
48 - gemini://gemini.omarpolo.com/pages/gmid.gmi
49 - https://www.omarpolo.com/pages/gmid.html
50 -"
51 +HOMEPAGE="https://www.omarpolo.com/pages/gmid.html"
52
53 if [[ ${PV} == "9999" ]] ; then
54 inherit git-r3
55 EGIT_REPO_URI="https://git.omarpolo.com/${PN}"
56 - KEYWORDS=""
57 else
58 SRC_URI="https://git.omarpolo.com/${PN}/snapshot/${P}.tar.gz"
59 KEYWORDS="~amd64 ~x86"