Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmix/
Date: Sun, 03 May 2020 10:16:01
Message-Id: 1588500951.8d50d39cb9ca03528f4fd6eb6a8529d77f0e449b.voyageur@gentoo
1 commit: 8d50d39cb9ca03528f4fd6eb6a8529d77f0e449b
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 3 09:59:24 2020 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Sun May 3 10:15:51 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d50d39c
7
8 x11-plugins/wmix: 3.5 bump
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
12
13 x11-plugins/wmix/Manifest | 1 +
14 x11-plugins/wmix/wmix-3.5.ebuild | 21 +++++++++++++++++++++
15 2 files changed, 22 insertions(+)
16
17 diff --git a/x11-plugins/wmix/Manifest b/x11-plugins/wmix/Manifest
18 index 849491af636..bf77a69bdd0 100644
19 --- a/x11-plugins/wmix/Manifest
20 +++ b/x11-plugins/wmix/Manifest
21 @@ -1,2 +1,3 @@
22 DIST wmix-3.2.tar.gz 33504 BLAKE2B cafc6d4d1d52094edc459db8ab82b46ea0a216ca8035a2882be7ab2dba6945c155a73c2fc3601e9697076f8cf032b7943617680fd70ef889590a9976c2b147a8 SHA512 8382ab849aeacfc88d28cd094c0d9a3218f8aa26b763d9fb4fd8b9837c275a835cc3e29df0659c244fa94b884ebc36b571fe824eaa785a736e630dc2e0081417
23 DIST wmix-3.4.tar.gz 116220 BLAKE2B 01aac1603c34298d9b4aa45ec3425ec52e75965634f6c64ae554c44b95a9bea08021527519fe15729f103d2b8aa93757d6dbabbc2223b35cbb37520554fdfa2b SHA512 791e0f22c73d48fd97ce59a0a8d740a2647626fd6d5f172238ae41abac700fb40d7cd95e28463199fd20d14eae3807428949b78c095ee5bd0a347c26aaed1e75
24 +DIST wmix-3.5.tar.gz 118052 BLAKE2B 54461c59d46a2ccf7f81aaf422b9e9fadf260001621396543deb996cb346a1dea5d100b38517b79974acc4d429d6a2f4fcde10e88d114e9f6978d1c0bb599d2e SHA512 ca702368cd5db55958e5f25c9703bf6659987534795fe58fd1ade426220f468ae3979e98ed1a00ffa162b094e53e37974d626a6bc48e2f6099c8c6eaa1f3dfd6
25
26 diff --git a/x11-plugins/wmix/wmix-3.5.ebuild b/x11-plugins/wmix/wmix-3.5.ebuild
27 new file mode 100644
28 index 00000000000..a1206be91a6
29 --- /dev/null
30 +++ b/x11-plugins/wmix/wmix-3.5.ebuild
31 @@ -0,0 +1,21 @@
32 +# Copyright 1999-2020 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +
37 +DESCRIPTION="Dockapp mixer for OSS or ALSA"
38 +HOMEPAGE="https://www.dockapps.net/wmix"
39 +SRC_URI="https://www.dockapps.net/download/${P}.tar.gz"
40 +
41 +LICENSE="GPL-2"
42 +SLOT="0"
43 +KEYWORDS="~amd64 ~ppc ~sparc ~x86"
44 +IUSE=""
45 +
46 +RDEPEND="media-libs/alsa-lib
47 + x11-libs/libX11
48 + x11-libs/libXext
49 + x11-libs/libXpm
50 + x11-libs/libXrandr"
51 +DEPEND="${RDEPEND}
52 + x11-base/xorg-proto"