diff options
author | 2007-05-06 23:07:33 +0000 | |
---|---|---|
committer | 2007-05-06 23:07:33 +0000 | |
commit | cf40638aa37dbacf99d84c5d17fcb1af20230e3a (patch) | |
tree | d8f990044861d32b4e694870acb8836ca394541c /app-vim/gentoo-syntax/ChangeLog | |
parent | masking asterisk 1.0 due to open security issues and no upstream support. (diff) | |
download | gentoo-2-cf40638aa37dbacf99d84c5d17fcb1af20230e3a.tar.gz gentoo-2-cf40638aa37dbacf99d84c5d17fcb1af20230e3a.tar.bz2 gentoo-2-cf40638aa37dbacf99d84c5d17fcb1af20230e3a.zip |
Version bump. Eselect stuff was split off to eselect-syntax. Use of $(which) is marked as an error, since people should be using the more portable bash builtin $(type -P) (Bug #176218). ECLASS and INHERITED aren't set anymore in the new eclass template (Bug #175135).
(Portage version: 2.1.2.6)
Diffstat (limited to 'app-vim/gentoo-syntax/ChangeLog')
-rw-r--r-- | app-vim/gentoo-syntax/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/app-vim/gentoo-syntax/ChangeLog b/app-vim/gentoo-syntax/ChangeLog index c67d50bc0345..6bbf4231f4c6 100644 --- a/app-vim/gentoo-syntax/ChangeLog +++ b/app-vim/gentoo-syntax/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for app-vim/gentoo-syntax # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/ChangeLog,v 1.75 2007/02/13 06:08:34 pioto Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/ChangeLog,v 1.76 2007/05/06 23:07:33 pioto Exp $ + +*gentoo-syntax-20070506 (06 May 2007) + + 06 May 2007; Mike Kelly <pioto@gentoo.org> +gentoo-syntax-20070506.ebuild: + Version bump. Eselect stuff was split off to eselect-syntax. Use of $(which) + is marked as an error, since people should be using the more portable bash + builtin $(type -P) (Bug #176218). ECLASS and INHERITED aren't set anymore in + the new eclass template (Bug #175135). *gentoo-syntax-20070212 (13 Feb 2007) |