Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/bcg729/
Date: Sat, 02 Jan 2021 00:09:31
Message-Id: 1609546130.15ef61e28746a191bcda73cccf290e2551abb946.sam@gentoo
1 commit: 15ef61e28746a191bcda73cccf290e2551abb946
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 2 00:08:44 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 2 00:08:50 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15ef61e2
7
8 media-libs/bcg729: remove live ebuild
9
10 Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 media-libs/bcg729/bcg729-999999.ebuild | 24 ------------------------
14 1 file changed, 24 deletions(-)
15
16 diff --git a/media-libs/bcg729/bcg729-999999.ebuild b/media-libs/bcg729/bcg729-999999.ebuild
17 deleted file mode 100644
18 index 5263aff5d73..00000000000
19 --- a/media-libs/bcg729/bcg729-999999.ebuild
20 +++ /dev/null
21 @@ -1,24 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -inherit cmake git-r3
28 -
29 -DESCRIPTION="encoder and decoder of the ITU G729 Annex A/B speech codec"
30 -HOMEPAGE="https://github.com/BelledonneCommunications/bcg729"
31 -EGIT_REPO_URI="https://github.com/BelledonneCommunications/bcg729"
32 -S="${WORKDIR}/${P/_/-}"
33 -
34 -LICENSE="GPL-3"
35 -SLOT="0"
36 -RDEPEND="!media-plugins/mediastreamer-bcg729"
37 -
38 -PATCHES=(
39 - "${FILESDIR}"/${PN}-4.3.0_beta-cmake-build.patch
40 -)
41 -
42 -src_install() {
43 - cmake_src_install
44 - find "${ED}" -name '*.la' -delete || die
45 -}