summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Walker <ka0ttic@gentoo.org>2005-06-11 23:54:58 +0000
committerAaron Walker <ka0ttic@gentoo.org>2005-06-11 23:54:58 +0000
commit86928fee7e02c5e3700675b27b16576dd01ab6a9 (patch)
tree69246009259e4c0ddf710ee2d9dbf043bf113e66 /app-vim
parentNew syntax package, requested by nathanegge@yahoo.com in bug 95639. (diff)
downloadgentoo-2-86928fee7e02c5e3700675b27b16576dd01ab6a9.tar.gz
gentoo-2-86928fee7e02c5e3700675b27b16576dd01ab6a9.tar.bz2
gentoo-2-86928fee7e02c5e3700675b27b16576dd01ab6a9.zip
New version; added dhcpd-syntax and eruby-syntax.
(Portage version: 2.0.51.22-r1)
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-3.ebuild38
-rw-r--r--app-vim/extra-syntax/files/digest-extra-syntax-30
4 files changed, 47 insertions, 2 deletions
diff --git a/app-vim/extra-syntax/ChangeLog b/app-vim/extra-syntax/ChangeLog
index a300119fa9d3..288b2f6afda7 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.7 2005/04/06 18:41:30 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/extra-syntax/ChangeLog,v 1.8 2005/06/11 23:54:58 ka0ttic Exp $
+
+*extra-syntax-3 (11 Jun 2005)
+
+ 11 Jun 2005; Aaron Walker <ka0ttic@gentoo.org> +extra-syntax-3.ebuild:
+ New version; added dhcpd-syntax and eruby-syntax.
06 Apr 2005; Markus Rothe <corsair@gentoo.org> extra-syntax-2.ebuild:
Stable on ppc64
diff --git a/app-vim/extra-syntax/Manifest b/app-vim/extra-syntax/Manifest
index 47422a6e22bc..47f98fd674ab 100644
--- a/app-vim/extra-syntax/Manifest
+++ b/app-vim/extra-syntax/Manifest
@@ -1,4 +1,6 @@
-MD5 5555642598624dce89b94592dedface9 ChangeLog 1006
+MD5 ce5a73ad44e535a17ea49409e713158c extra-syntax-3.ebuild 905
MD5 1d2de6aadb235f930def94c6f2aa555d extra-syntax-2.ebuild 879
+MD5 a1b5041905c017d7bd757871dc125d25 ChangeLog 1163
MD5 c12b313eed9efb8f61723cb9ebf22c36 metadata.xml 253
MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-extra-syntax-2 0
+MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-extra-syntax-3 0
diff --git a/app-vim/extra-syntax/extra-syntax-3.ebuild b/app-vim/extra-syntax/extra-syntax-3.ebuild
new file mode 100644
index 000000000000..7cb2b85726d1
--- /dev/null
+++ b/app-vim/extra-syntax/extra-syntax-3.ebuild
@@ -0,0 +1,38 @@
+# 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-3.ebuild,v 1.1 2005/06/11 23:54:58 ka0ttic Exp $
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: metapackage for all extra syntax packages"
+HOMEPAGE="http://www.vim.org/"
+LICENSE="as-is"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc64 ~sparc ~x86"
+SRC_URI=""
+IUSE=""
+
+RDEPEND="${RDEPEND}
+ app-vim/bnf-syntax
+ app-vim/brainfuck-syntax
+ app-vim/cfengine-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-3 b/app-vim/extra-syntax/files/digest-extra-syntax-3
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/app-vim/extra-syntax/files/digest-extra-syntax-3