x11-misc/wmctrl: Update homepage and src_uri
authorPacho Ramos <pacho@gentoo.org>
Sat, 20 Oct 2018 16:04:10 +0000 (18:04 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sat, 20 Oct 2018 16:35:41 +0000 (18:35 +0200)
Closes: https://bugs.gentoo.org/655872
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

x11-misc/wmctrl/wmctrl-1.07-r2.ebuild

index a4def6b97b6aef86a84ea62253daa70c4d5b3059..b2ed49feea27b94b3fa5c9952e3f91b724c28e34 100644 (file)
@@ -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
-}