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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 89E731382C5 for ; Sat, 1 May 2021 21:24:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE8EEE0D19; Sat, 1 May 2021 21:24:17 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 99EBBE0D19 for ; Sat, 1 May 2021 21:24:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1066D340D1D for ; Sat, 1 May 2021 21:24:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9458773D for ; Sat, 1 May 2021 21:24:12 +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: <1619904113.0a3fafa95fcfd7a5aea37015e9e09404e6d30653.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libldac/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libldac/Manifest media-libs/libldac/libldac-2.0.2-r1.ebuild X-VCS-Directories: media-libs/libldac/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0a3fafa95fcfd7a5aea37015e9e09404e6d30653 X-VCS-Branch: master Date: Sat, 1 May 2021 21:24:12 +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: 32cf6423-0b37-4da4-8fdb-781fb2487f4b X-Archives-Hash: 4f00d378f83da6fc2ef88e6b03fa2d55 commit: 0a3fafa95fcfd7a5aea37015e9e09404e6d30653 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat May 1 17:20:38 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat May 1 21:21:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a3fafa9 media-libs/libldac: Drop 2.0.2-r1, cmake-utils-- Bug: https://bugs.gentoo.org/780354 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/libldac/Manifest | 1 - media-libs/libldac/libldac-2.0.2-r1.ebuild | 29 ----------------------------- 2 files changed, 30 deletions(-) diff --git a/media-libs/libldac/Manifest b/media-libs/libldac/Manifest index 738da572001..5d8a9a21d3e 100644 --- a/media-libs/libldac/Manifest +++ b/media-libs/libldac/Manifest @@ -1,2 +1 @@ DIST ldacBT-2.0.2.3.tar.gz 75708 BLAKE2B 9f9ec1aa8a9603927067cd01058745db615a89652d16e870d9eb0a4db270a4076b7bb70ba091948249969087e5b26b86e22656314e3d26e43311fae982472347 SHA512 0e42723a1e7d748b28b13d73823fd5378a64100d5e27ae90cf3214494f3e199c526e219efd1329b2ec2b3195e1a6b3c98c8210ab7e4e6b98077199ef0f64c02e -DIST libldac-2.0.2-1.1.tar.gz 282323 BLAKE2B f8e4a05130b47e4c46070c3a9f0a085451bf480e3d90579342f66edeb77df665c89bf1c81d65d5366e704c5396335de8263ebd6ac1e1d1350714acb3775511e9 SHA512 f1aedb3edc0421b7a9d49a9d2e347d8ab19d54e37f0e77b3673f92413eaccdbbacb678e2e89a23016b22c768156148a82b7fc996bebc3a4cd4451ffb606dba3e diff --git a/media-libs/libldac/libldac-2.0.2-r1.ebuild b/media-libs/libldac/libldac-2.0.2-r1.ebuild deleted file mode 100644 index 572ece14301..00000000000 --- a/media-libs/libldac/libldac-2.0.2-r1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 2019-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake-utils - -PACKAGING_VERSION="1.1" - -DESCRIPTION="LDAC codec library from AOSP" -HOMEPAGE="https://android.googlesource.com/platform/external/libldac/" -SRC_URI="https://github.com/EHfive/ldacBT/releases/download/${PACKAGING_VERSION}-ldac.${PV}/ldacBT.tar.gz -> ${P}-${PACKAGING_VERSION}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" -BDEPEND="" - -S="${WORKDIR}/ldacBT" - -src_prepare() { - eapply_user - mycmakeargs=( -DLDAC_SOFT_FLOAT=OFF -DINSTALL_LIBDIR=/usr/$(get_libdir) ) - cmake-utils_src_prepare -}