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 0AEBD138350 for ; Wed, 15 Jan 2020 08:56:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13922E0884; Wed, 15 Jan 2020 08:56:08 +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 E38BBE0884 for ; Wed, 15 Jan 2020 08:56:07 +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 73D1B34DFB0 for ; Wed, 15 Jan 2020 08:56:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96F3789 for ; Wed, 15 Jan 2020 08:56:04 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1579078562.2063d594c2823b0d8f71a7885ba4af514bab7a20.jer@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-4.3.0_alpha.ebuild X-VCS-Directories: media-libs/bcg729/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 2063d594c2823b0d8f71a7885ba4af514bab7a20 X-VCS-Branch: master Date: Wed, 15 Jan 2020 08:56:04 +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: eca949c6-5bfb-4614-a44c-cba27d43c45b X-Archives-Hash: 2bea51097aedc672082ffd2183a1d370 commit: 2063d594c2823b0d8f71a7885ba4af514bab7a20 Author: Jeroen Roovers gentoo org> AuthorDate: Wed Jan 15 08:55:14 2020 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Wed Jan 15 08:56:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2063d594 media-libs/bcg729: Drop 4.3.0_alpha The 4.3.0_alpha tag was removed recently, so apparently that was not an official release. Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Jeroen Roovers gentoo.org> media-libs/bcg729/Manifest | 1 - media-libs/bcg729/bcg729-4.3.0_alpha.ebuild | 35 ----------------------------- 2 files changed, 36 deletions(-) diff --git a/media-libs/bcg729/Manifest b/media-libs/bcg729/Manifest index bb2a1602003..1beae9d37e7 100644 --- a/media-libs/bcg729/Manifest +++ b/media-libs/bcg729/Manifest @@ -1,2 +1 @@ DIST bcg729-1.0.4.tar.gz 115641 BLAKE2B 5240fc10f8c4c32d9c9a6fc527a198fc896a8ff5ea12aa8a692808877582ac25b3fee122799cb7f6cea58db2f07cc07348da36d9f526e62f0bf62d61ef33bcfa SHA512 fdbbd2c9a807ed832ac3976301843bae854368ab281d16f792550bbda921d226fc6003c0a499561529f22eae08bc0d78b8826c2d06c859ab706d999a96967ffb -DIST bcg729-4.3.0_alpha.tar.gz 121783 BLAKE2B 10d34fcea3eae131cefc8133f092e4e74f5c8df244bc343fe5d73a49167c6d6ec506845d6cb29cac1fb111c1a68bcc1b60d011aa635923138fea6bec5d342594 SHA512 326a76ff32086c1cb70c0327153f04bfcb82f5fb6767668a713f2517cf4b130f23563db3c6c9b4cd33b1514ce829356120d2ebd9208291da277a9a09263764fe diff --git a/media-libs/bcg729/bcg729-4.3.0_alpha.ebuild b/media-libs/bcg729/bcg729-4.3.0_alpha.ebuild deleted file mode 100644 index 0af9054bbb8..00000000000 --- a/media-libs/bcg729/bcg729-4.3.0_alpha.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2019 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 ~hppa ~ia64 ~ppc64 ~x86" -IUSE="static-libs" -RDEPEND=" - !media-plugins/mediastreamer-bcg729 -" -S=${WORKDIR}/${P/_/-} -PATCHES=( - "${FILESDIR}"/${PN}-4.3.0_beta-cmake-build.patch -) - -src_configure() { - mycmakeargs=( - -DENABLE_STATIC=$(usex static-libs) - ) - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - find "${ED}" -name '*.la' -delete || die -}