diff options
author | 2007-01-23 16:35:46 +0000 | |
---|---|---|
committer | 2007-01-23 16:35:46 +0000 | |
commit | 5f161da8f1eec6d9cf8d33003d7f1905f01f6583 (patch) | |
tree | 551fb6b9f1d8bd6d5796b8837876b3101d1eb3ac /app-vim/gentoo-syntax | |
parent | Replacing einfo with elog (diff) | |
download | historical-5f161da8f1eec6d9cf8d33003d7f1905f01f6583.tar.gz historical-5f161da8f1eec6d9cf8d33003d7f1905f01f6583.tar.bz2 historical-5f161da8f1eec6d9cf8d33003d7f1905f01f6583.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2-r2
Diffstat (limited to 'app-vim/gentoo-syntax')
-rw-r--r-- | app-vim/gentoo-syntax/ChangeLog | 9 | ||||
-rw-r--r-- | app-vim/gentoo-syntax/gentoo-syntax-20051221-r1.ebuild | 16 | ||||
-rw-r--r-- | app-vim/gentoo-syntax/gentoo-syntax-20051221.ebuild | 16 | ||||
-rw-r--r-- | app-vim/gentoo-syntax/gentoo-syntax-20061106.ebuild | 16 |
4 files changed, 31 insertions, 26 deletions
diff --git a/app-vim/gentoo-syntax/ChangeLog b/app-vim/gentoo-syntax/ChangeLog index 8a006c8e1606..f64acb44b4ad 100644 --- a/app-vim/gentoo-syntax/ChangeLog +++ b/app-vim/gentoo-syntax/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-vim/gentoo-syntax -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/ChangeLog,v 1.72 2006/11/06 07:56:35 pioto Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/ChangeLog,v 1.73 2007/01/23 16:34:05 genone Exp $ + + 23 Jan 2007; Marius Mauch <genone@gentoo.org> + gentoo-syntax-20051221.ebuild, gentoo-syntax-20051221-r1.ebuild, + gentoo-syntax-20061106.ebuild: + Replacing einfo with elog *gentoo-syntax-20061106 (06 Nov 2006) diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20051221-r1.ebuild b/app-vim/gentoo-syntax/gentoo-syntax-20051221-r1.ebuild index ca85f28bc6c1..8089ca3642cb 100644 --- a/app-vim/gentoo-syntax/gentoo-syntax-20051221-r1.ebuild +++ b/app-vim/gentoo-syntax/gentoo-syntax-20051221-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/gentoo-syntax-20051221-r1.ebuild,v 1.4 2006/12/30 02:21:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/gentoo-syntax-20051221-r1.ebuild,v 1.5 2007/01/23 16:34:05 genone Exp $ inherit eutils vim-plugin @@ -37,12 +37,12 @@ pkg_postinst() { ewarn "compliance. When editing ebuilds, please make sure you get" ewarn "the character set correct." else - einfo "Note for developers and anyone else who edits ebuilds:" - einfo " This release of gentoo-syntax now contains filetype rules to set" - einfo " fileencoding for ebuilds and ChangeLogs to utf-8 as per GLEP 31." - einfo " If you find this feature breaks things, please submit a bug and" - einfo " assign it to vim@gentoo.org. You can use the 'ignore-glep31' USE" - einfo " flag to remove these rules." + elog "Note for developers and anyone else who edits ebuilds:" + elog " This release of gentoo-syntax now contains filetype rules to set" + elog " fileencoding for ebuilds and ChangeLogs to utf-8 as per GLEP 31." + elog " If you find this feature breaks things, please submit a bug and" + elog " assign it to vim@gentoo.org. You can use the 'ignore-glep31' USE" + elog " flag to remove these rules." fi echo epause 5 diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20051221.ebuild b/app-vim/gentoo-syntax/gentoo-syntax-20051221.ebuild index e0b228abda37..583adac690e2 100644 --- a/app-vim/gentoo-syntax/gentoo-syntax-20051221.ebuild +++ b/app-vim/gentoo-syntax/gentoo-syntax-20051221.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/gentoo-syntax-20051221.ebuild,v 1.12 2006/12/30 02:21:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/gentoo-syntax-20051221.ebuild,v 1.13 2007/01/23 16:34:05 genone Exp $ inherit eutils vim-plugin @@ -36,12 +36,12 @@ pkg_postinst() { ewarn "compliance. When editing ebuilds, please make sure you get" ewarn "the character set correct." else - einfo "Note for developers and anyone else who edits ebuilds:" - einfo " This release of gentoo-syntax now contains filetype rules to set" - einfo " fileencoding for ebuilds and ChangeLogs to utf-8 as per GLEP 31." - einfo " If you find this feature breaks things, please submit a bug and" - einfo " assign it to vim@gentoo.org. You can use the 'ignore-glep31' USE" - einfo " flag to remove these rules." + elog "Note for developers and anyone else who edits ebuilds:" + elog " This release of gentoo-syntax now contains filetype rules to set" + elog " fileencoding for ebuilds and ChangeLogs to utf-8 as per GLEP 31." + elog " If you find this feature breaks things, please submit a bug and" + elog " assign it to vim@gentoo.org. You can use the 'ignore-glep31' USE" + elog " flag to remove these rules." fi echo epause 5 diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20061106.ebuild b/app-vim/gentoo-syntax/gentoo-syntax-20061106.ebuild index 7e3ad2bd176f..eb7cb7fdc6a3 100644 --- a/app-vim/gentoo-syntax/gentoo-syntax-20061106.ebuild +++ b/app-vim/gentoo-syntax/gentoo-syntax-20061106.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/gentoo-syntax-20061106.ebuild,v 1.2 2006/12/30 02:21:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/gentoo-syntax-20061106.ebuild,v 1.3 2007/01/23 16:34:05 genone Exp $ inherit eutils vim-plugin @@ -36,12 +36,12 @@ pkg_postinst() { ewarn "compliance. When editing ebuilds, please make sure you get" ewarn "the character set correct." else - einfo "Note for developers and anyone else who edits ebuilds:" - einfo " This release of gentoo-syntax now contains filetype rules to set" - einfo " fileencoding for ebuilds and ChangeLogs to utf-8 as per GLEP 31." - einfo " If you find this feature breaks things, please submit a bug and" - einfo " assign it to vim@gentoo.org. You can use the 'ignore-glep31' USE" - einfo " flag to remove these rules." + elog "Note for developers and anyone else who edits ebuilds:" + elog " This release of gentoo-syntax now contains filetype rules to set" + elog " fileencoding for ebuilds and ChangeLogs to utf-8 as per GLEP 31." + elog " If you find this feature breaks things, please submit a bug and" + elog " assign it to vim@gentoo.org. You can use the 'ignore-glep31' USE" + elog " flag to remove these rules." fi echo epause 5 |