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 CD5D0139083 for ; Tue, 5 Dec 2017 15:18:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31C3DE1021; Tue, 5 Dec 2017 15:18:50 +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 13D32E101B 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 B9AFD33C1EB 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 30B9EAE7C 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.02a1e175d30757d794954996565c740a8d75cd26.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.2.ebuild X-VCS-Directories: x11-plugins/wmix/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: 02a1e175d30757d794954996565c740a8d75cd26 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: 9a248e86-8e59-4b9f-91b1-4087366afc2c X-Archives-Hash: 655bf23925fc8654627178aaf88a905e commit: 02a1e175d30757d794954996565c740a8d75cd26 Author: Bernard Cafarelli gentoo org> AuthorDate: Tue Dec 5 14:27:25 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=02a1e175 x11-plugins/wmix: update SRC_URI Package-Manager: Portage-2.3.16, Repoman-2.3.6 x11-plugins/wmix/Manifest | 2 +- x11-plugins/wmix/wmix-3.2.ebuild | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/x11-plugins/wmix/Manifest b/x11-plugins/wmix/Manifest index 34142113093..f09620e81b7 100644 --- a/x11-plugins/wmix/Manifest +++ b/x11-plugins/wmix/Manifest @@ -1 +1 @@ -DIST wmix-3.2.tar.gz 33504 SHA256 6912949cfa654aa2721cfcda7cf6544f631ec1f987ec2495524c2279fcb41014 SHA512 8382ab849aeacfc88d28cd094c0d9a3218f8aa26b763d9fb4fd8b9837c275a835cc3e29df0659c244fa94b884ebc36b571fe824eaa785a736e630dc2e0081417 WHIRLPOOL 2d23a2833de8c78063a3becb3931d238cab690a2b5f0620c88528cf14a9a33c1960106933a136a3289c406773387f849c6f172ed52fde92f192e6099b977b937 +DIST wmix-3.2.tar.gz 33504 BLAKE2B cafc6d4d1d52094edc459db8ab82b46ea0a216ca8035a2882be7ab2dba6945c155a73c2fc3601e9697076f8cf032b7943617680fd70ef889590a9976c2b147a8 SHA512 8382ab849aeacfc88d28cd094c0d9a3218f8aa26b763d9fb4fd8b9837c275a835cc3e29df0659c244fa94b884ebc36b571fe824eaa785a736e630dc2e0081417 diff --git a/x11-plugins/wmix/wmix-3.2.ebuild b/x11-plugins/wmix/wmix-3.2.ebuild index 83ccc09bcae..e5428112def 100644 --- a/x11-plugins/wmix/wmix-3.2.ebuild +++ b/x11-plugins/wmix/wmix-3.2.ebuild @@ -6,7 +6,7 @@ inherit eutils toolchain-funcs DESCRIPTION="Dockapp mixer for OSS or ALSA" HOMEPAGE="http://www.dockapps.net/wmix" -SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz" +SRC_URI="http://www.dockapps.net/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" @@ -17,8 +17,7 @@ RDEPEND="x11-libs/libX11 x11-libs/libXext x11-libs/libXpm" DEPEND="${RDEPEND} - x11-proto/xproto - x11-proto/xextproto" + x11-proto/xproto" S=${WORKDIR}/dockapps