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.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 D70B8158020 for ; Tue, 27 Dec 2022 10:23:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CC23E0874; Tue, 27 Dec 2022 10:23:55 +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 00767E0874 for ; Tue, 27 Dec 2022 10:23:54 +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 16484341090 for ; Tue, 27 Dec 2022 10:23:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6EF927E8 for ; Tue, 27 Dec 2022 10:23:52 +0000 (UTC) From: "Sam James" 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" Message-ID: <1672136419.01b87c394ee799308f6ec02190367f46de82c47a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/zookeepercli/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/zookeepercli/metadata.xml sys-cluster/zookeepercli/zookeepercli-1.0.12.ebuild X-VCS-Directories: sys-cluster/zookeepercli/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 01b87c394ee799308f6ec02190367f46de82c47a X-VCS-Branch: master Date: Tue, 27 Dec 2022 10:23:52 +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: abcbf0ba-1e87-4423-bfc2-f5ef66ee39f2 X-Archives-Hash: 6e3dafe0bd7c0010bcf43367ec346214 commit: 01b87c394ee799308f6ec02190367f46de82c47a Author: Daniel M. Weeks danweeks net> AuthorDate: Tue Dec 27 02:13:03 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Dec 27 10:20:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01b87c39 sys-cluster/zookeepercli: Update HOMEPAGE/upstream Signed-off-by: Daniel M. Weeks danweeks.net> Closes: https://github.com/gentoo/gentoo/pull/28836 Signed-off-by: Sam James gentoo.org> sys-cluster/zookeepercli/metadata.xml | 2 +- sys-cluster/zookeepercli/zookeepercli-1.0.12.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-cluster/zookeepercli/metadata.xml b/sys-cluster/zookeepercli/metadata.xml index 74217f01a06d..d58ea8e28fe1 100644 --- a/sys-cluster/zookeepercli/metadata.xml +++ b/sys-cluster/zookeepercli/metadata.xml @@ -6,6 +6,6 @@ Zac Medico - outbrain/zookeepercli + openark/zookeepercli diff --git a/sys-cluster/zookeepercli/zookeepercli-1.0.12.ebuild b/sys-cluster/zookeepercli/zookeepercli-1.0.12.ebuild index 8591b84d3523..c33552c11fc4 100644 --- a/sys-cluster/zookeepercli/zookeepercli-1.0.12.ebuild +++ b/sys-cluster/zookeepercli/zookeepercli-1.0.12.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz ${EGO_VENDOR_URI}" S="${WORKDIR}/${P}/src/${EGO_PN}" DESCRIPTION="Simple, lightweight, dependable CLI for ZooKeeper" -HOMEPAGE="https://github.com/outbrain/zookeepercli" +HOMEPAGE="https://github.com/openark/zookeepercli" LICENSE="Apache-2.0 BSD" SLOT="0" IUSE=""