summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2019-12-14 00:12:52 +0100
committerConrad Kostecki <conikost@gentoo.org>2019-12-14 00:13:28 +0100
commit6d976f218cd9bc4d1c983b81b777da0e15b448c7 (patch)
tree3522c9860dbb39db4ede18433f062c779041fbe4 /net-misc/ntpclient
parentx11-misc/j4-dmenu-desktop: don't use ${PN} in HOMEPAGE (diff)
downloadgentoo-6d976f218cd9bc4d1c983b81b777da0e15b448c7.tar.gz
gentoo-6d976f218cd9bc4d1c983b81b777da0e15b448c7.tar.bz2
gentoo-6d976f218cd9bc4d1c983b81b777da0e15b448c7.zip
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@gentoo.org>
Diffstat (limited to 'net-misc/ntpclient')
-rw-r--r--net-misc/ntpclient/metadata.xml4
-rw-r--r--net-misc/ntpclient/ntpclient-2018.244-r1.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/net-misc/ntpclient/metadata.xml b/net-misc/ntpclient/metadata.xml
index eca9438977b2..3582e10f27d3 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 a76559041406..eff9f55d0dc5 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"