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 C48501382C5 for ; Tue, 9 Mar 2021 19:19:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9E12E0863; Tue, 9 Mar 2021 19:19:20 +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 C1D4DE0863 for ; Tue, 9 Mar 2021 19:19:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 3A7B4340CC9 for ; Tue, 9 Mar 2021 19:19:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56A7C487 for ; Tue, 9 Mar 2021 19:19:17 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1615317553.3ab487079d48e909f31d4b65cc63116cb3adba21.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmixer/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/wmmixer/Manifest x11-plugins/wmmixer/wmmixer-1.9.ebuild X-VCS-Directories: x11-plugins/wmmixer/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: 3ab487079d48e909f31d4b65cc63116cb3adba21 X-VCS-Branch: master Date: Tue, 9 Mar 2021 19:19:17 +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: e69116c0-e955-4310-aa1f-2093ea5e04af X-Archives-Hash: 7b2e8bf8cef86dfcdc1596da15db2c48 commit: 3ab487079d48e909f31d4b65cc63116cb3adba21 Author: Bernard Cafarelli gentoo org> AuthorDate: Mon Mar 8 18:07:46 2021 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Tue Mar 9 19:19:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ab48707 x11-plugins/wmmixer: 1.9 bump Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Bernard Cafarelli gentoo.org> x11-plugins/wmmixer/Manifest | 1 + x11-plugins/wmmixer/wmmixer-1.9.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/x11-plugins/wmmixer/Manifest b/x11-plugins/wmmixer/Manifest index ac908ad2fc5..40867577585 100644 --- a/x11-plugins/wmmixer/Manifest +++ b/x11-plugins/wmmixer/Manifest @@ -1 +1,2 @@ DIST wmmixer-1.8.tar.gz 102723 BLAKE2B 2e64b7c81e97d288e2c48cad01fdee5e4a85effc4e831ca4b0391e4df67faa11f5556c07129740b3d07607251ac8fbb98ffbcc573c888f367e288c338600de93 SHA512 3b5c7f27da6ed2cbf8d06c431584186799d17e72db663db6ffc488f777c31de0b13fcc3f665099925efab036a14e70da4bbbabaff6ffc12280698e91f555e276 +DIST wmmixer-1.9.tar.gz 103603 BLAKE2B 82191d3cb019786fa23ca13d6060f4d1d3860651c009d1a78752602eab40091a36ce167ac1ebd92fb664905cd24138f19b72ab722ad58e6bd7a1192b5556c73b SHA512 3e1ac2185daad89f8e51ca45c8b96aa3d9791cf9889484fc9873d1111534cf457cfd598296b01a0fa67b2e2c4f4ecea2b9ed3890ef416548342187a1f5dad44d diff --git a/x11-plugins/wmmixer/wmmixer-1.9.ebuild b/x11-plugins/wmmixer/wmmixer-1.9.ebuild new file mode 100644 index 00000000000..0c06dab6747 --- /dev/null +++ b/x11-plugins/wmmixer/wmmixer-1.9.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="A mixer designed for WindowMaker" +HOMEPAGE="https://www.dockapps.net/wmmon" +SRC_URI="https://www.dockapps.net/download/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~mips ~sparc ~x86" +IUSE="" + +RDEPEND="x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm" +DEPEND="${RDEPEND} + x11-base/xorg-proto"