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/extra-syntax/
Date: Tue, 04 Apr 2017 23:09:05
Message-Id: 1491347303.27d954343b70d3a0a38c1f52f898b165a722d7d8.monsieurp@gentoo
1 commit: 27d954343b70d3a0a38c1f52f898b165a722d7d8
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 4 22:52:57 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 4 23:08:23 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27d95434
7
8 app-vim/extra-syntax: clean up old.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 app-vim/extra-syntax/extra-syntax-4.ebuild | 35 ------------------------------
13 1 file changed, 35 deletions(-)
14
15 diff --git a/app-vim/extra-syntax/extra-syntax-4.ebuild b/app-vim/extra-syntax/extra-syntax-4.ebuild
16 deleted file mode 100644
17 index b235802a86d..00000000000
18 --- a/app-vim/extra-syntax/extra-syntax-4.ebuild
19 +++ /dev/null
20 @@ -1,35 +0,0 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -inherit vim-plugin
25 -
26 -DESCRIPTION="vim plugin: metapackage for all extra syntax packages"
27 -HOMEPAGE="http://www.vim.org/"
28 -LICENSE="metapackage"
29 -KEYWORDS="amd64 ~mips ~ppc ppc64 x86"
30 -SRC_URI=""
31 -IUSE=""
32 -
33 -RDEPEND="${RDEPEND}
34 - app-vim/bnf-syntax
35 - app-vim/brainfuck-syntax
36 - app-vim/cfengine-syntax
37 - app-vim/dhcpd-syntax
38 - app-vim/ebnf-syntax
39 - app-vim/eruby-syntax
40 - app-vim/fluxbox-syntax
41 - app-vim/gentoo-syntax
42 - app-vim/gtk-syntax
43 - app-vim/help-extra-syntax
44 - app-vim/nagios-syntax
45 - app-vim/ntp-syntax
46 - app-vim/pam-syntax
47 - app-vim/pgn-syntax
48 - app-vim/selinux-syntax
49 - app-vim/wikipedia-syntax
50 - app-vim/xquery-syntax
51 - app-vim/xsl-syntax"
52 -
53 -src_install() {
54 - :
55 -}