commit:     9eff4d0ba68af651bcccd797849bc72849faac53
Author:     orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Sat May 14 17:59:47 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <orbea <AT> riseup.net>
Closes: https://github.com/gentoo/gentoo/pull/25485
Signed-off-by: Sam James <sam <AT> 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}
-}

Reply via email to