From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1688434-garchives=archives.gentoo.org@lists.gentoo.org> 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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 09451158042 for <garchives@archives.gentoo.org>; Sun, 10 Nov 2024 09:31:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57444E0934; Sun, 10 Nov 2024 09:31:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3C0DAE0934 for <gentoo-commits@lists.gentoo.org>; Sun, 10 Nov 2024 09:31:04 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 80AD933BF08 for <gentoo-commits@lists.gentoo.org>; Sun, 10 Nov 2024 09:31:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A0431E06 for <gentoo-commits@lists.gentoo.org>; Sun, 10 Nov 2024 09:31:00 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@gentoo.org> 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" <asturm@gentoo.org> Message-ID: <1731231045.4f1630e58e6d0971f80e09a786916cb041b60124.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libldac/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libldac/libldac-2.0.2.3-r1.ebuild X-VCS-Directories: media-libs/libldac/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4f1630e58e6d0971f80e09a786916cb041b60124 X-VCS-Branch: master Date: Sun, 10 Nov 2024 09:31:00 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0dafdd77-0b41-4e50-b1e3-f826110899ad X-Archives-Hash: 9b5fefda15ed411084fded2e867efeef commit: 4f1630e58e6d0971f80e09a786916cb041b60124 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Nov 9 20:01:34 2024 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Nov 10 09:30:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f1630e5 media-libs/libldac: drop 2.0.2.3-r1 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> media-libs/libldac/libldac-2.0.2.3-r1.ebuild | 29 ---------------------------- 1 file changed, 29 deletions(-) diff --git a/media-libs/libldac/libldac-2.0.2.3-r1.ebuild b/media-libs/libldac/libldac-2.0.2.3-r1.ebuild deleted file mode 100644 index 7659cebb7986..000000000000 --- a/media-libs/libldac/libldac-2.0.2.3-r1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 2019-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake-multilib - -DESCRIPTION="LDAC codec library from AOSP" -HOMEPAGE="https://android.googlesource.com/platform/external/libldac/" -SRC_URI="https://github.com/EHfive/ldacBT/releases/download/v${PV}/ldacBT-${PV}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" - -S="${WORKDIR}/ldacBT" - -multilib_src_configure() { - local mycmakeargs=( - -DLDAC_SOFT_FLOAT=OFF - -DINSTALL_LIBDIR=/usr/$(get_libdir) - ) - - cmake_src_configure -} - -src_install() { - cmake-multilib_src_install -}