diff options
author | 2014-08-06 07:09:35 +0000 | |
---|---|---|
committer | 2014-08-06 07:09:35 +0000 | |
commit | f596b6cef19b8d04ae6e7279e44973b62c339f6c (patch) | |
tree | b45feb776fb711d4e5f3366cfe54d328ff51eb5f /app-text/cook | |
parent | Add ruby21 target. (diff) | |
download | gentoo-2-f596b6cef19b8d04ae6e7279e44973b62c339f6c.tar.gz gentoo-2-f596b6cef19b8d04ae6e7279e44973b62c339f6c.tar.bz2 gentoo-2-f596b6cef19b8d04ae6e7279e44973b62c339f6c.zip |
Make description more repoman-happy
(Portage version: 2.2.11-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-text/cook')
-rw-r--r-- | app-text/cook/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/cook/cook-1.0.2-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-text/cook/ChangeLog b/app-text/cook/ChangeLog index 4e5ec81ab579..45cf26516805 100644 --- a/app-text/cook/ChangeLog +++ b/app-text/cook/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/cook -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/cook/ChangeLog,v 1.18 2013/11/07 02:57:50 patrick Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/cook/ChangeLog,v 1.19 2014/08/06 07:09:32 patrick Exp $ + + 06 Aug 2014; Patrick Lauer <patrick@gentoo.org> cook-1.0.2-r1.ebuild: + Make description more repoman-happy 07 Nov 2013; Patrick Lauer <patrick@gentoo.org> cook-1.0.2-r1.ebuild: Shorten description, make repoman happier diff --git a/app-text/cook/cook-1.0.2-r1.ebuild b/app-text/cook/cook-1.0.2-r1.ebuild index d05dbc6b71a5..370ac64c8ca4 100644 --- a/app-text/cook/cook-1.0.2-r1.ebuild +++ b/app-text/cook/cook-1.0.2-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/cook/cook-1.0.2-r1.ebuild,v 1.13 2013/11/07 02:57:50 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/cook/cook-1.0.2-r1.ebuild,v 1.14 2014/08/06 07:09:32 patrick Exp $ inherit toolchain-funcs -DESCRIPTION="Embedded language which can be used as a macro preprocessor and for similar text processing." +DESCRIPTION="Embedded language which can be used as a macro preprocessor and for similar text processing" HOMEPAGE="http://cook.sourceforge.net/" SRC_URI="mirror://sourceforge/cook/${P}.tar.gz" |