commit: 6d976f218cd9bc4d1c983b81b777da0e15b448c7
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 13 23:12:52 2019 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> 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 <conikost <AT> 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.
</longdescription>
<upstream>
- <bugs-to>https://github.com/troglobit/ntpclient/issues</bugs-to>
- <remote-id type="github">troglobit/ntpclient</remote-id>
+ <bugs-to>https://github.com/troglobit/sntpd/issues</bugs-to>
+ <remote-id type="github">troglobit/sntpd</remote-id>
</upstream>
<use>
<flag name="debug">Enable analysis code path and debugging of
NTP protocol.</flag>
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"