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: Tue, 25 Jun 2024 12:16:12 +0000 (UTC)	[thread overview]
Message-ID: <1719260849.b0582d618d511f92dfc28f2d69b2f4fd5793604d.davidroman@gentoo> (raw)

commit:     b0582d618d511f92dfc28f2d69b2f4fd5793604d
Author:     Dale Showers <gentoo <AT> fictx <DOT> com>
AuthorDate: Mon Jun 24 20:27:29 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Jun 24 20:27:29 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b0582d61

net-voip/re: remove v3.7.0

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

 net-voip/re/Manifest           |  1 -
 net-voip/re/re-3.7.0-r1.ebuild | 30 ------------------------------
 2 files changed, 31 deletions(-)

diff --git a/net-voip/re/Manifest b/net-voip/re/Manifest
index a328ba484..ee19c881e 100644
--- a/net-voip/re/Manifest
+++ b/net-voip/re/Manifest
@@ -2,6 +2,5 @@ DIST re-3.10.0.tar.gz 599993 BLAKE2B d610764221c1756c752d1f50abfc345492597b85f6c
 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.7.0-r1.ebuild b/net-voip/re/re-3.7.0-r1.ebuild
deleted file mode 100644
index ea2141f6a..000000000
--- a/net-voip/re/re-3.7.0-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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
-}


             reply	other threads:[~2024-06-25 12:16 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-25 12:16 David Roman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-21 12:04 [gentoo-commits] repo/proj/guru:master commit in: net-voip/re/ 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-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=1719260849.b0582d618d511f92dfc28f2d69b2f4fd5793604d.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