summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-23 16:34:05 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-23 16:34:05 +0000
commit98687d7f91900f851d42a092ddccbee7f38dca64 (patch)
treefd66bd6f32e0b7b9eef04b93e57909feff517302 /app-vim/gentoo-syntax
parentReplacing einfo with elog (diff)
downloadgentoo-2-98687d7f91900f851d42a092ddccbee7f38dca64.tar.gz
gentoo-2-98687d7f91900f851d42a092ddccbee7f38dca64.tar.bz2
gentoo-2-98687d7f91900f851d42a092ddccbee7f38dca64.zip
Replacing einfo with elog
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-vim/gentoo-syntax')
-rw-r--r--app-vim/gentoo-syntax/ChangeLog9
-rw-r--r--app-vim/gentoo-syntax/gentoo-syntax-20051221-r1.ebuild16
-rw-r--r--app-vim/gentoo-syntax/gentoo-syntax-20051221.ebuild16
-rw-r--r--app-vim/gentoo-syntax/gentoo-syntax-20061106.ebuild16
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