public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: net-misc/rpki-client/
Date: Sat, 24 Aug 2024 20:56:34 +0000 (UTC)	[thread overview]
Message-ID: <1724496902.d9a45031ae31461c3b85a384af4b2cc1e79336fb.davidroman@gentoo> (raw)

commit:     d9a45031ae31461c3b85a384af4b2cc1e79336fb
Author:     Alarig Le Lay <alarig <AT> swordarmor <DOT> fr>
AuthorDate: Sat Aug 24 10:55:02 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
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
+}


             reply	other threads:[~2024-08-24 20:56 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-24 20:56 David Roman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-25 13:53 [gentoo-commits] repo/proj/guru:master commit in: net-misc/rpki-client/ David Roman
2024-09-25 13:53 David Roman
2024-08-24 20:56 David Roman
2024-08-24 20:56 David Roman
2024-01-31 12:23 David Roman
2024-01-31 12:23 David Roman
2021-04-09 12:53 Andrew Ammerlaan
2020-12-27 12:48 Andrew Ammerlaan
2020-10-22 13:40 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-10-22 13:40 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-10-21  9:02 Andrew Ammerlaan
2020-10-21  9:02 Andrew Ammerlaan
2020-05-04  8:42 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-05-04  8:54 ` [gentoo-commits] repo/proj/guru:master " 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.davidroman@gentoo \
    --to=davidroman96@gmail.com \
    --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