From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 497021382C5 for ; Sun, 13 Jun 2021 08:49:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53250E0A00; Sun, 13 Jun 2021 08:49:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2F226E0A00 for ; Sun, 13 Jun 2021 08:49:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0F2DD340DC3 for ; Sun, 13 Jun 2021 08:49:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 866347AD for ; Sun, 13 Jun 2021 08:49:07 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1623424990.a133a34ca50d0f38251d15c1057f17f8234ab8e5.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-sound/wlavu/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-sound/wlavu/wlavu-9999.ebuild X-VCS-Directories: media-sound/wlavu/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: a133a34ca50d0f38251d15c1057f17f8234ab8e5 X-VCS-Branch: master Date: Sun, 13 Jun 2021 08:49:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 486925ec-52de-4ed5-8bad-31914ebd2d62 X-Archives-Hash: 59eabd5bcf3d4d3d706acae05391aaf4 commit: a133a34ca50d0f38251d15c1057f17f8234ab8e5 Author: Alessandro Barbieri gmail com> AuthorDate: Sun Jun 6 02:29:55 2021 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Fri Jun 11 15:23:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a133a34c media-sound/wlavu: drop unmaintained live Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri gmail.com> media-sound/wlavu/wlavu-9999.ebuild | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/media-sound/wlavu/wlavu-9999.ebuild b/media-sound/wlavu/wlavu-9999.ebuild deleted file mode 100644 index 73a7db408..000000000 --- a/media-sound/wlavu/wlavu-9999.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit git-r3 meson - -DESCRIPTION="Wayland ALSA VU-meter with peaking and optional support for wlr-layer-shell" -HOMEPAGE="https://git.sr.ht/~kennylevinsen/wlavu" -EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/wlavu" -LICENSE="MIT" -SLOT="0" -KEYWORDS="" - -DEPEND=" - media-video/pipewire:= - dev-libs/wayland -" -RDEPEND="${DEPEND}"