Gentoo Logo
Gentoo Spaceship




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
Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-commits@g.o
From: "Ali Polatel (hawking)" <hawking@g.o>
Subject: gentoo-x86 commit in app-vim/gentoo-syntax: ChangeLog gentoo-syntax-20081006.ebuild gentoo-syntax-20051221-r1.ebuild gentoo-syntax-20080717-r1.ebuild gentoo-syntax-20061106.ebuild gentoo-syntax-20070212.ebuild
Date: Mon, 06 Oct 2008 12:49:03 +0000
hawking     08/10/06 12:49:03

  Modified:             ChangeLog
  Added:                gentoo-syntax-20081006.ebuild
  Removed:              gentoo-syntax-20051221-r1.ebuild
                        gentoo-syntax-20080717-r1.ebuild
                        gentoo-syntax-20061106.ebuild
                        gentoo-syntax-20070212.ebuild
  Log:
  Version bump. Fixes 239287. Drop old.
  (Portage version: -svn/cvs/Linux 2.6.26-gentoo x86_64)

Revision  Changes    Path
1.88                 app-vim/gentoo-syntax/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-vim/gentoo-syntax/ChangeLog?rev=1.88&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-vim/gentoo-syntax/ChangeLog?rev=1.88&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-vim/gentoo-syntax/ChangeLog?r1=1.87&r2=1.88

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog	3 Aug 2008 15:33:50 -0000	1.87
+++ ChangeLog	6 Oct 2008 12:49:02 -0000	1.88
@@ -1,6 +1,16 @@
 # ChangeLog for app-vim/gentoo-syntax
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/ChangeLog,v 1.87 2008/08/03 15:33:50 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/ChangeLog,v 1.88 2008/10/06 12:49:02 hawking Exp $
+
+*gentoo-syntax-20081006 (06 Oct 2008)
+
+  06 Oct 2008; Ali Polatel <hawking@g.o>
+  -files/gentoo-syntax-20051221-metadata.patch,
+  -files/gentoo-syntax-20080717-metadata-order.patch,
+  -gentoo-syntax-20051221-r1.ebuild, -gentoo-syntax-20061106.ebuild,
+  -gentoo-syntax-20070212.ebuild, -gentoo-syntax-20080717-r1.ebuild,
+  +gentoo-syntax-20081006.ebuild:
+  Version bump. Fixes 239287. Drop old.
 
   03 Aug 2008; Ulrich Mueller <ulm@g.o> metadata.xml:
   Add USE flag description to metadata wrt GLEP 56.



1.1                  app-vim/gentoo-syntax/gentoo-syntax-20081006.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-vim/gentoo-syntax/gentoo-syntax-20081006.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-vim/gentoo-syntax/gentoo-syntax-20081006.ebuild?rev=1.1&content-type=text/plain

Index: gentoo-syntax-20081006.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-20081006.ebuild,v 1.1 2008/10/06 12:49:02 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
}





Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
gentoo-x86 commit in app-vim/gentoo-syntax/files: gentoo-syntax-20051221-metadata.patch gentoo-syntax-20080717-metadata-order.patch
Next by thread:
gentoo-x86 commit in media-plugins/vdr-xineliboutput: ChangeLog vdr-xineliboutput-1.0.2.ebuild
Previous by date:
gentoo-x86 commit in app-vim/gentoo-syntax/files: gentoo-syntax-20051221-metadata.patch gentoo-syntax-20080717-metadata-order.patch
Next by date:
gentoo-x86 commit in media-plugins/vdr-xineliboutput: ChangeLog vdr-xineliboutput-1.0.2.ebuild


Updated Oct 26, 2011

Summary: Archive of the gentoo-commits mailing list.

Donate to support our development efforts.

Copyright 2001-2013 Gentoo Foundation, Inc. Questions, Comments? Contact us.