From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1457417-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A6189158020 for <garchives@archives.gentoo.org>; Wed, 16 Nov 2022 23:00:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8126AE0839; Wed, 16 Nov 2022 23:00:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 65D7EE0839 for <gentoo-commits@lists.gentoo.org>; Wed, 16 Nov 2022 23:00:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 580F6340F7B for <gentoo-commits@lists.gentoo.org>; Wed, 16 Nov 2022 23:00:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B6A473C for <gentoo-commits@lists.gentoo.org>; Wed, 16 Nov 2022 23:00:28 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1668639590.dc553122331d057553a206eb19e90daa10c3fb05.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/kyotocabinet/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/kyotocabinet/kyotocabinet-1.2.77.ebuild X-VCS-Directories: dev-db/kyotocabinet/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: dc553122331d057553a206eb19e90daa10c3fb05 X-VCS-Branch: master Date: Wed, 16 Nov 2022 23:00:28 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c5b93f70-786e-4035-94a5-08cfb6087ecd X-Archives-Hash: b42e73f62e062492df27c1ad7c3dafc6 commit: dc553122331d057553a206eb19e90daa10c3fb05 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Nov 16 19:55:45 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Nov 16 22:59:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc553122 dev-db/kyotocabinet: update HOMEPAGE, SRC_URI Signed-off-by: Sam James <sam <AT> gentoo.org> dev-db/kyotocabinet/kyotocabinet-1.2.77.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-db/kyotocabinet/kyotocabinet-1.2.77.ebuild b/dev-db/kyotocabinet/kyotocabinet-1.2.77.ebuild index 7221529d0b8c..c2108518f5f2 100644 --- a/dev-db/kyotocabinet/kyotocabinet-1.2.77.ebuild +++ b/dev-db/kyotocabinet/kyotocabinet-1.2.77.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,8 +6,8 @@ EAPI=7 inherit autotools toolchain-funcs DESCRIPTION="A straightforward implementation of DBM" -HOMEPAGE="https://fallabs.com/kyotocabinet/" -SRC_URI="https://fallabs.com/kyotocabinet/pkg/${P}.tar.gz" +HOMEPAGE="https://dbmx.net/kyotocabinet/" +SRC_URI="https://dbmx.net/kyotocabinet/pkg/${P}.tar.gz" LICENSE="GPL-3" SLOT="0"