Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/ntpclient/
Date: Wed, 28 Nov 2018 16:19:40
Message-Id: 1543421967.67911554d62abb16acb6ff1c666b629bc20346c9.mgorny@gentoo
1 commit: 67911554d62abb16acb6ff1c666b629bc20346c9
2 Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com>
3 AuthorDate: Tue Nov 27 22:58:14 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 28 16:19:27 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67911554
7
8 net-misc/ntpclient: drop old version
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com>
12 Closes: https://github.com/gentoo/gentoo/pull/10502
13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
14
15 net-misc/ntpclient/Manifest | 4 ----
16 net-misc/ntpclient/ntpclient-2010.365.ebuild | 31 ----------------------------
17 net-misc/ntpclient/ntpclient-2015.365.ebuild | 30 ---------------------------
18 net-misc/ntpclient/ntpclient-2017.217.ebuild | 26 -----------------------
19 net-misc/ntpclient/ntpclient-2017.246.ebuild | 26 -----------------------
20 5 files changed, 117 deletions(-)
21
22 diff --git a/net-misc/ntpclient/Manifest b/net-misc/ntpclient/Manifest
23 index 6c7688c67fb..ee7f4f690cd 100644
24 --- a/net-misc/ntpclient/Manifest
25 +++ b/net-misc/ntpclient/Manifest
26 @@ -1,5 +1 @@
27 -DIST ntpclient-2015.365.tar.gz 31023 BLAKE2B 7974b7606a4fd979b9fd37446d6cf802b4104e566ba910933200c43bb7339721f17a9e5611d4b63850142eae7924623bbb765d2c6ef9c79d7f7409abd3bbe8fb SHA512 ca3d7b8ac6cb0626ac1017e4baee2faa833aab4fb449881e890b686f785b2fe30ded77a0a831f40126ded71abae0f2a944227d530859222eabfffe03f89d8a80
28 -DIST ntpclient-2017_217.tar.xz 108136 BLAKE2B 8f3717e33d70b3d150adb11b621098bef7a1a040fd96615b1ff994869372c3f358ab1b16cbf9e61c1884a19bd8cf9444732d7f938786c9c4899b0b3f95c6cd43 SHA512 a1dc7ef7b966bd49ffc2e63e2c850ba4eef76e5a313a00642074112e13adccf80a4a9211264850dda3052c948f85040e1a668846ddd0be9310c701df40282be0
29 -DIST ntpclient-2017_246.tar.xz 108348 BLAKE2B ff90eaedfb09462a656e33f2f36bf2e495a5809cb9419782b93567e85ae7e19ed061d9ae87ab21f4ae949506124aaecefd3952470a0c2994179e8175cf96ad59 SHA512 c836c4a921854730749aa0dd5a52e51e6845ea09458b02e14b61a5a3c808dc0b2ef6e9f62a95086e289ec38bb27b2454346e6776e472fb0dcc53c6a8e8092c48
30 DIST ntpclient-2018_244.tar.xz 108056 BLAKE2B 52c554fe238521e8820111a19220a532406137b2e21c67558fd8252ea2e4d60a7827f4acd1a2868f7a7f6f09c7b25c4267f4cd28773088a12132fa580b02bb4c SHA512 4c1c7e1088365679182507e21386bcf670713aed4b636687fbbe226219fdcbc25e27e2369912a78c662058cba9b6b409fb90978315806a3ed5ea59c70133e4bc
31 -DIST ntpclient_2010_365.tar.gz 30423 BLAKE2B 9efe8b81eae5ae3e41c046acfbba6e148064097bb1bd3e2c1ec80d85bf0dffc8c2f73fa73f66060cb3287ceaa993d83241fcd67614f3414afad88adaf6fcc059 SHA512 74fd5e80dcf36c4e7aca6d97c5979b0dc4c51fed592279adfd04c0d329c117bfed819ee40d6400436c0d066f73ed3403e9fba8cb05846df55c991422ce434132
32
33 diff --git a/net-misc/ntpclient/ntpclient-2010.365.ebuild b/net-misc/ntpclient/ntpclient-2010.365.ebuild
34 deleted file mode 100644
35 index 3f0eb828012..00000000000
36 --- a/net-misc/ntpclient/ntpclient-2010.365.ebuild
37 +++ /dev/null
38 @@ -1,31 +0,0 @@
39 -# Copyright 1999-2014 Gentoo Foundation
40 -# Distributed under the terms of the GNU General Public License v2
41 -
42 -EAPI=4
43 -inherit eutils flag-o-matic toolchain-funcs
44 -
45 -DESCRIPTION="A NTP (RFC-1305) client for unix-alike computers"
46 -HOMEPAGE="http://doolittle.icarus.com/ntpclient/"
47 -SRC_URI="http://doolittle.icarus.com/${PN}/${PN}_${PV/./_}.tar.gz"
48 -
49 -LICENSE="GPL-2"
50 -SLOT="0"
51 -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
52 -IUSE=""
53 -
54 -#S="${WORKDIR}/${PN}-2010"
55 -
56 -src_unpack() {
57 - default
58 - mv "${WORKDIR}"/${PN}* ${P} || die
59 -}
60 -
61 -src_prepare() {
62 - sed -i -e 's/-O2//;s/LDFLAGS +=/LDLIBS +=/' Makefile || die
63 - tc-export CC
64 -}
65 -
66 -src_install() {
67 - dobin ntpclient
68 - dodoc README HOWTO rate.awk rate2.awk
69 -}
70
71 diff --git a/net-misc/ntpclient/ntpclient-2015.365.ebuild b/net-misc/ntpclient/ntpclient-2015.365.ebuild
72 deleted file mode 100644
73 index 6b1b65b208b..00000000000
74 --- a/net-misc/ntpclient/ntpclient-2015.365.ebuild
75 +++ /dev/null
76 @@ -1,30 +0,0 @@
77 -# Copyright 1999-2016 Gentoo Foundation
78 -# Distributed under the terms of the GNU General Public License v2
79 -
80 -EAPI=6
81 -inherit eutils flag-o-matic toolchain-funcs
82 -
83 -DESCRIPTION="A NTP (RFC-1305) client for unix-alike computers"
84 -HOMEPAGE="http://doolittle.icarus.com/ntpclient/"
85 -SRC_URI="http://doolittle.icarus.com/${PN}/${PN}_${PV/./_}.tar.gz -> ${P}.tar.gz"
86 -
87 -LICENSE="GPL-2"
88 -SLOT="0"
89 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
90 -IUSE=""
91 -
92 -src_unpack() {
93 - default
94 - mv "${WORKDIR}"/${PN}* ${P} || die
95 -}
96 -
97 -src_prepare() {
98 - default
99 - sed -i -e 's/-O2//;s/LDFLAGS +=/LDLIBS +=/' Makefile || die
100 - tc-export CC
101 -}
102 -
103 -src_install() {
104 - dobin "${PN}"
105 - dodoc README HOWTO rate.awk rate2.awk
106 -}
107
108 diff --git a/net-misc/ntpclient/ntpclient-2017.217.ebuild b/net-misc/ntpclient/ntpclient-2017.217.ebuild
109 deleted file mode 100644
110 index 462dc406de3..00000000000
111 --- a/net-misc/ntpclient/ntpclient-2017.217.ebuild
112 +++ /dev/null
113 @@ -1,26 +0,0 @@
114 -# Copyright 1999-2017 Gentoo Foundation
115 -# Distributed under the terms of the GNU General Public License v2
116 -
117 -EAPI=6
118 -
119 -inherit eutils flag-o-matic toolchain-funcs
120 -
121 -DESCRIPTION="A NTP (RFC-1305) client for unix-alike computers"
122 -HOMEPAGE="https://github.com/troglobit/ntpclient"
123 -SRC_URI="https://github.com/troglobit/ntpclient/releases/download/2017_217/ntpclient-2017_217.tar.xz"
124 -
125 -LICENSE="GPL-2"
126 -SLOT="0"
127 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
128 -
129 -DOCS=( README.md "doc/HOWTO.md" "doc/rate.awk" "doc/rate2.awk" )
130 -
131 -src_unpack() {
132 - default
133 - mv "${WORKDIR}"/${PN}* ${P} || die
134 -}
135 -
136 -src_install() {
137 - einstalldocs
138 - dobin "src/${PN}"
139 -}
140
141 diff --git a/net-misc/ntpclient/ntpclient-2017.246.ebuild b/net-misc/ntpclient/ntpclient-2017.246.ebuild
142 deleted file mode 100644
143 index 12af1add9c4..00000000000
144 --- a/net-misc/ntpclient/ntpclient-2017.246.ebuild
145 +++ /dev/null
146 @@ -1,26 +0,0 @@
147 -# Copyright 1999-2017 Gentoo Foundation
148 -# Distributed under the terms of the GNU General Public License v2
149 -
150 -EAPI=6
151 -
152 -inherit eutils
153 -
154 -DESCRIPTION="A NTP (RFC-1305) client for unix-alike computers"
155 -HOMEPAGE="https://github.com/troglobit/ntpclient"
156 -SRC_URI="https://github.com/troglobit/ntpclient/releases/download/2017_217/ntpclient-2017_246.tar.xz"
157 -
158 -LICENSE="GPL-2"
159 -SLOT="0"
160 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
161 -
162 -DOCS=( README.md "doc/HOWTO.md" "doc/rate.awk" "doc/rate2.awk" )
163 -
164 -src_unpack() {
165 - default
166 - mv "${WORKDIR}"/${PN}* ${P} || die
167 -}
168 -
169 -src_install() {
170 - einstalldocs
171 - dobin "src/${PN}"
172 -}