From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/opusfile/
Date: Wed, 15 May 2019 18:38:18 +0000 (UTC) [thread overview]
Message-ID: <1557945482.d8a9c989e4de6b802ed38819720505e4b2766087.asturm@gentoo> (raw)
commit: d8a9c989e4de6b802ed38819720505e4b2766087
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed May 15 15:36:16 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed May 15 18:38:02 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8a9c989
media-libs/opusfile: Drop 0.6 and 0.10
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-libs/opusfile/Manifest | 2 --
media-libs/opusfile/opusfile-0.10.ebuild | 37 --------------------------------
media-libs/opusfile/opusfile-0.6.ebuild | 32 ---------------------------
3 files changed, 71 deletions(-)
diff --git a/media-libs/opusfile/Manifest b/media-libs/opusfile/Manifest
index e98442e4475..a951fd3a783 100644
--- a/media-libs/opusfile/Manifest
+++ b/media-libs/opusfile/Manifest
@@ -1,3 +1 @@
-DIST opusfile-0.10.tar.gz 467700 BLAKE2B eab1c5eadd13ad574590c5b6a4bf8cc7f82ec0d723c240a0ce8104e108772549a4c81dd244aa61d310f0f432b2426a6e74de3c7b06aa8ab7e2f33e1c3692a826 SHA512 302601c31ca28bff175cefa99ac16177122a786d043be229616e2c98b7ffaf4a96b8bb17ca16e31240325a92763f417315b54d8f1b2f4f63f445cb7ad43c4a37
DIST opusfile-0.11.tar.gz 467420 BLAKE2B e3e6ee2d1d4c7030bdd5f7ec14503d46ebbfcbc4481ab4652a0be9171d45fe2e855e0f17801cf28fda66f44496ba9f9a2996af7e5aaf5b008e4c3b14263f3160 SHA512 ec3e282310cc4f25475c27b7bc8d1652dcb25d3ac6badf87bd1b4e5397fbe106a0dab81c60d88d198003a23d8a2c9bae8b661edc9b31433effeca438ce56a349
-DIST opusfile-0.6.tar.gz 437980 BLAKE2B 13250d08f9cc9564541bbe116c5482e5b9a0de1c28a8a9e9509b1019cb75d40caefc2b8eb0ad444bb67e05cc4d0813b7b3f1783e4d136201c71200b04f7690c2 SHA512 6fee48f3da21eeffed1ee5a3852234032aa559335225b07383c1104f5efba2f88aebe41c453ab2de472a69766e0fa9b48bec2f97d2a096b27afa96901802ba02
diff --git a/media-libs/opusfile/opusfile-0.10.ebuild b/media-libs/opusfile/opusfile-0.10.ebuild
deleted file mode 100644
index a71ac3c1742..00000000000
--- a/media-libs/opusfile/opusfile-0.10.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A high-level decoding and seeking API for .opus files"
-HOMEPAGE="https://www.opus-codec.org/"
-SRC_URI="https://downloads.xiph.org/releases/opus/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="doc fixed-point +float +http libressl static-libs"
-
-RDEPEND="media-libs/libogg
- media-libs/opus
- http? (
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:= )
- )"
-
-DEPEND="${RDEPEND}
- doc? ( app-doc/doxygen )"
-
-REQUIRED_USE="^^ ( fixed-point float )"
-
-src_configure() {
- local myeconfargs=(
- --docdir=/usr/share/doc/${PF}
- $(use_enable doc)
- $(use_enable fixed-point)\
- $(use_enable float)
- $(use_enable http)
- $(use_enable static-libs static)
- )
- econf "${myeconfargs[@]}"
-}
diff --git a/media-libs/opusfile/opusfile-0.6.ebuild b/media-libs/opusfile/opusfile-0.6.ebuild
deleted file mode 100644
index 5bac349dcd5..00000000000
--- a/media-libs/opusfile/opusfile-0.6.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="A high-level decoding and seeking API for .opus files"
-HOMEPAGE="https://www.opus-codec.org/"
-SRC_URI="https://downloads.xiph.org/releases/opus/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86"
-IUSE="doc fixed-point +float +http static-libs"
-
-RDEPEND="media-libs/libogg
- media-libs/opus
- http? ( dev-libs/openssl:0= )"
-
-DEPEND="${RDEPEND}
- doc? ( app-doc/doxygen )"
-
-REQUIRED_USE="^^ ( fixed-point float )"
-
-src_configure() {
- econf \
- --docdir=/usr/share/doc/${PF} \
- $(use_enable doc) \
- $(use_enable fixed-point)\
- $(use_enable float) \
- $(use_enable http) \
- $(use_enable static-libs static)
-}
next reply other threads:[~2019-05-15 18:38 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-15 18:38 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-11-27 11:23 [gentoo-commits] repo/gentoo:master commit in: media-libs/opusfile/ Sam James
2023-01-23 3:29 Sam James
2022-12-23 9:06 Miroslav Šulc
2022-12-22 13:06 Sam James
2022-12-22 13:06 Sam James
2022-12-22 11:04 Arthur Zamarin
2022-12-22 11:04 Arthur Zamarin
2022-12-22 10:15 Arthur Zamarin
2022-12-22 9:59 Arthur Zamarin
2022-12-22 9:19 Arthur Zamarin
2022-05-26 5:20 WANG Xuerui
2022-02-07 21:45 James Le Cuirot
2021-08-10 8:58 Yixun Lan
2021-05-02 17:51 Mikle Kolyada
2020-12-31 11:22 Sergei Trofimovich
2020-12-31 1:47 Sam James
2020-12-31 1:47 Sam James
2020-12-30 2:39 Sam James
2020-07-06 8:40 Lars Wendler
2019-05-06 23:42 Stefan Strogin
2019-05-02 21:04 Mikle Kolyada
2019-04-01 17:21 Thomas Deutschmann
2019-03-17 23:02 Sergei Trofimovich
2019-03-17 10:29 Sergei Trofimovich
2019-03-16 14:01 Mikle Kolyada
2019-03-15 22:47 Mikle Kolyada
2019-03-15 7:24 Sergei Trofimovich
2019-01-07 19:15 Lars Wendler
2018-11-03 8:18 Michał Górny
2018-10-05 7:43 Fabian Groffen
2018-09-24 15:51 Lars Wendler
2018-09-24 15:51 Lars Wendler
2018-01-05 13:07 Lars Wendler
2017-11-22 15:42 Lars Wendler
2017-11-22 15:42 Lars Wendler
2017-08-31 13:12 Tim Harder
2017-08-07 7:53 Lars Wendler
2017-08-07 7:53 Lars Wendler
2017-06-28 9:35 Alexis Ballier
2016-07-13 10:16 Lars Wendler
2016-02-09 13:43 Lars Wendler
2016-02-09 13:43 Lars Wendler
2015-10-05 9:08 Julian Ospald
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1557945482.d8a9c989e4de6b802ed38819720505e4b2766087.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox