summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@gentoo.org>2005-05-15 01:54:07 +0000
committerCiaran McCreesh <ciaranm@gentoo.org>2005-05-15 01:54:07 +0000
commitd511ff80e46ebec85ffca7133c449dd9fc756144 (patch)
tree08d4eace6230ecae9885142a069065cf959974e5 /app-vim
parentgcc4 compile fix; bug #87800 (diff)
downloadhistorical-d511ff80e46ebec85ffca7133c449dd9fc756144.tar.gz
historical-d511ff80e46ebec85ffca7133c449dd9fc756144.tar.bz2
historical-d511ff80e46ebec85ffca7133c449dd9fc756144.zip
New version. Changes include more make.conf highlighting (bug #92238), smarter ebuild template generation, smarter cat/pkg detection, more error highlighting for ebuilds and initial support for eclectic modules.
Package-Manager: portage-2.0.51.21-r1 goat on a rope edition
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/gentoo-syntax/ChangeLog10
-rw-r--r--app-vim/gentoo-syntax/Manifest22
-rw-r--r--app-vim/gentoo-syntax/files/digest-gentoo-syntax-200505151
-rw-r--r--app-vim/gentoo-syntax/gentoo-syntax-20050515.ebuild50
4 files changed, 77 insertions, 6 deletions
diff --git a/app-vim/gentoo-syntax/ChangeLog b/app-vim/gentoo-syntax/ChangeLog
index 84d7c6083341..2fab38851395 100644
--- a/app-vim/gentoo-syntax/ChangeLog
+++ b/app-vim/gentoo-syntax/ChangeLog
@@ -1,6 +1,14 @@
# 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.51 2005/04/30 09:35:58 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/ChangeLog,v 1.52 2005/05/15 01:54:07 ciaranm Exp $
+
+*gentoo-syntax-20050515 (15 May 2005)
+
+ 15 May 2005; Ciaran McCreesh <ciaranm@gentoo.org>
+ +gentoo-syntax-20050515.ebuild:
+ New version. Changes include more make.conf highlighting (bug #92238),
+ smarter ebuild template generation, smarter cat/pkg detection, more error
+ highlighting for ebuilds and initial support for eclectic modules.
30 Apr 2005; Bryan Østergaard <kloeri@gentoo.org>
gentoo-syntax-20050325.ebuild:
diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest
index 1a8044ff7bed..ac6be90c2e57 100644
--- a/app-vim/gentoo-syntax/Manifest
+++ b/app-vim/gentoo-syntax/Manifest
@@ -1,10 +1,22 @@
-MD5 14ae57632d689072806e29521217b4bb ChangeLog 8991
-MD5 9771ca4ff90b56dddc4acfadc6f6a01e metadata.xml 250
-MD5 281f945de86c115d25c786f771a010b0 gentoo-syntax-20050325.ebuild 1706
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 81561a7741e9e43513092d850cff26c3 ChangeLog 9336
MD5 d9850ff541e29532c8cceb94d33edba2 gentoo-syntax-20041227.ebuild 1847
MD5 10c03f2a576906ca02f4ecf4d623edcf gentoo-syntax-20050211-r1.ebuild 1934
-MD5 2dc9234dc95eba7cfcf252e4bef5a538 files/digest-gentoo-syntax-20050325 74
+MD5 281f945de86c115d25c786f771a010b0 gentoo-syntax-20050325.ebuild 1706
+MD5 9771ca4ff90b56dddc4acfadc6f6a01e metadata.xml 250
+MD5 eda76e8279b1627896fa1a2278a1b11c gentoo-syntax-20050515.ebuild 1718
MD5 c8e3ac5d8a31716f27516db1f6d138c9 files/digest-gentoo-syntax-20041227 74
-MD5 2ebb63d791d0b453712e27584f1b1c67 files/gentoo-syntax-20050211-fix-escapes.patch 558
MD5 4f56c7de174c5e2aef4d6217acbc46a3 files/digest-gentoo-syntax-20050211-r1 74
+MD5 2dc9234dc95eba7cfcf252e4bef5a538 files/digest-gentoo-syntax-20050325 74
+MD5 2ebb63d791d0b453712e27584f1b1c67 files/gentoo-syntax-20050211-fix-escapes.patch 558
MD5 298bb984862016f9d7de0f6861c3fd73 files/gentoo-syntax-20050211-fix-xml.patch 2149
+MD5 1ba3532364668721658b08c429f67268 files/digest-gentoo-syntax-20050515 74
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.1 (GNU/Linux)
+
+iD8DBQFChqvGLLFUmVNQ7rkRAg4jAJoCFWzeZgt0jrF4i0Kf/LoWlkvbQwCfR4P4
+aMkWZijD0dOFG7rvWOmeGnc=
+=A6TS
+-----END PGP SIGNATURE-----
diff --git a/app-vim/gentoo-syntax/files/digest-gentoo-syntax-20050515 b/app-vim/gentoo-syntax/files/digest-gentoo-syntax-20050515
new file mode 100644
index 000000000000..1a181dddfdea
--- /dev/null
+++ b/app-vim/gentoo-syntax/files/digest-gentoo-syntax-20050515
@@ -0,0 +1 @@
+MD5 8a4c73233c124d024e13d69ed2340315 gentoo-syntax-20050515.tar.bz2 18462
diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20050515.ebuild b/app-vim/gentoo-syntax/gentoo-syntax-20050515.ebuild
new file mode 100644
index 000000000000..eac06a32c971
--- /dev/null
+++ b/app-vim/gentoo-syntax/gentoo-syntax-20050515.ebuild
@@ -0,0 +1,50 @@
+# 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-20050515.ebuild,v 1.1 2005/05/15 01:54:07 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://developer.berlios.de/projects/gentoo-syntax"
+LICENSE="vim"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+SRC_URI="http://download.berlios.de/gentoo-syntax/${P}.tar.bz2"
+RESTRICT="primaryuri"
+
+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
+}
+