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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DF8B7158090 for ; Sun, 15 May 2022 00:05:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AEAA6E0848; Sun, 15 May 2022 00:05:48 +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 6FB63E0848 for ; Sun, 15 May 2022 00:05:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 20FB83416E2 for ; Sun, 15 May 2022 00:05:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70544466 for ; Sun, 15 May 2022 00:05:44 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1652573132.9eff4d0ba68af651bcccd797849bc72849faac53.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/radmind/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/radmind/radmind-1.15.4.ebuild X-VCS-Directories: app-admin/radmind/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9eff4d0ba68af651bcccd797849bc72849faac53 X-VCS-Branch: master Date: Sun, 15 May 2022 00:05:44 +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: 74ef8b54-c9e0-4d38-823a-56ab9c21202e X-Archives-Hash: 24c54a0f155c6fd5009e49bd4b66294f commit: 9eff4d0ba68af651bcccd797849bc72849faac53 Author: orbea riseup net> AuthorDate: Sat May 14 17:59:47 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun May 15 00:05:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eff4d0b app-admin/radmind: Remove old Signed-off-by: orbea riseup.net> Closes: https://github.com/gentoo/gentoo/pull/25485 Signed-off-by: Sam James gentoo.org> app-admin/radmind/radmind-1.15.4.ebuild | 41 --------------------------------- 1 file changed, 41 deletions(-) diff --git a/app-admin/radmind/radmind-1.15.4.ebuild b/app-admin/radmind/radmind-1.15.4.ebuild deleted file mode 100644 index 2cf0aaf939f6..000000000000 --- a/app-admin/radmind/radmind-1.15.4.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools - -DESCRIPTION="Command-line tools and server to remotely administer multiple Unix filesystems" -HOMEPAGE="https://github.com/Radmind https://sourceforge.net/projects/radmind/" -SRC_URI="https://github.com/voretaq7/radmind/releases/download/${P}/${P}.tar.gz" - -LICENSE="HPND" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND="dev-libs/openssl:0=" -RDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}"/${PN}-1.7.0-gentoo.patch - "${FILESDIR}"/${PN}-1.14.1-glibc225.patch - # 779664 - "${FILESDIR}"/${PN}-1.15.4-autoreconf.patch - "${FILESDIR}"/${PN}-1.15.4-autoreconf-libsnet.patch -) - -src_prepare() { - default - - # We really don't want these - # https://github.com/Radmind/radmind/pull/336 - # https://sourceforge.net/p/libsnet/patches/7/ - rm -f {,libsnet/}aclocal.m4 || die - - eautoreconf -} - -src_install() { - default - keepdir /var/radmind/{cert,client,postapply,preapply} -}