summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@gentoo.org>2005-02-27 20:59:16 +0000
committerCiaran McCreesh <ciaranm@gentoo.org>2005-02-27 20:59:16 +0000
commit00b6bebdf862a899fd64e5d743aaf57305f16001 (patch)
tree50f38d03927aaec5ada5c8f1c946e453535c33fc /app-vim
parentMetadata updated, I'm taking over maintenance for the time being. (diff)
downloadgentoo-2-00b6bebdf862a899fd64e5d743aaf57305f16001.tar.gz
gentoo-2-00b6bebdf862a899fd64e5d743aaf57305f16001.tar.bz2
gentoo-2-00b6bebdf862a899fd64e5d743aaf57305f16001.zip
New version, new syntax files
(Portage version: 2.0.51.17 -- underage mutant ninja goat edition)
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/extra-syntax/ChangeLog7
-rw-r--r--app-vim/extra-syntax/Manifest4
-rw-r--r--app-vim/extra-syntax/extra-syntax-2.ebuild37
-rw-r--r--app-vim/extra-syntax/files/digest-extra-syntax-20
4 files changed, 46 insertions, 2 deletions
diff --git a/app-vim/extra-syntax/ChangeLog b/app-vim/extra-syntax/ChangeLog
index 9517c7ef9240..1370dfd5953b 100644
--- a/app-vim/extra-syntax/ChangeLog
+++ b/app-vim/extra-syntax/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-vim/extra-syntax
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/extra-syntax/ChangeLog,v 1.3 2005/02/18 20:55:52 slarti Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/extra-syntax/ChangeLog,v 1.4 2005/02/27 20:59:16 ciaranm Exp $
+
+*extra-syntax-2 (27 Feb 2005)
+
+ 27 Feb 2005; Ciaran McCreesh <ciaranm@gentoo.org> +extra-syntax-2.ebuild:
+ New version, new syntax files
18 Feb 2005; Tom Martin <slarti@gentoo.org> extra-syntax-1.ebuild:
Marked ~amd64.
diff --git a/app-vim/extra-syntax/Manifest b/app-vim/extra-syntax/Manifest
index 82f2f2716c84..fe1e08266696 100644
--- a/app-vim/extra-syntax/Manifest
+++ b/app-vim/extra-syntax/Manifest
@@ -1,4 +1,6 @@
+MD5 dbe329d3a70e2f685c5445ba4387a580 extra-syntax-2.ebuild 884
MD5 52d90dc73203617d6291a51e31c16613 ChangeLog 539
-MD5 c12b313eed9efb8f61723cb9ebf22c36 metadata.xml 253
MD5 97b7004d7632b97d58b7df225ba0908f extra-syntax-1.ebuild 712
+MD5 c12b313eed9efb8f61723cb9ebf22c36 metadata.xml 253
+MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-extra-syntax-2 0
MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-extra-syntax-1 0
diff --git a/app-vim/extra-syntax/extra-syntax-2.ebuild b/app-vim/extra-syntax/extra-syntax-2.ebuild
new file mode 100644
index 000000000000..cbe4f8269c6b
--- /dev/null
+++ b/app-vim/extra-syntax/extra-syntax-2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/extra-syntax/extra-syntax-2.ebuild,v 1.1 2005/02/27 20:59:16 ciaranm Exp $
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: metapackage for all extra syntax packages"
+HOMEPAGE="http://www.vim.org/"
+LICENSE="as-is"
+KEYWORDS="~x86 ~sparc ~ppc64 ~amd64 ~alpha ~ia64"
+SRC_URI=""
+IUSE=""
+
+RDEPEND="${RDEPEND}
+ app-vim/bnf-syntax
+ app-vim/brainfuck-syntax
+ app-vim/cfengine-syntax
+ app-vim/doxygen-syntax
+ app-vim/ebnf-syntax
+ app-vim/extra-syntax
+ app-vim/fluxbox-syntax
+ app-vim/gentoo-syntax
+ app-vim/gtk-syntax
+ app-vim/help-extra-syntax
+ app-vim/nagios-syntax
+ app-vim/ntp-syntax
+ app-vim/pam-syntax
+ app-vim/pgn-syntax
+ app-vim/selinux-syntax
+ app-vim/wikipedia-syntax
+ app-vim/xquery-syntax
+ app-vim/xsl-syntax"
+
+src_install() {
+ :
+}
+
diff --git a/app-vim/extra-syntax/files/digest-extra-syntax-2 b/app-vim/extra-syntax/files/digest-extra-syntax-2
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/app-vim/extra-syntax/files/digest-extra-syntax-2