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-libs/libmicrodns/
Date: Fri,  5 Jul 2024 17:41:54 +0000 (UTC)	[thread overview]
Message-ID: <1720201277.096290ef69b7dfb968130ae442c0473304acb842.conikost@gentoo> (raw)

commit:     096290ef69b7dfb968130ae442c0473304acb842
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Thu Jul  4 14:10:32 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Fri Jul  5 17:41:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=096290ef

net-libs/libmicrodns: add 0.2.0

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>

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

 net-libs/libmicrodns/Manifest                 |  1 +
 net-libs/libmicrodns/libmicrodns-0.2.0.ebuild | 31 +++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/net-libs/libmicrodns/Manifest b/net-libs/libmicrodns/Manifest
index 213f1c4e11f9..33dd11e9637f 100644
--- a/net-libs/libmicrodns/Manifest
+++ b/net-libs/libmicrodns/Manifest
@@ -1 +1,2 @@
 DIST microdns-0.1.2.tar.xz 49420 BLAKE2B 247a82c3bb038487390ba967387e9d4cec638ee5315290387c5b8863afbd45cc0700a3ee6c0308db253a161b5c1d345f77808de96df3f31bfaa2ff74e8fa3c05 SHA512 a6b15c65c74560fdba8973c63ffae9cdde4445f54196bb2d7d6348f6c15f8f162ef0a4e91b969ea3f2a60c701c3cc72799fcfba2fbf08c37f71ba8d5e3409702
+DIST microdns-0.2.0.tar.xz 50544 BLAKE2B 6f224f7c891e2f14e7c1c97a259ffb323193f8362a728559a506dada6726b25618f86b71f33d7dd0c240d943f5e6b44fadcd2deabff7bacaa53968128d350a0c SHA512 fc642d463f52409e76515897e3662b7b08ee35dc760e595980c343a4fd24f1b76cdfbd4f91ea2115a02243be8ae8908670440ead96715c8983abb2a8559702b6

diff --git a/net-libs/libmicrodns/libmicrodns-0.2.0.ebuild b/net-libs/libmicrodns/libmicrodns-0.2.0.ebuild
new file mode 100644
index 000000000000..f69d9a32988b
--- /dev/null
+++ b/net-libs/libmicrodns/libmicrodns-0.2.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="Minimal mDNS resolver (and announcer) library"
+HOMEPAGE="https://videolabs.io"
+
+if [[ ${PV} == 9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/videolabs/${PN}"
+else
+	SRC_URI="https://github.com/videolabs/${PN}/releases/download/${PV}/${P/lib/}.tar.xz"
+	KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+	S="${WORKDIR}/${P/lib/}"
+fi
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+IUSE="examples test"
+RESTRICT="!test? ( test )"
+
+src_configure() {
+	local emesonargs=(
+		$(meson_feature examples)
+		$(meson_feature test tests)
+	)
+	meson_src_configure
+}


             reply	other threads:[~2024-07-05 17:41 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-05 17:41 Conrad Kostecki [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-26  8:04 [gentoo-commits] repo/gentoo:master commit in: net-libs/libmicrodns/ Petr Vaněk
2024-11-25 21:49 Sam James
2024-11-23 18:02 Arthur Zamarin
2024-11-23 17:26 Michał Górny
2024-11-23 14:28 Sam James
2024-11-23 12:09 Sam James
2024-07-08  0:49 Mike Gilbert
2024-07-05 17:41 Conrad Kostecki
2023-06-30 13:33 Sam James
2022-12-03  6:08 WANG Xuerui
2022-12-03  6:08 WANG Xuerui
2020-04-14 21:47 Adam Feldman
2020-04-14 12:32 Agostino Sarubbo
2020-04-13 15:02 Agostino Sarubbo
2020-04-13 14:52 Agostino Sarubbo
2020-04-13 14:50 Agostino Sarubbo
2020-04-12  9:09 Mart Raudsepp
2020-04-11 20:16 Adam Feldman
2019-04-09  2:28 Aaron Bauman
2018-05-30 15:25 Mikle Kolyada
2018-05-30  1:19 Thomas Deutschmann
2018-05-06 19:34 Sergei Trofimovich
2018-04-30  8:16 Mikle Kolyada

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=1720201277.096290ef69b7dfb968130ae442c0473304acb842.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