diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-10-09 22:46:32 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-10-09 22:46:32 +0000 |
commit | f9fd8a8ac4c7b434e6a4177203e7ab0a040d4f66 (patch) | |
tree | 59050635311459c91a41e4ab2abeb68d8e6f316e /app-vim | |
parent | old (diff) | |
download | historical-f9fd8a8ac4c7b434e6a4177203e7ab0a040d4f66.tar.gz historical-f9fd8a8ac4c7b434e6a4177203e7ab0a040d4f66.tar.bz2 historical-f9fd8a8ac4c7b434e6a4177203e7ab0a040d4f66.zip |
New release. Changes include highlighting for recognised function names (eg src_unpack), better highlighting for bug numbers, error highlighting for non GLEP 23 compliant licenses and cvs.eclass support.
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/gentoo-syntax/ChangeLog | 10 | ||||
-rw-r--r-- | app-vim/gentoo-syntax/Manifest | 10 | ||||
-rw-r--r-- | app-vim/gentoo-syntax/files/digest-gentoo-syntax-20041009 | 1 | ||||
-rw-r--r-- | app-vim/gentoo-syntax/gentoo-syntax-20041009.ebuild | 17 |
4 files changed, 33 insertions, 5 deletions
diff --git a/app-vim/gentoo-syntax/ChangeLog b/app-vim/gentoo-syntax/ChangeLog index 9f2ec5ecf905..0674f018a11d 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-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/ChangeLog,v 1.9 2004/09/30 14:22:23 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/ChangeLog,v 1.10 2004/10/09 22:46:32 ciaranm Exp $ + +*gentoo-syntax-20041009 (09 Oct 2004) + + 09 Oct 2004; Ciaran McCreesh <ciaranm@gentoo.org> + +gentoo-syntax-20041009.ebuild: + New release. Changes include highlighting for recognised function names (eg + src_unpack), better highlighting for bug numbers, error highlighting for non + GLEP 23 compliant licenses and cvs.eclass support. 30 Sep 2004; Ciaran McCreesh <ciaranm@gentoo.org> gentoo-syntax-20040911.ebuild: diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest index 1bb71cef1b87..934f5bae250a 100644 --- a/app-vim/gentoo-syntax/Manifest +++ b/app-vim/gentoo-syntax/Manifest @@ -2,15 +2,17 @@ Hash: SHA1 MD5 68bacc7dd36614b30023aa2254686559 gentoo-syntax-20040911.ebuild 633 -MD5 51a6a9d55bb3e1aa0a4795000e9cd272 ChangeLog 1650 +MD5 adc21a8c5712b4c7f1454189cebd7db2 ChangeLog 1987 +MD5 eea3f4cd643ecb9d25909d91abd60d8c gentoo-syntax-20041009.ebuild 636 MD5 9771ca4ff90b56dddc4acfadc6f6a01e metadata.xml 250 MD5 ed41e27348a860c1e76efc825171c332 gentoo-syntax-20040906.ebuild 633 MD5 f923909607e373cf967fada779731ca3 files/digest-gentoo-syntax-20040911 73 MD5 0bc1d24465025471b24d2f35d66600b7 files/digest-gentoo-syntax-20040906 73 +MD5 af854ba426622a145f3f786c605ff98c files/digest-gentoo-syntax-20041009 73 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) -iD8DBQFBXBXFLLFUmVNQ7rkRAsD0AJ4wlaMkqh3PJU6a0tt9+4IuRVcb3gCaAhjk -QukCfxwh+G6qRsmbbHZK7iA= -=RmFq +iD8DBQFBaGlOLLFUmVNQ7rkRAqwbAJ4pWeJSmIRECVswjy2+HRc+zcqYjACdFbEU +9OIsqUo66mkpvr9gactF//s= +=IOgK -----END PGP SIGNATURE----- diff --git a/app-vim/gentoo-syntax/files/digest-gentoo-syntax-20041009 b/app-vim/gentoo-syntax/files/digest-gentoo-syntax-20041009 new file mode 100644 index 000000000000..1211f7a003bb --- /dev/null +++ b/app-vim/gentoo-syntax/files/digest-gentoo-syntax-20041009 @@ -0,0 +1 @@ +MD5 954a59f6cdc681b18c3499924e6fec9e gentoo-syntax-20041009.tar.bz2 6572 diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20041009.ebuild b/app-vim/gentoo-syntax/gentoo-syntax-20041009.ebuild new file mode 100644 index 000000000000..9d9169fe92b0 --- /dev/null +++ b/app-vim/gentoo-syntax/gentoo-syntax-20041009.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/gentoo-syntax-20041009.ebuild,v 1.1 2004/10/09 22:46:32 ciaranm Exp $ + +inherit 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="~x86 ~sparc ~mips ~amd64 ~ppc" +IUSE="" +RESTRICT="nomirror" +SRC_URI="http://download.berlios.de/gentoo-syntax/${P}.tar.bz2" + +VIM_PLUGIN_HELPFILES="gentoo-syntax" + |