Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libsignon-glib/
Date: Tue, 27 Oct 2020 00:30:48
Message-Id: 1603758622.ab4d6ab74547407fbdc860910a0d424b148eea1b.asturm@gentoo
1 commit: ab4d6ab74547407fbdc860910a0d424b148eea1b
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 27 00:23:27 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 27 00:30:22 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab4d6ab7
7
8 net-libs/libsignon-glib: Fix HOMEPAGE
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.2
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 net-libs/libsignon-glib/libsignon-glib-2.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-libs/libsignon-glib/libsignon-glib-2.1.ebuild b/net-libs/libsignon-glib/libsignon-glib-2.1.ebuild
17 index 33de3ed28b3..04e74abdd6b 100644
18 --- a/net-libs/libsignon-glib/libsignon-glib-2.1.ebuild
19 +++ b/net-libs/libsignon-glib/libsignon-glib-2.1.ebuild
20 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6,7,8,9} )
21 inherit meson python-r1 vala
22
23 DESCRIPTION="GLib binding for the D-Bus API provided by signond"
24 -HOMEPAGE="https://01.org/gsso/"
25 +HOMEPAGE="https://accounts-sso.gitlab.io/"
26 SRC_URI="https://gitlab.com/accounts-sso/${PN}/-/archive/VERSION_${PV}/${PN}-VERSION_${PV}.tar.gz -> ${P}.tar.gz"
27
28 LICENSE="LGPL-2.1"