diff options
author | 2024-02-16 21:43:32 -0500 | |
---|---|---|
committer | 2024-02-16 21:44:39 -0500 | |
commit | 1626d08afc391835d5027686855e2e002d203d77 (patch) | |
tree | 7a203037edd45f2384853fc38498d251bd85d046 /net-voip/re | |
parent | mpv-plugin/mpv_sponsorblock_minimal: update snapshot (diff) | |
download | guru-1626d08afc391835d5027686855e2e002d203d77.tar.gz guru-1626d08afc391835d5027686855e2e002d203d77.tar.bz2 guru-1626d08afc391835d5027686855e2e002d203d77.zip |
net-voip/*: add baresip & re
Signed-off-by: Dale Showers <gentoo@fictx.com>
Diffstat (limited to 'net-voip/re')
-rw-r--r-- | net-voip/re/Manifest | 3 | ||||
-rw-r--r-- | net-voip/re/metadata.xml | 14 | ||||
-rw-r--r-- | net-voip/re/re-3.7.0.ebuild | 14 | ||||
-rw-r--r-- | net-voip/re/re-3.8.0.ebuild | 14 | ||||
-rw-r--r-- | net-voip/re/re-3.9.0.ebuild | 14 |
5 files changed, 59 insertions, 0 deletions
diff --git a/net-voip/re/Manifest b/net-voip/re/Manifest new file mode 100644 index 000000000..f467f3591 --- /dev/null +++ b/net-voip/re/Manifest @@ -0,0 +1,3 @@ +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/metadata.xml b/net-voip/re/metadata.xml new file mode 100644 index 000000000..e5a024ce5 --- /dev/null +++ b/net-voip/re/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>gentoo@fictx.com</email> + <name>Dale Showers</name> + </maintainer> + <upstream> + <remote-id type="github">baresip/re</remote-id> + <bugs-to>https://github.com/baresip/re/issues</bugs-to> + <doc>https://github.com/baresip/re/wiki</doc> + <changelog>https://github.com/baresip/re/releases</changelog> + </upstream> +</pkgmetadata> diff --git a/net-voip/re/re-3.7.0.ebuild b/net-voip/re/re-3.7.0.ebuild new file mode 100644 index 000000000..dd6abc01c --- /dev/null +++ b/net-voip/re/re-3.7.0.ebuild @@ -0,0 +1,14 @@ +# 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" diff --git a/net-voip/re/re-3.8.0.ebuild b/net-voip/re/re-3.8.0.ebuild new file mode 100644 index 000000000..dd6abc01c --- /dev/null +++ b/net-voip/re/re-3.8.0.ebuild @@ -0,0 +1,14 @@ +# 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" diff --git a/net-voip/re/re-3.9.0.ebuild b/net-voip/re/re-3.9.0.ebuild new file mode 100644 index 000000000..dd6abc01c --- /dev/null +++ b/net-voip/re/re-3.9.0.ebuild @@ -0,0 +1,14 @@ +# 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" |