summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-11-14 19:51:08 +0000
committerMike Frysinger <vapier@gentoo.org>2012-11-14 19:51:08 +0000
commitd206c0adb87ab73051b59e31628215d8137f02cf (patch)
treedc6c6af6ba9c8c6c180dd0dc5f8e4775df1e748d /x11-misc/xdotool
parentstable for amd64, wrt to bug #438246 (diff)
downloadgentoo-2-d206c0adb87ab73051b59e31628215d8137f02cf.tar.gz
gentoo-2-d206c0adb87ab73051b59e31628215d8137f02cf.tar.bz2
gentoo-2-d206c0adb87ab73051b59e31628215d8137f02cf.zip
Minor style tweaks.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Diffstat (limited to 'x11-misc/xdotool')
-rw-r--r--x11-misc/xdotool/ChangeLog6
-rw-r--r--x11-misc/xdotool/xdotool-2.20101012.3049.ebuild9
-rw-r--r--x11-misc/xdotool/xdotool-2.20110530.1.ebuild7
3 files changed, 12 insertions, 10 deletions
diff --git a/x11-misc/xdotool/ChangeLog b/x11-misc/xdotool/ChangeLog
index 47aca6849031..119ff4159167 100644
--- a/x11-misc/xdotool/ChangeLog
+++ b/x11-misc/xdotool/ChangeLog
@@ -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.27 2012/11/12 18:56:04 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdotool/ChangeLog,v 1.28 2012/11/14 19:51:08 vapier Exp $
+
+ 14 Nov 2012; Mike Frysinger <vapier@gentoo.org>
+ xdotool-2.20101012.3049.ebuild, xdotool-2.20110530.1.ebuild:
+ Minor style tweaks.
12 Nov 2012; Mike Frysinger <vapier@gentoo.org> xdotool-2.20110530.1.ebuild:
Add arm love for ChromiumOS.
diff --git a/x11-misc/xdotool/xdotool-2.20101012.3049.ebuild b/x11-misc/xdotool/xdotool-2.20101012.3049.ebuild
index 762bdf30ef83..b8bd3321093d 100644
--- a/x11-misc/xdotool/xdotool-2.20101012.3049.ebuild
+++ b/x11-misc/xdotool/xdotool-2.20101012.3049.ebuild
@@ -1,23 +1,22 @@
-# 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.20101012.3049.ebuild,v 1.3 2011/03/28 13:33:33 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdotool/xdotool-2.20101012.3049.ebuild,v 1.4 2012/11/14 19:51:08 vapier Exp $
EAPI=2
inherit eutils toolchain-funcs flag-o-matic multilib
-DESCRIPTION="Simulate keyboard input and mouse activity, move and resize windows."
+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"
+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
diff --git a/x11-misc/xdotool/xdotool-2.20110530.1.ebuild b/x11-misc/xdotool/xdotool-2.20110530.1.ebuild
index 348139c5b422..718a57975312 100644
--- a/x11-misc/xdotool/xdotool-2.20110530.1.ebuild
+++ b/x11-misc/xdotool/xdotool-2.20110530.1.ebuild
@@ -1,16 +1,16 @@
# 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.6 2012/11/12 18:56:04 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdotool/xdotool-2.20110530.1.ebuild,v 1.7 2012/11/14 19:51:08 vapier Exp $
EAPI=2
inherit eutils toolchain-funcs flag-o-matic multilib
-DESCRIPTION="Simulate keyboard input and mouse activity, move and resize windows."
+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"
+LICENSE="as-is"
SLOT="0"
KEYWORDS="amd64 arm ~ppc x86"
IUSE="examples"
@@ -18,7 +18,6 @@ IUSE="examples"
RDEPEND="x11-libs/libXtst
x11-libs/libX11
x11-libs/libXinerama"
-
DEPEND="${RDEPEND}"
# The test wants to manualy start Xvfb, wont use VirtualX and it tries