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 D713F138334 for ; Sat, 20 Oct 2018 16:36:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7CE6E08BE; Sat, 20 Oct 2018 16:36:58 +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 C59B6E08AD for ; Sat, 20 Oct 2018 16:36:58 +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 C4D5F335CFA for ; Sat, 20 Oct 2018 16:36:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B89844B for ; Sat, 20 Oct 2018 16:36:54 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1540053341.02937f7f4a4e8c388b1ad1dabfd8b6555a6e6099.pacho@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: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 02937f7f4a4e8c388b1ad1dabfd8b6555a6e6099 X-VCS-Branch: master Date: Sat, 20 Oct 2018 16:36:54 +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: eced428e-18a3-48f7-bd96-3bf67896fd75 X-Archives-Hash: a7da87104c97c72ecf96620383212f92 commit: 02937f7f4a4e8c388b1ad1dabfd8b6555a6e6099 Author: Pacho Ramos gentoo org> AuthorDate: Sat Oct 20 16:04:10 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Oct 20 16:35:41 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02937f7f x11-misc/wmctrl: Update homepage and src_uri Closes: https://bugs.gentoo.org/655872 Signed-off-by: Pacho Ramos gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 x11-misc/wmctrl/wmctrl-1.07-r2.ebuild | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/x11-misc/wmctrl/wmctrl-1.07-r2.ebuild b/x11-misc/wmctrl/wmctrl-1.07-r2.ebuild index a4def6b97b6..b2ed49feea2 100644 --- a/x11-misc/wmctrl/wmctrl-1.07-r2.ebuild +++ b/x11-misc/wmctrl/wmctrl-1.07-r2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 DESCRIPTION="command line tool to interact with an EWMH/NetWM compatible X Window Manager" -HOMEPAGE="http://tomas.styblo.name/wmctrl/" -SRC_URI="http://tomas.styblo.name/${PN}/dist/${P}.tar.gz" +HOMEPAGE="http://sweb.cz/tripie/utils/wmctrl" +SRC_URI="http://sweb.cz/tripie/utils/${PN}/dist/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" @@ -16,18 +16,12 @@ RDEPEND=" >=dev-libs/glib-2:2 x11-libs/libX11 x11-libs/libXt - x11-libs/libXmu" - + x11-libs/libXmu +" DEPEND=" ${RDEPEND} virtual/pkgconfig - x11-base/xorg-proto" + x11-base/xorg-proto +" PATCHES=( "${FILESDIR}/amd64-Xlib.patch" ) - -DOCS=( AUTHORS ChangeLog NEWS README ) - -src_install () { - emake DESTDIR="${D}" install - einstalldocs -}