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 384F2138359 for ; Mon, 2 Nov 2020 12:24:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C0AEE086B; Mon, 2 Nov 2020 12:24:22 +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 2D1D6E086B for ; Mon, 2 Nov 2020 12:24:22 +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 C9693340D56 for ; Mon, 2 Nov 2020 12:24:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7CE2D42C for ; Mon, 2 Nov 2020 12:24:19 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1604319840.29a3d397e8edc2c2bcdf35c3ff4708d553866b03.andrewammerlaan@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/metadata.xml media-sound/wlavu/wlavu-9999.ebuild X-VCS-Directories: media-sound/wlavu/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 29a3d397e8edc2c2bcdf35c3ff4708d553866b03 X-VCS-Branch: master Date: Mon, 2 Nov 2020 12:24:19 +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: cbd4dcbd-9637-407b-bc34-ff154c0d97eb X-Archives-Hash: 56ca1863cc8b8f7cd8a5b20343bc52c6 Message-ID: <20201102122419.MMlJTL59D4kP3wcaAgiMSSSr7pgZF31vTyZEWyB60Oc@z> commit: 29a3d397e8edc2c2bcdf35c3ff4708d553866b03 Author: Andrew Ammerlaan riseup net> AuthorDate: Mon Nov 2 12:24:00 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Mon Nov 2 12:24:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=29a3d397 media-sound/wlavu: add metadata file and shorten description Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> media-sound/wlavu/metadata.xml | 5 +++++ media-sound/wlavu/wlavu-9999.ebuild | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/media-sound/wlavu/metadata.xml b/media-sound/wlavu/metadata.xml new file mode 100644 index 00000000..7a38bb90 --- /dev/null +++ b/media-sound/wlavu/metadata.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/media-sound/wlavu/wlavu-9999.ebuild b/media-sound/wlavu/wlavu-9999.ebuild index 9715fa4f..73a7db40 100644 --- a/media-sound/wlavu/wlavu-9999.ebuild +++ b/media-sound/wlavu/wlavu-9999.ebuild @@ -5,7 +5,7 @@ EAPI=7 inherit git-r3 meson -DESCRIPTION="Wayland-based ALSA VU-meter with peaking and optionnal support for wlr-layer-shell" +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"