commit: f2a11e7cec6c3d4defd78e3776152dd2efc19d17 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr> AuthorDate: Thu Feb 25 18:07:12 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Feb 25 19:07:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2a11e7c
app-admin/radmind: Remove old Bug: https://bugs.gentoo.org/769896 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr> Signed-off-by: Sam James <sam <AT> gentoo.org> app-admin/radmind/Manifest | 1 - app-admin/radmind/radmind-1.15.1.ebuild | 38 --------------------------------- 2 files changed, 39 deletions(-) diff --git a/app-admin/radmind/Manifest b/app-admin/radmind/Manifest index 6cc119ceb3f..e5cfe77288e 100644 --- a/app-admin/radmind/Manifest +++ b/app-admin/radmind/Manifest @@ -1,2 +1 @@ -DIST radmind-1.15.1.tar.gz 449653 BLAKE2B 8a516ede28d561a60f7c51424c6e48ea030dd571528fd3422fab3b23b4448ee898d408136c4845ebe9c5f9088fb425ed67b341f4d1721747a415183687e6daa6 SHA512 3dd9477d00083cf9912e2143adff52f9bc127665ff6705bc200b7323e53390fb76ac125733596ba309905fca3db062c7b1bc1d1372b77a3044c3794bacb96e6c DIST radmind-1.15.3.tar.gz 843033 BLAKE2B 3d4446e5ce9e668039277f63a16c014dbbecca870886e68603af4100cdbf4a0adf074d26c90985968ec1a680fb483395676b85020134ec56686318b3d0664d99 SHA512 121fa2ea4dc9532bdbb1440c3ee485db1d6a1e770bd01dc0e832d51ee26112441ff47bea8e7f063feffc4d5bf3cfc5ce53d316bb469ff4ff0a65ca5463c99d11 diff --git a/app-admin/radmind/radmind-1.15.1.ebuild b/app-admin/radmind/radmind-1.15.1.ebuild deleted file mode 100644 index 96807f42abc..00000000000 --- a/app-admin/radmind/radmind-1.15.1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit flag-o-matic - -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" -IUSE="libressl" - -DEPEND=" - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) -" -RDEPEND="${DEPEND} - !dev-util/repo -" - -PATCHES=( - "${FILESDIR}"/${PN}-1.7.0-gentoo.patch - "${FILESDIR}"/${PN}-1.14.1-glibc225.patch -) - -src_configure() { - append-cflags -fcommon - default -} - -src_install() { - default - keepdir /var/radmind/{cert,client,postapply,preapply} -}