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: Thu, 7 Nov 2024 15:49:20 +0000 (UTC) [thread overview]
Message-ID: <1730994247.ec05bd5294c4e1d782d02e2b0bac5255236574a7.gentoo@gentoo> (raw)
commit: ec05bd5294c4e1d782d02e2b0bac5255236574a7
Author: Dale Showers <gentoo <AT> fictx <DOT> com>
AuthorDate: Thu Nov 7 15:44:07 2024 +0000
Commit: Dale Showers <gentoo <AT> fictx <DOT> com>
CommitDate: Thu Nov 7 15:44:07 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ec05bd52
net-voip/re: drop 3.14.0
Signed-off-by: Dale Showers <gentoo <AT> fictx.com>
net-voip/re/Manifest | 1 -
net-voip/re/re-3.14.0.ebuild | 30 ------------------------------
2 files changed, 31 deletions(-)
diff --git a/net-voip/re/Manifest b/net-voip/re/Manifest
index f2d24f9fd..67e96601e 100644
--- a/net-voip/re/Manifest
+++ b/net-voip/re/Manifest
@@ -1,3 +1,2 @@
-DIST re-3.14.0.tar.gz 605693 BLAKE2B d3eaa53048a914fc26fc59ea879cc99e8e88b7c1b740aa6b65dd67b80ed208a27db0140be3ea9da0fcf9bb51335bf235eacc9f14ecc55d889c10310598896e2c SHA512 9abd28f81fb3278f112ec64450bc0d540bc9e231a810e89b6c20ff3628f94b8963bc0931bee8a3958e6a5fba9c2f6704b2d8cc0205c5082352a7751ff459790b
DIST re-3.15.0.tar.gz 611848 BLAKE2B f9e080279439de741824079f81bc07231af5b945499082963e52300bd1e137b3096d197047a2e2a76f7bec90e6598df6c9937cc6ed9f9f9a75b3634c20b167f9 SHA512 d70d9b97ff13b11db74b1421ce8f401276b35d9345e24f0291d194825fe1db7f483aa29f4077f6fe52844d53ee201e11abc902580b6786d9e54ba3458a7a4e42
DIST re-3.16.0.tar.gz 612463 BLAKE2B 744b0f21bfe60373da820f3b5025701466e3e63fc3d8f5f00fb96485fbddadaf8679e0f71c29139aaf4683caaa15a5221410cc26f7808dcf49b77ed6c0aa78eb SHA512 a32a7a4bebde4c6260d3034ed180dd3d1615af6f12d958597adbf5ebee5057d0a492cc7d05fc6236432e9a03f3cabc46c6bb4f0b181df3e4f70cc951e42cf720
diff --git a/net-voip/re/re-3.14.0.ebuild b/net-voip/re/re-3.14.0.ebuild
deleted file mode 100644
index ea2141f6a..000000000
--- a/net-voip/re/re-3.14.0.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
-}
next reply other threads:[~2024-11-07 15:49 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-07 15:49 Dale Showers [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-06-08 14:15 [gentoo-commits] repo/proj/guru:dev commit in: net-voip/re/ Dale Showers
2025-06-08 14:15 Dale Showers
2025-04-30 17:51 Dale Showers
2025-04-30 17:51 Dale Showers
2025-03-28 17:47 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-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-24 20:15 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=1730994247.ec05bd5294c4e1d782d02e2b0bac5255236574a7.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