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/html5/
Date: Mon, 04 Dec 2017 20:22:58
Message-Id: 1512418942.5f77ef6bb313f52ce705c967673f7fe724e62166.monsieurp@gentoo
1 commit: 5f77ef6bb313f52ce705c967673f7fe724e62166
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 4 20:04:27 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 4 20:22:22 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f77ef6b
7
8 app-vim/html5: removal.
9
10 Closes: https://bugs.gentoo.org/589194
11
12 app-vim/html5/Manifest | 1 -
13 app-vim/html5/html5-0.27.ebuild | 19 -------------------
14 app-vim/html5/metadata.xml | 14 --------------
15 3 files changed, 34 deletions(-)
16
17 diff --git a/app-vim/html5/Manifest b/app-vim/html5/Manifest
18 deleted file mode 100644
19 index a6ef087469d..00000000000
20 --- a/app-vim/html5/Manifest
21 +++ /dev/null
22 @@ -1 +0,0 @@
23 -DIST html5-0.27.zip 30471 SHA256 56491f0ef69712267f39e85aa8686fdfd927f2473f36fba7467524abb3406b52 SHA512 94cc7ea1a082d232b85ca4b0887240a550f3a0381bebae5b8e06237257453f05f954e5e61a3d52437a9f27edfa05cb82e382a5796a7f02aedace2f226ab3f322 WHIRLPOOL f2dda6480ff52253771671e6834b2f938699cd5de01ddf08beeadb2129b0248041ee258bef0ae7d902cb28d23c758917c53a2dcd3dd0501232908559636066c5
24
25 diff --git a/app-vim/html5/html5-0.27.ebuild b/app-vim/html5/html5-0.27.ebuild
26 deleted file mode 100644
27 index 55a9c26d55e..00000000000
28 --- a/app-vim/html5/html5-0.27.ebuild
29 +++ /dev/null
30 @@ -1,19 +0,0 @@
31 -# Copyright 1999-2016 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -inherit vim-plugin
37 -
38 -DESCRIPTION="vim plugin: HTML5/SVG omnicomplete function, indent and syntax for Vim"
39 -HOMEPAGE="https://github.com/othree/html5.vim"
40 -SRC_URI="https://github.com/othree/${PN}.vim/archive/${PV}.zip -> ${P}.zip"
41 -LICENSE="MIT"
42 -KEYWORDS="amd64 x86"
43 -
44 -DEPEND="app-arch/unzip"
45 -RDEPEND="${DEPEND}"
46 -
47 -S="${WORKDIR}/${PN}.vim-${PV}"
48 -
49 -src_compile() { :; }
50
51 diff --git a/app-vim/html5/metadata.xml b/app-vim/html5/metadata.xml
52 deleted file mode 100644
53 index 3222f677d0d..00000000000
54 --- a/app-vim/html5/metadata.xml
55 +++ /dev/null
56 @@ -1,14 +0,0 @@
57 -<?xml version='1.0' encoding='UTF-8'?>
58 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
59 -<pkgmetadata>
60 - <maintainer type="project">
61 - <email>vim@g.o</email>
62 - <name>Gentoo Vim Project</name>
63 - </maintainer>
64 - <maintainer type="person">
65 - <email>monsieurp@g.o</email>
66 - </maintainer>
67 - <upstream>
68 - <remote-id type="github">othree/html5.vim</remote-id>
69 - </upstream>
70 -</pkgmetadata>