Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/radmind/
Date: Sat, 26 Jan 2019 12:43:25
Message-Id: 1548506557.1b6e0d9fc9ac14f7f6e99543f2778ba22d854f98.pacho@gentoo
1 commit: 1b6e0d9fc9ac14f7f6e99543f2778ba22d854f98
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 26 12:35:49 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 26 12:42:37 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b6e0d9f
7
8 app-admin/radmind: Bump to 1.15.1
9
10 Closes: https://bugs.gentoo.org/675614
11 Package-Manager: Portage-2.3.58, Repoman-2.3.12
12 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
13
14 app-admin/radmind/Manifest | 1 +
15 app-admin/radmind/radmind-1.15.1.ebuild | 31 +++++++++++++++++++++++++++++++
16 2 files changed, 32 insertions(+)
17
18 diff --git a/app-admin/radmind/Manifest b/app-admin/radmind/Manifest
19 index 399db035cd1..840b4bef85c 100644
20 --- a/app-admin/radmind/Manifest
21 +++ b/app-admin/radmind/Manifest
22 @@ -1 +1,2 @@
23 DIST radmind-1.14.1.tar.gz 403553 BLAKE2B ea89c7c28714134df3d9f9ab522c4499590f5f08f3b5d6c0d02c750ee896922720d66e4f08dac70fe93933da0fa5d8776fdf0f7d32b926d76ece27cbcedb87ad SHA512 bccf9681a6899be3b500065237dd1e04cd83ffb6f9be0e355412e7b0c556325f7d13435cec65a8a5e156e4411da915744f01a615472f6361d52c4d54d8be20eb
24 +DIST radmind-1.15.1.tar.gz 449653 BLAKE2B 8a516ede28d561a60f7c51424c6e48ea030dd571528fd3422fab3b23b4448ee898d408136c4845ebe9c5f9088fb425ed67b341f4d1721747a415183687e6daa6 SHA512 3dd9477d00083cf9912e2143adff52f9bc127665ff6705bc200b7323e53390fb76ac125733596ba309905fca3db062c7b1bc1d1372b77a3044c3794bacb96e6c
25
26 diff --git a/app-admin/radmind/radmind-1.15.1.ebuild b/app-admin/radmind/radmind-1.15.1.ebuild
27 new file mode 100644
28 index 00000000000..6f595b238a9
29 --- /dev/null
30 +++ b/app-admin/radmind/radmind-1.15.1.ebuild
31 @@ -0,0 +1,31 @@
32 +# Copyright 1999-2019 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +
37 +DESCRIPTION="command-line tools and server to remotely administer multiple Unix filesystems"
38 +HOMEPAGE="http://rsug.itd.umich.edu/software/radmind/ https://github.com/voretaq7/radmind"
39 +SRC_URI="https://github.com/voretaq7/radmind/releases/download/${P}/${P}.tar.gz"
40 +
41 +LICENSE="HPND"
42 +SLOT="0"
43 +KEYWORDS="~amd64 ~x86"
44 +IUSE="libressl"
45 +
46 +DEPEND="
47 + !libressl? ( dev-libs/openssl:0= )
48 + libressl? ( dev-libs/libressl:0= )
49 +"
50 +RDEPEND="${DEPEND}
51 + !dev-util/repo
52 +"
53 +
54 +PATCHES=(
55 + "${FILESDIR}"/${PN}-1.7.0-gentoo.patch
56 + "${FILESDIR}"/${PN}-1.14.1-glibc225.patch
57 +)
58 +
59 +src_install() {
60 + default
61 + keepdir /var/radmind/{cert,client,postapply,preapply}
62 +}