Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/sntpd/files/, net-misc/sntpd/
Date: Fri, 09 Oct 2020 13:36:28
Message-Id: 1602249635.fd85407aea3c469d7fcca3deabc98fd94fda0b73.conikost@gentoo
1 commit: fd85407aea3c469d7fcca3deabc98fd94fda0b73
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 9 13:20:35 2020 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 9 13:20:35 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd85407a
7
8 net-misc/sntpd: drop old version
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
12
13 net-misc/sntpd/Manifest | 1 -
14 .../ntpclient-2018.244-linux-headers-5.2.patch | 10 ------
15 net-misc/sntpd/metadata.xml | 4 ---
16 net-misc/sntpd/sntpd-2.2018.244-r1.ebuild | 36 ----------------------
17 4 files changed, 51 deletions(-)
18
19 diff --git a/net-misc/sntpd/Manifest b/net-misc/sntpd/Manifest
20 index f10c074aef3..299ceb8f52e 100644
21 --- a/net-misc/sntpd/Manifest
22 +++ b/net-misc/sntpd/Manifest
23 @@ -1,2 +1 @@
24 -DIST ntpclient-2018_244.tar.xz 108056 BLAKE2B 52c554fe238521e8820111a19220a532406137b2e21c67558fd8252ea2e4d60a7827f4acd1a2868f7a7f6f09c7b25c4267f4cd28773088a12132fa580b02bb4c SHA512 4c1c7e1088365679182507e21386bcf670713aed4b636687fbbe226219fdcbc25e27e2369912a78c662058cba9b6b409fb90978315806a3ed5ea59c70133e4bc
25 DIST sntpd-3.0.tar.gz 151995 BLAKE2B a67615c874fd119e083d99d269a92a550d875a18a973e0b2904cab1fe6631b6c4e98d86959fbd9c1a387396f1854ed1c264920e2b40e6355871cbc8a4e40a4b5 SHA512 664e95e590b329dc847275c99829711c159bf91fadb2a90989c2706fbd8b074480146a7a05c5532a1bbfcaebd4b489262a44e418fa8ac57362c4f7db659fd1ea
26
27 diff --git a/net-misc/sntpd/files/ntpclient-2018.244-linux-headers-5.2.patch b/net-misc/sntpd/files/ntpclient-2018.244-linux-headers-5.2.patch
28 deleted file mode 100644
29 index df87cb6ceb2..00000000000
30 --- a/net-misc/sntpd/files/ntpclient-2018.244-linux-headers-5.2.patch
31 +++ /dev/null
32 @@ -1,10 +0,0 @@
33 ---- a/src/ntpclient.c 2018-08-27 20:38:12.000000000 +0200
34 -+++ b/src/ntpclient.c 2019-08-19 20:11:59.000000000 +0200
35 -@@ -40,6 +40,7 @@
36 - #include <unistd.h>
37 - #include <errno.h>
38 - #ifdef PRECISION_SIOCGSTAMP
39 -+#include <linux/sockios.h>
40 - #include <sys/ioctl.h>
41 - #endif
42 - #ifdef USE_OBSOLETE_GETTIMEOFDAY
43
44 diff --git a/net-misc/sntpd/metadata.xml b/net-misc/sntpd/metadata.xml
45 index 0d0a5d1ae34..9bb3f3c88e3 100644
46 --- a/net-misc/sntpd/metadata.xml
47 +++ b/net-misc/sntpd/metadata.xml
48 @@ -19,9 +19,5 @@
49 </upstream>
50 <use>
51 <flag name="adjtimex">Install adjtimex for the clock adjustment algorithm.</flag>
52 - <flag name="debug">Enable analysis code path and debugging of NTP protocol.</flag>
53 - <flag name="embedded">Build a very small ntpclient, from OpenWRT project.</flag>
54 - <flag name="obsolete">Enable obsolete features, to use with kernel versions older than 3.0</flag>
55 - <flag name="syslog">Enable logging to syslog instead of logging to stderr.</flag>
56 </use>
57 </pkgmetadata>
58
59 diff --git a/net-misc/sntpd/sntpd-2.2018.244-r1.ebuild b/net-misc/sntpd/sntpd-2.2018.244-r1.ebuild
60 deleted file mode 100644
61 index f6b938200cc..00000000000
62 --- a/net-misc/sntpd/sntpd-2.2018.244-r1.ebuild
63 +++ /dev/null
64 @@ -1,36 +0,0 @@
65 -# Copyright 1999-2020 Gentoo Authors
66 -# Distributed under the terms of the GNU General Public License v2
67 -
68 -EAPI=7
69 -
70 -MY_PN="ntpclient"
71 -MY_PV="${PV/2./}"
72 -MY_P="${MY_PN}-${MY_PV/./_}"
73 -
74 -DESCRIPTION="A NTP (RFC-1305 and RFC-4330) client for unix-alike systems"
75 -HOMEPAGE="https://github.com/troglobit/sntpd"
76 -SRC_URI="https://github.com/troglobit/sntpd/releases/download/${MY_PV}/${MY_P}.tar.xz"
77 -
78 -LICENSE="GPL-2"
79 -SLOT="0"
80 -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
81 -IUSE="debug embedded obsolete +syslog"
82 -
83 -S="${WORKDIR}/${MY_P}"
84 -
85 -PATCHES=(
86 - "${FILESDIR}/${MY_PN}-${MY_PV}-linux-headers-5.2.patch"
87 -)
88 -
89 -src_configure() {
90 - local myeconfargs=(
91 - $(use_enable debug)
92 - $(use_enable debug replay)
93 - $(use_enable embedded mini)
94 - $(use_enable obsolete)
95 - $(use_enable !obsolete siocgstamp)
96 - $(use_enable syslog)
97 - )
98 -
99 - econf "${myeconfargs[@]}"
100 -}