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 CE19E138CCF for ; Thu, 14 May 2015 21:45:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7946AE0888; Thu, 14 May 2015 21:45:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B7E03E0888 for ; Thu, 14 May 2015 21:45:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0BECD340E47 for ; Thu, 14 May 2015 21:45:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DEFCD9EA for ; Thu, 14 May 2015 21:45:20 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1431628745.540e357def8a6eb4a99f9b5bf123619b2e879943.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: dev-python/dogtail/ X-VCS-Repository: proj/gnome X-VCS-Files: dev-python/dogtail/dogtail-0.9.0.ebuild X-VCS-Directories: dev-python/dogtail/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 540e357def8a6eb4a99f9b5bf123619b2e879943 X-VCS-Branch: master Date: Thu, 14 May 2015 21:45:20 +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: 6f8fe9da-70e7-4a73-8be2-8e513aef2928 X-Archives-Hash: 483cc06474b9ade4466f078e7075afbf commit: 540e357def8a6eb4a99f9b5bf123619b2e879943 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Thu May 14 18:39:05 2015 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Thu May 14 18:39:05 2015 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=540e357d dev-python/dogtail: add missing description dev-python/dogtail/dogtail-0.9.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/dogtail/dogtail-0.9.0.ebuild b/dev-python/dogtail/dogtail-0.9.0.ebuild index a56a049..f0a3bbc 100644 --- a/dev-python/dogtail/dogtail-0.9.0.ebuild +++ b/dev-python/dogtail/dogtail-0.9.0.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 gnome2-utils fdo-mime -DESCRIPTION="" +DESCRIPTION="GUI test tool and automation framework using accessibility framework" HOMEPAGE="https://fedorahosted.org/dogtail/" SRC_URI="https://fedorahosted.org/released/${PN}/${P}.tar.gz"