Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/libsecret/
Date: Sat, 29 Dec 2018 20:03:43
Message-Id: 1546113787.186c07512a773faa8d99a71ef645f976b9a8c0ac.leio@gentoo
1 commit: 186c07512a773faa8d99a71ef645f976b9a8c0ac
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 29 19:02:50 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 29 20:03:07 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=186c0751
7
8 Revert "app-crypt/libsecret: fix homepage"
9
10 This reverts commit 22a7331e396c0e653c08d3062a3a2b430e74a1ff.
11
12 Previous homepage works fine, and is what is cited as homepage in the
13 DOAP file.
14
15 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
16
17 app-crypt/libsecret/libsecret-0.18.6-r1.ebuild | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/app-crypt/libsecret/libsecret-0.18.6-r1.ebuild b/app-crypt/libsecret/libsecret-0.18.6-r1.ebuild
21 index fa0a33a34bc..b982e64260f 100644
22 --- a/app-crypt/libsecret/libsecret-0.18.6-r1.ebuild
23 +++ b/app-crypt/libsecret/libsecret-0.18.6-r1.ebuild
24 @@ -8,7 +8,7 @@ VALA_USE_DEPEND=vapigen
25 inherit gnome2 multilib-minimal python-any-r1 vala virtualx
26
27 DESCRIPTION="GObject library for accessing the freedesktop.org Secret Service API"
28 -HOMEPAGE="https://gitlab.gnome.org/GNOME/libsecret/"
29 +HOMEPAGE="https://wiki.gnome.org/Projects/Libsecret"
30
31 LICENSE="LGPL-2.1+ Apache-2.0" # Apache-2.0 license is used for tests only
32 SLOT="0"