summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-01-07 19:02:42 +0000
committerSam James <sam@gentoo.org>2021-01-07 19:02:42 +0000
commit5bd9466aca4b69e99645d79424b994703492b3c8 (patch)
treeffb11b03f2528910f1c46acdb279b4f23950ad68 /media-libs
parentmedia-video/x264-encoder: cleanup old (diff)
downloadgentoo-5bd9466aca4b69e99645d79424b994703492b3c8.tar.gz
gentoo-5bd9466aca4b69e99645d79424b994703492b3c8.tar.bz2
gentoo-5bd9466aca4b69e99645d79424b994703492b3c8.zip
media-libs/codec2: cleanup old
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/codec2/Manifest1
-rw-r--r--media-libs/codec2/codec2-0.8.1.ebuild35
2 files changed, 0 insertions, 36 deletions
diff --git a/media-libs/codec2/Manifest b/media-libs/codec2/Manifest
index 3e3f8bd59bde..d9f9f56ae465 100644
--- a/media-libs/codec2/Manifest
+++ b/media-libs/codec2/Manifest
@@ -1,2 +1 @@
-DIST codec2-0.8.1.tar.xz 8868212 BLAKE2B 2c0ba40df02cc6791386243e75f97ce17026842b13384e4a330cf22ea4bef5db75ddbc764dd4045027a6e2bf2eeba9b509b372aeaef81bb235e3d6c2930b01fe SHA512 4f2633d510ab68102b77b15492d87d25fe5fa96d90dc1ca6b3bf7deea04a3765382bfbbde981c9cac70d3e9d091c56b2099544b09b36a84ed62cb9087c9bb819
DIST codec2-0.9.2.tar.gz 12244006 BLAKE2B b7fdff34e41f93f237235db5cf1352e7165565ae13bc88cfe41bc6eb280e16f49c71f6b9947ced81612b0fa6b2630a9f2f75fe257ff09bae5eef1a0b6b39c95b SHA512 30a2eb95f7b0f47f0c0c7f08c9118f089acc32adf8b27f5b4354c89139efe80607d6d0ca5e0a9eefddf3640f02c483b9c804ad52c5dec6295968b7267f3a716c
diff --git a/media-libs/codec2/codec2-0.8.1.ebuild b/media-libs/codec2/codec2-0.8.1.ebuild
deleted file mode 100644
index 8dbf9acea974..000000000000
--- a/media-libs/codec2/codec2-0.8.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-CMAKE_ECLASS=cmake
-inherit cmake-multilib
-
-DESCRIPTION="Low bit rate speech codec"
-HOMEPAGE="https://freedv.org/"
-SRC_URI="https://hobbes1069.fedorapeople.org/freetel/codec2/${P}.tar.xz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86"
-IUSE="examples"
-
-PATCHES=(
- "${FILESDIR}"/${P}-unused-deps.patch
- "${FILESDIR}"/${P}-fno-common.patch
-)
-
-multilib_src_configure() {
- local mycmakeargs=( -DUNITTEST=OFF )
- cmake_src_configure
-}
-
-src_install() {
- cmake-multilib_src_install
-
- if use examples; then
- insinto /usr/share/codec2
- doins -r wav raw
- fi
-}