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 B600B139083 for ; Tue, 5 Dec 2017 15:18:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 605D2E1023; Tue, 5 Dec 2017 15:18:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3B11DE1023 for ; Tue, 5 Dec 2017 15:18:50 +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 D073033D4A6 for ; Tue, 5 Dec 2017 15:18:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42CD3AE7D for ; Tue, 5 Dec 2017 15:18:46 +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: <1512486651.a606c584e313ce80b46f7308aa2d552da7ead559.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmix/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/wmix/Manifest x11-plugins/wmix/wmix-3.3.ebuild X-VCS-Directories: x11-plugins/wmix/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: a606c584e313ce80b46f7308aa2d552da7ead559 X-VCS-Branch: master Date: Tue, 5 Dec 2017 15:18:46 +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-Archives-Salt: ba860f95-f5e2-4014-829b-7df7d50f014c X-Archives-Hash: 6f84addd05d481ab1700114c2b96f88a commit: a606c584e313ce80b46f7308aa2d552da7ead559 Author: Bernard Cafarelli gentoo org> AuthorDate: Tue Dec 5 14:31:28 2017 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Tue Dec 5 15:10:51 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a606c584 x11-plugins/wmix: 3.3 bump Package-Manager: Portage-2.3.16, Repoman-2.3.6 x11-plugins/wmix/Manifest | 1 + x11-plugins/wmix/wmix-3.3.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/x11-plugins/wmix/Manifest b/x11-plugins/wmix/Manifest index f09620e81b7..b0aee849ff1 100644 --- a/x11-plugins/wmix/Manifest +++ b/x11-plugins/wmix/Manifest @@ -1 +1,2 @@ DIST wmix-3.2.tar.gz 33504 BLAKE2B cafc6d4d1d52094edc459db8ab82b46ea0a216ca8035a2882be7ab2dba6945c155a73c2fc3601e9697076f8cf032b7943617680fd70ef889590a9976c2b147a8 SHA512 8382ab849aeacfc88d28cd094c0d9a3218f8aa26b763d9fb4fd8b9837c275a835cc3e29df0659c244fa94b884ebc36b571fe824eaa785a736e630dc2e0081417 +DIST wmix-3.3.tar.gz 118037 BLAKE2B b219f607ea31132b7753ba7e92e7ff3ce1ddbb992a3f0295ca68001ee81c55ed347196b2d864058f09763e6cf438865060a768c466f3f647474382a9434f76e8 SHA512 5bca1ca70ba8e76e66d70dd01e2198d85d7ac57a5180740c453f349458ba38291bbb7a87697a25c36b79722a1ada5edd1ff3f1c9021998cdf33d248a1f554d4e diff --git a/x11-plugins/wmix/wmix-3.3.ebuild b/x11-plugins/wmix/wmix-3.3.ebuild new file mode 100644 index 00000000000..a5e13b90b37 --- /dev/null +++ b/x11-plugins/wmix/wmix-3.3.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit toolchain-funcs + +DESCRIPTION="Dockapp mixer for OSS or ALSA" +HOMEPAGE="http://www.dockapps.net/wmix" +SRC_URI="http://www.dockapps.net/download/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm" +DEPEND="${RDEPEND} + x11-proto/xproto"