diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-10-20 23:06:57 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-10-20 23:12:01 +0200 |
commit | 707cd671c930a79bc370b63f4b0095032f8a58d9 (patch) | |
tree | 7357a4c55ca75475c4a89a2dc2caf2cb638b47a9 /media-libs/celt | |
parent | media-libs/libextractor: Fix gcc-8 segfault (#668044 by Toralf Förster) (diff) | |
download | gentoo-707cd671c930a79bc370b63f4b0095032f8a58d9.tar.gz gentoo-707cd671c930a79bc370b63f4b0095032f8a58d9.tar.bz2 gentoo-707cd671c930a79bc370b63f4b0095032f8a58d9.zip |
media-libs/celt: Remove last-rited pkg
Closes: https://bugs.gentoo.org/664154
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-libs/celt')
-rw-r--r-- | media-libs/celt/Manifest | 3 | ||||
-rw-r--r-- | media-libs/celt/celt-0.11.1-r1.ebuild | 34 | ||||
-rw-r--r-- | media-libs/celt/celt-0.11.3.ebuild | 45 | ||||
-rw-r--r-- | media-libs/celt/celt-0.5.1.3.ebuild | 29 | ||||
-rw-r--r-- | media-libs/celt/metadata.xml | 12 |
5 files changed, 0 insertions, 123 deletions
diff --git a/media-libs/celt/Manifest b/media-libs/celt/Manifest deleted file mode 100644 index 8d3af2736e0c..000000000000 --- 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 dc9c81bceba2..000000000000 --- 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 9c9cefa87cb1..000000000000 --- 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 8d4ede3a5894..000000000000 --- 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 f399f22368a4..000000000000 --- 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> |