From: "Dale Showers" <gentoo@fictx.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-voip/re/
Date: Mon, 24 Jun 2024 20:15:56 +0000 (UTC) [thread overview]
Message-ID: <1719260131.86656e5be6af6e91fe66d3f546995d5c65f1a84d.gentoo@gentoo> (raw)
commit: 86656e5be6af6e91fe66d3f546995d5c65f1a84d
Author: Dale Showers <gentoo <AT> fictx <DOT> com>
AuthorDate: Mon Jun 24 20:14:54 2024 +0000
Commit: Dale Showers <gentoo <AT> fictx <DOT> com>
CommitDate: Mon Jun 24 20:15:31 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=86656e5b
net-voip/re: add v3.13.0
Signed-off-by: Dale Showers <gentoo <AT> fictx.com>
net-voip/re/Manifest | 1 +
net-voip/re/re-3.13.0.ebuild | 30 ++++++++++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/net-voip/re/Manifest b/net-voip/re/Manifest
index 200418f0e..a328ba484 100644
--- a/net-voip/re/Manifest
+++ b/net-voip/re/Manifest
@@ -1,6 +1,7 @@
DIST re-3.10.0.tar.gz 599993 BLAKE2B d610764221c1756c752d1f50abfc345492597b85f6caae8feaa108d32e9983e4fc8338b1ed4cecd1ba2fd0462f6585138b7d7124150357be75bb0b66ae889455 SHA512 f7aadce42e6d3477ab36cac44557d0c1c2df2f5a4c8f0d295d230345b1a73e2747360893d4d5de7dce3326eb0713680f59865eb86bdd3f224015c197fa41ccfe
DIST re-3.11.0.tar.gz 601612 BLAKE2B e0f44117fc84aa2557345dab952374022b0dd5dc01761bc64bce8babcdf873e0784052fe18f40a5040e4b9eb9763e4e2da89bdfa15d984f6f35415a1395eb99a SHA512 2050773f1c0d3ae36845601b25fdc6733f5945b0930fd39cb43cb2b11be59dd979027e1a03b2ba188348291fbaec78daab640c28d0c9d842be8ef300b2571fa0
DIST re-3.12.0.tar.gz 602737 BLAKE2B f0e82b32ed7a0e043cf1f2701851f63fcd8a9128ce468e1cca5e6571c439bbabff0f42dbd5f6e397eb172e061f123a8d3a8106d5122b71f999ee1e8aa8f4e271 SHA512 e911da81cca288d0e9f92273c4a8bbd89ceac7e46777483d143cc93f4d58e604976946d944a173ae823edb38f344b2c6cc6949611dacfeb7a97ede31e2089328
+DIST re-3.13.0.tar.gz 604552 BLAKE2B 4689fd2a14d7e58722d0b228c749fc1214e9ed44d33400dbf09d0c0cff5886bb4ad0a7f615c15a7caa027f785231c0907c667145c24b1a3845d4d1bd84a51110 SHA512 06781152ba1e7ba7202f9448694c1f840f4fe39644ab2c7dcfc080a49530eb264c6798b0f921cf91217882c254f96f49ba5b7b904c676aab23382835d0ae5a1a
DIST re-3.7.0.tar.gz 594129 BLAKE2B 8ca8656013505fe1c72a042e1070e60b923764eafc97089776bef9a4f37f545a320354681f734da57334e30b1a49c77595c142ae947eb3b35708a8d19109d5ac SHA512 95bfc11d73e8eda76ece51b0e91550e3cb45fc91927d01d024318e74bb0c3893b5bb0716582672490e0131be0314abd1bf2dfd815960b00741e78a55b2a0bbd4
DIST re-3.8.0.tar.gz 595601 BLAKE2B 1df140f712e4fdcaae2cb6cb6e9050af58c1f2cb8dbebcdc5ee808b3b2f23d6b40c6f9070b2c96308ad5d4cfa3cd1c0f04b952623351a874a8c092ab0b101a65 SHA512 7c03502aae0424bb05e03320c2497de0ec534d872334fe16ec0a688efbc1cc493ad1774e9802e0dc58bb396b4b8a065f3e338deeff4dd1ddd87cb76793e82306
DIST re-3.9.0.tar.gz 598561 BLAKE2B 785b91f5f87d6d4dd4a4a4856a1f6e45d1a741d185d47c27375a3c22c8f7dc0e71271556e88af9865b005cb1ab08d1c87a8c2b081f65729dfcadc29ec9a5d4e9 SHA512 d19fc5c48399ad4942c27d86c47350f579f8ebeaf8dc04b13a930b930c13a20e5e7dd5f0fe05d11b6b365667d8306f2499f5cb925850f4484049ba853d36b0b1
diff --git a/net-voip/re/re-3.13.0.ebuild b/net-voip/re/re-3.13.0.ebuild
new file mode 100644
index 000000000..ea2141f6a
--- /dev/null
+++ b/net-voip/re/re-3.13.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2023 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
+}
next reply other threads:[~2024-06-24 20:16 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-24 20:15 Dale Showers [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-28 17:47 [gentoo-commits] repo/proj/guru:dev commit in: net-voip/re/ Dale Showers
2025-03-28 17:47 Dale Showers
2025-02-20 12:45 Dale Showers
2025-02-20 12:45 Dale Showers
2025-01-15 13:33 Dale Showers
2025-01-15 13:33 Dale Showers
2024-12-17 14:04 Dale Showers
2024-12-17 14:04 Dale Showers
2024-11-07 18:47 Dale Showers
2024-11-07 15:49 Dale Showers
2024-10-03 15:40 Dale Showers
2024-10-03 15:39 Dale Showers
2024-08-30 18:41 Dale Showers
2024-08-30 18:38 Dale Showers
2024-07-30 14:59 Dale Showers
2024-07-30 14:49 Dale Showers
2024-06-24 20:27 Dale Showers
2024-06-04 15:53 Dale Showers
2024-05-31 14:09 Dale Showers
2024-05-30 19:47 Dale Showers
2024-04-01 20:22 Dale Showers
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=1719260131.86656e5be6af6e91fe66d3f546995d5c65f1a84d.gentoo@gentoo \
--to=gentoo@fictx.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