From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SiZl7-000149-Dg for garchives@archives.gentoo.org; Sat, 23 Jun 2012 23:28:53 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F453E0CF2; Sat, 23 Jun 2012 23:28:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E753FE0CF2 for ; Sat, 23 Jun 2012 23:28:45 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1F6A61B403D for ; Sat, 23 Jun 2012 23:28:45 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2275) id 6DE9B2004B; Sat, 23 Jun 2012 23:28:43 +0000 (UTC) From: "Michael Weber (xmw)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, xmw@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/wmctrl: wmctrl-1.07-r1.ebuild wmctrl-1.07.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: wmctrl-1.07-r1.ebuild wmctrl-1.07.ebuild ChangeLog X-VCS-Directories: x11-misc/wmctrl X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber Content-Type: text/plain; charset=utf8 Message-Id: <20120623232843.6DE9B2004B@flycatcher.gentoo.org> Date: Sat, 23 Jun 2012 23:28:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: d6e8c071-1a6e-492c-abda-8bb9eae70f11 X-Archives-Hash: e4d98df08f6569d9281d4b9597c411c6 xmw 12/06/23 23:28:43 Modified: wmctrl-1.07-r1.ebuild wmctrl-1.07.ebuild ChangeLo= g Log: Fix HOMEPAGE and SRC_URI (bug 411245, thanks df) =20 (Portage version: 2.1.10.65/cvs/Linux x86_64) Revision Changes Path 1.5 x11-misc/wmctrl/wmctrl-1.07-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmctrl/wm= ctrl-1.07-r1.ebuild?rev=3D1.5&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmctrl/wm= ctrl-1.07-r1.ebuild?rev=3D1.5&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmctrl/wm= ctrl-1.07-r1.ebuild?r1=3D1.4&r2=3D1.5 Index: wmctrl-1.07-r1.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/x11-misc/wmctrl/wmctrl-1.07-r1.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- wmctrl-1.07-r1.ebuild 5 May 2012 04:53:43 -0000 1.4 +++ wmctrl-1.07-r1.ebuild 23 Jun 2012 23:28:43 -0000 1.5 @@ -1,12 +1,12 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmctrl/wmctrl-1.07-r1.ebuild= ,v 1.4 2012/05/05 04:53:43 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmctrl/wmctrl-1.07-r1.ebuild= ,v 1.5 2012/06/23 23:28:43 xmw Exp $ =20 inherit eutils =20 DESCRIPTION=3D"command line tool to interact with an EWMH/NetWM compatib= le X Window Manager" -HOMEPAGE=3D"http://sweb.cz/tripie/utils/wmctrl/" -SRC_URI=3D"http://sweb.cz/tripie/utils/wmctrl/dist/${P}.tar.gz" +HOMEPAGE=3D"http://tomas.styblo.name/wmctrl/" +SRC_URI=3D"http://tomas.styblo.name/${PN}/dist/${P}.tar.gz" =20 LICENSE=3D"GPL-2" SLOT=3D"0" 1.9 x11-misc/wmctrl/wmctrl-1.07.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmctrl/wm= ctrl-1.07.ebuild?rev=3D1.9&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmctrl/wm= ctrl-1.07.ebuild?rev=3D1.9&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmctrl/wm= ctrl-1.07.ebuild?r1=3D1.8&r2=3D1.9 Index: wmctrl-1.07.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/x11-misc/wmctrl/wmctrl-1.07.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- wmctrl-1.07.ebuild 5 May 2012 04:53:43 -0000 1.8 +++ wmctrl-1.07.ebuild 23 Jun 2012 23:28:43 -0000 1.9 @@ -1,10 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmctrl/wmctrl-1.07.ebuild,v = 1.8 2012/05/05 04:53:43 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmctrl/wmctrl-1.07.ebuild,v = 1.9 2012/06/23 23:28:43 xmw Exp $ =20 DESCRIPTION=3D"command line tool to interact with an EWMH/NetWM compatib= le X Window Manager" -HOMEPAGE=3D"http://sweb.cz/tripie/utils/wmctrl/" -SRC_URI=3D"http://sweb.cz/tripie/utils/wmctrl/dist/${P}.tar.gz" +HOMEPAGE=3D"http://tomas.styblo.name/wmctrl/" +SRC_URI=3D"http://tomas.styblo.name/${PN}/dist/${P}.tar.gz" =20 LICENSE=3D"GPL-2" SLOT=3D"0" 1.18 x11-misc/wmctrl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmctrl/Ch= angeLog?rev=3D1.18&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmctrl/Ch= angeLog?rev=3D1.18&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmctrl/Ch= angeLog?r1=3D1.17&r2=3D1.18 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/x11-misc/wmctrl/ChangeLog,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- ChangeLog 5 May 2012 04:53:43 -0000 1.17 +++ ChangeLog 23 Jun 2012 23:28:43 -0000 1.18 @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/wmctrl # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmctrl/ChangeLog,v 1.17 2012= /05/05 04:53:43 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmctrl/ChangeLog,v 1.18 2012= /06/23 23:28:43 xmw Exp $ + + 23 Jun 2012; Michael Weber wmctrl-1.07-r1.ebuild, + wmctrl-1.07.ebuild: + Fix HOMEPAGE and SRC_URI (bug 411245, thanks df) =20 05 May 2012; Jeff Horelick wmctrl-1.07.ebuild, wmctrl-1.07-r1.ebuild: