From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 79A50139694 for ; Tue, 21 Feb 2017 08:14:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76FB421C087; Tue, 21 Feb 2017 08:14:04 +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 5952A21C087 for ; Tue, 21 Feb 2017 08:14:04 +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 9024C33BF43 for ; Tue, 21 Feb 2017 08:14:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 846764F56 for ; Tue, 21 Feb 2017 08:14:00 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1487664806.8f7f418912b1630fefd69e5e2ca10142932761ee.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xautomation/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xautomation/xautomation-1.09-r1.ebuild x11-misc/xautomation/xautomation-1.09.ebuild X-VCS-Directories: x11-misc/xautomation/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 8f7f418912b1630fefd69e5e2ca10142932761ee X-VCS-Branch: master Date: Tue, 21 Feb 2017 08:14:00 +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: 98217e09-09bc-4dca-938e-50b82849035c X-Archives-Hash: c8c3ffbec2aac0d36dc0326652271894 commit: 8f7f418912b1630fefd69e5e2ca10142932761ee Author: Harri Nieminen gmail com> AuthorDate: Mon Feb 20 09:59:58 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Tue Feb 21 08:13:26 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f7f4189 x11-misc/xautomation: EAPI bump 5 -> 6 Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/4043 .../{xautomation-1.09.ebuild => xautomation-1.09-r1.ebuild} | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/x11-misc/xautomation/xautomation-1.09.ebuild b/x11-misc/xautomation/xautomation-1.09-r1.ebuild similarity index 87% rename from x11-misc/xautomation/xautomation-1.09.ebuild rename to x11-misc/xautomation/xautomation-1.09-r1.ebuild index 1947684178..5cb9134426 100644 --- a/x11-misc/xautomation/xautomation-1.09.ebuild +++ b/x11-misc/xautomation/xautomation-1.09-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 DESCRIPTION="Control X from command line and find things on screen" HOMEPAGE="http://hoopajoo.net/projects/xautomation.html" @@ -24,5 +24,3 @@ DEPEND=" x11-proto/xextproto x11-proto/xproto " - -DOCS="AUTHORS ChangeLog"