diff options
Diffstat (limited to 'app-text')
-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 d5a29ab30325..4e5ec81ab579 100644 --- a/app-text/cook/ChangeLog +++ b/app-text/cook/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/cook -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/cook/ChangeLog,v 1.17 2012/10/17 16:58:48 ago Exp $ +# 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 $ + + 07 Nov 2013; Patrick Lauer <patrick@gentoo.org> cook-1.0.2-r1.ebuild: + Shorten description, make repoman happier 17 Oct 2012; Agostino Sarubbo <ago@gentoo.org> cook-1.0.2-r1.ebuild: Add ~amd64 diff --git a/app-text/cook/cook-1.0.2-r1.ebuild b/app-text/cook/cook-1.0.2-r1.ebuild index b2d73d768871..d05dbc6b71a5 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-2012 Gentoo Foundation +# Copyright 1999-2013 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.12 2012/10/17 16:58:48 ago Exp $ +# $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 $ inherit toolchain-funcs -DESCRIPTION="COOK is an 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" |