* [gentoo-commits] repo/gentoo:master commit in: net-misc/rdate/
@ 2019-04-22 13:07 Anthony G. Basile
0 siblings, 0 replies; 33+ messages in thread
From: Anthony G. Basile @ 2019-04-22 13:07 UTC (permalink / raw
To: gentoo-commits
commit: b4f6ae8b2eb0c45fd484b2bd9ada5f0535d2c0f9
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 22 13:02:09 2019 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Apr 22 13:02:09 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4f6ae8b
net-misc/rdate: keyword ~arm64
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
net-misc/rdate/rdate-1.4-r3.ebuild | 4 ++--
net-misc/rdate/rdate-1.4-r4.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/net-misc/rdate/rdate-1.4-r3.ebuild b/net-misc/rdate/rdate-1.4-r3.ebuild
index 2120355afb6..b773a09b8bd 100644
--- a/net-misc/rdate/rdate-1.4-r3.ebuild
+++ b/net-misc/rdate/rdate-1.4-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=0
@@ -11,7 +11,7 @@ SRC_URI="ftp://people.redhat.com/sopwith/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86"
IUSE="ipv6"
DEPEND=""
diff --git a/net-misc/rdate/rdate-1.4-r4.ebuild b/net-misc/rdate/rdate-1.4-r4.ebuild
index 3a0fc636df3..7c0aae4ea09 100644
--- a/net-misc/rdate/rdate-1.4-r4.ebuild
+++ b/net-misc/rdate/rdate-1.4-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
@@ -11,7 +11,7 @@ SRC_URI="ftp://people.redhat.com/sopwith/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86"
IUSE="ipv6"
DEPEND=""
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/rdate/
@ 2019-10-05 8:12 Michał Górny
0 siblings, 0 replies; 33+ messages in thread
From: Michał Górny @ 2019-10-05 8:12 UTC (permalink / raw
To: gentoo-commits
commit: 73814f12ab2684af0c86b857d1f8c8b7e31f65e0
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 5 07:53:44 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct 5 07:53:44 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73814f12
net-misc/rdate: Drop old (EAPI=0)
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
net-misc/rdate/rdate-1.4-r3.ebuild | 28 ----------------------------
1 file changed, 28 deletions(-)
diff --git a/net-misc/rdate/rdate-1.4-r3.ebuild b/net-misc/rdate/rdate-1.4-r3.ebuild
deleted file mode 100644
index b773a09b8bd..00000000000
--- a/net-misc/rdate/rdate-1.4-r3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit flag-o-matic toolchain-funcs
-
-DESCRIPTION="use TCP or UDP to retrieve the current time of another machine"
-HOMEPAGE="http://www.apps.ietf.org/rfc/rfc868.html"
-SRC_URI="ftp://people.redhat.com/sopwith/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86"
-IUSE="ipv6"
-
-DEPEND=""
-
-src_compile() {
- use ipv6 && append-cppflags "-DINET6"
- emake RCFLAGS="${CFLAGS} ${CPPFLAGS} ${LDFLAGS}" CC="$(tc-getCC)" || die
-}
-
-src_install(){
- emake -j1 prefix="${D}/usr" install || die "make install failed"
- newinitd "${FILESDIR}"/rdate-initd-1.4-r3 rdate
- newconfd "${FILESDIR}"/rdate-confd rdate
-}
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/rdate/
@ 2020-06-27 23:13 Andreas K. Hüttel
0 siblings, 0 replies; 33+ messages in thread
From: Andreas K. Hüttel @ 2020-06-27 23:13 UTC (permalink / raw
To: gentoo-commits
commit: be74e137ab03a494b7de76d9f7e1e3e182a1e7d5
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 27 23:12:47 2020 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jun 27 23:13:21 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be74e137
net-misc/rdate: Version bump
Bug: https://bugs.gentoo.org/709416
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
net-misc/rdate/Manifest | 1 +
net-misc/rdate/rdate-1.10.ebuild | 33 +++++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/net-misc/rdate/Manifest b/net-misc/rdate/Manifest
index 44b2fcc82ba..412fbf81d9c 100644
--- a/net-misc/rdate/Manifest
+++ b/net-misc/rdate/Manifest
@@ -1 +1,2 @@
+DIST rdate-1.10.tar.gz 19159 BLAKE2B 71c858b5eb10b07a2974fcb463a91808fc59582dfce786dc936370b3fc2122bfe72cc32cb3635a1e77ec663fd44712852ab85d8ba46702d1e222ec63ad46f3bb SHA512 7a7647102b5663218fff6c1364b83250a199a0169adf40db87a49709aa24c3b1fae5acf01732d5432fcb2883d29a24b2ae38cf5333ff75075e5d7a6fd90e7146
DIST rdate-1.4.tar.gz 11500 BLAKE2B 705324648f30685135d3ba3936b05a82bc6a027d3d1c407950cb7631858f6d9dba34f97f065482988caf4a68addc3ba122fe475cfd1684c526f5224113657ac3 SHA512 ea9d62af3aa58fb7bb2bdce257cc23758f103ac056e4d6a8b44be0e41c44dff49e78bdb03789e3bf2957e74997c2f1c0376fdc659b4f39d89e43ef139a51f996
diff --git a/net-misc/rdate/rdate-1.10.ebuild b/net-misc/rdate/rdate-1.10.ebuild
new file mode 100644
index 00000000000..56ca14a4561
--- /dev/null
+++ b/net-misc/rdate/rdate-1.10.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+MY_P=openrdate
+
+DESCRIPTION="Use TCP or UDP to retrieve the current time of another machine"
+HOMEPAGE="https://github.com/resurrecting-open-source-projects/openrdate"
+SRC_URI="https://github.com/resurrecting-open-source-projects/${MY_P}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-4"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+DEPEND="dev-libs/libbsd"
+RDEPEND=${DEPEND}
+
+S=${WORKDIR}/${MY_P}-${PV}
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_install() {
+ default
+ newinitd "${FILESDIR}"/rdate-initd-1.4-r3 rdate
+ newconfd "${FILESDIR}"/rdate-confd rdate
+}
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/rdate/
@ 2020-07-11 15:49 Sam James
0 siblings, 0 replies; 33+ messages in thread
From: Sam James @ 2020-07-11 15:49 UTC (permalink / raw
To: gentoo-commits
commit: 4748a65e8f8affc8275e48751ff614ccba0bccd5
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 11 15:41:19 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 11 15:41:19 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4748a65e
net-misc/rdate: ppc stable (bug #709416)
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/rdate/rdate-1.10.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/rdate/rdate-1.10.ebuild b/net-misc/rdate/rdate-1.10.ebuild
index 56ca14a4561..a1185fd3194 100644
--- a/net-misc/rdate/rdate-1.10.ebuild
+++ b/net-misc/rdate/rdate-1.10.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/resurrecting-open-source-projects/${MY_P}/archive/${
LICENSE="BSD-4"
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=""
DEPEND="dev-libs/libbsd"
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/rdate/
@ 2020-07-11 16:37 Sam James
0 siblings, 0 replies; 33+ messages in thread
From: Sam James @ 2020-07-11 16:37 UTC (permalink / raw
To: gentoo-commits
commit: 1bceb97159b3cf102a3e5aea996d371c884d4aae
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 11 16:15:00 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 11 16:37:41 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bceb971
net-misc/rdate: arm stable (bug #709416)
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/rdate/rdate-1.10.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/rdate/rdate-1.10.ebuild b/net-misc/rdate/rdate-1.10.ebuild
index a1185fd3194..f886d44bd0f 100644
--- a/net-misc/rdate/rdate-1.10.ebuild
+++ b/net-misc/rdate/rdate-1.10.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/resurrecting-open-source-projects/${MY_P}/archive/${
LICENSE="BSD-4"
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=""
DEPEND="dev-libs/libbsd"
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/rdate/
@ 2020-07-11 16:48 Sam James
0 siblings, 0 replies; 33+ messages in thread
From: Sam James @ 2020-07-11 16:48 UTC (permalink / raw
To: gentoo-commits
commit: 0b78eb32cc50e869d392548c993c28542e6f252b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 11 16:48:33 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 11 16:48:33 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b78eb32
net-misc/rdate: ppc64 stable (bug #709416)
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/rdate/rdate-1.10.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/rdate/rdate-1.10.ebuild b/net-misc/rdate/rdate-1.10.ebuild
index f886d44bd0f..1c6377d751c 100644
--- a/net-misc/rdate/rdate-1.10.ebuild
+++ b/net-misc/rdate/rdate-1.10.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/resurrecting-open-source-projects/${MY_P}/archive/${
LICENSE="BSD-4"
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=""
DEPEND="dev-libs/libbsd"
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/rdate/
@ 2020-07-11 18:23 Sam James
0 siblings, 0 replies; 33+ messages in thread
From: Sam James @ 2020-07-11 18:23 UTC (permalink / raw
To: gentoo-commits
commit: 6ea4f8bde46c3dfab0e6342dd28a6606324e7ad8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 11 18:22:50 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 11 18:23:02 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ea4f8bd
net-misc/rdate: sparc stable (bug #709416)
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/rdate/rdate-1.10.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/rdate/rdate-1.10.ebuild b/net-misc/rdate/rdate-1.10.ebuild
index 1c6377d751c..d96a73ad20c 100644
--- a/net-misc/rdate/rdate-1.10.ebuild
+++ b/net-misc/rdate/rdate-1.10.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/resurrecting-open-source-projects/${MY_P}/archive/${
LICENSE="BSD-4"
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=""
DEPEND="dev-libs/libbsd"
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/rdate/
@ 2020-07-18 1:14 Sam James
0 siblings, 0 replies; 33+ messages in thread
From: Sam James @ 2020-07-18 1:14 UTC (permalink / raw
To: gentoo-commits
commit: 5c45547a267c1c4134f02b2b6bb310e1b58a8ec8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 18 01:05:05 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 18 01:05:05 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c45547a
net-misc/rdate: x86 stable (bug #709416)
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/rdate/rdate-1.10.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/rdate/rdate-1.10.ebuild b/net-misc/rdate/rdate-1.10.ebuild
index d96a73ad20c..f8cf8ec0f50 100644
--- a/net-misc/rdate/rdate-1.10.ebuild
+++ b/net-misc/rdate/rdate-1.10.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/resurrecting-open-source-projects/${MY_P}/archive/${
LICENSE="BSD-4"
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=""
DEPEND="dev-libs/libbsd"
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/rdate/
@ 2020-07-18 11:44 Sam James
0 siblings, 0 replies; 33+ messages in thread
From: Sam James @ 2020-07-18 11:44 UTC (permalink / raw
To: gentoo-commits
commit: c639c678b23435ba10208d086cb6130aef2c0dc8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 18 11:44:16 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 18 11:44:16 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c639c678
net-misc/rdate: amd64 stable (bug #709416)
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/rdate/rdate-1.10.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/rdate/rdate-1.10.ebuild b/net-misc/rdate/rdate-1.10.ebuild
index f8cf8ec0f50..0703f215075 100644
--- a/net-misc/rdate/rdate-1.10.ebuild
+++ b/net-misc/rdate/rdate-1.10.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/resurrecting-open-source-projects/${MY_P}/archive/${
LICENSE="BSD-4"
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=""
DEPEND="dev-libs/libbsd"
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/rdate/
@ 2020-07-18 23:30 Sam James
0 siblings, 0 replies; 33+ messages in thread
From: Sam James @ 2020-07-18 23:30 UTC (permalink / raw
To: gentoo-commits
commit: 1f6ab63d0e9f9978291b86ab26b9e121f32dec9e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 18 23:30:18 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 18 23:30:26 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f6ab63d
net-misc/rdate: hppa stable (bug #709416)
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/rdate/rdate-1.10.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/rdate/rdate-1.10.ebuild b/net-misc/rdate/rdate-1.10.ebuild
index 0703f215075..95c32b70879 100644
--- a/net-misc/rdate/rdate-1.10.ebuild
+++ b/net-misc/rdate/rdate-1.10.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/resurrecting-open-source-projects/${MY_P}/archive/${
LICENSE="BSD-4"
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=""
DEPEND="dev-libs/libbsd"
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/rdate/
@ 2021-12-11 21:40 Conrad Kostecki
0 siblings, 0 replies; 33+ messages in thread
From: Conrad Kostecki @ 2021-12-11 21:40 UTC (permalink / raw
To: gentoo-commits
commit: a1ecd6cd7b666ec126fbd27c17e2aa025e07a77a
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 11 21:28:43 2021 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Dec 11 21:32:32 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1ecd6cd
net-misc/rdate: add 1.10.2
Closes: https://bugs.gentoo.org/725172
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
net-misc/rdate/Manifest | 1 +
net-misc/rdate/rdate-1.10.2.ebuild | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/net-misc/rdate/Manifest b/net-misc/rdate/Manifest
index 3c3848cfd711..f77353879f4d 100644
--- a/net-misc/rdate/Manifest
+++ b/net-misc/rdate/Manifest
@@ -1 +1,2 @@
+DIST rdate-1.10.2.tar.gz 19839 BLAKE2B d51ff68303a05abd8049abebafd76a01d8dedff6a294057640989989f851f1b381d75f2ad7ab94a850de76c485340770e06cf086225d641a2fee6d43112b473f SHA512 6e3759e73c05532b54f004592989572f78a0cfef7a2af1ae33708c9d239b63203702466664d39701afbc0012ff53fbf0bc3917ad8bb3df3322c4b613fd2e8aba
DIST rdate-1.10.tar.gz 19159 BLAKE2B 71c858b5eb10b07a2974fcb463a91808fc59582dfce786dc936370b3fc2122bfe72cc32cb3635a1e77ec663fd44712852ab85d8ba46702d1e222ec63ad46f3bb SHA512 7a7647102b5663218fff6c1364b83250a199a0169adf40db87a49709aa24c3b1fae5acf01732d5432fcb2883d29a24b2ae38cf5333ff75075e5d7a6fd90e7146
diff --git a/net-misc/rdate/rdate-1.10.2.ebuild b/net-misc/rdate/rdate-1.10.2.ebuild
new file mode 100644
index 000000000000..85c5f91b3cf8
--- /dev/null
+++ b/net-misc/rdate/rdate-1.10.2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_P="openrdate"
+
+inherit autotools toolchain-funcs
+
+DESCRIPTION="Use TCP or UDP to retrieve the current time of another machine"
+HOMEPAGE="https://github.com/resurrecting-open-source-projects/openrdate"
+SRC_URI="https://github.com/resurrecting-open-source-projects/${MY_P}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${MY_P}-${PV}"
+
+LICENSE="BSD-4"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+
+DEPEND="dev-libs/libbsd"
+RDEPEND=${DEPEND}
+
+src_prepare() {
+ default
+
+ # Don't use hardcoded 'ar' command
+ sed -s '/^AC_PROG_CC/a m4_ifdef([AM_PROG_AR], [AM_PROG_AR], [AC_SUBST([AR], [$(tc-getAR])])' -i configure.ac || die
+ eautoreconf
+}
+
+src_install() {
+ default
+
+ newinitd "${FILESDIR}"/rdate-initd-1.4-r3 rdate
+ newconfd "${FILESDIR}"/rdate-confd rdate
+}
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/rdate/
@ 2021-12-11 21:40 Conrad Kostecki
0 siblings, 0 replies; 33+ messages in thread
From: Conrad Kostecki @ 2021-12-11 21:40 UTC (permalink / raw
To: gentoo-commits
commit: 73ef1978b57238c0f340937048efcf15f68edd3a
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 11 21:08:53 2021 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Dec 11 21:32:32 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73ef1978
net-misc/rdate: drop 1.4-r4
Closes: https://bugs.gentoo.org/828713
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
net-misc/rdate/Manifest | 1 -
net-misc/rdate/rdate-1.4-r4.ebuild | 37 -------------------------------------
2 files changed, 38 deletions(-)
diff --git a/net-misc/rdate/Manifest b/net-misc/rdate/Manifest
index 412fbf81d9c1..3c3848cfd711 100644
--- a/net-misc/rdate/Manifest
+++ b/net-misc/rdate/Manifest
@@ -1,2 +1 @@
DIST rdate-1.10.tar.gz 19159 BLAKE2B 71c858b5eb10b07a2974fcb463a91808fc59582dfce786dc936370b3fc2122bfe72cc32cb3635a1e77ec663fd44712852ab85d8ba46702d1e222ec63ad46f3bb SHA512 7a7647102b5663218fff6c1364b83250a199a0169adf40db87a49709aa24c3b1fae5acf01732d5432fcb2883d29a24b2ae38cf5333ff75075e5d7a6fd90e7146
-DIST rdate-1.4.tar.gz 11500 BLAKE2B 705324648f30685135d3ba3936b05a82bc6a027d3d1c407950cb7631858f6d9dba34f97f065482988caf4a68addc3ba122fe475cfd1684c526f5224113657ac3 SHA512 ea9d62af3aa58fb7bb2bdce257cc23758f103ac056e4d6a8b44be0e41c44dff49e78bdb03789e3bf2957e74997c2f1c0376fdc659b4f39d89e43ef139a51f996
diff --git a/net-misc/rdate/rdate-1.4-r4.ebuild b/net-misc/rdate/rdate-1.4-r4.ebuild
deleted file mode 100644
index 8e279dfd9bfd..000000000000
--- a/net-misc/rdate/rdate-1.4-r4.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit flag-o-matic toolchain-funcs
-
-DESCRIPTION="use TCP or UDP to retrieve the current time of another machine"
-HOMEPAGE="http://www.apps.ietf.org/rfc/rfc868.html"
-SRC_URI="ftp://people.redhat.com/sopwith/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
-IUSE="ipv6"
-
-DEPEND=""
-
-src_prepare() {
- sed -i \
- -e '/^CFLAGS=/d' \
- -e '/^rdate: /,+1d' \
- -e '/\tinstall/s:\([^ ]\+\)$:$(DESTDIR)&:' \
- Makefile || die "Sed failed!"
-}
-
-src_compile() {
- use ipv6 && append-cppflags "-DINET6"
- tc-export CC
- emake
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- newinitd "${FILESDIR}"/rdate-initd-1.4-r3 rdate
- newconfd "${FILESDIR}"/rdate-confd rdate
-}
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/rdate/
@ 2022-02-03 9:34 Sam James
0 siblings, 0 replies; 33+ messages in thread
From: Sam James @ 2022-02-03 9:34 UTC (permalink / raw
To: gentoo-commits
commit: 3f90ed9e8c23588132a15e5b23497436c89f955e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 3 09:34:21 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 3 09:34:21 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f90ed9e
net-misc/rdate: drop unused toolchain-funcs
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/rdate/rdate-1.10.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/rdate/rdate-1.10.2.ebuild b/net-misc/rdate/rdate-1.10.2.ebuild
index b7d663d09747..7926c6a37620 100644
--- a/net-misc/rdate/rdate-1.10.2.ebuild
+++ b/net-misc/rdate/rdate-1.10.2.ebuild
@@ -5,7 +5,7 @@ EAPI=8
MY_P="openrdate"
-inherit autotools toolchain-funcs
+inherit autotools
DESCRIPTION="Use TCP or UDP to retrieve the current time of another machine"
HOMEPAGE="https://github.com/resurrecting-open-source-projects/openrdate"
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/rdate/
@ 2022-02-16 1:58 Sam James
0 siblings, 0 replies; 33+ messages in thread
From: Sam James @ 2022-02-16 1:58 UTC (permalink / raw
To: gentoo-commits
commit: cb0bae8c31096b509d34772b3c0e28273bb6a4f0
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 16 01:58:11 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 16 01:58:11 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb0bae8c
net-misc/rdate: add 1.11
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/rdate/Manifest | 1 +
net-misc/rdate/rdate-1.11.ebuild | 33 +++++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/net-misc/rdate/Manifest b/net-misc/rdate/Manifest
index f77353879f4d..14681570b96b 100644
--- a/net-misc/rdate/Manifest
+++ b/net-misc/rdate/Manifest
@@ -1,2 +1,3 @@
DIST rdate-1.10.2.tar.gz 19839 BLAKE2B d51ff68303a05abd8049abebafd76a01d8dedff6a294057640989989f851f1b381d75f2ad7ab94a850de76c485340770e06cf086225d641a2fee6d43112b473f SHA512 6e3759e73c05532b54f004592989572f78a0cfef7a2af1ae33708c9d239b63203702466664d39701afbc0012ff53fbf0bc3917ad8bb3df3322c4b613fd2e8aba
DIST rdate-1.10.tar.gz 19159 BLAKE2B 71c858b5eb10b07a2974fcb463a91808fc59582dfce786dc936370b3fc2122bfe72cc32cb3635a1e77ec663fd44712852ab85d8ba46702d1e222ec63ad46f3bb SHA512 7a7647102b5663218fff6c1364b83250a199a0169adf40db87a49709aa24c3b1fae5acf01732d5432fcb2883d29a24b2ae38cf5333ff75075e5d7a6fd90e7146
+DIST rdate-1.11.tar.gz 20210 BLAKE2B 0ff4abebe08f33b45c753dd2912c36e3895c1745b2d78340c7574116f50cd4d05364c5bee97e883b7ad587fcd5261931d928689cd583aa86b43aac408d2a4a6d SHA512 916952c26cdd51c8666bf62cdd823cf8a07fd4487fbf73213d529525b31a90f056120ea2ff16e6d37ea7c662853ba3c15789fef90724b2dbf17c21a6ff3f415d
diff --git a/net-misc/rdate/rdate-1.11.ebuild b/net-misc/rdate/rdate-1.11.ebuild
new file mode 100644
index 000000000000..dd88c82ec3e6
--- /dev/null
+++ b/net-misc/rdate/rdate-1.11.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_P="openrdate"
+
+inherit autotools
+
+DESCRIPTION="Use TCP or UDP to retrieve the current time of another machine"
+HOMEPAGE="https://github.com/resurrecting-open-source-projects/openrdate"
+SRC_URI="https://github.com/resurrecting-open-source-projects/${MY_P}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${MY_P}-${PV}"
+
+LICENSE="BSD-4"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+
+DEPEND="dev-libs/libbsd"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ default
+
+ eautoreconf
+}
+
+src_install() {
+ default
+
+ newinitd "${FILESDIR}"/rdate-initd-1.4-r3 rdate
+ newconfd "${FILESDIR}"/rdate-confd rdate
+}
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/rdate/
@ 2022-02-16 9:35 Jakov Smolić
0 siblings, 0 replies; 33+ messages in thread
From: Jakov Smolić @ 2022-02-16 9:35 UTC (permalink / raw
To: gentoo-commits
commit: ff32bc64ce9ed322ca5307ae10cb01c83e9fb9f3
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 16 09:34:23 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed Feb 16 09:34:23 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff32bc64
net-misc/rdate: Stabilize 1.10.2 amd64, #833447
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
net-misc/rdate/rdate-1.10.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/rdate/rdate-1.10.2.ebuild b/net-misc/rdate/rdate-1.10.2.ebuild
index 7926c6a37620..d511abe2b15b 100644
--- a/net-misc/rdate/rdate-1.10.2.ebuild
+++ b/net-misc/rdate/rdate-1.10.2.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}-${PV}"
LICENSE="BSD-4"
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"
DEPEND="dev-libs/libbsd"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/rdate/
@ 2022-02-16 9:35 Jakov Smolić
0 siblings, 0 replies; 33+ messages in thread
From: Jakov Smolić @ 2022-02-16 9:35 UTC (permalink / raw
To: gentoo-commits
commit: 559d8c473040532d3fd327f7ca3855763667cb2b
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 16 09:34:47 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed Feb 16 09:34:47 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=559d8c47
net-misc/rdate: Stabilize 1.10.2 x86, #833447
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
net-misc/rdate/rdate-1.10.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/rdate/rdate-1.10.2.ebuild b/net-misc/rdate/rdate-1.10.2.ebuild
index d511abe2b15b..03f355b22a48 100644
--- a/net-misc/rdate/rdate-1.10.2.ebuild
+++ b/net-misc/rdate/rdate-1.10.2.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}-${PV}"
LICENSE="BSD-4"
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"
DEPEND="dev-libs/libbsd"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/rdate/
@ 2022-02-16 17:35 Arthur Zamarin
0 siblings, 0 replies; 33+ messages in thread
From: Arthur Zamarin @ 2022-02-16 17:35 UTC (permalink / raw
To: gentoo-commits
commit: 477d511010646860f678fe17a63a185aa29c2cda
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 16 17:35:30 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 16 17:35:30 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=477d5110
net-misc/rdate: Stabilize 1.10.2 hppa, #833447
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
net-misc/rdate/rdate-1.10.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/rdate/rdate-1.10.2.ebuild b/net-misc/rdate/rdate-1.10.2.ebuild
index 03f355b22a48..7fee80123b66 100644
--- a/net-misc/rdate/rdate-1.10.2.ebuild
+++ b/net-misc/rdate/rdate-1.10.2.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}-${PV}"
LICENSE="BSD-4"
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"
DEPEND="dev-libs/libbsd"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/rdate/
@ 2022-02-16 20:13 Arthur Zamarin
0 siblings, 0 replies; 33+ messages in thread
From: Arthur Zamarin @ 2022-02-16 20:13 UTC (permalink / raw
To: gentoo-commits
commit: 4045ae56b75af0d18f309089bb6ebafb99acdda5
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 16 20:13:20 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 16 20:13:20 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4045ae56
net-misc/rdate: Stabilize 1.10.2 sparc, #833447
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
net-misc/rdate/rdate-1.10.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/rdate/rdate-1.10.2.ebuild b/net-misc/rdate/rdate-1.10.2.ebuild
index 7fee80123b66..6814a413f512 100644
--- a/net-misc/rdate/rdate-1.10.2.ebuild
+++ b/net-misc/rdate/rdate-1.10.2.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}-${PV}"
LICENSE="BSD-4"
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"
DEPEND="dev-libs/libbsd"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/rdate/
@ 2022-02-16 20:22 Arthur Zamarin
0 siblings, 0 replies; 33+ messages in thread
From: Arthur Zamarin @ 2022-02-16 20:22 UTC (permalink / raw
To: gentoo-commits
commit: ec90b80e55a8c45c827169c02c9e1851d5b14d83
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 16 20:21:46 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 16 20:21:46 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec90b80e
net-misc/rdate: Stabilize 1.10.2 ppc, #833447
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
net-misc/rdate/rdate-1.10.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/rdate/rdate-1.10.2.ebuild b/net-misc/rdate/rdate-1.10.2.ebuild
index 6814a413f512..a92b465fc2af 100644
--- a/net-misc/rdate/rdate-1.10.2.ebuild
+++ b/net-misc/rdate/rdate-1.10.2.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}-${PV}"
LICENSE="BSD-4"
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"
DEPEND="dev-libs/libbsd"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/rdate/
@ 2022-02-16 20:33 Arthur Zamarin
0 siblings, 0 replies; 33+ messages in thread
From: Arthur Zamarin @ 2022-02-16 20:33 UTC (permalink / raw
To: gentoo-commits
commit: 2e54a7e032962f805ebeba30c264b271a7354223
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 16 20:33:39 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 16 20:33:39 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e54a7e0
net-misc/rdate: Stabilize 1.10.2 arm, #833447
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
net-misc/rdate/rdate-1.10.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/rdate/rdate-1.10.2.ebuild b/net-misc/rdate/rdate-1.10.2.ebuild
index a92b465fc2af..0206123e97c5 100644
--- a/net-misc/rdate/rdate-1.10.2.ebuild
+++ b/net-misc/rdate/rdate-1.10.2.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}-${PV}"
LICENSE="BSD-4"
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"
DEPEND="dev-libs/libbsd"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/rdate/
@ 2022-02-16 21:37 Arthur Zamarin
0 siblings, 0 replies; 33+ messages in thread
From: Arthur Zamarin @ 2022-02-16 21:37 UTC (permalink / raw
To: gentoo-commits
commit: d08bbf5b5166e06bab38d98e199298afd88b6de3
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 16 21:37:34 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 16 21:37:34 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d08bbf5b
net-misc/rdate: Stabilize 1.10.2 ppc64, #833447
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
net-misc/rdate/rdate-1.10.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/rdate/rdate-1.10.2.ebuild b/net-misc/rdate/rdate-1.10.2.ebuild
index 0206123e97c5..7df5279abdf6 100644
--- a/net-misc/rdate/rdate-1.10.2.ebuild
+++ b/net-misc/rdate/rdate-1.10.2.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}-${PV}"
LICENSE="BSD-4"
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"
DEPEND="dev-libs/libbsd"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/rdate/
@ 2022-02-16 21:45 Arthur Zamarin
0 siblings, 0 replies; 33+ messages in thread
From: Arthur Zamarin @ 2022-02-16 21:45 UTC (permalink / raw
To: gentoo-commits
commit: c3d827d9f117cb5b5368c18028ed5bafeaba80b4
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 16 21:44:58 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 16 21:44:58 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3d827d9
net-misc/rdate: Stabilize 1.10.2 arm64, #833447
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
net-misc/rdate/rdate-1.10.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/rdate/rdate-1.10.2.ebuild b/net-misc/rdate/rdate-1.10.2.ebuild
index 7df5279abdf6..f64d1f48a116 100644
--- a/net-misc/rdate/rdate-1.10.2.ebuild
+++ b/net-misc/rdate/rdate-1.10.2.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}-${PV}"
LICENSE="BSD-4"
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"
DEPEND="dev-libs/libbsd"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/rdate/
@ 2022-05-19 7:28 WANG Xuerui
0 siblings, 0 replies; 33+ messages in thread
From: WANG Xuerui @ 2022-05-19 7:28 UTC (permalink / raw
To: gentoo-commits
commit: 3375e21215d6cf0b4087afb3c256257844caca59
Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Thu May 19 07:27:15 2022 +0000
Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Thu May 19 07:28:06 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3375e212
net-misc/rdate: keyword 1.11 for ~loong
Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
net-misc/rdate/rdate-1.11.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/rdate/rdate-1.11.ebuild b/net-misc/rdate/rdate-1.11.ebuild
index dd88c82ec3e6..91f7ec9ca122 100644
--- a/net-misc/rdate/rdate-1.11.ebuild
+++ b/net-misc/rdate/rdate-1.11.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}-${PV}"
LICENSE="BSD-4"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~sparc ~x86"
DEPEND="dev-libs/libbsd"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/rdate/
@ 2022-05-27 19:34 Jakov Smolić
0 siblings, 0 replies; 33+ messages in thread
From: Jakov Smolić @ 2022-05-27 19:34 UTC (permalink / raw
To: gentoo-commits
commit: d9135245b99790f9a538e9f79b0d0885bed18935
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri May 27 19:33:30 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri May 27 19:33:30 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9135245
net-misc/rdate: keyword 1.11 for ~riscv
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
net-misc/rdate/rdate-1.11.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/rdate/rdate-1.11.ebuild b/net-misc/rdate/rdate-1.11.ebuild
index 91f7ec9ca122..29e33f3c2cd9 100644
--- a/net-misc/rdate/rdate-1.11.ebuild
+++ b/net-misc/rdate/rdate-1.11.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}-${PV}"
LICENSE="BSD-4"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
DEPEND="dev-libs/libbsd"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/rdate/
@ 2023-01-10 4:15 Sam James
0 siblings, 0 replies; 33+ messages in thread
From: Sam James @ 2023-01-10 4:15 UTC (permalink / raw
To: gentoo-commits
commit: 147f3b7895318392a3db6f719dfefc1fca470b9d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 10 04:14:53 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 10 04:14:53 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=147f3b78
net-misc/rdate: Stabilize 1.11 x86, #890315
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/rdate/rdate-1.11.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-misc/rdate/rdate-1.11.ebuild b/net-misc/rdate/rdate-1.11.ebuild
index 29e33f3c2cd9..deae0ee8dbb8 100644
--- a/net-misc/rdate/rdate-1.11.ebuild
+++ b/net-misc/rdate/rdate-1.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}-${PV}"
LICENSE="BSD-4"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86"
DEPEND="dev-libs/libbsd"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/rdate/
@ 2023-01-10 4:15 Sam James
0 siblings, 0 replies; 33+ messages in thread
From: Sam James @ 2023-01-10 4:15 UTC (permalink / raw
To: gentoo-commits
commit: eb39fbaa54ff599035942c24736c737b6c3e322e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 10 04:14:55 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 10 04:14:55 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb39fbaa
net-misc/rdate: Stabilize 1.11 arm, #890315
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/rdate/rdate-1.11.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/rdate/rdate-1.11.ebuild b/net-misc/rdate/rdate-1.11.ebuild
index deae0ee8dbb8..2259997887f8 100644
--- a/net-misc/rdate/rdate-1.11.ebuild
+++ b/net-misc/rdate/rdate-1.11.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}-${PV}"
LICENSE="BSD-4"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86"
DEPEND="dev-libs/libbsd"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/rdate/
@ 2023-01-10 4:15 Sam James
0 siblings, 0 replies; 33+ messages in thread
From: Sam James @ 2023-01-10 4:15 UTC (permalink / raw
To: gentoo-commits
commit: bd222ad1a88108f8a4b07da1a9e7633f54fa069b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 10 04:14:56 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 10 04:14:56 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd222ad1
net-misc/rdate: Stabilize 1.11 arm64, #890315
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/rdate/rdate-1.11.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/rdate/rdate-1.11.ebuild b/net-misc/rdate/rdate-1.11.ebuild
index 2259997887f8..344a807ebcf1 100644
--- a/net-misc/rdate/rdate-1.11.ebuild
+++ b/net-misc/rdate/rdate-1.11.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}-${PV}"
LICENSE="BSD-4"
SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86"
DEPEND="dev-libs/libbsd"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/rdate/
@ 2023-01-10 4:15 Sam James
0 siblings, 0 replies; 33+ messages in thread
From: Sam James @ 2023-01-10 4:15 UTC (permalink / raw
To: gentoo-commits
commit: 349b3fd311fc9dac58274b17690ba1a06c84bbb6
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 10 04:14:57 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 10 04:14:57 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=349b3fd3
net-misc/rdate: Stabilize 1.11 amd64, #890315
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/rdate/rdate-1.11.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/rdate/rdate-1.11.ebuild b/net-misc/rdate/rdate-1.11.ebuild
index 344a807ebcf1..a74365ed87f6 100644
--- a/net-misc/rdate/rdate-1.11.ebuild
+++ b/net-misc/rdate/rdate-1.11.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}-${PV}"
LICENSE="BSD-4"
SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86"
DEPEND="dev-libs/libbsd"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/rdate/
@ 2023-01-10 4:32 Sam James
0 siblings, 0 replies; 33+ messages in thread
From: Sam James @ 2023-01-10 4:32 UTC (permalink / raw
To: gentoo-commits
commit: 8911769707cdff30296962eb7fb8a826e33bffd3
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 10 04:32:39 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 10 04:32:47 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89117697
net-misc/rdate: Stabilize 1.11 hppa, #890315
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/rdate/rdate-1.11.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/rdate/rdate-1.11.ebuild b/net-misc/rdate/rdate-1.11.ebuild
index aa399af919b7..d5a2876ead2c 100644
--- a/net-misc/rdate/rdate-1.11.ebuild
+++ b/net-misc/rdate/rdate-1.11.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}-${PV}"
LICENSE="BSD-4"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv sparc x86"
DEPEND="dev-libs/libbsd"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/rdate/
@ 2023-01-10 4:32 Sam James
0 siblings, 0 replies; 33+ messages in thread
From: Sam James @ 2023-01-10 4:32 UTC (permalink / raw
To: gentoo-commits
commit: b020d9229569a60dd5171b1f5f3403b9e9c45e4a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 10 04:32:40 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 10 04:32:47 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b020d922
net-misc/rdate: Stabilize 1.11 ppc, #890315
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/rdate/rdate-1.11.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/rdate/rdate-1.11.ebuild b/net-misc/rdate/rdate-1.11.ebuild
index d5a2876ead2c..8f015a7c25e8 100644
--- a/net-misc/rdate/rdate-1.11.ebuild
+++ b/net-misc/rdate/rdate-1.11.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}-${PV}"
LICENSE="BSD-4"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86"
DEPEND="dev-libs/libbsd"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/rdate/
@ 2023-01-10 4:32 Sam James
0 siblings, 0 replies; 33+ messages in thread
From: Sam James @ 2023-01-10 4:32 UTC (permalink / raw
To: gentoo-commits
commit: 439efe97b7023da0b999420b3fdf30681a7d8874
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 10 04:32:36 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 10 04:32:46 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=439efe97
net-misc/rdate: Stabilize 1.11 ppc64, #890315
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/rdate/rdate-1.11.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/rdate/rdate-1.11.ebuild b/net-misc/rdate/rdate-1.11.ebuild
index a74365ed87f6..2f19a2ec4b58 100644
--- a/net-misc/rdate/rdate-1.11.ebuild
+++ b/net-misc/rdate/rdate-1.11.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}-${PV}"
LICENSE="BSD-4"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv ~sparc x86"
DEPEND="dev-libs/libbsd"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/rdate/
@ 2023-01-10 4:32 Sam James
0 siblings, 0 replies; 33+ messages in thread
From: Sam James @ 2023-01-10 4:32 UTC (permalink / raw
To: gentoo-commits
commit: 72aef31f8bb2aa9e777c8dc39bb0643645496da0
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 10 04:32:37 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 10 04:32:46 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72aef31f
net-misc/rdate: Stabilize 1.11 sparc, #890315
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/rdate/rdate-1.11.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/rdate/rdate-1.11.ebuild b/net-misc/rdate/rdate-1.11.ebuild
index 2f19a2ec4b58..aa399af919b7 100644
--- a/net-misc/rdate/rdate-1.11.ebuild
+++ b/net-misc/rdate/rdate-1.11.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}-${PV}"
LICENSE="BSD-4"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv sparc x86"
DEPEND="dev-libs/libbsd"
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 33+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/rdate/
@ 2024-08-01 16:23 Andreas Sturmlechner
0 siblings, 0 replies; 33+ messages in thread
From: Andreas Sturmlechner @ 2024-08-01 16:23 UTC (permalink / raw
To: gentoo-commits
commit: c1c367c280c049928b18a6222c5054ad7c191a7c
Author: Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Thu Aug 1 14:58:11 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Aug 1 15:29:06 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1c367c2
net-misc/rdate: drop 1.10 & 1.10.2
Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
net-misc/rdate/Manifest | 2 --
net-misc/rdate/rdate-1.10.2.ebuild | 38 --------------------------------------
net-misc/rdate/rdate-1.10.ebuild | 33 ---------------------------------
3 files changed, 73 deletions(-)
diff --git a/net-misc/rdate/Manifest b/net-misc/rdate/Manifest
index 14681570b96b..fc16608f87bf 100644
--- a/net-misc/rdate/Manifest
+++ b/net-misc/rdate/Manifest
@@ -1,3 +1 @@
-DIST rdate-1.10.2.tar.gz 19839 BLAKE2B d51ff68303a05abd8049abebafd76a01d8dedff6a294057640989989f851f1b381d75f2ad7ab94a850de76c485340770e06cf086225d641a2fee6d43112b473f SHA512 6e3759e73c05532b54f004592989572f78a0cfef7a2af1ae33708c9d239b63203702466664d39701afbc0012ff53fbf0bc3917ad8bb3df3322c4b613fd2e8aba
-DIST rdate-1.10.tar.gz 19159 BLAKE2B 71c858b5eb10b07a2974fcb463a91808fc59582dfce786dc936370b3fc2122bfe72cc32cb3635a1e77ec663fd44712852ab85d8ba46702d1e222ec63ad46f3bb SHA512 7a7647102b5663218fff6c1364b83250a199a0169adf40db87a49709aa24c3b1fae5acf01732d5432fcb2883d29a24b2ae38cf5333ff75075e5d7a6fd90e7146
DIST rdate-1.11.tar.gz 20210 BLAKE2B 0ff4abebe08f33b45c753dd2912c36e3895c1745b2d78340c7574116f50cd4d05364c5bee97e883b7ad587fcd5261931d928689cd583aa86b43aac408d2a4a6d SHA512 916952c26cdd51c8666bf62cdd823cf8a07fd4487fbf73213d529525b31a90f056120ea2ff16e6d37ea7c662853ba3c15789fef90724b2dbf17c21a6ff3f415d
diff --git a/net-misc/rdate/rdate-1.10.2.ebuild b/net-misc/rdate/rdate-1.10.2.ebuild
deleted file mode 100644
index f64d1f48a116..000000000000
--- a/net-misc/rdate/rdate-1.10.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_P="openrdate"
-
-inherit autotools
-
-DESCRIPTION="Use TCP or UDP to retrieve the current time of another machine"
-HOMEPAGE="https://github.com/resurrecting-open-source-projects/openrdate"
-SRC_URI="https://github.com/resurrecting-open-source-projects/${MY_P}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${MY_P}-${PV}"
-
-LICENSE="BSD-4"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86"
-
-DEPEND="dev-libs/libbsd"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-1.10.2-fix-musl-compat-stdint.patch
- "${FILESDIR}"/${PN}-1.10.2-respect-AR.patch
-)
-
-src_prepare() {
- default
-
- eautoreconf
-}
-
-src_install() {
- default
-
- newinitd "${FILESDIR}"/rdate-initd-1.4-r3 rdate
- newconfd "${FILESDIR}"/rdate-confd rdate
-}
diff --git a/net-misc/rdate/rdate-1.10.ebuild b/net-misc/rdate/rdate-1.10.ebuild
deleted file mode 100644
index 6287c785348b..000000000000
--- a/net-misc/rdate/rdate-1.10.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-MY_P=openrdate
-
-DESCRIPTION="Use TCP or UDP to retrieve the current time of another machine"
-HOMEPAGE="https://github.com/resurrecting-open-source-projects/openrdate"
-SRC_URI="https://github.com/resurrecting-open-source-projects/${MY_P}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-4"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86"
-IUSE=""
-
-DEPEND="dev-libs/libbsd"
-RDEPEND=${DEPEND}
-
-S=${WORKDIR}/${MY_P}-${PV}
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_install() {
- default
- newinitd "${FILESDIR}"/rdate-initd-1.4-r3 rdate
- newconfd "${FILESDIR}"/rdate-confd rdate
-}
^ permalink raw reply related [flat|nested] 33+ messages in thread
end of thread, other threads:[~2024-08-01 16:24 UTC | newest]
Thread overview: 33+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-10 4:32 [gentoo-commits] repo/gentoo:master commit in: net-misc/rdate/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2024-08-01 16:23 Andreas Sturmlechner
2023-01-10 4:32 Sam James
2023-01-10 4:32 Sam James
2023-01-10 4:32 Sam James
2023-01-10 4:15 Sam James
2023-01-10 4:15 Sam James
2023-01-10 4:15 Sam James
2023-01-10 4:15 Sam James
2022-05-27 19:34 Jakov Smolić
2022-05-19 7:28 WANG Xuerui
2022-02-16 21:45 Arthur Zamarin
2022-02-16 21:37 Arthur Zamarin
2022-02-16 20:33 Arthur Zamarin
2022-02-16 20:22 Arthur Zamarin
2022-02-16 20:13 Arthur Zamarin
2022-02-16 17:35 Arthur Zamarin
2022-02-16 9:35 Jakov Smolić
2022-02-16 9:35 Jakov Smolić
2022-02-16 1:58 Sam James
2022-02-03 9:34 Sam James
2021-12-11 21:40 Conrad Kostecki
2021-12-11 21:40 Conrad Kostecki
2020-07-18 23:30 Sam James
2020-07-18 11:44 Sam James
2020-07-18 1:14 Sam James
2020-07-11 18:23 Sam James
2020-07-11 16:48 Sam James
2020-07-11 16:37 Sam James
2020-07-11 15:49 Sam James
2020-06-27 23:13 Andreas K. Hüttel
2019-10-05 8:12 Michał Górny
2019-04-22 13:07 Anthony G. Basile
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox