commit:     53e4de38508cd0bc09e5fc148a9e447f5b796f1b
Author:     Alexander Tsoy <alexander <AT> tsoy <DOT> me>
AuthorDate: Fri Mar 28 16:14:06 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 28 17:23:03 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53e4de38

media-sound/klick: remove old

Signed-off-by: Alexander Tsoy <alexander <AT> tsoy.me>
Closes: https://github.com/gentoo/gentoo/pull/41347
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-sound/klick/klick-0.12.2-r4.ebuild | 54 --------------------------------
 1 file changed, 54 deletions(-)

diff --git a/media-sound/klick/klick-0.12.2-r4.ebuild 
b/media-sound/klick/klick-0.12.2-r4.ebuild
deleted file mode 100644
index bee2f5f90249..000000000000
--- a/media-sound/klick/klick-0.12.2-r4.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit python-any-r1 scons-utils toolchain-funcs
-
-DESCRIPTION="An advanced command-line based metronome for JACK"
-HOMEPAGE="https://das.nasophon.de/klick/";
-SRC_URI="https://das.nasophon.de/download/${P}.tar.gz";
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="debug osc rubberband"
-
-RDEPEND="media-libs/libsamplerate
-       media-libs/libsndfile
-       virtual/jack
-       osc? ( media-libs/liblo )
-       rubberband? ( media-libs/rubberband )"
-DEPEND="${RDEPEND}
-       dev-libs/boost"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=(
-       "${FILESDIR}"/${P}-sconstruct.patch
-       "${FILESDIR}"/${P}-gcc6.patch
-)
-
-HTML_DOCS=( doc/manual.html )
-
-src_configure() {
-       MYSCONS=(
-               CXX="$(tc-getCXX)"
-               CXXFLAGS="${CXXFLAGS}"
-               LINKFLAGS="${LDFLAGS}"
-               PREFIX="${EPREFIX}/usr"
-               DEBUG=$(usex debug)
-               OSC=$(usex osc)
-               RUBBERBAND=$(usex rubberband)
-       )
-}
-
-src_compile() {
-       escons "${MYSCONS[@]}"
-}
-
-src_install() {
-       escons "${MYSCONS[@]}" DESTDIR="${D}" install
-       einstalldocs
-}

Reply via email to