* [gentoo-commits] gentoo-x86 commit in x11-misc/wmctrl: wmctrl-1.07-r1.ebuild wmctrl-1.07.ebuild ChangeLog
@ 2012-06-23 23:28 Michael Weber (xmw)
0 siblings, 0 replies; only message in thread
From: Michael Weber (xmw) @ 2012-06-23 23:28 UTC (permalink / raw
To: gentoo-commits
xmw 12/06/23 23:28:43
Modified: wmctrl-1.07-r1.ebuild wmctrl-1.07.ebuild ChangeLog
Log:
Fix HOMEPAGE and SRC_URI (bug 411245, thanks df)
(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/wmctrl-1.07-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmctrl/wmctrl-1.07-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmctrl/wmctrl-1.07-r1.ebuild?r1=1.4&r2=1.5
Index: wmctrl-1.07-r1.ebuild
===================================================================
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 $
inherit eutils
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/wmctrl/dist/${P}.tar.gz"
+HOMEPAGE="http://tomas.styblo.name/wmctrl/"
+SRC_URI="http://tomas.styblo.name/${PN}/dist/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
1.9 x11-misc/wmctrl/wmctrl-1.07.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmctrl/wmctrl-1.07.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmctrl/wmctrl-1.07.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmctrl/wmctrl-1.07.ebuild?r1=1.8&r2=1.9
Index: wmctrl-1.07.ebuild
===================================================================
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 $
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/wmctrl/dist/${P}.tar.gz"
+HOMEPAGE="http://tomas.styblo.name/wmctrl/"
+SRC_URI="http://tomas.styblo.name/${PN}/dist/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
1.18 x11-misc/wmctrl/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmctrl/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmctrl/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wmctrl/ChangeLog?r1=1.17&r2=1.18
Index: ChangeLog
===================================================================
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 <xmw@gentoo.org> wmctrl-1.07-r1.ebuild,
+ wmctrl-1.07.ebuild:
+ Fix HOMEPAGE and SRC_URI (bug 411245, thanks df)
05 May 2012; Jeff Horelick <jdhore@gentoo.org> wmctrl-1.07.ebuild,
wmctrl-1.07-r1.ebuild:
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-06-23 23:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-23 23:28 [gentoo-commits] gentoo-x86 commit in x11-misc/wmctrl: wmctrl-1.07-r1.ebuild wmctrl-1.07.ebuild ChangeLog Michael Weber (xmw)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox