From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A1B9D15800A for ; Fri, 28 Jul 2023 16:58:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD749E097D; Fri, 28 Jul 2023 16:58:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B1283E097D for ; Fri, 28 Jul 2023 16:58:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8EFD4341205 for ; Fri, 28 Jul 2023 16:58:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0616E78 for ; Fri, 28 Jul 2023 16:58:33 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1690563489.4bbd107aa1035f0e7f48067b21ed5bc1934f27a0.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libilbc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libilbc/libilbc-9999.ebuild X-VCS-Directories: media-libs/libilbc/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4bbd107aa1035f0e7f48067b21ed5bc1934f27a0 X-VCS-Branch: master Date: Fri, 28 Jul 2023 16:58:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e5ed09d6-996d-4061-a895-eaae3ad54c7c X-Archives-Hash: 774bc6210c4fc156840d41208011098a commit: 4bbd107aa1035f0e7f48067b21ed5bc1934f27a0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Jul 28 16:57:31 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Jul 28 16:58:09 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bbd107a media-libs/libilbc: drop 9999, continuously broken, dead upstream Closes: https://bugs.gentoo.org/901323 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/libilbc/libilbc-9999.ebuild | 25 ------------------------- 1 file changed, 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 -)