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 2C86113835A for ; Thu, 25 Feb 2021 09:16:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E1A6E0905; Thu, 25 Feb 2021 09:16:04 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 3B274E0905 for ; Thu, 25 Feb 2021 09:16:04 +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 20047340D11 for ; Thu, 25 Feb 2021 09:16:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0CDBB579 for ; Thu, 25 Feb 2021 09:15:59 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1614244526.3c7cdc300354537752708b1bb6fc1cebcb7f42ab.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/wmctrl/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/wmctrl/wmctrl-1.07-r2.ebuild X-VCS-Directories: x11-misc/wmctrl/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 3c7cdc300354537752708b1bb6fc1cebcb7f42ab X-VCS-Branch: master Date: Thu, 25 Feb 2021 09:15:59 +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: e7ccfeb5-34eb-4b98-81d8-9f1f27cae6e9 X-Archives-Hash: b429382a0081942b00d2a3ca93945be0 commit: 3c7cdc300354537752708b1bb6fc1cebcb7f42ab Author: Ionen Wolkens gmail com> AuthorDate: Thu Feb 25 09:15:26 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Feb 25 09:15:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c7cdc30 x11-misc/wmctrl: set BDEPEND + trivial cleanups Closes: https://github.com/gentoo/gentoo/pull/19621 Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Ionen Wolkens gmail.com> Signed-off-by: David Seifert gentoo.org> x11-misc/wmctrl/wmctrl-1.07-r2.ebuild | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/x11-misc/wmctrl/wmctrl-1.07-r2.ebuild b/x11-misc/wmctrl/wmctrl-1.07-r2.ebuild index 338af72ad91..b5f3984fc9d 100644 --- a/x11-misc/wmctrl/wmctrl-1.07-r2.ebuild +++ b/x11-misc/wmctrl/wmctrl-1.07-r2.ebuild @@ -1,27 +1,25 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -DESCRIPTION="command line tool to interact with an EWMH/NetWM compatible X Window Manager" +DESCRIPTION="Command line tool to interact with an EWMH/NetWM compatible X Window Manager" HOMEPAGE="http://sweb.cz/tripie/utils/wmctrl" -SRC_URI="http://sweb.cz/tripie/utils/${PN}/dist/${P}.tar.gz" +SRC_URI="http://sweb.cz/tripie/utils/wmctrl/dist/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 arm64 ppc ~ppc64 ~sparc x86 ~x86-linux" -IUSE="" RDEPEND=" - >=dev-libs/glib-2:2 + dev-libs/glib:2 x11-libs/libX11 - x11-libs/libXt x11-libs/libXmu -" + x11-libs/libXt" DEPEND=" ${RDEPEND} - virtual/pkgconfig - x11-base/xorg-proto -" + x11-base/xorg-proto" +BDEPEND=" + virtual/pkgconfig" PATCHES=( "${FILESDIR}/amd64-Xlib.patch" )