commit: 47c96a872431bf9b9a1127685be58cd0f1f90423 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Fri Apr 15 13:02:46 2022 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Fri Apr 15 13:07:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47c96a87
media-sound/deinvert: treeclean Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> media-sound/deinvert/deinvert-9999.ebuild | 31 ------------------------------- media-sound/deinvert/metadata.xml | 12 ------------ profiles/package.mask | 1 - 3 files changed, 44 deletions(-) diff --git a/media-sound/deinvert/deinvert-9999.ebuild b/media-sound/deinvert/deinvert-9999.ebuild deleted file mode 100644 index 8f9dfb0b0b80..000000000000 --- a/media-sound/deinvert/deinvert-9999.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit git-r3 autotools - -DESCRIPTION="A voice inversion descrambler" -HOMEPAGE="https://github.com/windytan/deinvert" -SRC_URI="" -EGIT_REPO_URI="https://github.com/windytan/deinvert.git" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="" -IUSE="+liquid +wav" - -DEPEND="liquid? ( net-libs/liquid-dsp ) - wav? ( media-libs/libsndfile ) -" -RDEPEND="${DEPEND}" - -src_prepare() { - eapply_user - eautoreconf -} - -src_configure() { - econf \ - $(use_with liquid) \ - $(use_with wav sndfile) -} diff --git a/media-sound/deinvert/metadata.xml b/media-sound/deinvert/metadata.xml deleted file mode 100644 index 617359842772..000000000000 --- a/media-sound/deinvert/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Radio</name> - </maintainer> - <use> - <flag name="liquid">improve sound quality using <pkg>net-libs/liquid-dsp</pkg></flag> - <flag name="wav">wav file support using <pkg>media-libs/libsndfile</pkg></flag> - </use> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index 9829012f263c..c3655ddf86b4 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -292,7 +292,6 @@ net-libs/libosmocore # 3.10, using deprecated EAPI, ...) # Removal on 2022-04-15. net-libs/libmirisdr -media-sound/deinvert # John Helmert III <[email protected]> (2022-03-13) # Arti is not a production-ready Tor client. According to upstream, "do
