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 9B921138334 for ; Fri, 1 Mar 2019 00:26:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61C52E0877; Fri, 1 Mar 2019 00:26:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3AB5AE0877 for ; Fri, 1 Mar 2019 00:26:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DC2C1335D2E for ; Fri, 1 Mar 2019 00:26:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E195555E for ; Fri, 1 Mar 2019 00:26:46 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1551399994.6996b0d7536fbbd0a10ac8d57823131869f4d63a.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/beagle/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/beagle/beagle-0.2.1.ebuild X-VCS-Directories: dev-python/beagle/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 6996b0d7536fbbd0a10ac8d57823131869f4d63a X-VCS-Branch: master Date: Fri, 1 Mar 2019 00:26:46 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6c722bfd-98a6-49e1-8f79-6ec936408d99 X-Archives-Hash: 44fe632ca48d829e8bab78a9d26d959b commit: 6996b0d7536fbbd0a10ac8d57823131869f4d63a Author: Michael Mair-Keimberger gmail com> AuthorDate: Wed Feb 27 05:58:21 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Fri Mar 1 00:26:34 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6996b0d7 dev-python/beagle: fix DESCRIPTION Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: Aaron Bauman gentoo.org> dev-python/beagle/beagle-0.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/beagle/beagle-0.2.1.ebuild b/dev-python/beagle/beagle-0.2.1.ebuild index cb5ec135785..d6bc30ce80c 100644 --- a/dev-python/beagle/beagle-0.2.1.ebuild +++ b/dev-python/beagle/beagle-0.2.1.ebuild @@ -6,7 +6,7 @@ EAPI=6 PYTHON_COMPAT=( python3_5 python3_6 ) inherit distutils-r1 -DESCRIPTION="Beagle is a command line client for Hound, the code search tool." +DESCRIPTION="Command line client for Hound, the code search tool." HOMEPAGE="https://beagle-hound.readthedocs.io/en/latest/ https://github.com/dhellmann/beagle" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"