public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-misc/clockspeed/
@ 2020-06-27 20:51 Aaron Bauman
  0 siblings, 0 replies; 8+ messages in thread
From: Aaron Bauman @ 2020-06-27 20:51 UTC (permalink / raw
  To: gentoo-commits

commit:     c23aecb5a87b1108cb02b8370dc760ee47dfc435
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Thu Jun 25 19:03:06 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Jun 27 20:49:39 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c23aecb5

net-misc/clockspeed: EAPI7, use HTTPS

Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16419
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 net-misc/clockspeed/clockspeed-0.62-r7.ebuild | 44 +++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)

diff --git a/net-misc/clockspeed/clockspeed-0.62-r7.ebuild b/net-misc/clockspeed/clockspeed-0.62-r7.ebuild
new file mode 100644
index 00000000000..69bb561244a
--- /dev/null
+++ b/net-misc/clockspeed/clockspeed-0.62-r7.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic toolchain-funcs
+
+DESCRIPTION="Simple Network Time Protocol (NTP) client"
+HOMEPAGE="https://cr.yp.to/clockspeed.html"
+
+# this is the trailing part of the name for the latest leapseconds file.
+LEAPSECONDS_DATE="20081114"
+
+SRC_URI="https://cr.yp.to/clockspeed/${P}.tar.gz
+	https://dev.gentoo.org/~pacho/maintainer-needed/leapsecs.dat."$LEAPSECONDS_DATE""
+
+LICENSE="all-rights-reserved"
+SLOT="0"
+KEYWORDS="~amd64 ~mips ~x86"
+IUSE="static selinux"
+RESTRICT="mirror bindist test"
+
+DEPEND="sys-apps/groff"
+RDEPEND="selinux? ( sec-policy/selinux-clockspeed )
+	net-dns/djbdns"
+
+PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
+
+src_configure() {
+	echo "$(tc-getCC) ${CFLAGS} ${ASFLAGS}" > conf-cc || die
+	use static && append-ldflags -static
+	echo "$(tc-getCC) ${LDFLAGS}" > conf-ld || die
+}
+
+src_install() {
+	dobin clockspeed clockadd clockview sntpclock taiclock taiclockd
+	dosbin "${FILESDIR}"/ntpclockset
+
+	doman *.1
+	dodoc BLURB CHANGES INSTALL README THANKS TODO
+
+	insinto /var/lib/clockspeed
+	newins "${DISTDIR}"/leapsecs.dat."$LEAPSECONDS_DATE" leapsecs.dat
+}


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/clockspeed/
@ 2020-09-08 15:56 Thomas Deutschmann
  0 siblings, 0 replies; 8+ messages in thread
