summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@gentoo.org>2005-03-24 23:38:16 +0000
committerCiaran McCreesh <ciaranm@gentoo.org>2005-03-24 23:38:16 +0000
commit3de57758ff66f806c328b67f065eb1f0f09805da (patch)
treee65650282270144613dbdd7446e2ffb31af26068 /app-vim/dhcpd-syntax/dhcpd-syntax-20030825.ebuild
parentMarked ppc (diff)
downloadgentoo-2-3de57758ff66f806c328b67f065eb1f0f09805da.tar.gz
gentoo-2-3de57758ff66f806c328b67f065eb1f0f09805da.tar.bz2
gentoo-2-3de57758ff66f806c328b67f065eb1f0f09805da.zip
New package, requested by Bjarke Istrup Pedersen in bug #85808.
(Portage version: 2.0.51.19 small furry bundle of death edition)
Diffstat (limited to 'app-vim/dhcpd-syntax/dhcpd-syntax-20030825.ebuild')
-rw-r--r--app-vim/dhcpd-syntax/dhcpd-syntax-20030825.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/app-vim/dhcpd-syntax/dhcpd-syntax-20030825.ebuild b/app-vim/dhcpd-syntax/dhcpd-syntax-20030825.ebuild
new file mode 100644
index 000000000000..3e0a3e9f7315
--- /dev/null
+++ b/app-vim/dhcpd-syntax/dhcpd-syntax-20030825.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/dhcpd-syntax/dhcpd-syntax-20030825.ebuild,v 1.1 2005/03/24 23:38:16 ciaranm Exp $
+
+inherit vim-plugin eutils
+
+DESCRIPTION="vim plugin: syntax highlighting for dhcpd.conf"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=744"
+LICENSE="as-is"
+KEYWORDS="~x86 ~sparc ~ppc64 ~amd64 ~alpha ~ia64"
+IUSE=""
+
+VIM_PLUGIN_HELPTEXT=\
+"This plugin provides syntax highlighting for dhcpd.conf files."
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ epatch ${FILESDIR}/${P}-multiple-addresses.patch
+}