Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/wmctrl/
Date: Sat, 20 Oct 2018 16:36:59
Message-Id: 1540053341.02937f7f4a4e8c388b1ad1dabfd8b6555a6e6099.pacho@gentoo
1 commit: 02937f7f4a4e8c388b1ad1dabfd8b6555a6e6099
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 20 16:04:10 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 20 16:35:41 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02937f7f
7
8 x11-misc/wmctrl: Update homepage and src_uri
9
10 Closes: https://bugs.gentoo.org/655872
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12 Package-Manager: Portage-2.3.51, Repoman-2.3.11
13
14 x11-misc/wmctrl/wmctrl-1.07-r2.ebuild | 22 ++++++++--------------
15 1 file changed, 8 insertions(+), 14 deletions(-)
16
17 diff --git a/x11-misc/wmctrl/wmctrl-1.07-r2.ebuild b/x11-misc/wmctrl/wmctrl-1.07-r2.ebuild
18 index a4def6b97b6..b2ed49feea2 100644
19 --- a/x11-misc/wmctrl/wmctrl-1.07-r2.ebuild
20 +++ b/x11-misc/wmctrl/wmctrl-1.07-r2.ebuild
21 @@ -1,11 +1,11 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI=6
27 +EAPI=7
28
29 DESCRIPTION="command line tool to interact with an EWMH/NetWM compatible X Window Manager"
30 -HOMEPAGE="http://tomas.styblo.name/wmctrl/"
31 -SRC_URI="http://tomas.styblo.name/${PN}/dist/${P}.tar.gz"
32 +HOMEPAGE="http://sweb.cz/tripie/utils/wmctrl"
33 +SRC_URI="http://sweb.cz/tripie/utils/${PN}/dist/${P}.tar.gz"
34
35 LICENSE="GPL-2"
36 SLOT="0"
37 @@ -16,18 +16,12 @@ RDEPEND="
38 >=dev-libs/glib-2:2
39 x11-libs/libX11
40 x11-libs/libXt
41 - x11-libs/libXmu"
42 -
43 + x11-libs/libXmu
44 +"
45 DEPEND="
46 ${RDEPEND}
47 virtual/pkgconfig
48 - x11-base/xorg-proto"
49 + x11-base/xorg-proto
50 +"
51
52 PATCHES=( "${FILESDIR}/amd64-Xlib.patch" )
53 -
54 -DOCS=( AUTHORS ChangeLog NEWS README )
55 -
56 -src_install () {
57 - emake DESTDIR="${D}" install
58 - einstalldocs
59 -}