From: Thomas Deutschmann @ 2020-09-08 15:56 UTC (permalink / raw
  To: gentoo-commits

commit:     e69680d1540326fccfaed1fc10a3c7d8d31a4bbb
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  8 15:52:51 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Sep  8 15:56:23 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e69680d1

net-misc/clockspeed: x86 stable (bug #740932)

Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 net-misc/clockspeed/clockspeed-0.62-r7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/clockspeed/clockspeed-0.62-r7.ebuild b/net-misc/clockspeed/clockspeed-0.62-r7.ebuild
index 69bb561244a..330c0add1d0 100644
--- a/net-misc/clockspeed/clockspeed-0.62-r7.ebuild
+++ b/net-misc/clockspeed/clockspeed-0.62-r7.ebuild
@@ -16,7 +16,7 @@ SRC_URI="https://cr.yp.to/clockspeed/${P}.tar.gz
 
 LICENSE="all-rights-reserved"
 SLOT="0"
-KEYWORDS="~amd64 ~mips ~x86"
+KEYWORDS="~amd64 ~mips x86"
 IUSE="static selinux"
 RESTRICT="mirror bindist test"
 


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/clockspeed/
@ 2020-09-13  7:09 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2020-09-13  7:09 UTC (permalink / raw
  To: gentoo-commits

commit:     fe3842dcfaf67d2d6e00cab188c72e0dd4a858a7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 13 07:09:42 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep 13 07:09:42 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe3842dc

net-misc/clockspeed: amd64 stable (bug #740932)

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/clockspeed/clockspeed-0.62-r7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/clockspeed/clockspeed-0.62-r7.ebuild b/net-misc/clockspeed/clockspeed-0.62-r7.ebuild
index 330c0add1d0..b70ac60b3ba 100644
--- a/net-misc/clockspeed/clockspeed-0.62-r7.ebuild
+++ b/net-misc/clockspeed/clockspeed-0.62-r7.ebuild
@@ -16,7 +16,7 @@ SRC_URI="https://cr.yp.to/clockspeed/${P}.tar.gz
 
 LICENSE="all-rights-reserved"
 SLOT="0"
-KEYWORDS="~amd64 ~mips x86"
+KEYWORDS="amd64 ~mips x86"
 IUSE="static selinux"
 RESTRICT="mirror bindist test"
 


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/clockspeed/
@ 2020-09-13  7:11 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2020-09-13  7:11 UTC (permalink / raw
  To: gentoo-commits

commit:     1cb68c129d2f67d3529fce146d30de8972952f13
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 13 07:11:22 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep 13 07:11:22 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cb68c12

net-misc/clockspeed: cleanup old EAPI 4 ebuild

Closes: https://bugs.gentoo.org/740932
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/clockspeed/clockspeed-0.62-r6.ebuild | 46 ---------------------------
 1 file changed, 46 deletions(-)

diff --git a/net-misc/clockspeed/clockspeed-0.62-r6.ebuild b/net-misc/clockspeed/clockspeed-0.62-r6.ebuild
deleted file mode 100644
index 52a57b35b42..00000000000
--- a/net-misc/clockspeed/clockspeed-0.62-r6.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils flag-o-matic toolchain-funcs
-
-DESCRIPTION="A simple Network Time Protocol (NTP) client"
-HOMEPAGE="http://cr.yp.to/clockspeed.html"
-
-# this is the trailing part of the name for the latest leapseconds file.
-LEAPSECONDS_DATE="20081114"
-
-SRC_URI="http://cr.yp.to/clockspeed/${P}.tar.gz
-	https://dev.gentoo.org/~pacho/maintainer-needed/leapsecs.dat."$LEAPSECONDS_DATE""
-
-LICENSE="all-rights-reserved"
-SLOT="0"
-KEYWORDS="amd64 ~mips x86"
-IUSE="static selinux"
-RESTRICT="mirror bindist test"
-
-DEPEND="sys-apps/groff"
-RDEPEND="selinux? ( sec-policy/selinux-clockspeed )
-	net-dns/djbdns"
-
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-gentoo.patch
-}
-
-src_configure() {
-	echo "$(tc-getCC) ${CFLAGS} ${ASFLAGS}" > conf-cc
-	use static && append-ldflags -static
-	echo "$(tc-getCC) ${LDFLAGS}" > conf-ld
-}
-
-src_install() {
-	dobin clockspeed clockadd clockview sntpclock taiclock taiclockd
-	dosbin "${FILESDIR}"/ntpclockset
-
-	doman *.1
-	dodoc BLURB CHANGES INSTALL README THANKS TODO
-
-	insinto /var/lib/clockspeed
-	newins "${DISTDIR}"/leapsecs.dat."$LEAPSECONDS_DATE" leapsecs.dat
-}


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/clockspeed/
@ 2021-06-03  7:01 Joonas Niilola
  0 siblings, 0 replies; 8+ messages in thread
From: Joonas Niilola @ 2021-06-03  7:01 UTC (permalink / raw
  To: gentoo-commits

commit:     bfd4b0319f07713a89f3f71397ac1faa545ce5dc
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Thu May 13 09:07:41 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Jun  3 07:01:11 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfd4b031

net-misc/clockspeed: Fix license

Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
Closes: https://github.com/gentoo/gentoo/pull/20791
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-misc/clockspeed/clockspeed-0.62-r7.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/net-misc/clockspeed/clockspeed-0.62-r7.ebuild b/net-misc/clockspeed/clockspeed-0.62-r7.ebuild
index b70ac60b3ba..fc40dd6960b 100644
--- a/net-misc/clockspeed/clockspeed-0.62-r7.ebuild
+++ b/net-misc/clockspeed/clockspeed-0.62-r7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,8 @@ LEAPSECONDS_DATE="20081114"
 SRC_URI="https://cr.yp.to/clockspeed/${P}.tar.gz
 	https://dev.gentoo.org/~pacho/maintainer-needed/leapsecs.dat."$LEAPSECONDS_DATE""
 
-LICENSE="all-rights-reserved"
+# http://cr.yp.to/distributors.html
+LICENSE="public-domain"
 SLOT="0"
 KEYWORDS="amd64 ~mips x86"
 IUSE="static selinux"


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/clockspeed/
@ 2022-04-09  4:32 Jason Zaman
  0 siblings, 0 replies; 8+ messages in thread
From: Jason Zaman @ 2022-04-09  4:32 UTC (permalink / raw
  To: gentoo-commits

commit:     4b2ae1d21e9b479bc263f045b8cf2c2be4e9d5ed
Author:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  9 04:29:33 2022 +0000
Commit:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Sat Apr  9 04:32:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b2ae1d2

net-misc/clockspeed: Drop dep on removed SELinux policy

The clockspeed policy was removed back in 2.20210908-r1

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org>

 .../{clockspeed-0.62-r7.ebuild => clockspeed-0.62-r8.ebuild}         | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/net-misc/clockspeed/clockspeed-0.62-r7.ebuild b/net-misc/clockspeed/clockspeed-0.62-r8.ebuild
similarity index 91%
rename from net-misc/clockspeed/clockspeed-0.62-r7.ebuild
rename to net-misc/clockspeed/clockspeed-0.62-r8.ebuild
index fc40dd6960bf..29bf5a916bca 100644
--- a/net-misc/clockspeed/clockspeed-0.62-r7.ebuild
+++ b/net-misc/clockspeed/clockspeed-0.62-r8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -22,8 +22,7 @@ IUSE="static selinux"
 RESTRICT="mirror bindist test"
 
 DEPEND="sys-apps/groff"
-RDEPEND="selinux? ( sec-policy/selinux-clockspeed )
-	net-dns/djbdns"
+RDEPEND="net-dns/djbdns"
 
 PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
 


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/clockspeed/
@ 2024-10-29 19:08 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2024-10-29 19:08 UTC (permalink / raw
  To: gentoo-commits

commit:     ba86f7fcce56e3ba4d3c3532e4775cdbd2433e71
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 29 19:08:13 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 29 19:08:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba86f7fc

net-misc/clockspeed: Stabilize 0.62-r9 amd64, #942456

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/clockspeed/clockspeed-0.62-r9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/clockspeed/clockspeed-0.62-r9.ebuild b/net-misc/clockspeed/clockspeed-0.62-r9.ebuild
index 5607768def91..70411d4557bb 100644
--- a/net-misc/clockspeed/clockspeed-0.62-r9.ebuild
+++ b/net-misc/clockspeed/clockspeed-0.62-r9.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://cr.yp.to/clockspeed/${P}.tar.gz
 # http://cr.yp.to/distributors.html
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~amd64 ~mips ~x86"
+KEYWORDS="amd64 ~mips ~x86"
 IUSE="static selinux"
 RESTRICT="mirror bindist test"
 


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/clockspeed/
@ 2024-10-29 22:13 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2024-10-29 22:13 UTC (permalink / raw
  To: gentoo-commits

commit:     7b0633292633331bfff93a344c581523c61c81d0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 29 22:12:39 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 29 22:12:39 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b063329

net-misc/clockspeed: Stabilize 0.62-r9 x86, #942456

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/clockspeed/clockspeed-0.62-r9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/clockspeed/clockspeed-0.62-r9.ebuild b/net-misc/clockspeed/clockspeed-0.62-r9.ebuild
index 70411d4557bb..a605c46179f5 100644
--- a/net-misc/clockspeed/clockspeed-0.62-r9.ebuild
+++ b/net-misc/clockspeed/clockspeed-0.62-r9.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://cr.yp.to/clockspeed/${P}.tar.gz
 # http://cr.yp.to/distributors.html
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="amd64 ~mips ~x86"
+KEYWORDS="amd64 ~mips x86"
 IUSE="static selinux"
 RESTRICT="mirror bindist test"
 


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

end of thread, other threads:[~2024-10-29 22:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-13  7:09 [gentoo-commits] repo/gentoo:master commit in: net-misc/clockspeed/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-10-29 22:13 Sam James
2024-10-29 19:08 Sam James
2022-04-09  4:32 Jason Zaman
2021-06-03  7:01 Joonas Niilola
2020-09-13  7:11 Sam James
2020-09-08 15:56 Thomas Deutschmann
2020-06-27 20:51 Aaron Bauman

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