summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@gentoo.org>2005-09-28 23:54:31 +0000
committerCiaran McCreesh <ciaranm@gentoo.org>2005-09-28 23:54:31 +0000
commitdd27338cd3194b7716ad22f8ea5c3804d02471c4 (patch)
tree1909620e80dae17ffd1eb09b3e8d053395c7ea3d /app-vim
parentAdded ~mips (diff)
downloadgentoo-2-dd27338cd3194b7716ad22f8ea5c3804d02471c4.tar.gz
gentoo-2-dd27338cd3194b7716ad22f8ea5c3804d02471c4.tar.bz2
gentoo-2-dd27338cd3194b7716ad22f8ea5c3804d02471c4.zip
New release, include conky-syntax
(Portage version: 2.0.52-r1 cut-price flea-ridden swamp edition)
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/extra-syntax/ChangeLog7
-rw-r--r--app-vim/extra-syntax/Manifest8
-rw-r--r--app-vim/extra-syntax/extra-syntax-4.ebuild39
-rw-r--r--app-vim/extra-syntax/files/digest-extra-syntax-40
4 files changed, 50 insertions, 4 deletions
diff --git a/app-vim/extra-syntax/ChangeLog b/app-vim/extra-syntax/ChangeLog
index 2432a4f74140..09ee9953a3ef 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.10 2005/09/10 20:16:01 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/extra-syntax/ChangeLog,v 1.11 2005/09/28 23:54:31 ciaranm Exp $
+
+*extra-syntax-4 (28 Sep 2005)
+
+ 28 Sep 2005; Ciaran McCreesh <ciaranm@gentoo.org> +extra-syntax-4.ebuild:
+ New release, include conky-syntax
10 Sep 2005; Aron Griffis <agriffis@gentoo.org> extra-syntax-2.ebuild:
Mark 2 stable on alpha
diff --git a/app-vim/extra-syntax/Manifest b/app-vim/extra-syntax/Manifest
index a47afd6441ef..66a7a2985377 100644
--- a/app-vim/extra-syntax/Manifest
+++ b/app-vim/extra-syntax/Manifest
@@ -1,6 +1,8 @@
+MD5 64129d32a5af560915b1860817134cb7 extra-syntax-3.ebuild 908
+MD5 ff21c5ad165af4935f6a32fc83ff3815 extra-syntax-4.ebuild 899
+MD5 87eb58b955b352f74fbb25d4fcdff8ba extra-syntax-2.ebuild 879
MD5 c12b313eed9efb8f61723cb9ebf22c36 metadata.xml 253
MD5 bd54cda3869a552857a1bfca8277f140 ChangeLog 1350
-MD5 87eb58b955b352f74fbb25d4fcdff8ba extra-syntax-2.ebuild 879
-MD5 64129d32a5af560915b1860817134cb7 extra-syntax-3.ebuild 908
-MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-extra-syntax-2 0
+MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-extra-syntax-4 0
MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-extra-syntax-3 0
+MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-extra-syntax-2 0
diff --git a/app-vim/extra-syntax/extra-syntax-4.ebuild b/app-vim/extra-syntax/extra-syntax-4.ebuild
new file mode 100644
index 000000000000..4b89e8ccb37d
--- /dev/null
+++ b/app-vim/extra-syntax/extra-syntax-4.ebuild
@@ -0,0 +1,39 @@
+# 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-4.ebuild,v 1.1 2005/09/28 23:54:31 ciaranm Exp $
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: metapackage for all extra syntax packages"
+HOMEPAGE="http://www.vim.org/"
+LICENSE="as-is"
+KEYWORDS="~sparc ~mips"
+SRC_URI=""
+IUSE=""
+
+RDEPEND="${RDEPEND}
+ app-vim/bnf-syntax
+ app-vim/brainfuck-syntax
+ app-vim/cfengine-syntax
+ app-vim/conky-syntax
+ app-vim/dhcpd-syntax
+ app-vim/doxygen-syntax
+ app-vim/ebnf-syntax
+ app-vim/eruby-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-4 b/app-vim/extra-syntax/files/digest-extra-syntax-4
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/app-vim/extra-syntax/files/digest-extra-syntax-4