Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/beagle/
Date: Fri, 01 Mar 2019 00:26:52
Message-Id: 1551399994.6996b0d7536fbbd0a10ac8d57823131869f4d63a.bman@gentoo
1 commit: 6996b0d7536fbbd0a10ac8d57823131869f4d63a
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Feb 27 05:58:21 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 1 00:26:34 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6996b0d7
7
8 dev-python/beagle: fix DESCRIPTION
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
12
13 dev-python/beagle/beagle-0.2.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/beagle/beagle-0.2.1.ebuild b/dev-python/beagle/beagle-0.2.1.ebuild
17 index cb5ec135785..d6bc30ce80c 100644
18 --- a/dev-python/beagle/beagle-0.2.1.ebuild
19 +++ b/dev-python/beagle/beagle-0.2.1.ebuild
20 @@ -6,7 +6,7 @@ EAPI=6
21 PYTHON_COMPAT=( python3_5 python3_6 )
22 inherit distutils-r1
23
24 -DESCRIPTION="Beagle is a command line client for Hound, the code search tool."
25 +DESCRIPTION="Command line client for Hound, the code search tool."
26 HOMEPAGE="https://beagle-hound.readthedocs.io/en/latest/
27 https://github.com/dhellmann/beagle"
28 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"