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 0077D13835A for ; Tue, 5 Jan 2021 21:10:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 219B4E08F2; Tue, 5 Jan 2021 21:10:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 09A9CE08F2 for ; Tue, 5 Jan 2021 21:10:03 +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 06DDA340DE2 for ; Tue, 5 Jan 2021 21:10:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B635E487 for ; Tue, 5 Jan 2021 21:09:59 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1609880757.fc274a0c45f0a19d7f277c015cef6ecf09438cf7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/bcg729/Manifest media-libs/bcg729/bcg729-1.0.4-r1.ebuild X-VCS-Directories: media-libs/bcg729/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: fc274a0c45f0a19d7f277c015cef6ecf09438cf7 X-VCS-Branch: master Date: Tue, 5 Jan 2021 21:09:59 +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: 0a0b6a86-8dc3-43c0-8817-804113441505 X-Archives-Hash: 9f727b49e70b646c3356532efdcf5089 commit: fc274a0c45f0a19d7f277c015cef6ecf09438cf7 Author: Sam James gentoo org> AuthorDate: Tue Jan 5 21:05:57 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jan 5 21:05:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc274a0c media-libs/bcg729: cleanup old Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> media-libs/bcg729/Manifest | 1 - media-libs/bcg729/bcg729-1.0.4-r1.ebuild | 38 -------------------------------- 2 files changed, 39 deletions(-) diff --git a/media-libs/bcg729/Manifest b/media-libs/bcg729/Manifest index 479f0e5ad67..bca9c215ee8 100644 --- a/media-libs/bcg729/Manifest +++ b/media-libs/bcg729/Manifest @@ -1,3 +1,2 @@ -DIST bcg729-1.0.4.tar.gz 115641 BLAKE2B 5240fc10f8c4c32d9c9a6fc527a198fc896a8ff5ea12aa8a692808877582ac25b3fee122799cb7f6cea58db2f07cc07348da36d9f526e62f0bf62d61ef33bcfa SHA512 fdbbd2c9a807ed832ac3976301843bae854368ab281d16f792550bbda921d226fc6003c0a499561529f22eae08bc0d78b8826c2d06c859ab706d999a96967ffb DIST bcg729-1.1.1.tar.gz 122475 BLAKE2B 6774f6af439c9308db856be9d4bbb6db5c73e7a807b51dca6338d1506d896052a7830ade7767b45fd5a9ded0a6a0057e207bc1d5b0e33adbaed9dafb13a7bd3b SHA512 e8cc4b7486a9a29fb729ab9fd9e3c4a2155573f38cec16f5a53db3b416fc1119ea5f5a61243a8d37cb0b64580c5df1b632ff165dc7ff47421fa567dafffaacd8 DIST bcg729-tests-20210101.zip 33438219 BLAKE2B 93bf1538f905f2fb67d703a6275ac7d616c005efb709f4d11e838be8b06e7f87429c4114dfc3e393b7b635dca51bf75a09d676188e9e11facdf7ec45ec5e4e50 SHA512 bd97521dc620e857dc3956ffc8a0b23da86ab2dd00621247ad91f05f04a9df7ce19bda426a307188f9271341332a393cb6e85c5c7e04b85c6e92496b6ffad5fc diff --git a/media-libs/bcg729/bcg729-1.0.4-r1.ebuild b/media-libs/bcg729/bcg729-1.0.4-r1.ebuild deleted file mode 100644 index 04926f70bcf..00000000000 --- a/media-libs/bcg729/bcg729-1.0.4-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit cmake-utils - -DESCRIPTION="encoder and decoder of the ITU G729 Annex A/B speech codec" -HOMEPAGE="https://github.com/BelledonneCommunications/bcg729" -SRC_URI="https://github.com/BelledonneCommunications/bcg729/archive/${PV/_/-}.tar.gz \ - -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 x86" -IUSE="static-libs" - -RDEPEND=" - !media-plugins/mediastreamer-bcg729 -" -S=${WORKDIR}/${P/_/-} -DOCS=( AUTHORS NEWS README.md ) - -src_prepare() { - sed -i -e '/-Werror/d' CMakeLists.txt || die - cmake-utils_src_prepare -} - -src_configure() { - mycmakeargs=( - -DENABLE_STATIC=$(usex static-libs) - ) - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - find "${ED}" -name '*.la' -delete || die -}