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/emmet/
Date: Mon, 31 Dec 2018 15:55:48
Message-Id: 1546271726.31362f38c6f4abdf4699b76f383c5a43b791de58.monsieurp@gentoo
1 commit: 31362f38c6f4abdf4699b76f383c5a43b791de58
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 25 10:48:01 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 31 15:55:26 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31362f38
7
8 app-vim/emmet: 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 app-vim/emmet/emmet-0.85.ebuild | 13 -------------
14 1 file changed, 13 deletions(-)
15
16 diff --git a/app-vim/emmet/emmet-0.85.ebuild b/app-vim/emmet/emmet-0.85.ebuild
17 deleted file mode 100644
18 index 3fb6d0a756c..00000000000
19 --- a/app-vim/emmet/emmet-0.85.ebuild
20 +++ /dev/null
21 @@ -1,13 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -inherit vim-plugin
28 -
29 -DESCRIPTION="vim plugin: HTML and CSS hi-speed coding"
30 -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2981 https://mattn.github.io/emmet-vim/ https://emmet.io/"
31 -LICENSE="BSD"
32 -KEYWORDS="amd64 x86"
33 -
34 -VIM_PLUGIN_HELPFILES="${PN}.txt"