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 3E1EB138359 for ; Wed, 23 Sep 2020 22:24:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5DC27E0784; Wed, 23 Sep 2020 22:24:49 +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 174C2E0784 for ; Wed, 23 Sep 2020 22:24:49 +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 37EBA340CC5 for ; Wed, 23 Sep 2020 22:24:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACF6A2EC for ; Wed, 23 Sep 2020 22:24:45 +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: <1600899882.359445060205ada4df02ef523c96c5ae56b21962.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmxres/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/wmxres/Manifest x11-plugins/wmxres/wmxres-1.4.ebuild X-VCS-Directories: x11-plugins/wmxres/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: 359445060205ada4df02ef523c96c5ae56b21962 X-VCS-Branch: master Date: Wed, 23 Sep 2020 22:24:45 +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: 7ee0ce70-b4c8-4d59-bb03-242865ed411b X-Archives-Hash: cfb159489d37d0a062980e26d570ea70 commit: 359445060205ada4df02ef523c96c5ae56b21962 Author: Bernard Cafarelli gentoo org> AuthorDate: Wed Sep 23 22:24:26 2020 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Wed Sep 23 22:24:42 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35944506 x11-plugins/wmxres: 1.4 bump Clean ebuild after move to dockapps.net Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Bernard Cafarelli gentoo.org> x11-plugins/wmxres/Manifest | 1 + x11-plugins/wmxres/wmxres-1.4.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/x11-plugins/wmxres/Manifest b/x11-plugins/wmxres/Manifest index a15be3b2367..c84ac83b236 100644 --- a/x11-plugins/wmxres/Manifest +++ b/x11-plugins/wmxres/Manifest @@ -1 +1,2 @@ DIST wmxres-1.1-0.tar.gz 9948 BLAKE2B e9d0952a0cba30733f0b28ab0b1f37e7b0215ba71abda255646321ee673a09f8510384466919dd27679a6b91c68f7a31fe3ff646c7eb453193c9de29b46c5710 SHA512 e7b5bfb061822fb827da50b24287ab9c6b14d3ddf9a89ff6cd5e1bb61939905c901b4a0ff7a6492e0ccce3b39b8bb4d8ffb13cbf7978075a73a30080e25c18ad +DIST wmxres-1.4.tar.gz 87647 BLAKE2B 23a4ce2ea3b3371c105efdf05c250bf199988924530def6ac12581d591e36149f027ef2a9133ab53aa137e920d3e02a32bca3c2eab995b20c127a247a3be8755 SHA512 5fb69b1a34b90a5eb88de843adb59d88cf72654524bc6f6b90c5f03a9035eb07ebd53dd3babe19d4750d4a298b0a9f1e2cb1f21a1780498114c1fce2c1669213 diff --git a/x11-plugins/wmxres/wmxres-1.4.ebuild b/x11-plugins/wmxres/wmxres-1.4.ebuild new file mode 100644 index 00000000000..8fd98158803 --- /dev/null +++ b/x11-plugins/wmxres/wmxres-1.4.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Dock application to select your display mode among those possible" +HOMEPAGE="https://www.dockapps.net/wmxres" +SRC_URI="https://www.dockapps.net/download/${P}.tar.gz" + +LICENSE="GPL-1" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" + +RDEPEND=">=x11-libs/libdockapp-0.7:= + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm + x11-libs/libXxf86vm" +DEPEND="${RDEPEND} + x11-base/xorg-proto"