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 412E9158094 for ; Mon, 1 Aug 2022 08:05:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14FC1E119D; Mon, 1 Aug 2022 08:05:44 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E5E65E119D for ; Mon, 1 Aug 2022 08:05:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 05115340DF9 for ; Mon, 1 Aug 2022 08:05:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E75E544 for ; Mon, 1 Aug 2022 08:05:41 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1659341136.e5a9e13452c61c3550c7e5586db9d82823ac36a4.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/sbc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/sbc/Manifest media-libs/sbc/sbc-1.5.ebuild X-VCS-Directories: media-libs/sbc/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: e5a9e13452c61c3550c7e5586db9d82823ac36a4 X-VCS-Branch: master Date: Mon, 1 Aug 2022 08:05:41 +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: 2a76374d-793b-40c8-a44a-4e8c20812a5f X-Archives-Hash: bd12886643f8c4ed3f93988d768e125a commit: e5a9e13452c61c3550c7e5586db9d82823ac36a4 Author: Pacho Ramos gentoo org> AuthorDate: Mon Aug 1 08:03:33 2022 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Mon Aug 1 08:05:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5a9e134 media-libs/sbc: drop 1.5 Signed-off-by: Pacho Ramos gentoo.org> media-libs/sbc/Manifest | 1 - media-libs/sbc/sbc-1.5.ebuild | 35 ----------------------------------- 2 files changed, 36 deletions(-) diff --git a/media-libs/sbc/Manifest b/media-libs/sbc/Manifest index d848610661d1..8a53ba94c6a5 100644 --- a/media-libs/sbc/Manifest +++ b/media-libs/sbc/Manifest @@ -1,2 +1 @@ -DIST sbc-1.5.tar.xz 264472 BLAKE2B 421a4cb5ab0e282255f8bdb810384e0a4d6d66835869489c22d51d2a0cabd7ef834bef3756ff887b9d9166dcfe88f4d661c26cb804e2868fb6106cc4886f9dcc SHA512 0243586188acede595317f2afbfdb41be5850d2a6133c374edbe5cbcf59a2a0fd4570d0b8f2d13ce9637ce48b2f1910c3e4ab1c0354dbf273ee67b09db8c4915 DIST sbc-2.0.tar.xz 270888 BLAKE2B d6dd20499871a4c217833c98a2f134ed828438ec4e5aa2073c8b9fc96da5c9ffc2d32e7a56697186731ac540ab58ff0c52559aff575feb8f2da30172badd4921 SHA512 600e86aa492ca1af512ec8e568a08fe526cf2f6eb7306bb0fbdd9a844d03a2a5dedb5f986725aa2c66fe3fe43a7ba45d111e9666eb8912ff3e3a36b948adbc61 diff --git a/media-libs/sbc/sbc-1.5.ebuild b/media-libs/sbc/sbc-1.5.ebuild deleted file mode 100644 index 3b3911f194e9..000000000000 --- a/media-libs/sbc/sbc-1.5.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit multilib-minimal - -DESCRIPTION="Audio codec to connect bluetooth HQ audio devices as headphones or loudspeakers" -HOMEPAGE="https://git.kernel.org/?p=bluetooth/sbc.git" -SRC_URI="https://www.kernel.org/pub/linux/bluetooth/${P}.tar.xz" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86" -IUSE="static-libs" - -# --enable-tester is building src/sbctester but the tarball is missing required -# .wav file to execute it -RESTRICT="test" - -BDEPEND="virtual/pkgconfig" - -PATCHES=( "${FILESDIR}/${P}-ifdef-builtin.patch" ) - -multilib_src_configure() { - ECONF_SOURCE=${S} \ - econf \ - $(use_enable static-libs static) \ - --disable-tester -} - -multilib_src_install_all() { - einstalldocs - find "${D}" -name '*.la' -delete || die -}