public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/rdate/
Date: Thu,  1 Aug 2024 16:23:55 +0000 (UTC)	[thread overview]
Message-ID: <1722526146.c1c367c280c049928b18a6222c5054ad7c191a7c.asturm@gentoo> (raw)

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
-}


             reply	other threads:[~2024-08-01 16:24 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-01 16:23 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-01-10  4:32 [gentoo-commits] repo/gentoo:master commit in: net-misc/rdate/ Sam James
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

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=1722526146.c1c367c280c049928b18a6222c5054ad7c191a7c.asturm@gentoo \
    --to=asturm@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