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
commit8c1e729308803bfbf09c365a8c329a7506788ec6 (patch)
tree187d952b7be3f05a75eb4a87e18988f81cbd07ef /app-vim/dhcpd-syntax/dhcpd-syntax-20030825.ebuild
parentMarked ppc (diff)
downloadhistorical-8c1e729308803bfbf09c365a8c329a7506788ec6.tar.gz
historical-8c1e729308803bfbf09c365a8c329a7506788ec6.tar.bz2
historical-8c1e729308803bfbf09c365a8c329a7506788ec6.zip
New package, requested by Bjarke Istrup Pedersen in bug #85808.
Package-Manager: portage-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
+}