From: Harri Nieminen Date: Sat, 18 Feb 2017 07:25:27 +0000 (+0200) Subject: app-text/q-text-as-data: Fix toolong.DESCRIPTION X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d99b232f39256147812dbe70aeea5ba7ff4ea930;p=gentoo.git app-text/q-text-as-data: Fix toolong.DESCRIPTION Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/4003 --- diff --git a/app-text/q-text-as-data/q-text-as-data-1.5.0.ebuild b/app-text/q-text-as-data/q-text-as-data-1.5.0.ebuild index 373602ac7253..05f1f7bf7086 100644 --- a/app-text/q-text-as-data/q-text-as-data-1.5.0.ebuild +++ b/app-text/q-text-as-data/q-text-as-data-1.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,7 +9,7 @@ PYTHON_REQ_USE="sqlite" inherit python-r1 -DESCRIPTION="q: Text as Data is a CLI tool that allows direct execution of SQL-like queries on text" +DESCRIPTION="A CLI tool that allows direct execution of SQL-like queries on text" HOMEPAGE="http://harelba.github.io/q/" MY_P="q-${PV}" SRC_URI="https://github.com/harelba/q/archive/${PV}.tar.gz -> ${MY_P}.tar.gz"