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/
Date: Fri, 11 May 2018 22:09:16
Message-Id: 1526076534.67380219b4c3c3f41d7c8ba156d7b598a9ed5026.monsieurp@gentoo
1 commit: 67380219b4c3c3f41d7c8ba156d7b598a9ed5026
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 11 22:06:13 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri May 11 22:08:54 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67380219
7
8 app-vim/dhcpd-syntax: clean up old ebuild.
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 app-vim/dhcpd-syntax/dhcpd-syntax-20030825.ebuild | 21 ---------------------
13 1 file changed, 21 deletions(-)
14
15 diff --git a/app-vim/dhcpd-syntax/dhcpd-syntax-20030825.ebuild b/app-vim/dhcpd-syntax/dhcpd-syntax-20030825.ebuild
16 deleted file mode 100644
17 index cfc50bce864..00000000000
18 --- a/app-vim/dhcpd-syntax/dhcpd-syntax-20030825.ebuild
19 +++ /dev/null
20 @@ -1,21 +0,0 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=0
25 -
26 -inherit vim-plugin eutils
27 -
28 -DESCRIPTION="vim plugin: syntax highlighting for dhcpd.conf"
29 -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=744"
30 -LICENSE="vim"
31 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd"
32 -IUSE=""
33 -
34 -VIM_PLUGIN_HELPTEXT=\
35 -"This plugin provides syntax highlighting for dhcpd.conf files."
36 -
37 -src_unpack() {
38 - unpack ${A}
39 - cd "${S}"
40 - epatch "${FILESDIR}"/${P}-multiple-addresses.patch
41 -}