Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/dhcpd-syntax/, app-vim/dhcpd-syntax/files/
Date: Thu, 28 Sep 2017 09:31:59
Message-Id: 1506591109.45d7c2506a364f6a52bb357720496ad6925b51d5.monsieurp@gentoo
1 commit: 45d7c2506a364f6a52bb357720496ad6925b51d5
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 28 09:30:30 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 28 09:31:49 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45d7c250
7
8 app-vim/dhcpd-syntax: EAPI 6 bump.
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.1
11
12 app-vim/dhcpd-syntax/dhcpd-syntax-20030825-r1.ebuild | 15 +++++++++++++++
13 .../files/dhcpd-syntax-20030825-multiple-addresses.patch | 4 ++--
14 2 files changed, 17 insertions(+), 2 deletions(-)
15
16 diff --git a/app-vim/dhcpd-syntax/dhcpd-syntax-20030825-r1.ebuild b/app-vim/dhcpd-syntax/dhcpd-syntax-20030825-r1.ebuild
17 new file mode 100644
18 index 00000000000..b5d16e15beb
19 --- /dev/null
20 +++ b/app-vim/dhcpd-syntax/dhcpd-syntax-20030825-r1.ebuild
21 @@ -0,0 +1,15 @@
22 +# Copyright 1999-2017 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=6
26 +
27 +inherit vim-plugin
28 +
29 +DESCRIPTION="vim plugin: syntax highlighting for dhcpd.conf"
30 +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=744"
31 +LICENSE="vim"
32 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
33 +
34 +VIM_PLUGIN_HELPTEXT="This plugin provides syntax highlighting for dhcpd.conf files."
35 +
36 +PATCHES=( "${FILESDIR}"/${P}-multiple-addresses.patch )
37
38 diff --git a/app-vim/dhcpd-syntax/files/dhcpd-syntax-20030825-multiple-addresses.patch b/app-vim/dhcpd-syntax/files/dhcpd-syntax-20030825-multiple-addresses.patch
39 index 22eaa823679..b783792d4cb 100644
40 --- a/app-vim/dhcpd-syntax/files/dhcpd-syntax-20030825-multiple-addresses.patch
41 +++ b/app-vim/dhcpd-syntax/files/dhcpd-syntax-20030825-multiple-addresses.patch
42 @@ -1,5 +1,5 @@
43 ---- syntax/dhcpd.vim.orig 2005-03-24 16:41:59.755564944 +0000
44 -+++ syntax/dhcpd.vim 2005-03-24 16:42:15.894111512 +0000
45 +--- a/syntax/dhcpd.vim 2005-03-24 16:41:59.755564944 +0000
46 ++++ b/syntax/dhcpd.vim 2005-03-24 16:42:15.894111512 +0000
47 @@ -33,7 +33,7 @@
48 " Base constructs {{{
49 syn match dhcpdString +"[^"]*"+