Gentoo Archives: gentoo-commits

From: Haelwenn Monnier <contact@×××××××××.me>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: media-sound/wlavu/
Date: Sun, 13 Jun 2021 08:49:13
Message-Id: 1623424990.a133a34ca50d0f38251d15c1057f17f8234ab8e5.lanodan@gentoo
1 commit: a133a34ca50d0f38251d15c1057f17f8234ab8e5
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sun Jun 6 02:29:55 2021 +0000
4 Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
5 CommitDate: Fri Jun 11 15:23:10 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a133a34c
7
8 media-sound/wlavu: drop unmaintained live
9
10 Package-Manager: Portage-3.0.19, Repoman-3.0.3
11 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
12
13 media-sound/wlavu/wlavu-9999.ebuild | 19 -------------------
14 1 file changed, 19 deletions(-)
15
16 diff --git a/media-sound/wlavu/wlavu-9999.ebuild b/media-sound/wlavu/wlavu-9999.ebuild
17 deleted file mode 100644
18 index 73a7db408..000000000
19 --- a/media-sound/wlavu/wlavu-9999.ebuild
20 +++ /dev/null
21 @@ -1,19 +0,0 @@
22 -# Copyright 2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -inherit git-r3 meson
28 -
29 -DESCRIPTION="Wayland ALSA VU-meter with peaking and optional support for wlr-layer-shell"
30 -HOMEPAGE="https://git.sr.ht/~kennylevinsen/wlavu"
31 -EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/wlavu"
32 -LICENSE="MIT"
33 -SLOT="0"
34 -KEYWORDS=""
35 -
36 -DEPEND="
37 - media-video/pipewire:=
38 - dev-libs/wayland
39 -"
40 -RDEPEND="${DEPEND}"