summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2022-12-07 23:12:09 +0100
committerConrad Kostecki <conikost@gentoo.org>2022-12-07 23:12:46 +0100
commitaee2e5d82846abf2a60f1c061314f7167415b7ec (patch)
tree8b9ff684a91cc259de34b325cf40553fa355bd5e /net-misc/sntpd
parentnet-misc/sntpd: x86 stable (diff)
downloadgentoo-aee2e5d82846abf2a60f1c061314f7167415b7ec.tar.gz
gentoo-aee2e5d82846abf2a60f1c061314f7167415b7ec.tar.bz2
gentoo-aee2e5d82846abf2a60f1c061314f7167415b7ec.zip
net-misc/sntpd: drop 3.0-r2
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-misc/sntpd')
-rw-r--r--net-misc/sntpd/Manifest1
-rw-r--r--net-misc/sntpd/sntpd-3.0-r2.ebuild35
2 files changed, 0 insertions, 36 deletions
diff --git a/net-misc/sntpd/Manifest b/net-misc/sntpd/Manifest
index 88cb705ab5f2..d4c925c0bed8 100644
--- a/net-misc/sntpd/Manifest
+++ b/net-misc/sntpd/Manifest
@@ -1,2 +1 @@
-DIST sntpd-3.0.tar.gz 151995 BLAKE2B a67615c874fd119e083d99d269a92a550d875a18a973e0b2904cab1fe6631b6c4e98d86959fbd9c1a387396f1854ed1c264920e2b40e6355871cbc8a4e40a4b5 SHA512 664e95e590b329dc847275c99829711c159bf91fadb2a90989c2706fbd8b074480146a7a05c5532a1bbfcaebd4b489262a44e418fa8ac57362c4f7db659fd1ea
DIST sntpd-3.1.tar.gz 157608 BLAKE2B 3a793e50bc2ee4e5540e10b134ab945bc0993a81342735c3046798738ee14206cdcbaa4d3a316031bd39aaee3ed4c702db2cf85b8ad64ac5d90e19d35c467abf SHA512 6d7693ecf0167aba59a1947c707894896e2b3caaef75354a5794341fce61062562c1c5521b60ddc6154af73837360e3946121c82e3414bb96663747cfc2ea487
diff --git a/net-misc/sntpd/sntpd-3.0-r2.ebuild b/net-misc/sntpd/sntpd-3.0-r2.ebuild
deleted file mode 100644
index f7b2bb80a6a1..000000000000
--- a/net-misc/sntpd/sntpd-3.0-r2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# 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
-}