Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
hawking 08/07/17 19:27:31
Modified: ChangeLog
Added: gentoo-syntax-20080717.ebuild
Log:
Version bump. Add support for GLEP56, update recognized variables in make.conf, #199788. Recognize directories under /etc/portage, #229035.
(Portage version: -svn.wrabbit)
Revision Changes Path
1.85 app-vim/gentoo-syntax/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-vim/gentoo-syntax/ChangeLog?rev=1.85&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-vim/gentoo-syntax/ChangeLog?rev=1.85&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-vim/gentoo-syntax/ChangeLog?r1=1.84&r2=1.85
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog 9 Aug 2007 15:57:36 -0000 1.84
+++ ChangeLog 17 Jul 2008 19:27:30 -0000 1.85
@@ -1,6 +1,13 @@
# 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.84 2007/08/09 15:57:36 dertobi123 Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/ChangeLog,v 1.85 2008/07/17 19:27:30 hawking Exp $
+
+*gentoo-syntax-20080717 (17 Jul 2008)
+
+ 17 Jul 2008; Ali Polatel <hawking@g.o>
+ +gentoo-syntax-20080717.ebuild:
+ Version bump. Add support for GLEP56, update recognized variables in
+ make.conf, #199788. Recognize directories under /etc/portage, #229035.
09 Aug 2007; Tobias Scherbaum <dertobi123@g.o>
gentoo-syntax-20070506.ebuild:
1.1 app-vim/gentoo-syntax/gentoo-syntax-20080717.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-vim/gentoo-syntax/gentoo-syntax-20080717.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-vim/gentoo-syntax/gentoo-syntax-20080717.ebuild?rev=1.1&content-type=text/plain
Index: gentoo-syntax-20080717.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/gentoo-syntax-20080717.ebuild,v 1.1 2008/07/17 19:27:30 hawking Exp $
inherit eutils vim-plugin
DESCRIPTION="vim plugin: Gentoo Ebuild, Eclass, GLEP, ChangeLog and Portage Files syntax highlighting, filetype and indent settings"
HOMEPAGE="http://www.gentoo.org/"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="vim"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
IUSE="ignore-glep31"
VIM_PLUGIN_HELPFILES="gentoo-syntax"
VIM_PLUGIN_MESSAGES="filetype"
src_unpack() {
unpack ${A}
cd "${S}"
if use ignore-glep31 ; then
for f in ftplugin/*.vim ; do
ebegin "Removing UTF-8 rules from ${f} ..."
sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' ${f} \
|| die "waah! bad sed voodoo. need more goats."
eend $?
done
fi
}
pkg_postinst() {
vim-plugin_pkg_postinst
if use ignore-glep31 1>/dev/null ; then
ewarn "You have chosen to disable the rules which ensure GLEP 31"
ewarn "compliance. When editing ebuilds, please make sure you get"
ewarn "the character set correct."
else
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@g.o. You can use the 'ignore-glep31' USE"
elog " flag to remove these rules."
fi
echo
epause 5
}
--
gentoo-commits@g.o mailing list
|
|