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/eselect-syntax/
Date: Sun, 10 Feb 2019 23:11:41
Message-Id: 1549840275.1ac66efd065d3316e4a5e3cf325e45a7c979b07a.monsieurp@gentoo
1 commit: 1ac66efd065d3316e4a5e3cf325e45a7c979b07a
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 1 17:50:42 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 10 23:11:15 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ac66efd
7
8 app-vim/eselect-syntax: clean up old.
9
10 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 .../eselect-syntax/eselect-syntax-20070506.ebuild | 21 ---------------------
14 1 file changed, 21 deletions(-)
15
16 diff --git a/app-vim/eselect-syntax/eselect-syntax-20070506.ebuild b/app-vim/eselect-syntax/eselect-syntax-20070506.ebuild
17 deleted file mode 100644
18 index 2af67ca705c..00000000000
19 --- a/app-vim/eselect-syntax/eselect-syntax-20070506.ebuild
20 +++ /dev/null
21 @@ -1,21 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=0
26 -
27 -inherit eutils vim-plugin
28 -
29 -DESCRIPTION="vim plugin: Eselect syntax highlighting, filetype and indent settings"
30 -HOMEPAGE="https://www.gentoo.org/"
31 -SRC_URI="mirror://gentoo/${P}.tar.bz2"
32 -
33 -LICENSE="vim"
34 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
35 -
36 -DEPEND="!<app-vim/gentoo-syntax-20070506"
37 -RDEPEND="${DEPEND}"
38 -
39 -IUSE=""
40 -
41 -VIM_PLUGIN_HELPFILES="${PN}"
42 -VIM_PLUGIN_MESSAGES="filetype"