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-voip/re/
Date: Mon, 20 Oct 2025 14:15:19 +0000 (UTC)	[thread overview]
Message-ID: <1760959868.9e2288fbcdd0717b2ff0c64fb3b0fd6aa8b7ba9d.davidroman@gentoo> (raw)

commit:     9e2288fbcdd0717b2ff0c64fb3b0fd6aa8b7ba9d
Author:     Dale Showers <gentoo <AT> fictx <DOT> com>
AuthorDate: Mon Oct 20 11:28:57 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Oct 20 11:31:08 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9e2288fb

net-voip/re: add 4.2.0

Signed-off-by: Dale Showers <gentoo <AT> fictx.com>

 net-voip/re/Manifest        |  1 +
 net-voip/re/re-4.2.0.ebuild | 30 ++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/net-voip/re/Manifest b/net-voip/re/Manifest
index ae7c3fd8b1..0071d0a1bb 100644
--- a/net-voip/re/Manifest
+++ b/net-voip/re/Manifest
@@ -1,2 +1,3 @@
 DIST re-3.23.0.tar.gz 621962 BLAKE2B 6a032539d36f058346fbf6d82cb53fa755bd05f2ca2337cd26554b2c005ad27a444fe25f82a9cb44cb7f0854e3b4f2b5222525b875e004fd445224ac11d484b8 SHA512 460ebb7fee54d26dff7aab6420455073c3c90708eff8ef3a9a2cdc6922deeeb6b950d3791bc17d773bb1955513b2f300428fb364d13130d51536b6ef07aa7e9c
 DIST re-3.24.0.tar.gz 625022 BLAKE2B c8f9c1c0519a656f769227fe8e6efe478926b9edf736b3dadef77fb316f6005a6f4116161ba3eafae2f5d917982bf837c9a22b07a4859d8223529c2c2d7f5fc6 SHA512 0be44d16ce57bac88f094a40651e528c4486225d1b017b5d586cc78ad02bc095358f6bebab9c7d9eea76996ece7efd71549da8ced7f4f736ab962f61ecbc8511
+DIST re-4.2.0.tar.gz 626620 BLAKE2B 8dfea3b19dad28e5c28c2f11d7adc3473bf2438712a44e926b35c4635dfde54744b93fbc4fa4bc0a1c158ec1c0fd85a028dee7ea0e9cf5e82585fa498d6f0faf SHA512 32a77235b5d48433a908942fa5e4da6a3e06efe9ade59339d9191f199adc5bf1ff3e505fc641fd61594140b036e013fb656714f4dd5657dde87588413edf1441

diff --git a/net-voip/re/re-4.2.0.ebuild b/net-voip/re/re-4.2.0.ebuild
new file mode 100644
index 0000000000..6c3757c7a8
--- /dev/null
+++ b/net-voip/re/re-4.2.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Generic library for real-time communications with async IO support"
+HOMEPAGE="https://github.com/baresip/re"
+SRC_URI="https://github.com/baresip/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+IUSE="static-libs"
+
+DEPEND="
+	dev-libs/openssl:0=
+	sys-libs/zlib
+	"
+
+RDEPEND="${DEPEND}"
+
+src_configure() {
+		local mycmakeargs=(
+				-DLIBRE_BUILD_STATIC=$(usex static-libs ON OFF)
+		)
+		cmake_src_configure
+}


             reply	other threads:[~2025-10-20 14:15 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-20 14:15 David Roman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-20 14:15 [gentoo-commits] repo/proj/guru:master commit in: net-voip/re/ David Roman
2025-07-18  9:35 David Roman
2025-07-18  9:35 David Roman
2025-06-09  6:05 Viorel Munteanu
2025-06-09  6:05 Viorel Munteanu
2025-02-21 12:04 David Roman
2025-02-21 12:04 David Roman
2025-01-17  9:41 David Roman
2025-01-17  9:41 David Roman
2024-12-18  0:14 Julien Roy
2024-12-18  0:14 Julien Roy
2024-11-07 23:44 David Roman
2024-11-07 23:44 David Roman
2024-10-04 10:24 Rui Huang
2024-10-04 10:24 Rui Huang
2024-08-31 13:05 David Roman
2024-08-31 13:05 David Roman
2024-07-30 16:54 David Roman
2024-07-30 16:54 David Roman
2024-06-25 12:16 David Roman
2024-06-25 12:16 David Roman
2024-06-04 16:06 Viorel Munteanu
2024-05-31 15:14 Haelwenn Monnier
2024-05-31  8:55 Julien Roy
2024-04-01 21:30 Haelwenn Monnier

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=1760959868.9e2288fbcdd0717b2ff0c64fb3b0fd6aa8b7ba9d.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