public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/openrdap/
Date: Sun, 02 Mar 2025 23:19:28 +0000 (UTC)	[thread overview]
Message-ID: <1740957562.5582fa3df2fc432a483bf084664c1c77c5c59bc7.conikost@gentoo> (raw)

commit:     5582fa3df2fc432a483bf084664c1c77c5c59bc7
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  2 23:18:10 2025 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Mar  2 23:19:22 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5582fa3d

net-misc/openrdap: add 0.9.1

Closes: https://bugs.gentoo.org/950465
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 net-misc/openrdap/Manifest              |  2 ++
 net-misc/openrdap/openrdap-0.9.1.ebuild | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/net-misc/openrdap/Manifest b/net-misc/openrdap/Manifest
index 5bed77a18c44..1d88cb405b63 100644
--- a/net-misc/openrdap/Manifest
+++ b/net-misc/openrdap/Manifest
@@ -1,2 +1,4 @@
 DIST openrdap-0.9.0_p20191017-deps.tar.gz 21223841 BLAKE2B 8bc7f6d7926835a0fd1f723cf9a63a57b15c11d6bdaeeeead5da307a6053c931eba55e3a27a6c9e7c069f3421005be97e6070da657328a63e60f083566333af3 SHA512 c536daa1c3b2f3ac904d3f2e33b38351bbf50e0abc5e071958efdf364d9d59910b1108cb355e5e3c9e8a1517b5b222c8ab39a899f9dd6d7e80dda617b5ed0290
 DIST openrdap-0.9.0_p20191017.tar.gz 78085 BLAKE2B c3366aff7f12bdc8df4646c426e803834b382d02c0295eda0c97fef1ecc6ed54b6435e49bd1f67fe9884e4b8de466bb52db1494a4a531957c5c7c607eca4e5bc SHA512 494ceab714a4dc7c37c1a11a16a4d475627be59f9c56058a99ca203dece8a4963b06b0fca4091c1d3e194208427095335f9bb12043b02f27efb9b884ed43f7ef
+DIST openrdap-0.9.1-vendor.tar.xz 78356 BLAKE2B 42930b4bea5a73f31c0ab3086ce1484eed89ffec87a583ec2fdf81365b4c678caa5760fb4cdb2d92edfd76a2d1e588a7f9accc5e93f4df611ef69da615676166 SHA512 023ec0bd723fee6e442e37a5c6bd3f59976176dc5aed525ccd8b3a4826c46719aad490f6cc2e8287d10581c6be12fdaefc38563efc38288948dfcb62e26eb7bd
+DIST openrdap-0.9.1.tar.gz 78457 BLAKE2B 75ae32da4dbdf9137acb2e6714eefbb182407174c40abc258b0c26124411d45063f407d5e85ad8f1f01051396042bb9e805144adcdc0981c47019d5f370cbdf2 SHA512 3111a8e270d10b482b0d8f1ee9d002cad6800f64637133db15e3c75193b5ba7032ca085e3a994853f21f48a49c36d0ef4e1ce1a747a490f3e1aa8961c06a5543

diff --git a/net-misc/openrdap/openrdap-0.9.1.ebuild b/net-misc/openrdap/openrdap-0.9.1.ebuild
new file mode 100644
index 000000000000..0d4fb631053f
--- /dev/null
+++ b/net-misc/openrdap/openrdap-0.9.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+go-module_set_globals
+
+DESCRIPTION="RDAP command line client"
+HOMEPAGE="
+	https://www.openrdap.org/
+	https://github.com/openrdap/rdap
+"
+SRC_URI="
+	https://github.com/openrdap/rdap/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
+	https://dev.gentoo.org/~conikost/distfiles/${P}-vendor.tar.xz
+"
+S="${WORKDIR}/${PN/open/}-${PV}"
+
+LICENSE="BSD MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_compile() {
+	go build ./cmd/rdap || die
+}
+
+src_install() {
+	dobin rdap
+	einstalldocs
+}


             reply	other threads:[~2025-03-02 23:19 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-02 23:19 Conrad Kostecki [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-05 14:25 [gentoo-commits] repo/gentoo:master commit in: net-misc/openrdap/ Arthur Zamarin
2025-03-02 23:19 Conrad Kostecki
2022-04-03  1:01 Conrad Kostecki
2022-04-03  1:01 Conrad Kostecki
2021-12-12  1:00 Conrad Kostecki

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=1740957562.5582fa3df2fc432a483bf084664c1c77c5c59bc7.conikost@gentoo \
    --to=conikost@gentoo.org \
    --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