From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DF21013829C for ; Sat, 11 Jun 2016 20:39:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41328E0946; Sat, 11 Jun 2016 20:39:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0D58FE0946 for ; Sat, 11 Jun 2016 20:39:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E281E340C02 for ; Sat, 11 Jun 2016 20:39:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B43AE240F for ; Sat, 11 Jun 2016 20:39:19 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1465677533.65d02432dc7f5814301b8ef7206ffad82e561697.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xdotool/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xdotool/metadata.xml X-VCS-Directories: x11-misc/xdotool/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 65d02432dc7f5814301b8ef7206ffad82e561697 X-VCS-Branch: master Date: Sat, 11 Jun 2016 20:39:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 58471d2c-a40e-4d9c-bff6-ed5dae568588 X-Archives-Hash: d62d7d756772fdba262b10bd913ac4a1 commit: 65d02432dc7f5814301b8ef7206ffad82e561697 Author: Pacho Ramos gentoo org> AuthorDate: Sat Jun 11 20:37:48 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Jun 11 20:38:53 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65d02432 x11-misc/xdotool: Cleanup due to #261692 Package-Manager: portage-2.3.0_rc1 x11-misc/xdotool/metadata.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/x11-misc/xdotool/metadata.xml b/x11-misc/xdotool/metadata.xml index 27bebff..c2d5578 100644 --- a/x11-misc/xdotool/metadata.xml +++ b/x11-misc/xdotool/metadata.xml @@ -1,10 +1,6 @@ - - joker@gentoo.org - Christian Birchinger - This tool lets you programatically (or manually) simulate keyboard input and mouse activity, move and resize windows, etc. It does this using X11's XTEST extension and other Xlib functions.