From 4cbcc855382a06088e2f016f62cafdbcb7e40665 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 20 Mar 2022 00:40:44 +0000 Subject: gentoo resync : 20.03.2022 --- net-misc/sntpd/Manifest | 2 +- net-misc/sntpd/sntpd-3.0-r1.ebuild | 35 ----------------------------------- net-misc/sntpd/sntpd-3.0-r2.ebuild | 35 +++++++++++++++++++++++++++++++++++ 3 files changed, 36 insertions(+), 36 deletions(-) delete mode 100644 net-misc/sntpd/sntpd-3.0-r1.ebuild create mode 100644 net-misc/sntpd/sntpd-3.0-r2.ebuild (limited to 'net-misc/sntpd') diff --git a/net-misc/sntpd/Manifest b/net-misc/sntpd/Manifest index bc51137c74f6..98e81c8ad5f5 100644 --- a/net-misc/sntpd/Manifest +++ b/net-misc/sntpd/Manifest @@ -1,5 +1,5 @@ AUX sntpd.confd 243 BLAKE2B fc2d82b48e8b57e346ebe5fc65750368b09dce96dadbc159033d7181e9bf0a71794969b24310975b72d10faa22753ca3cc751c03b3f0775aa085f39d87f695f0 SHA512 b2ecb3e96418d36504c8ceab5ec88f7415e7fc32c00bd9fee0eb6fb643f207b5c0e481427e1fdb7a3e52a5bc2619b67363e7c27dd48e67eab61910906b86df3f AUX sntpd.initd-r1 281 BLAKE2B e16573772a24d6c6380dcb769a2f87f73249aff34c4bc6ffa67700374ede21ba318d0d5c0c444f304cbea5feb613a2eb70d07e8aebf5fe291f3da0358becc487 SHA512 38d3950d774132114fe7270c8c39a44428e89372bcdb7833cef75e5775579dc88679b9f167ed29e3e7e620927a0365d2de7c94fb263b414439deb061a8c1db9d DIST sntpd-3.0.tar.gz 151995 BLAKE2B a67615c874fd119e083d99d269a92a550d875a18a973e0b2904cab1fe6631b6c4e98d86959fbd9c1a387396f1854ed1c264920e2b40e6355871cbc8a4e40a4b5 SHA512 664e95e590b329dc847275c99829711c159bf91fadb2a90989c2706fbd8b074480146a7a05c5532a1bbfcaebd4b489262a44e418fa8ac57362c4f7db659fd1ea -EBUILD sntpd-3.0-r1.ebuild 821 BLAKE2B b570f1fafb14542109ca188078b5921f1dbe386d842625ce7292424a0f27fcefc3e476d8030d63062b4f6c6d8d06688bf64215b9af2740de87d42237f9c304e0 SHA512 6f7f2996d5f7101025dfd2be61fe89048cc69afa1e7e63a6006479374f1c295cd3d8d824aa4d4399096987b27d391a660ab56dde60661a300f254c1580480eb7 +EBUILD sntpd-3.0-r2.ebuild 821 BLAKE2B 30e7f09a477c5c32f17c41b716cee4ac37ff8bf4ff80300ce20bb5bce34c940386765f637a0043654aba1b4b0c9aeb198e4b6bb8fd49cc4cf8e5b09a673a8b7b SHA512 1b42c5cb63c5ca2c539e8a39a02c6bdba8b03ddb26242bcf0eadbec3679cbc394571494d6d6152d5720a04dd5024a263ce096fde1b97eb10bc0b53d2049e4f6b MISC metadata.xml 864 BLAKE2B 792f0d4f6bf3a453966216cab177d3153b4c270817105e10c3e6340293d73320f00871e5efac9344932fbc5e98b85ed50ddf9dbdc0297f3fccca5b53e842de20 SHA512 49614bcd58a7a2d0e596d4ab489f7a9f23be574e4aec3f7911b61cd7a6ac417ac39241c594f2a1111af9a9fe542bd4c24a303009ad9cd9726f4800f09bcc1a77 diff --git a/net-misc/sntpd/sntpd-3.0-r1.ebuild b/net-misc/sntpd/sntpd-3.0-r1.ebuild deleted file mode 100644 index 7736ca2eb8bf..000000000000 --- a/net-misc/sntpd/sntpd-3.0-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit systemd - -DESCRIPTION="A NTP (RFC-1305 and RFC-4330) client and server for unix-alike systems" -HOMEPAGE="https://github.com/troglobit/sntpd" -SRC_URI="https://github.com/troglobit/${PN}/releases/download/v${PV}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86" -IUSE="adjtimex systemd" - -RDEPEND="systemd? ( sys-apps/systemd )" -DEPEND="${RDEPEND}" - -src_configure() { - local myeconfargs=( - $(use_with adjtimex) - $(use_with systemd systemd $(systemd_get_systemunitdir)) - --with-ntpclient - ) - - econf "${myeconfargs[@]}" -} - -src_install() { - default - - newinitd "${FILESDIR}"/sntpd.initd-r1 sntpd - newconfd "${FILESDIR}"/sntpd.confd sntpd -} diff --git a/net-misc/sntpd/sntpd-3.0-r2.ebuild b/net-misc/sntpd/sntpd-3.0-r2.ebuild new file mode 100644 index 000000000000..f7b2bb80a6a1 --- /dev/null +++ b/net-misc/sntpd/sntpd-3.0-r2.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit systemd + +DESCRIPTION="A NTP (RFC-1305 and RFC-4330) client and server for unix-alike systems" +HOMEPAGE="https://github.com/troglobit/sntpd" +SRC_URI="https://github.com/troglobit/${PN}/releases/download/v${PV}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86" +IUSE="adjtimex systemd" + +RDEPEND="systemd? ( sys-apps/systemd )" +DEPEND="${RDEPEND}" + +src_configure() { + local myeconfargs=( + $(use_with adjtimex) + $(use_with systemd systemd $(systemd_get_systemunitdir)) + --with-ntpclient + ) + + econf "${myeconfargs[@]}" +} + +src_install() { + default + + newinitd "${FILESDIR}"/sntpd.initd-r1 sntpd + newconfd "${FILESDIR}"/sntpd.confd sntpd +} -- cgit v1.2.3