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 B63F0158F71 for ; Mon, 16 Aug 2021 20:48:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3BAEEE0CA7; Sun, 15 Aug 2021 17:50:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 233ECE0CA7 for ; Sun, 15 Aug 2021 17:50:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 EB92F34533F for ; Sun, 15 Aug 2021 17:50:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F29B7AF for ; Sun, 15 Aug 2021 17:50:43 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1629049781.bbb6b06345cccae7b1f40cce2b1641246f639d5f.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/leveldb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/leveldb/leveldb-1.20.ebuild X-VCS-Directories: dev-libs/leveldb/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: bbb6b06345cccae7b1f40cce2b1641246f639d5f X-VCS-Branch: master Date: Sun, 15 Aug 2021 17:50:43 +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: df3415d6-a411-4c06-afb5-887b44ac76c4 X-Archives-Hash: 78e8c5c17a237ab431caee7d01fe8cfa commit: bbb6b06345cccae7b1f40cce2b1641246f639d5f Author: Arthur Zamarin gentoo org> AuthorDate: Sun Aug 15 17:49:18 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun Aug 15 17:49:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbb6b063 dev-libs/leveldb: update HOMEPAGE Closes: https://bugs.gentoo.org/691182 Signed-off-by: Arthur Zamarin gentoo.org> dev-libs/leveldb/leveldb-1.20.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/leveldb/leveldb-1.20.ebuild b/dev-libs/leveldb/leveldb-1.20.ebuild index 3c793554cea..fbf7e9603ed 100644 --- a/dev-libs/leveldb/leveldb-1.20.ebuild +++ b/dev-libs/leveldb/leveldb-1.20.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit multilib toolchain-funcs DESCRIPTION="a fast key-value storage library written at Google" -HOMEPAGE="http://leveldb.org/ https://github.com/google/leveldb" +HOMEPAGE="https://github.com/google/leveldb" SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD"