public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/xdotool: xdotool-2.20110530.1.ebuild ChangeLog
@ 2011-07-03 12:00 Christian Birchinger (joker)
  0 siblings, 0 replies; 8+ messages in thread
From: Christian Birchinger (joker) @ 2011-07-03 12:00 UTC (permalink / raw
  To: gentoo-commits

joker       11/07/03 12:00:22

  Modified:             ChangeLog
  Added:                xdotool-2.20110530.1.ebuild
  Log:
  Version bump
  
  (Portage version: 2.1.10.3/cvs/Linux x86_64)

Revision  Changes    Path
1.21                 x11-misc/xdotool/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdotool/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdotool/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdotool/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xdotool/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	28 Mar 2011 13:33:33 -0000	1.20
+++ ChangeLog	3 Jul 2011 12:00:22 -0000	1.21
@@ -1,6 +1,12 @@
 # ChangeLog for x11-misc/xdotool
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdotool/ChangeLog,v 1.20 2011/03/28 13:33:33 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdotool/ChangeLog,v 1.21 2011/07/03 12:00:22 joker Exp $
+
+*xdotool-2.20110530.1 (03 Jul 2011)
+
+  03 Jul 2011; Christian Birchinger <joker@gentoo.org>
+  +xdotool-2.20110530.1.ebuild:
+  Version bump
 
   28 Mar 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   xdotool-2.20101012.3049.ebuild:



1.1                  x11-misc/xdotool/xdotool-2.20110530.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdotool/xdotool-2.20110530.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdotool/xdotool-2.20110530.1.ebuild?rev=1.1&content-type=text/plain

Index: xdotool-2.20110530.1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdotool/xdotool-2.20110530.1.ebuild,v 1.1 2011/07/03 12:00:22 joker Exp $

EAPI=2

inherit eutils toolchain-funcs flag-o-matic multilib

DESCRIPTION="Simulate keyboard input and mouse activity, move and resize windows."
HOMEPAGE="http://www.semicomplete.com/projects/xdotool/"
SRC_URI="http://semicomplete.googlecode.com/files/${P}.tar.gz"
LICENSE="as-is"

SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="examples"

DEPEND="x11-libs/libXtst
	x11-libs/libX11"

RDEPEND="${DEPEND}"

# The test wants to manualy start Xvfb, wont use VirtualX and it tries
# to run a full gnome-session. For such a tiny application i consider
# it overkill to rewrite the test scripts to not use it's own X server
# and add a full blown gnome just to run the tests.
RESTRICT="test"

src_prepare() {
	sed -e "s/installheader post-install$/installheader/" \
	    -i Makefile || die "sed failed"
}

src_compile() {
	tc-export CC LD
	default
}

src_install() {
	emake PREFIX="${D}usr" INSTALLMAN="${D}usr/share/man" INSTALLLIB="${D}usr/$(get_libdir)" install || die

	dodoc CHANGELIST README
	if use examples; then
		insinto /usr/share/doc/${PF}/examples
		doins examples/*
	fi
}






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-misc/xdotool: xdotool-2.20110530.1.ebuild ChangeLog
@ 2012-02-03 18:30 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-02-03 18:30 UTC (permalink / raw
  To: gentoo-commits

ago         12/02/03 18:30:50

  Modified:             xdotool-2.20110530.1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #397281
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  x11-misc/xdotool/xdotool-2.20110530.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdotool/xdotool-2.20110530.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdotool/xdotool-2.20110530.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdotool/xdotool-2.20110530.1.ebuild?r1=1.1&r2=1.2

Index: xdotool-2.20110530.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xdotool/xdotool-2.20110530.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xdotool-2.20110530.1.ebuild	3 Jul 2011 12:00:22 -0000	1.1
+++ xdotool-2.20110530.1.ebuild	3 Feb 2012 18:30:50 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdotool/xdotool-2.20110530.1.ebuild,v 1.1 2011/07/03 12:00:22 joker Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdotool/xdotool-2.20110530.1.ebuild,v 1.2 2012/02/03 18:30:50 ago Exp $
 
 EAPI=2
 
@@ -12,7 +12,7 @@
 LICENSE="as-is"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="examples"
 
 DEPEND="x11-libs/libXtst



1.23                 x11-misc/xdotool/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdotool/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdotool/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdotool/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xdotool/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	16 Aug 2011 14:59:14 -0000	1.22
+++ ChangeLog	3 Feb 2012 18:30:50 -0000	1.23
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/xdotool
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdotool/ChangeLog,v 1.22 2011/08/16 14:59:14 joker Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdotool/ChangeLog,v 1.23 2012/02/03 18:30:50 ago Exp $
+
+  03 Feb 2012; Agostino Sarubbo <ago@gentoo.org> xdotool-2.20110530.1.ebuild:
+  Stable for amd64, wrt bug #397281
 
   16 Aug 2011; Christian Birchinger <joker@gentoo.org>
   -xdotool-1.20100318.2737.ebuild, -xdotool-2.20100818.3004.ebuild:






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-misc/xdotool: xdotool-2.20110530.1.ebuild ChangeLog
@ 2012-03-26 21:58 Christian Birchinger (joker)
  0 siblings, 0 replies; 8+ messages in thread
From: Christian Birchinger (joker) @ 2012-03-26 21:58 UTC (permalink / raw
  To: gentoo-commits

joker       12/03/26 21:58:45

  Modified:             xdotool-2.20110530.1.ebuild ChangeLog
  Log:
  Fixed Xinerama dependencies.
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  x11-misc/xdotool/xdotool-2.20110530.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdotool/xdotool-2.20110530.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdotool/xdotool-2.20110530.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdotool/xdotool-2.20110530.1.ebuild?r1=1.2&r2=1.3

Index: xdotool-2.20110530.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xdotool/xdotool-2.20110530.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xdotool-2.20110530.1.ebuild	3 Feb 2012 18:30:50 -0000	1.2
+++ xdotool-2.20110530.1.ebuild	26 Mar 2012 21:58:45 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdotool/xdotool-2.20110530.1.ebuild,v 1.2 2012/02/03 18:30:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdotool/xdotool-2.20110530.1.ebuild,v 1.3 2012/03/26 21:58:45 joker Exp $
 
 EAPI=2
 
@@ -15,10 +15,11 @@
 KEYWORDS="amd64 ~x86"
 IUSE="examples"
 
-DEPEND="x11-libs/libXtst
-	x11-libs/libX11"
+RDEPEND="x11-libs/libXtst
+	x11-libs/libX11
+	x11-libs/libXinerama"
 
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}"
 
 # The test wants to manualy start Xvfb, wont use VirtualX and it tries
 # to run a full gnome-session. For such a tiny application i consider



1.24                 x11-misc/xdotool/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdotool/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdotool/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdotool/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xdotool/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	3 Feb 2012 18:30:50 -0000	1.23
+++ ChangeLog	26 Mar 2012 21:58:45 -0000	1.24
@@ -1,6 +1,10 @@
 # ChangeLog for x11-misc/xdotool
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdotool/ChangeLog,v 1.23 2012/02/03 18:30:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdotool/ChangeLog,v 1.24 2012/03/26 21:58:45 joker Exp $
+
+  26 Mar 2012; Christian Birchinger <joker@gentoo.org>
+  xdotool-2.20110530.1.ebuild:
+  Fixed Xinerama dependencies
 
   03 Feb 2012; Agostino Sarubbo <ago@gentoo.org> xdotool-2.20110530.1.ebuild:
   Stable for amd64, wrt bug #397281






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-misc/xdotool: xdotool-2.20110530.1.ebuild ChangeLog
@ 2012-04-04 21:24 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-04-04 21:24 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/04/04 21:24:52

  Modified:             xdotool-2.20110530.1.ebuild ChangeLog
  Log:
  marked x86 per bug 397281
  
  (Portage version: 2.2.0_alpha99/cvs/Linux i686)

Revision  Changes    Path
1.4                  x11-misc/xdotool/xdotool-2.20110530.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdotool/xdotool-2.20110530.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdotool/xdotool-2.20110530.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdotool/xdotool-2.20110530.1.ebuild?r1=1.3&r2=1.4

Index: xdotool-2.20110530.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xdotool/xdotool-2.20110530.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xdotool-2.20110530.1.ebuild	26 Mar 2012 21:58:45 -0000	1.3
+++ xdotool-2.20110530.1.ebuild	4 Apr 2012 21:24:51 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdotool/xdotool-2.20110530.1.ebuild,v 1.3 2012/03/26 21:58:45 joker Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdotool/xdotool-2.20110530.1.ebuild,v 1.4 2012/04/04 21:24:51 jdhore Exp $
 
 EAPI=2
 
@@ -12,7 +12,7 @@
 LICENSE="as-is"
 
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="examples"
 
 RDEPEND="x11-libs/libXtst



1.25                 x11-misc/xdotool/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdotool/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdotool/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdotool/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xdotool/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	26 Mar 2012 21:58:45 -0000	1.24
+++ ChangeLog	4 Apr 2012 21:24:51 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/xdotool
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdotool/ChangeLog,v 1.24 2012/03/26 21:58:45 joker Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdotool/ChangeLog,v 1.25 2012/04/04 21:24:51 jdhore Exp $
+
+  04 Apr 2012; Jeff Horelick <jdhore@gentoo.org> xdotool-2.20110530.1.ebuild:
+  marked x86 per bug 397281
 
   26 Mar 2012; Christian Birchinger <joker@gentoo.org>
   xdotool-2.20110530.1.ebuild:






^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-misc/xdotool: xdotool-2.20110530.1.ebuild ChangeLog
@ 2012-11-09  2:47 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 8+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-11-09  2:47 UTC (permalink / raw
  To: gentoo-commits

blueness    12/11/09 02:47:46

  Modified:             xdotool-2.20110530.1.ebuild ChangeLog
  Log:
  keyword ~ppc, bug #441784
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)

Revision  Changes    Path
1.5                  x11-misc/xdotool/xdotool-2.20110530.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdotool/xdotool-2.20110530.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdotool/xdotool-2.20110530.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdotool/xdotool-2.20110530.1.ebuild?r1=1.4&r2=1.5

Index: xdotool-2.20110530.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xdotool/xdotool-2.20110530.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xdotool-2.20110530.1.ebuild	4 Apr 2012 21:24:51 -0000	1.4
+++ xdotool-2.20110530.1.ebuild	9 Nov 2012 02:47:46 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdotool/xdotool-2.20110530.1.ebuild,v 1.4 2012/04/04 21:24:51 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdotool/xdotool-2.20110530.1.ebuild,v 1.5 2012/11/09 02:47:46 blueness Exp $
 
 EAPI=2
 
@@ -12,7 +12,7 @@
 LICENSE="as-is"
 
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="examples"
 
 RDEPEND="x11-libs/libXtst



1.26                 x11-misc/xdotool/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdotool/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdotool/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdotool/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xdotool/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	4 Apr 2012 21:24:51 -0000	1.25
+++ ChangeLog	9 Nov 2012 02:47:46 -0000	1.26
@@ -1,6 +1,10 @@
 # ChangeLog for x11-misc/xdotool
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdotool/ChangeLog,v 1.25 2012/04/04 21:24:51 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdotool/ChangeLog,v 1.26 2012/11/09 02:47:46 blueness Exp $
+
+  09 Nov 2012; Anthony G. Basile <blueness@gentoo.org>
+  xdotool-2.20110530.1.ebuild:
+  keyword ~ppc, bug #441784
 
   04 Apr 2012; Jeff Horelick <jdhore@gentoo.org> xdotool-2.20110530.1.ebuild:
   marked x86 per bug 397281
@@ -123,4 +127,3 @@
   +xdotool-20090609.ebuild:
   Initial import. Thanks to Maryasin Semen <marsoft@ya.ru> and Urban
   <urban82@gmail.com>
-





^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-misc/xdotool: xdotool-2.20110530.1.ebuild ChangeLog
@ 2012-11-12 18:56 Mike Frysinger (vapier)
  0 siblings, 0 replies; 8+ messages in thread
From: Mike Frysinger (vapier) @ 2012-11-12 18:56 UTC (permalink / raw
  To: gentoo-commits

vapier      12/11/12 18:56:04

  Modified:             xdotool-2.20110530.1.ebuild ChangeLog
  Log:
  Add arm love for ChromiumOS.
  
  (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)

Revision  Changes    Path
1.6                  x11-misc/xdotool/xdotool-2.20110530.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdotool/xdotool-2.20110530.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdotool/xdotool-2.20110530.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdotool/xdotool-2.20110530.1.ebuild?r1=1.5&r2=1.6

Index: xdotool-2.20110530.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xdotool/xdotool-2.20110530.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xdotool-2.20110530.1.ebuild	9 Nov 2012 02:47:46 -0000	1.5
+++ xdotool-2.20110530.1.ebuild	12 Nov 2012 18:56:04 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdotool/xdotool-2.20110530.1.ebuild,v 1.5 2012/11/09 02:47:46 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdotool/xdotool-2.20110530.1.ebuild,v 1.6 2012/11/12 18:56:04 vapier Exp $
 
 EAPI=2
 
@@ -12,7 +12,7 @@
 LICENSE="as-is"
 
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 arm ~ppc x86"
 IUSE="examples"
 
 RDEPEND="x11-libs/libXtst



1.27                 x11-misc/xdotool/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdotool/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdotool/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdotool/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xdotool/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	9 Nov 2012 02:47:46 -0000	1.26
+++ ChangeLog	12 Nov 2012 18:56:04 -0000	1.27
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/xdotool
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdotool/ChangeLog,v 1.26 2012/11/09 02:47:46 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdotool/ChangeLog,v 1.27 2012/11/12 18:56:04 vapier Exp $
+
+  12 Nov 2012; Mike Frysinger <vapier@gentoo.org> xdotool-2.20110530.1.ebuild:
+  Add arm love for ChromiumOS.
 
   09 Nov 2012; Anthony G. Basile <blueness@gentoo.org>
   xdotool-2.20110530.1.ebuild:





^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-misc/xdotool: xdotool-2.20110530.1.ebuild ChangeLog
@ 2012-12-16 19:59 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-16 19:59 UTC (permalink / raw
  To: gentoo-commits

ago         12/12/16 19:59:03

  Modified:             xdotool-2.20110530.1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #445462
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

Revision  Changes    Path
1.8                  x11-misc/xdotool/xdotool-2.20110530.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdotool/xdotool-2.20110530.1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdotool/xdotool-2.20110530.1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdotool/xdotool-2.20110530.1.ebuild?r1=1.7&r2=1.8

Index: xdotool-2.20110530.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xdotool/xdotool-2.20110530.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- xdotool-2.20110530.1.ebuild	14 Nov 2012 19:51:08 -0000	1.7
+++ xdotool-2.20110530.1.ebuild	16 Dec 2012 19:59:03 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdotool/xdotool-2.20110530.1.ebuild,v 1.7 2012/11/14 19:51:08 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdotool/xdotool-2.20110530.1.ebuild,v 1.8 2012/12/16 19:59:03 ago Exp $
 
 EAPI=2
 
@@ -12,7 +12,7 @@
 
 LICENSE="as-is"
 SLOT="0"
-KEYWORDS="amd64 arm ~ppc x86"
+KEYWORDS="amd64 arm ppc x86"
 IUSE="examples"
 
 RDEPEND="x11-libs/libXtst



1.29                 x11-misc/xdotool/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdotool/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdotool/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdotool/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xdotool/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	14 Nov 2012 19:51:08 -0000	1.28
+++ ChangeLog	16 Dec 2012 19:59:03 -0000	1.29
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/xdotool
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdotool/ChangeLog,v 1.28 2012/11/14 19:51:08 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdotool/ChangeLog,v 1.29 2012/12/16 19:59:03 ago Exp $
+
+  16 Dec 2012; Agostino Sarubbo <ago@gentoo.org> xdotool-2.20110530.1.ebuild:
+  Stable for ppc, wrt bug #445462
 
   14 Nov 2012; Mike Frysinger <vapier@gentoo.org>
   xdotool-2.20101012.3049.ebuild, xdotool-2.20110530.1.ebuild:





^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-misc/xdotool: xdotool-2.20110530.1.ebuild ChangeLog
@ 2014-01-07 16:56 Mike Frysinger (vapier)
  0 siblings, 0 replies; 8+ messages in thread
From: Mike Frysinger (vapier) @ 2014-01-07 16:56 UTC (permalink / raw
  To: gentoo-commits

vapier      14/01/07 16:56:10

  Modified:             xdotool-2.20110530.1.ebuild ChangeLog
  Log:
  Use $PKG_CONFIG rather than hardcode `pkg-config`.
  
  (Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key D2E96200)

Revision  Changes    Path
1.10                 x11-misc/xdotool/xdotool-2.20110530.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdotool/xdotool-2.20110530.1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdotool/xdotool-2.20110530.1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdotool/xdotool-2.20110530.1.ebuild?r1=1.9&r2=1.10

Index: xdotool-2.20110530.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xdotool/xdotool-2.20110530.1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xdotool-2.20110530.1.ebuild	23 Dec 2012 20:27:54 -0000	1.9
+++ xdotool-2.20110530.1.ebuild	7 Jan 2014 16:56:09 -0000	1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdotool/xdotool-2.20110530.1.ebuild,v 1.9 2012/12/23 20:27:54 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdotool/xdotool-2.20110530.1.ebuild,v 1.10 2014/01/07 16:56:09 vapier Exp $
 
 EAPI=2
 
@@ -27,12 +27,14 @@
 RESTRICT="test"
 
 src_prepare() {
-	sed -e "s/installheader post-install$/installheader/" \
-		-i Makefile || die "sed failed"
+	sed -i \
+		-e "s/installheader post-install$/installheader/" \
+		-e 's:\<pkg-config\>:$(PKG_CONFIG):' \
+		Makefile || die "sed failed"
 }
 
 src_compile() {
-	tc-export CC LD
+	tc-export CC LD PKG_CONFIG
 	default
 }
 



1.31                 x11-misc/xdotool/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdotool/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdotool/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xdotool/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xdotool/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	23 Dec 2012 20:27:54 -0000	1.30
+++ ChangeLog	7 Jan 2014 16:56:09 -0000	1.31
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/xdotool
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdotool/ChangeLog,v 1.30 2012/12/23 20:27:54 ulm Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdotool/ChangeLog,v 1.31 2014/01/07 16:56:09 vapier Exp $
+
+  07 Jan 2014; Mike Frysinger <vapier@gentoo.org> xdotool-2.20110530.1.ebuild:
+  Use $PKG_CONFIG rather than hardcode `pkg-config`.
 
   23 Dec 2012; Ulrich Müller <ulm@gentoo.org> xdotool-2.20101012.3049.ebuild,
   xdotool-2.20110530.1.ebuild:





^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-01-07 16:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-03 12:00 [gentoo-commits] gentoo-x86 commit in x11-misc/xdotool: xdotool-2.20110530.1.ebuild ChangeLog Christian Birchinger (joker)
  -- strict thread matches above, loose matches on Subject: below --
2012-02-03 18:30 Agostino Sarubbo (ago)
2012-03-26 21:58 Christian Birchinger (joker)
2012-04-04 21:24 Jeff Horelick (jdhore)
2012-11-09  2:47 Anthony G. Basile (blueness)
2012-11-12 18:56 Mike Frysinger (vapier)
2012-12-16 19:59 Agostino Sarubbo (ago)
2014-01-07 16:56 Mike Frysinger (vapier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox