diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-02-18 09:25:27 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-18 10:53:41 +0100 |
commit | d99b232f39256147812dbe70aeea5ba7ff4ea930 (patch) | |
tree | fa2307842f3e91708725d27fcf3337d0f4840a97 /app-text/q-text-as-data | |
parent | app-text/pytextile: Fix toolong.DESCRIPTION (diff) | |
download | gentoo-d99b232f39256147812dbe70aeea5ba7ff4ea930.tar.gz gentoo-d99b232f39256147812dbe70aeea5ba7ff4ea930.tar.bz2 gentoo-d99b232f39256147812dbe70aeea5ba7ff4ea930.zip |
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
Diffstat (limited to 'app-text/q-text-as-data')
-rw-r--r-- | app-text/q-text-as-data/q-text-as-data-1.5.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |