From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/ntpclient/
Date: Sun, 23 Aug 2020 18:14:20 +0000 (UTC) [thread overview]
Message-ID: <1598203295.a02b68f254776a06d4c16c67b62c352af63ba84c.conikost@gentoo> (raw)
commit: a02b68f254776a06d4c16c67b62c352af63ba84c
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 23 16:17:31 2020 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Aug 23 17:21:35 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a02b68f2
net-misc/ntpclient: rename version for pkgrename
Upstream renamed ntpclient to sntpd.
Since old ntpclient is at version 2018_244, but new ntpd is at version
3.0, we need to rename old ntpclient to a lower version than 3.0.
This will trigger a rebuild due downgrade for affected users, but since
this is a small package, this shouldn't be much of a problem.
The changes will ensure, that the current stable version will continue
to work after pkgrename.
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
net-misc/ntpclient/ntpclient-2.2018.244-r1.ebuild | 36 +++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/net-misc/ntpclient/ntpclient-2.2018.244-r1.ebuild b/net-misc/ntpclient/ntpclient-2.2018.244-r1.ebuild
new file mode 100644
index 00000000000..f6b938200cc
--- /dev/null
+++ b/net-misc/ntpclient/ntpclient-2.2018.244-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="ntpclient"
+MY_PV="${PV/2./}"
+MY_P="${MY_PN}-${MY_PV/./_}"
+
+DESCRIPTION="A NTP (RFC-1305 and RFC-4330) client for unix-alike systems"
+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"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
+IUSE="debug embedded obsolete +syslog"
+
+S="${WORKDIR}/${MY_P}"
+
+PATCHES=(
+ "${FILESDIR}/${MY_PN}-${MY_PV}-linux-headers-5.2.patch"
+)
+
+src_configure() {
+ local myeconfargs=(
+ $(use_enable debug)
+ $(use_enable debug replay)
+ $(use_enable embedded mini)
+ $(use_enable obsolete)
+ $(use_enable !obsolete siocgstamp)
+ $(use_enable syslog)
+ )
+
+ econf "${myeconfargs[@]}"
+}
next reply other threads:[~2020-08-23 18:14 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-23 18:14 Conrad Kostecki [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-08-23 18:14 [gentoo-commits] repo/gentoo:master commit in: net-misc/ntpclient/ Conrad Kostecki
2019-12-17 15:59 Conrad Kostecki
2019-12-16 7:49 Agostino Sarubbo
2019-12-15 13:43 Agostino Sarubbo
2019-12-13 23:13 Conrad Kostecki
2019-04-08 23:49 Aaron Bauman
2018-11-28 16:19 Michał Górny
2018-11-06 7:23 Mikle Kolyada
2018-10-28 21:29 Thomas Deutschmann
2018-09-28 14:11 Patrice Clement
2017-10-21 16:52 Patrice Clement
2017-10-21 7:28 Patrice Clement
2017-10-07 17:37 Patrice Clement
2017-10-07 17:37 Patrice Clement
2016-01-04 16:01 Patrice Clement
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1598203295.a02b68f254776a06d4c16c67b62c352af63ba84c.conikost@gentoo \
--to=conikost@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox