net-misc/ntpclient: update upstream github repo name
authorConrad Kostecki <conikost@gentoo.org>
Fri, 13 Dec 2019 23:12:52 +0000 (00:12 +0100)
committerConrad Kostecki <conikost@gentoo.org>
Fri, 13 Dec 2019 23:13:28 +0000 (00:13 +0100)
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@gentoo.org>
net-misc/ntpclient/metadata.xml
net-misc/ntpclient/ntpclient-2018.244-r1.ebuild

index eca9438977b2e666bc593970704db55d61b57596..3582e10f27d3b441e52e2573967c0c78bbb5f21c 100644 (file)
@@ -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>
index a7655904140618cdb68a0b1a1a0a8188063cc334..eff9f55d0dc5bfb3859edf3cc06859011af6561e 100644 (file)
@@ -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"