* [gentoo-commits] repo/gentoo:master commit in: media-libs/celt/, profiles/
@ 2018-10-20 21:12 Michał Górny
0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2018-10-20 21:12 UTC (permalink / raw
To: gentoo-commits
commit: 707cd671c930a79bc370b63f4b0095032f8a58d9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 20 21:06:57 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct 20 21:12:01 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=707cd671
media-libs/celt: Remove last-rited pkg
Closes: https://bugs.gentoo.org/664154
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
media-libs/celt/Manifest | 3 ---
media-libs/celt/celt-0.11.1-r1.ebuild | 34 --------------------------
media-libs/celt/celt-0.11.3.ebuild | 45 -----------------------------------
media-libs/celt/celt-0.5.1.3.ebuild | 29 ----------------------
media-libs/celt/metadata.xml | 12 ----------
profiles/package.mask | 5 ----
6 files changed, 128 deletions(-)
diff --git a/media-libs/celt/Manifest b/media-libs/celt/Manifest
deleted file mode 100644
index 8d3af2736e0..00000000000
--- a/media-libs/celt/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST celt-0.11.1.tar.gz 465853 BLAKE2B ca916d03217dfbeda4764d95bd016500cbf482a0a43099c3d3cd2f4f71182b7d12982f426bf784d022db8bde4a2a6c270f6b61a9675281bfd2be134103723747 SHA512 73d17486ae0ef544baf74f7cf7d4b82b7dcba5143f480ffefec2c16ae9aa240d207aac4aa28c6888ba26e925f6d6f5545f71ef157b95906b63d017ce7b7ce842
-DIST celt-0.11.3.tar.gz 465020 BLAKE2B 9f6221edd77c117778eb5ca188c21430905e1e54034816a1e0a17dc949764d6e6eeac87489f98f68fd96962a5fe89046ba52c1c9f98ba064966d2e5382577a82 SHA512 1f7b8c9b0fcb3a31ba81c220f89fb15173f6e7a25f8fa9d6669790cf29cccb5f75fb37a9f41c76bec5e8d8b9de47d65949831d5a843dcffb2f0747801a8c9bde
-DIST celt-0.5.1.3.tar.gz 440772 BLAKE2B 680be58bcca806ef2135a022cd01103c1518c883868abc2aa60a1ff8c555a0646310901cc5bc01d2b330054af8b5729303d8aa6b3ba58395f7272862a5d5a7c9 SHA512 bf5621dc3ec1b0808bdd83f006fd7b88df1b6caffe07e18eb696c268b31c6c7127329ecb4c9582c44e0ecf9577bbe2f3dbe40f15b80f8681bb7f4115f1501921
diff --git a/media-libs/celt/celt-0.11.1-r1.ebuild b/media-libs/celt/celt-0.11.1-r1.ebuild
deleted file mode 100644
index dc9c81bceba..00000000000
--- a/media-libs/celt/celt-0.11.1-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils multilib-minimal
-
-DESCRIPTION="CELT is a very low delay audio codec designed for high-quality communications"
-HOMEPAGE="http://www.celt-codec.org/"
-SRC_URI="http://downloads.us.xiph.org/releases/${PN}/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ~ppc64 ~sparc x86"
-IUSE="ogg static-libs"
-
-DEPEND="ogg? ( media-libs/libogg )"
-RDEPEND="${DEPEND}"
-DOCS=( README TODO )
-
-multilib_src_configure() {
- # ogg is for the binaries
- local myconf="--without-ogg"
- multilib_is_native_abi && myconf="$(use_with ogg ogg /usr)"
-
- ECONF_SOURCE="${S}" econf \
- $(use_enable static-libs static) \
- ${myconf}
-}
-
-multilib_src_install_all() {
- prune_libtool_files
- einstalldocs
-}
diff --git a/media-libs/celt/celt-0.11.3.ebuild b/media-libs/celt/celt-0.11.3.ebuild
deleted file mode 100644
index 9c9cefa87cb..00000000000
--- a/media-libs/celt/celt-0.11.3.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools eutils multilib-minimal
-
-DESCRIPTION="CELT is a very low delay audio codec designed for high-quality communications"
-HOMEPAGE="http://www.celt-codec.org/"
-SRC_URI="http://downloads.us.xiph.org/releases/${PN}/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="ogg static-libs test"
-
-DEPEND="ogg? ( media-libs/libogg )"
-RDEPEND="${DEPEND}"
-DOCS=( README TODO )
-
-src_prepare() {
- default
-
- if use test ; then
- # tandem tests fail:
- # https://thr3ads.net/opus/2012/09/2124778-CELT-0.11.3-tandem-test-fails
- sed '/^TESTS/s@ tandem-test@@' -i tests/Makefile.am || die
- eautoreconf
- fi
-}
-
-multilib_src_configure() {
- # ogg is for the binaries
- local myconf="--without-ogg"
- multilib_is_native_abi && myconf="$(use_with ogg ogg /usr)"
-
- ECONF_SOURCE="${S}" econf \
- $(use_enable static-libs static) \
- ${myconf}
-}
-
-multilib_src_install_all() {
- prune_libtool_files
- einstalldocs
-}
diff --git a/media-libs/celt/celt-0.5.1.3.ebuild b/media-libs/celt/celt-0.5.1.3.ebuild
deleted file mode 100644
index 8d4ede3a589..00000000000
--- a/media-libs/celt/celt-0.5.1.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="CELT is a very low delay audio codec designed for high-quality communications"
-HOMEPAGE="http://www.celt-codec.org/"
-SRC_URI="http://downloads.us.xiph.org/releases/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0.5.1"
-KEYWORDS="alpha amd64 arm ~arm64 ia64 ppc ppc64 sparc x86"
-IUSE="ogg static-libs"
-
-DEPEND="ogg? ( media-libs/libogg )"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- econf \
- $(use_enable static-libs static) \
- $(use_with ogg ogg /usr)
-}
-
-src_install() {
- default
- if ! use static-libs; then
- find "${D}" -name '*.la' -delete || die "Pruning failed"
- fi
-}
diff --git a/media-libs/celt/metadata.xml b/media-libs/celt/metadata.xml
deleted file mode 100644
index f399f22368a..00000000000
--- a/media-libs/celt/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>sound@gentoo.org</email>
- <name>Gentoo Sound project</name>
- </maintainer>
- <longdescription>
- CELT is a very low delay audio codec designed for high-quality
- communications.
- </longdescription>
-</pkgmetadata>
diff --git a/profiles/package.mask b/profiles/package.mask
index 33c6e54743e..b9d9ed828f9 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -164,11 +164,6 @@ dev-python/astng
dev-python/logilab-common
dev-python/logilab-constraint
-# Andreas Sturmlechner <asturm@gentoo.org> (16 Sep 2018)
-# was merged into the IETF Opus codec and is now obsolete
-# Removal in 30 days, bug #664154
-media-libs/celt
-
# Mike Gilbert <floppym@gentoo.org> (16 Sep 2018)
# Dev channel releases are only for people who are developers or want more
# experimental features and accept a more unstable release.
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2018-10-20 21:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-20 21:12 [gentoo-commits] repo/gentoo:master commit in: media-libs/celt/, profiles/ Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox