From: "Alarig Le Lay" <alarig@swordarmor.fr>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/rpki-client/
Date: Sat, 24 Aug 2024 10:55:06 +0000 (UTC) [thread overview]
Message-ID: <1724496902.d9a45031ae31461c3b85a384af4b2cc1e79336fb.AlarigLeLay@gentoo> (raw)
commit: d9a45031ae31461c3b85a384af4b2cc1e79336fb
Author: Alarig Le Lay <alarig <AT> swordarmor <DOT> fr>
AuthorDate: Sat Aug 24 10:55:02 2024 +0000
Commit: Alarig Le Lay <alarig <AT> swordarmor <DOT> fr>
CommitDate: Sat Aug 24 10:55:02 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d9a45031
net-misc/rpki-client: add 9.2
Signed-off-by: Alarig Le Lay <alarig <AT> swordarmor.fr>
net-misc/rpki-client/rpki-client-9.2.ebuild | 53 +++++++++++++++++++++++++++++
1 file changed, 53 insertions(+)
diff --git a/net-misc/rpki-client/rpki-client-9.2.ebuild b/net-misc/rpki-client/rpki-client-9.2.ebuild
new file mode 100644
index 000000000..d89b3a724
--- /dev/null
+++ b/net-misc/rpki-client/rpki-client-9.2.ebuild
@@ -0,0 +1,53 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PV="${PV/_p/p}"
+MY_P="${PN}-${MY_PV}"
+
+DESCRIPTION="Portability shim for OpenBSD's rpki-client"
+HOMEPAGE="https://rpki-client.org/"
+SRC_URI="mirror://openbsd/${PN}/${PN}-${MY_PV}.tar.gz
+https://lg.breizh-ix.net/ssl/cert.pem -> ${PN}-${MY_PV}-cert.pem"
+
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+ acct-group/_rpki-client
+ acct-user/_rpki-client
+ dev-libs/expat
+ dev-libs/libretls
+ dev-libs/openssl[rfc3779]
+ sys-libs/zlib
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+ dev-build/libtool
+"
+
+src_configure() {
+ local myeconfargs=(
+ --with-rsync=rsync
+ --with-base-dir="/var/cache/${PN}"
+ --with-output-dir="/var/db/${PN}"
+ )
+ econf "${myeconfargs[@]}"
+}
+
+src_install() {
+ emake DESTDIR="${D}" BINDIR="/usr/bin" MANDIR="/usr/share/man" install
+
+ insinto /etc/rpki
+ doins *.tal
+ doins *.constraints
+ keepdir "/var/db/${PN}/"
+ fowners -R _rpki-client "/var/db/${PN}/"
+
+ insinto /etc/ssl
+ newins "${DISTDIR}/${PN}-${MY_PV}-cert.pem" cert.pem
+}
next reply other threads:[~2024-08-24 10:55 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-24 10:55 Alarig Le Lay [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-13 9:21 [gentoo-commits] repo/proj/guru:dev commit in: net-misc/rpki-client/ Takuya Wakazono
2024-09-23 11:42 Alarig Le Lay
2024-09-23 11:42 Alarig Le Lay
2024-08-24 11:32 Alarig Le Lay
2024-08-24 10:55 Alarig Le Lay
2024-01-30 23:56 Alarig Le Lay
2024-01-30 23:47 Alarig Le Lay
2021-04-09 7:22 Alarig Le Lay
2020-12-26 22:11 Theo Anderson
2020-10-22 13:40 Andrew Ammerlaan
2020-10-20 18:52 Alarig Le Lay
2020-10-20 18:52 Alarig Le Lay
2020-05-04 8:42 Andrew Ammerlaan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1724496902.d9a45031ae31461c3b85a384af4b2cc1e79336fb.AlarigLeLay@gentoo \
--to=alarig@swordarmor.fr \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox