aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-voip/re/re-3.10.0-r1.ebuild')
-rw-r--r--net-voip/re/re-3.10.0-r1.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/net-voip/re/re-3.10.0-r1.ebuild b/net-voip/re/re-3.10.0-r1.ebuild
deleted file mode 100644
index ea2141f6a..000000000
--- a/net-voip/re/re-3.10.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
-}