diff options
author | Patrick Lauer <patrick@gentoo.org> | 2014-08-10 01:37:44 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2014-08-10 01:37:44 +0000 |
commit | f07496731f72e238ce96b0029667691e7939de7f (patch) | |
tree | 99e10d6c6d91b5251b822fd8493bedc32368ad4c /app-admin/clog | |
parent | switch test dep to pytest, update test phase (diff) | |
download | gentoo-2-f07496731f72e238ce96b0029667691e7939de7f.tar.gz gentoo-2-f07496731f72e238ce96b0029667691e7939de7f.tar.bz2 gentoo-2-f07496731f72e238ce96b0029667691e7939de7f.zip |
Fix description for more repoman happy
(Portage version: 2.2.11-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-admin/clog')
-rw-r--r-- | app-admin/clog/ChangeLog | 5 | ||||
-rw-r--r-- | app-admin/clog/clog-1.1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-admin/clog/ChangeLog b/app-admin/clog/ChangeLog index e46cebc0e362..59c24d10b767 100644 --- a/app-admin/clog/ChangeLog +++ b/app-admin/clog/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/clog # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/clog/ChangeLog,v 1.1 2014/04/07 12:07:00 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/clog/ChangeLog,v 1.2 2014/08/10 01:37:43 patrick Exp $ + + 10 Aug 2014; Patrick Lauer <patrick@gentoo.org> clog-1.1.0.ebuild: + Fix description for more repoman happy *clog-1.1.0 (07 Apr 2014) 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" |