From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4E54A158086 for ; Sat, 11 Dec 2021 21:40:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39AA72BC011; Sat, 11 Dec 2021 21:40:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 12FE52BC00B for ; Sat, 11 Dec 2021 21:40:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C27FD3433CD for ; Sat, 11 Dec 2021 21:40:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7EC88233 for ; Sat, 11 Dec 2021 21:40:38 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1639258352.73ef1978b57238c0f340937048efcf15f68edd3a.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/rdate/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/rdate/Manifest net-misc/rdate/rdate-1.4-r4.ebuild X-VCS-Directories: net-misc/rdate/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 73ef1978b57238c0f340937048efcf15f68edd3a X-VCS-Branch: master Date: Sat, 11 Dec 2021 21:40:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5fe2bfc5-6827-476e-94de-c54aeea5d3e8 X-Archives-Hash: 33b117d68cba11dc1aa6fec8fcefe016 commit: 73ef1978b57238c0f340937048efcf15f68edd3a Author: Conrad Kostecki gentoo org> AuthorDate: Sat Dec 11 21:08:53 2021 +0000 Commit: Conrad Kostecki gentoo 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 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 -}