From 14de29d23842717dc27ab8a03884b127672a12ea Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Wed, 19 Feb 2020 13:33:49 +0100 Subject: [PATCH] media-sound/glmix: Remove last-rited package Signed-off-by: Andreas Sturmlechner --- media-sound/glmix/Manifest | 1 - media-sound/glmix/glmix-0.3.ebuild | 36 ------------------------------ media-sound/glmix/metadata.xml | 8 ------- profiles/package.mask | 5 ----- 4 files changed, 50 deletions(-) delete mode 100644 media-sound/glmix/Manifest delete mode 100644 media-sound/glmix/glmix-0.3.ebuild delete mode 100644 media-sound/glmix/metadata.xml diff --git a/media-sound/glmix/Manifest b/media-sound/glmix/Manifest deleted file mode 100644 index 072490b4df66..000000000000 --- a/media-sound/glmix/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST glmix-0.3.tar.gz 17500 BLAKE2B 25fc1cf3a1bbdbade37a7996472b59b538a218c0f136204b6b71617ffb93f1182ebbb8be5fade6ca5859d5318c9b0f4168ad84881d23ac14ccd42b1673252d99 SHA512 158136d67f53834c34500ba88f9d4c8c7c6928878497bbf63db127c900b89d649ebed3baee129d597f46c955184efb9d8ff30676e0430968eb4e057fa2e4bb45 diff --git a/media-sound/glmix/glmix-0.3.ebuild b/media-sound/glmix/glmix-0.3.ebuild deleted file mode 100644 index e25af6abda64..000000000000 --- a/media-sound/glmix/glmix-0.3.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit desktop toolchain-funcs - -DESCRIPTION="3D widget for mixing up to eight JACK audio streams down to stereo" -HOMEPAGE="https://devel.tlrmx.org/audio" -SRC_URI="https://devel.tlrmx.org/audio/source/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" -KEYWORDS="amd64 ~ppc sparc x86" - -RDEPEND=" - media-sound/jack-audio-connection-kit - x11-libs/gtk+:2 - >=x11-libs/gtkglext-1 -" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -src_compile() { - local libs="gtk+-2.0 gtkglext-1.0 jack pango" - emake CC="$(tc-getCC)" \ - CFLAGS="${CFLAGS} $(pkg-config --cflags ${libs})" \ - LDFLAGS="-lm ${LDFLAGS} $(pkg-config --libs ${libs})" -} - -src_install() { - dobin ${PN} - dodoc README TODO - make_desktop_entry ${PN} "GL Mixer" -} diff --git a/media-sound/glmix/metadata.xml b/media-sound/glmix/metadata.xml deleted file mode 100644 index c870d0eef0ab..000000000000 --- a/media-sound/glmix/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - sound@gentoo.org - Gentoo Sound project - - diff --git a/profiles/package.mask b/profiles/package.mask index 6bdcf83a56d4..0044daf23033 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -581,11 +581,6 @@ app-text/sary # maintain. Take this over if wanted, otherwise I will remove it in 30 days. app-admin/cli53 -# Andreas Sturmlechner (2020-01-19) -# Ancient, last release in 2006, blocks x11-libs/gtkglext cleanup -# Masked for removal in 30 days. -media-sound/glmix - # Zac Medico (2020-01-19) # This package has been replaced by dev-python/python-podman and has # no reverse dependencies. -- 2.26.2