Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libopusenc/
Date: Sat, 06 Apr 2019 20:34:41
Message-Id: 1554582535.8f7ef9c72a015aed798274481731244f8eff45b0.asturm@gentoo
1 commit: 8f7ef9c72a015aed798274481731244f8eff45b0
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 6 16:26:41 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 6 20:28:55 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f7ef9c7
7
8 media-libs/libopusenc: Drop 0.2
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-libs/libopusenc/Manifest | 1 -
14 media-libs/libopusenc/libopusenc-0.2.ebuild | 36 -----------------------------
15 2 files changed, 37 deletions(-)
16
17 diff --git a/media-libs/libopusenc/Manifest b/media-libs/libopusenc/Manifest
18 index 5b587f947a4..dd8f957c69d 100644
19 --- a/media-libs/libopusenc/Manifest
20 +++ b/media-libs/libopusenc/Manifest
21 @@ -1,2 +1 @@
22 DIST libopusenc-0.2.1.tar.gz 388071 BLAKE2B de3a69aeb6bb955352e097e41b12cf0c627ce5278687124d00996f52ccf5e8e39277e7c345bb26e75dd7d29b6a70f50396fa5a157913e0906a18acd007b1621b SHA512 adf30cacea9ac2e5889a40147f53943a1bec5279c5ff3a9b09de8ca52727a6cbaeecd338417fc5856e337ae183c85b0d366d14ec4ec329de12d50709a6f6507a
23 -DIST libopusenc-0.2.tar.gz 388027 BLAKE2B 5822d09ec56ce9dc0182241e7182b71c9c21def5645a2ef3472af380b25af1b1f8a08311c2cfb8bacdfde845dff81ee426401f1ab098b6598e41e664ccaf9c34 SHA512 82b9a60bf6fa0c8bc485b221bc633456245f8909875fb9e86876076bc37857d53a366bbc66f2e1e331adddcf12c4d5a29f0047e21d0fae2f8bd8a3199bd6f78f
24
25 diff --git a/media-libs/libopusenc/libopusenc-0.2.ebuild b/media-libs/libopusenc/libopusenc-0.2.ebuild
26 deleted file mode 100644
27 index a75cfdebe97..00000000000
28 --- a/media-libs/libopusenc/libopusenc-0.2.ebuild
29 +++ /dev/null
30 @@ -1,36 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -DESCRIPTION="High-level API for encoding .opus files"
37 -HOMEPAGE="https://www.opus-codec.org/"
38 -SRC_URI="https://archive.mozilla.org/pub/opus/${P}.tar.gz"
39 -LICENSE="BSD"
40 -SLOT="0"
41 -
42 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
43 -IUSE="doc"
44 -
45 -BDEPEND="
46 - virtual/pkgconfig
47 -"
48 -DEPEND="
49 - doc? ( app-doc/doxygen[dot] )
50 -"
51 -RDEPEND="
52 - >=media-libs/opus-1.1
53 -"
54 -
55 -src_configure() {
56 - local myeconfargs=(
57 - $(use_enable doc)
58 - )
59 -
60 - econf "${myeconfsargs[@]}"
61 -}
62 -
63 -src_install() {
64 - default
65 - find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete || die
66 -}