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 65EA7138335 for ; Fri, 13 Dec 2019 23:13:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A4DFE0949; Fri, 13 Dec 2019 23:13:47 +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 1DC4AE0949 for ; Fri, 13 Dec 2019 23:13:47 +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 D7E5934D97E for ; Fri, 13 Dec 2019 23:13:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC40F8D5 for ; Fri, 13 Dec 2019 23:13:43 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1576278808.6d976f218cd9bc4d1c983b81b777da0e15b448c7.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/ntpclient/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/ntpclient/metadata.xml net-misc/ntpclient/ntpclient-2018.244-r1.ebuild X-VCS-Directories: net-misc/ntpclient/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 6d976f218cd9bc4d1c983b81b777da0e15b448c7 X-VCS-Branch: master Date: Fri, 13 Dec 2019 23:13: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: b543f524-e68f-4517-a34a-06f4cedc1d10 X-Archives-Hash: 7d92d5fc5a62d0d672ec71294d5f26b2 commit: 6d976f218cd9bc4d1c983b81b777da0e15b448c7 Author: Conrad Kostecki gentoo org> AuthorDate: Fri Dec 13 23:12:52 2019 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Fri Dec 13 23:13:28 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d976f21 net-misc/ntpclient: update upstream github repo name Upstream changed from ntpclient to sntpd as reponame, since future releases will have that name. Current release is still called ntpclient. Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Conrad Kostecki gentoo.org> net-misc/ntpclient/metadata.xml | 4 ++-- net-misc/ntpclient/ntpclient-2018.244-r1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-misc/ntpclient/metadata.xml b/net-misc/ntpclient/metadata.xml index eca9438977b..3582e10f27d 100644 --- a/net-misc/ntpclient/metadata.xml +++ b/net-misc/ntpclient/metadata.xml @@ -14,8 +14,8 @@ Since it is much smaller, it is also more relevant for embedded systems in need of only a client. - https://github.com/troglobit/ntpclient/issues - troglobit/ntpclient + https://github.com/troglobit/sntpd/issues + troglobit/sntpd Enable analysis code path and debugging of NTP protocol. diff --git a/net-misc/ntpclient/ntpclient-2018.244-r1.ebuild b/net-misc/ntpclient/ntpclient-2018.244-r1.ebuild index a7655904140..eff9f55d0dc 100644 --- a/net-misc/ntpclient/ntpclient-2018.244-r1.ebuild +++ b/net-misc/ntpclient/ntpclient-2018.244-r1.ebuild @@ -7,8 +7,8 @@ MY_PV="${PV/./_}" MY_P="${PN}-${MY_PV}" DESCRIPTION="A NTP (RFC-1305 and RFC-4330) client for unix-alike systems" -HOMEPAGE="https://github.com/troglobit/ntpclient" -SRC_URI="https://github.com/troglobit/${PN}/releases/download/${MY_PV}/${MY_P}.tar.xz" +HOMEPAGE="https://github.com/troglobit/sntpd" +SRC_URI="https://github.com/troglobit/sntpd/releases/download/${MY_PV}/${MY_P}.tar.xz" LICENSE="GPL-2" SLOT="0"