public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-misc/sntpd/
@ 2022-11-07  3:07 Matt Turner
  0 siblings, 0 replies; 5+ messages in thread
From: Matt Turner @ 2022-11-07  3:07 UTC (permalink / raw
  To: gentoo-commits

commit:     245406e62ec632beac07fb381c49fb40c14c9827
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Nov  7 03:03:20 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Nov  7 03:07:12 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=245406e6

net-misc/sntpd: Version bump to 3.1

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 net-misc/sntpd/Manifest         |  1 +
 net-misc/sntpd/sntpd-3.1.ebuild | 35 +++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/net-misc/sntpd/Manifest b/net-misc/sntpd/Manifest
index 299ceb8f52e0..88cb705ab5f2 100644
--- a/net-misc/sntpd/Manifest
+++ b/net-misc/sntpd/Manifest
@@ -1 +1,2 @@
 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.1.ebuild b/net-misc/sntpd/sntpd-3.1.ebuild
new file mode 100644
index 000000000000..4d901ec1784a
--- /dev/null
+++ b/net-misc/sntpd/sntpd-3.1.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
+}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/sntpd/
@ 2022-12-07 22:12 Conrad Kostecki
  0 siblings, 0 replies; 5+ messages in thread
From: Conrad Kostecki @ 2022-12-07 22:12 UTC (permalink / raw
  To: gentoo-commits

commit:     d0291a38e5ae5b430476a4981530230d1069b49e
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  7 22:11:47 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Wed Dec  7 22:12:45 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0291a38

net-misc/sntpd: x86 stable

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 net-misc/sntpd/sntpd-3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/sntpd/sntpd-3.1.ebuild b/net-misc/sntpd/sntpd-3.1.ebuild
index 793c75480981..f7b2bb80a6a1 100644
--- a/net-misc/sntpd/sntpd-3.1.ebuild
+++ b/net-misc/sntpd/sntpd-3.1.ebuild
@@ -11,7 +11,7 @@ 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"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
 IUSE="adjtimex systemd"
 
 RDEPEND="systemd? ( sys-apps/systemd )"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/sntpd/
@ 2022-12-07 22:12 Conrad Kostecki
  0 siblings, 0 replies; 5+ messages in thread
From: Conrad Kostecki @ 2022-12-07 22:12 UTC (permalink / raw
  To: gentoo-commits

commit:     3a4cfc4ddc0d5337bb9015394c56767d1b0e7b3d
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  7 22:11:18 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Wed Dec  7 22:12:45 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a4cfc4d

net-misc/sntpd: amd64 stable

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 net-misc/sntpd/sntpd-3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/sntpd/sntpd-3.1.ebuild b/net-misc/sntpd/sntpd-3.1.ebuild
index 4d901ec1784a..793c75480981 100644
--- a/net-misc/sntpd/sntpd-3.1.ebuild
+++ b/net-misc/sntpd/sntpd-3.1.ebuild
@@ -11,7 +11,7 @@ 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"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="adjtimex systemd"
 
 RDEPEND="systemd? ( sys-apps/systemd )"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/sntpd/
@ 2022-12-07 22:12 Conrad Kostecki
  0 siblings, 0 replies; 5+ messages in thread
From: Conrad Kostecki @ 2022-12-07 22:12 UTC (permalink / raw
  To: gentoo-commits

commit:     aee2e5d82846abf2a60f1c061314f7167415b7ec
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  7 22:12:09 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Wed Dec  7 22:12:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aee2e5d8

net-misc/sntpd: drop 3.0-r2

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 net-misc/sntpd/Manifest            |  1 -
 net-misc/sntpd/sntpd-3.0-r2.ebuild | 35 -----------------------------------
 2 files changed, 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
-}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/sntpd/
@ 2022-12-20 15:50 Conrad Kostecki
  0 siblings, 0 replies; 5+ messages in thread
From: Conrad Kostecki @ 2022-12-20 15:50 UTC (permalink / raw
  To: gentoo-commits

commit:     f0b1d42503bbade5239e8ca9d812f43ea6be337c
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 20 13:35:35 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Dec 20 15:48:54 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0b1d425

net-misc/sntpd: add soft blocker against net-misc/adjtimex

Closes: https://bugs.gentoo.org/887151
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 net-misc/sntpd/{sntpd-3.1.ebuild => sntpd-3.1-r1.ebuild} | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/net-misc/sntpd/sntpd-3.1.ebuild b/net-misc/sntpd/sntpd-3.1-r1.ebuild
similarity index 91%
rename from net-misc/sntpd/sntpd-3.1.ebuild
rename to net-misc/sntpd/sntpd-3.1-r1.ebuild
index f7b2bb80a6a1..97c84bd647d9 100644
--- a/net-misc/sntpd/sntpd-3.1.ebuild
+++ b/net-misc/sntpd/sntpd-3.1-r1.ebuild
@@ -14,7 +14,10 @@ SLOT="0"
 KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
 IUSE="adjtimex systemd"
 
-RDEPEND="systemd? ( sys-apps/systemd )"
+RDEPEND="
+	adjtimex? ( !net-misc/adjtimex )
+	systemd? ( sys-apps/systemd )
+"
 DEPEND="${RDEPEND}"
 
 src_configure() {


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-12-20 15:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-07  3:07 [gentoo-commits] repo/gentoo:master commit in: net-misc/sntpd/ Matt Turner
  -- strict thread matches above, loose matches on Subject: below --
2022-12-07 22:12 Conrad Kostecki
2022-12-07 22:12 Conrad Kostecki
2022-12-07 22:12 Conrad Kostecki
2022-12-20 15:50 Conrad Kostecki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox