diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-12-21 21:58:36 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-12-21 21:58:36 +0000 |
commit | 080e2fd0a912129ae13a05e7873ddafb63655e65 (patch) | |
tree | 4d94a1141d9952136697663a756278201652295e /app-vim/gentoo-syntax | |
parent | Corrected wrong digest from last commit (diff) | |
download | historical-080e2fd0a912129ae13a05e7873ddafb63655e65.tar.gz historical-080e2fd0a912129ae13a05e7873ddafb63655e65.tar.bz2 historical-080e2fd0a912129ae13a05e7873ddafb63655e65.zip |
New release. Fix INSTALL_MASK highlighting in make.conf, fix USE flag highlighting for flags that start with a number (bug #107959).
Package-Manager: portage-2.1_pre1
Diffstat (limited to 'app-vim/gentoo-syntax')
-rw-r--r-- | app-vim/gentoo-syntax/ChangeLog | 9 | ||||
-rw-r--r-- | app-vim/gentoo-syntax/Manifest | 26 | ||||
-rw-r--r-- | app-vim/gentoo-syntax/files/digest-gentoo-syntax-20051221 | 1 | ||||
-rw-r--r-- | app-vim/gentoo-syntax/gentoo-syntax-20051221.ebuild | 49 |
4 files changed, 77 insertions, 8 deletions
diff --git a/app-vim/gentoo-syntax/ChangeLog b/app-vim/gentoo-syntax/ChangeLog index 742b149860b7..bdabc6f741b5 100644 --- a/app-vim/gentoo-syntax/ChangeLog +++ b/app-vim/gentoo-syntax/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-vim/gentoo-syntax # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/ChangeLog,v 1.55 2005/09/05 04:19:49 j4rg0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/ChangeLog,v 1.56 2005/12/21 21:58:36 ciaranm Exp $ + +*gentoo-syntax-20051221 (21 Dec 2005) + + 21 Dec 2005; Ciaran McCreesh <ciaranm@gentoo.org> + +gentoo-syntax-20051221.ebuild: + New release. Fix INSTALL_MASK highlighting in make.conf, fix USE flag + highlighting for flags that start with a number (bug #107959). 05 Sep 2005; Lina Pezzella <j4rg0n@gentoo.org> gentoo-syntax-20050618.ebuild: diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest index 244044a66d2f..21a898980ead 100644 --- a/app-vim/gentoo-syntax/Manifest +++ b/app-vim/gentoo-syntax/Manifest @@ -1,10 +1,22 @@ -MD5 77ccf532d3d2878da3a4ff49c28570f3 ChangeLog 9830 -MD5 eda76e8279b1627896fa1a2278a1b11c gentoo-syntax-20050515.ebuild 1718 -MD5 281f945de86c115d25c786f771a010b0 gentoo-syntax-20050325.ebuild 1706 -MD5 9771ca4ff90b56dddc4acfadc6f6a01e metadata.xml 250 -MD5 75352365463eb79e506d8701bff81f55 gentoo-syntax-20050618.ebuild 1721 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 d08932d691e36dda2cc69ebfbb08c89b ChangeLog 10094 +MD5 2dc9234dc95eba7cfcf252e4bef5a538 files/digest-gentoo-syntax-20050325 74 MD5 1ba3532364668721658b08c429f67268 files/digest-gentoo-syntax-20050515 74 MD5 e6970a1a669fc8424e2e5706fdfb169b files/digest-gentoo-syntax-20050618 74 -MD5 298bb984862016f9d7de0f6861c3fd73 files/gentoo-syntax-20050211-fix-xml.patch 2149 -MD5 2dc9234dc95eba7cfcf252e4bef5a538 files/digest-gentoo-syntax-20050325 74 +MD5 4e89bd41ee3214e01f085de87e7f9584 files/digest-gentoo-syntax-20051221 74 MD5 2ebb63d791d0b453712e27584f1b1c67 files/gentoo-syntax-20050211-fix-escapes.patch 558 +MD5 298bb984862016f9d7de0f6861c3fd73 files/gentoo-syntax-20050211-fix-xml.patch 2149 +MD5 281f945de86c115d25c786f771a010b0 gentoo-syntax-20050325.ebuild 1706 +MD5 eda76e8279b1627896fa1a2278a1b11c gentoo-syntax-20050515.ebuild 1718 +MD5 75352365463eb79e506d8701bff81f55 gentoo-syntax-20050618.ebuild 1721 +MD5 ba95f0fc19498fb46bbbf7a0a42337ed gentoo-syntax-20051221.ebuild 1654 +MD5 9771ca4ff90b56dddc4acfadc6f6a01e metadata.xml 250 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDqdAnLLFUmVNQ7rkRAhP/AKDOdHIwq5eNmLdnHLDEPz6PzCH5sgCgyScq +EBwv7NjnT6lFQtAQBqBHPzI= +=VIR8 +-----END PGP SIGNATURE----- diff --git a/app-vim/gentoo-syntax/files/digest-gentoo-syntax-20051221 b/app-vim/gentoo-syntax/files/digest-gentoo-syntax-20051221 new file mode 100644 index 000000000000..7381a9a7602b --- /dev/null +++ b/app-vim/gentoo-syntax/files/digest-gentoo-syntax-20051221 @@ -0,0 +1 @@ +MD5 4f86ef2d51fbde351137a0ea8d1f70e7 gentoo-syntax-20051221.tar.bz2 19388 diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20051221.ebuild b/app-vim/gentoo-syntax/gentoo-syntax-20051221.ebuild new file mode 100644 index 000000000000..f290cb46a3e6 --- /dev/null +++ b/app-vim/gentoo-syntax/gentoo-syntax-20051221.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2005 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.1 2005/12/21 21:58:36 ciaranm 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/" +LICENSE="vim" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sparc ~x86" +SRC_URI="mirror://gentoo/${P}.tar.bz2" + +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 + 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." + fi + echo + epause 5 +} + |