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/opusfile/
Date: Wed, 15 May 2019 18:38:24
Message-Id: 1557945482.d8a9c989e4de6b802ed38819720505e4b2766087.asturm@gentoo
1 commit: d8a9c989e4de6b802ed38819720505e4b2766087
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 15 15:36:16 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed May 15 18:38:02 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8a9c989
7
8 media-libs/opusfile: Drop 0.6 and 0.10
9
10 Package-Manager: Portage-2.3.66, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-libs/opusfile/Manifest | 2 --
14 media-libs/opusfile/opusfile-0.10.ebuild | 37 --------------------------------
15 media-libs/opusfile/opusfile-0.6.ebuild | 32 ---------------------------
16 3 files changed, 71 deletions(-)
17
18 diff --git a/media-libs/opusfile/Manifest b/media-libs/opusfile/Manifest
19 index e98442e4475..a951fd3a783 100644
20 --- a/media-libs/opusfile/Manifest
21 +++ b/media-libs/opusfile/Manifest
22 @@ -1,3 +1 @@
23 -DIST opusfile-0.10.tar.gz 467700 BLAKE2B eab1c5eadd13ad574590c5b6a4bf8cc7f82ec0d723c240a0ce8104e108772549a4c81dd244aa61d310f0f432b2426a6e74de3c7b06aa8ab7e2f33e1c3692a826 SHA512 302601c31ca28bff175cefa99ac16177122a786d043be229616e2c98b7ffaf4a96b8bb17ca16e31240325a92763f417315b54d8f1b2f4f63f445cb7ad43c4a37
24 DIST opusfile-0.11.tar.gz 467420 BLAKE2B e3e6ee2d1d4c7030bdd5f7ec14503d46ebbfcbc4481ab4652a0be9171d45fe2e855e0f17801cf28fda66f44496ba9f9a2996af7e5aaf5b008e4c3b14263f3160 SHA512 ec3e282310cc4f25475c27b7bc8d1652dcb25d3ac6badf87bd1b4e5397fbe106a0dab81c60d88d198003a23d8a2c9bae8b661edc9b31433effeca438ce56a349
25 -DIST opusfile-0.6.tar.gz 437980 BLAKE2B 13250d08f9cc9564541bbe116c5482e5b9a0de1c28a8a9e9509b1019cb75d40caefc2b8eb0ad444bb67e05cc4d0813b7b3f1783e4d136201c71200b04f7690c2 SHA512 6fee48f3da21eeffed1ee5a3852234032aa559335225b07383c1104f5efba2f88aebe41c453ab2de472a69766e0fa9b48bec2f97d2a096b27afa96901802ba02
26
27 diff --git a/media-libs/opusfile/opusfile-0.10.ebuild b/media-libs/opusfile/opusfile-0.10.ebuild
28 deleted file mode 100644
29 index a71ac3c1742..00000000000
30 --- a/media-libs/opusfile/opusfile-0.10.ebuild
31 +++ /dev/null
32 @@ -1,37 +0,0 @@
33 -# Copyright 1999-2017 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -DESCRIPTION="A high-level decoding and seeking API for .opus files"
39 -HOMEPAGE="https://www.opus-codec.org/"
40 -SRC_URI="https://downloads.xiph.org/releases/opus/${P}.tar.gz"
41 -
42 -LICENSE="BSD"
43 -SLOT="0"
44 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
45 -IUSE="doc fixed-point +float +http libressl static-libs"
46 -
47 -RDEPEND="media-libs/libogg
48 - media-libs/opus
49 - http? (
50 - !libressl? ( dev-libs/openssl:0= )
51 - libressl? ( dev-libs/libressl:= )
52 - )"
53 -
54 -DEPEND="${RDEPEND}
55 - doc? ( app-doc/doxygen )"
56 -
57 -REQUIRED_USE="^^ ( fixed-point float )"
58 -
59 -src_configure() {
60 - local myeconfargs=(
61 - --docdir=/usr/share/doc/${PF}
62 - $(use_enable doc)
63 - $(use_enable fixed-point)\
64 - $(use_enable float)
65 - $(use_enable http)
66 - $(use_enable static-libs static)
67 - )
68 - econf "${myeconfargs[@]}"
69 -}
70
71 diff --git a/media-libs/opusfile/opusfile-0.6.ebuild b/media-libs/opusfile/opusfile-0.6.ebuild
72 deleted file mode 100644
73 index 5bac349dcd5..00000000000
74 --- a/media-libs/opusfile/opusfile-0.6.ebuild
75 +++ /dev/null
76 @@ -1,32 +0,0 @@
77 -# Copyright 1999-2019 Gentoo Authors
78 -# Distributed under the terms of the GNU General Public License v2
79 -
80 -EAPI=5
81 -
82 -DESCRIPTION="A high-level decoding and seeking API for .opus files"
83 -HOMEPAGE="https://www.opus-codec.org/"
84 -SRC_URI="https://downloads.xiph.org/releases/opus/${P}.tar.gz"
85 -
86 -LICENSE="BSD"
87 -SLOT="0"
88 -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86"
89 -IUSE="doc fixed-point +float +http static-libs"
90 -
91 -RDEPEND="media-libs/libogg
92 - media-libs/opus
93 - http? ( dev-libs/openssl:0= )"
94 -
95 -DEPEND="${RDEPEND}
96 - doc? ( app-doc/doxygen )"
97 -
98 -REQUIRED_USE="^^ ( fixed-point float )"
99 -
100 -src_configure() {
101 - econf \
102 - --docdir=/usr/share/doc/${PF} \
103 - $(use_enable doc) \
104 - $(use_enable fixed-point)\
105 - $(use_enable float) \
106 - $(use_enable http) \
107 - $(use_enable static-libs static)
108 -}