summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Birchinger <joker@gentoo.org>2009-10-21 10:17:23 +0000
committerChristian Birchinger <joker@gentoo.org>2009-10-21 10:17:23 +0000
commit11e4d5f7fa80828c26c0d4df5d28671760a983f6 (patch)
treeda11db24cc8b46d23bc007317ac0b2ba7f6fc929 /x11-misc
parentAutomated update of use.local.desc (diff)
downloadhistorical-11e4d5f7fa80828c26c0d4df5d28671760a983f6.tar.gz
historical-11e4d5f7fa80828c26c0d4df5d28671760a983f6.tar.bz2
historical-11e4d5f7fa80828c26c0d4df5d28671760a983f6.zip
Version bump.
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/xdotool/ChangeLog8
-rw-r--r--x11-misc/xdotool/Manifest4
-rw-r--r--x11-misc/xdotool/xdotool-20090815.ebuild44
3 files changed, 54 insertions, 2 deletions
diff --git a/x11-misc/xdotool/ChangeLog b/x11-misc/xdotool/ChangeLog
index c403303b7d57..0134dc7fa399 100644
--- a/x11-misc/xdotool/ChangeLog
+++ b/x11-misc/xdotool/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-misc/xdotool
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdotool/ChangeLog,v 1.3 2009/08/03 05:57:59 joker Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdotool/ChangeLog,v 1.4 2009/10/21 10:17:23 joker Exp $
+
+*xdotool-20090815 (21 Oct 2009)
+
+ 21 Oct 2009; Christian Birchinger <joker@gentoo.org>
+ +xdotool-20090815.ebuild:
+ Version bump.
03 Aug 2009; Christian Birchinger <joker@gentoo.org>
xdotool-20090609.ebuild:
diff --git a/x11-misc/xdotool/Manifest b/x11-misc/xdotool/Manifest
index c07d186cabe6..745567a4707d 100644
--- a/x11-misc/xdotool/Manifest
+++ b/x11-misc/xdotool/Manifest
@@ -1,4 +1,6 @@
DIST xdotool-20090609.tar.gz 19061 RMD160 89b6bacb179a4b59db20a4664f7853274de39b4e SHA1 5aa8c218e6de1cc14835cf0fce6da8f985d7c63e SHA256 6a3283178ab72c9eef9ed846627e1d39ff3a9a2a9a77de5400a8f640fa42fa04
+DIST xdotool-20090815.tar.gz 22479 RMD160 3d8c6e8a51e0666331055cf96450acde796939b4 SHA1 a980167f05b5d862d554e2a7f9444023049cd7d6 SHA256 2cccc9f4b106225ec47365f19300bd49e9151e8c37594d072ff8588a34c1e4c7
EBUILD xdotool-20090609.ebuild 1123 RMD160 599d21444157c5887dc9cb3e7546818e87474739 SHA1 1ec12ad8c07d04eaf641fcc162ac1cbc776c4820 SHA256 a56133739ca15d3eb37c33e05b1521aae4a19d15e164816be6e105f0cf19caef
-MISC ChangeLog 779 RMD160 0b4529634c5db85d0aea81c23191a41b2a3d6435 SHA1 3284fe5ab2cb9553ea635e188aebde377c5d046a SHA256 88654699a71ff3e13cdb03caf0abdd32bf05cd64e869b6d83f11f996246f72af
+EBUILD xdotool-20090815.ebuild 1125 RMD160 e9f3e76a155eedb98081d8bf60a556fd5a7e9f3c SHA1 97861241ea64187fab657f615aa65157985bc57c SHA256 7fecbf4db61bd10e31bdf573e84c776f9debee9c85967ba7aacb74188ff33124
+MISC ChangeLog 912 RMD160 9a81f40b707764c72e2e831af3717be0fd87329d SHA1 b4802c575e71abc133cf769e603d5590a8e326fa SHA256 5f1b2e6b5089f81f1b764e38abb3dfb1c91bd69ce7a81b2d89e6357f0ef20e0c
MISC metadata.xml 481 RMD160 64e577586b777ec3cd0968be05354b2d6edf1790 SHA1 042b6b55dba90dff77d3fa9201d4d62abbb1e251 SHA256 5bfee97d019d9c664ec75a56401eb36710303bb81d82401b01e16a6c2997fbf4
diff --git a/x11-misc/xdotool/xdotool-20090815.ebuild b/x11-misc/xdotool/xdotool-20090815.ebuild
new file mode 100644
index 000000000000..6cb3337b465e
--- /dev/null
+++ b/x11-misc/xdotool/xdotool-20090815.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xdotool/xdotool-20090815.ebuild,v 1.1 2009/10/21 10:17:23 joker Exp $
+
+EAPI=2
+
+inherit toolchain-funcs
+
+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="~x86 ~amd64"
+IUSE="examples"
+
+DEPEND="x11-libs/libXtst
+ x11-libs/libX11"
+
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ cd "${S}"
+ sed -i -e "s:^CFLAGS=\?.*:CFLAGS=-std=c99 ${CFLAGS}:" \
+ -e "s:^LIBS=.*:LIBS=$(pkg-config --libs x11 xtst):" \
+ -e "s:^INC=.*:INC=$(pkg-config --cflags x11 xtst):" \
+ -e "s:\$(CC):$(tc-getCC):" \
+ -e 's:LDFLAGS+=$(LIBS)::' \
+ -e 's:-o $@:$(LIBS) -o $@:' \
+ -e "s:\$(CFLAGS):\$(INC) \$(CFLAGS):" \
+ Makefile \
+ || die "sed Makefile failed."
+}
+
+src_install() {
+ dobin ${PN}
+ doman ${PN}.1
+ dodoc CHANGELIST README
+ if use examples; then
+ insinto /usr/share/doc/${PF}/examples
+ doins examples/*
+ fi
+}