diff options
author | Patrick Lauer <patrick@gentoo.org> | 2014-08-10 01:38:09 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2014-08-10 01:38:09 +0000 |
commit | 65953af5d5eef3a3a4c8caa0e617a1db6e794130 (patch) | |
tree | 22f199afceb88a2c73f4a259d1970f39005d48aa /app-admin/clog/clog-1.1.0.ebuild | |
parent | switch test dep to pytest, update test phase (diff) | |
download | historical-65953af5d5eef3a3a4c8caa0e617a1db6e794130.tar.gz historical-65953af5d5eef3a3a4c8caa0e617a1db6e794130.tar.bz2 historical-65953af5d5eef3a3a4c8caa0e617a1db6e794130.zip |
Fix description for more repoman happy
Package-Manager: portage-2.2.11-r1/cvs/Linux x86_64
Diffstat (limited to 'app-admin/clog/clog-1.1.0.ebuild')
-rw-r--r-- | app-admin/clog/clog-1.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/clog/clog-1.1.0.ebuild b/app-admin/clog/clog-1.1.0.ebuild index ff5d8cca4ea4..6094174de0d0 100644 --- a/app-admin/clog/clog-1.1.0.ebuild +++ b/app-admin/clog/clog-1.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/clog/clog-1.1.0.ebuild,v 1.1 2014/04/07 12:07:00 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/clog/clog-1.1.0.ebuild,v 1.2 2014/08/10 01:37:43 patrick Exp $ EAPI=5 @@ -10,7 +10,7 @@ EGIT_REPO_URI="https://git.tasktools.org/scm/ut/${PN}.git" inherit cmake-utils bash-completion-r1 -DESCRIPTION="A colorized log tail utility." +DESCRIPTION="A colorized log tail utility" HOMEPAGE="http://tasktools.org/projects/clog.html" [[ ${PV} == *9999* ]] || \ SRC_URI="http://taskwarrior.org/download/${P}.tar.gz" |