From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A8AE0138334 for ; Sat, 26 Jan 2019 12:43:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7892CE0B0F; Sat, 26 Jan 2019 12:43:12 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4BD24E0B0F for ; Sat, 26 Jan 2019 12:43:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8B15E335D53 for ; Sat, 26 Jan 2019 12:43:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80A22526 for ; Sat, 26 Jan 2019 12:43:08 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1548506557.1b6e0d9fc9ac14f7f6e99543f2778ba22d854f98.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/radmind/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/radmind/Manifest app-admin/radmind/radmind-1.15.1.ebuild X-VCS-Directories: app-admin/radmind/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 1b6e0d9fc9ac14f7f6e99543f2778ba22d854f98 X-VCS-Branch: master Date: Sat, 26 Jan 2019 12:43:08 +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: 4aebd425-c981-4d3f-9321-6da15e646c1f X-Archives-Hash: b7525a15b5608b8e7d9492a79a6a2408 commit: 1b6e0d9fc9ac14f7f6e99543f2778ba22d854f98 Author: Pacho Ramos gentoo org> AuthorDate: Sat Jan 26 12:35:49 2019 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Jan 26 12:42:37 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b6e0d9f app-admin/radmind: Bump to 1.15.1 Closes: https://bugs.gentoo.org/675614 Package-Manager: Portage-2.3.58, Repoman-2.3.12 Signed-off-by: Pacho Ramos gentoo.org> app-admin/radmind/Manifest | 1 + app-admin/radmind/radmind-1.15.1.ebuild | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/app-admin/radmind/Manifest b/app-admin/radmind/Manifest index 399db035cd1..840b4bef85c 100644 --- a/app-admin/radmind/Manifest +++ b/app-admin/radmind/Manifest @@ -1 +1,2 @@ DIST radmind-1.14.1.tar.gz 403553 BLAKE2B ea89c7c28714134df3d9f9ab522c4499590f5f08f3b5d6c0d02c750ee896922720d66e4f08dac70fe93933da0fa5d8776fdf0f7d32b926d76ece27cbcedb87ad SHA512 bccf9681a6899be3b500065237dd1e04cd83ffb6f9be0e355412e7b0c556325f7d13435cec65a8a5e156e4411da915744f01a615472f6361d52c4d54d8be20eb +DIST radmind-1.15.1.tar.gz 449653 BLAKE2B 8a516ede28d561a60f7c51424c6e48ea030dd571528fd3422fab3b23b4448ee898d408136c4845ebe9c5f9088fb425ed67b341f4d1721747a415183687e6daa6 SHA512 3dd9477d00083cf9912e2143adff52f9bc127665ff6705bc200b7323e53390fb76ac125733596ba309905fca3db062c7b1bc1d1372b77a3044c3794bacb96e6c diff --git a/app-admin/radmind/radmind-1.15.1.ebuild b/app-admin/radmind/radmind-1.15.1.ebuild new file mode 100644 index 00000000000..6f595b238a9 --- /dev/null +++ b/app-admin/radmind/radmind-1.15.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="command-line tools and server to remotely administer multiple Unix filesystems" +HOMEPAGE="http://rsug.itd.umich.edu/software/radmind/ https://github.com/voretaq7/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_install() { + default + keepdir /var/radmind/{cert,client,postapply,preapply} +}