From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1147A138334 for ; Sat, 29 Dec 2018 20:03:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB44FE0BAA; Sat, 29 Dec 2018 20:03:41 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AFF39E0BAA for ; Sat, 29 Dec 2018 20:03:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E1412335CC0 for ; Sat, 29 Dec 2018 20:03:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92F414CE for ; Sat, 29 Dec 2018 20:03:37 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1546113787.186c07512a773faa8d99a71ef645f976b9a8c0ac.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/libsecret/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/libsecret/libsecret-0.18.6-r1.ebuild X-VCS-Directories: app-crypt/libsecret/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 186c07512a773faa8d99a71ef645f976b9a8c0ac X-VCS-Branch: master Date: Sat, 29 Dec 2018 20:03:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bc60aadc-8e14-41de-861c-2c7996dd85b3 X-Archives-Hash: 1838ee9e9735f53104e84443decf3a39 commit: 186c07512a773faa8d99a71ef645f976b9a8c0ac Author: Mart Raudsepp gentoo org> AuthorDate: Sat Dec 29 19:02:50 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Dec 29 20:03:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=186c0751 Revert "app-crypt/libsecret: fix homepage" This reverts commit 22a7331e396c0e653c08d3062a3a2b430e74a1ff. Previous homepage works fine, and is what is cited as homepage in the DOAP file. Signed-off-by: Mart Raudsepp gentoo.org> app-crypt/libsecret/libsecret-0.18.6-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/libsecret/libsecret-0.18.6-r1.ebuild b/app-crypt/libsecret/libsecret-0.18.6-r1.ebuild index fa0a33a34bc..b982e64260f 100644 --- a/app-crypt/libsecret/libsecret-0.18.6-r1.ebuild +++ b/app-crypt/libsecret/libsecret-0.18.6-r1.ebuild @@ -8,7 +8,7 @@ VALA_USE_DEPEND=vapigen inherit gnome2 multilib-minimal python-any-r1 vala virtualx DESCRIPTION="GObject library for accessing the freedesktop.org Secret Service API" -HOMEPAGE="https://gitlab.gnome.org/GNOME/libsecret/" +HOMEPAGE="https://wiki.gnome.org/Projects/Libsecret" LICENSE="LGPL-2.1+ Apache-2.0" # Apache-2.0 license is used for tests only SLOT="0"