summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-07-28 18:57:31 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-07-28 18:58:09 +0200
commit4bbd107aa1035f0e7f48067b21ed5bc1934f27a0 (patch)
tree433871250d0788c5f27de962fc0725658ce762f3 /media-libs/libilbc
parentmedia-libs/libilbc: update EAPI 7 -> 8 (diff)
downloadgentoo-4bbd107aa1035f0e7f48067b21ed5bc1934f27a0.tar.gz
gentoo-4bbd107aa1035f0e7f48067b21ed5bc1934f27a0.tar.bz2
gentoo-4bbd107aa1035f0e7f48067b21ed5bc1934f27a0.zip
media-libs/libilbc: drop 9999, continuously broken, dead upstream
Closes: https://bugs.gentoo.org/901323 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs/libilbc')
-rw-r--r--media-libs/libilbc/libilbc-9999.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/media-libs/libilbc/libilbc-9999.ebuild b/media-libs/libilbc/libilbc-9999.ebuild
deleted file mode 100644
index 8245f9774424..000000000000
--- a/media-libs/libilbc/libilbc-9999.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake-multilib
-
-if [[ ${PV} == *9999* ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/TimothyGu/${PN}"
-else
- SRC_URI="https://github.com/TimothyGu/${PN}/releases/download/v${PV}/${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
-fi
-
-DESCRIPTION="Packaged version of iLBC codec from the WebRTC project"
-HOMEPAGE="https://github.com/TimothyGu/libilbc"
-
-LICENSE="BSD"
-SLOT="0/3"
-
-PATCHES=(
- "${FILESDIR}/${PN}-3.0.4-respect-CFLAGS.patch"
- "${FILESDIR}/${PN}-3.0.4-support-ia64.patch" # bug 610546
-)