commit: 5bd9466aca4b69e99645d79424b994703492b3c8 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Jan 7 19:02:42 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jan 7 19:02:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bd9466a
media-libs/codec2: cleanup old Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam <AT> gentoo.org> media-libs/codec2/Manifest | 1 - media-libs/codec2/codec2-0.8.1.ebuild | 35 ----------------------------------- 2 files changed, 36 deletions(-) diff --git a/media-libs/codec2/Manifest b/media-libs/codec2/Manifest index 3e3f8bd59bd..d9f9f56ae46 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 8dbf9acea97..00000000000 --- 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 -}
