Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/lab/
Date: Mon, 20 Dec 2021 22:53:16
Message-Id: 1640040782.133a383148cdf5f7cd00b3638e80e2c795747b0f.williamh@gentoo
1 commit: 133a383148cdf5f7cd00b3638e80e2c795747b0f
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 20 22:49:27 2021 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 20 22:53:02 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=133a3831
7
8 dev-vcs/lab: fix home page
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
12
13 dev-vcs/lab/lab-0.17.2.ebuild | 4 ++--
14 dev-vcs/lab/lab-0.19.0.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-vcs/lab/lab-0.17.2.ebuild b/dev-vcs/lab/lab-0.17.2.ebuild
18 index 355a275a8042..8a8f58154b75 100644
19 --- a/dev-vcs/lab/lab-0.17.2.ebuild
20 +++ b/dev-vcs/lab/lab-0.17.2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 2020 Gentoo Authors
23 +# Copyright 2020-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -6,7 +6,7 @@ EAPI=7
28 inherit bash-completion-r1 go-module
29
30 DESCRIPTION="Lab wraps Git or Hub, making it simple to interact with repositories on GitLab"
31 -HOMEPAGE="https://zaquestion.github.io/lab"
32 +HOMEPAGE="https://zaquestion.github.io/lab/"
33
34 EGO_SUM=(
35 "github.com/BurntSushi/toml v0.3.1"
36
37 diff --git a/dev-vcs/lab/lab-0.19.0.ebuild b/dev-vcs/lab/lab-0.19.0.ebuild
38 index dcb77c99d293..d2a09a9410f9 100644
39 --- a/dev-vcs/lab/lab-0.19.0.ebuild
40 +++ b/dev-vcs/lab/lab-0.19.0.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 2020 Gentoo Authors
43 +# Copyright 2020-2021 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=7
47 @@ -6,7 +6,7 @@ LONG_VERSION=v0.19.0-0-g910234a
48 inherit bash-completion-r1 go-module
49
50 DESCRIPTION="Lab wraps Git or Hub, making it simple to interact with repositories on GitLab"
51 -HOMEPAGE="https://zaquestion.github.io/lab"
52 +HOMEPAGE="https://zaquestion.github.io/lab/"
53
54 EGO_SUM=(
55 "cloud.google.com/go v0.26.0/go.mod"