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: Tue, 28 Jun 2016 20:15:20
Message-Id: 1467143208.317967d7ee268b7f2ae2f530b6b7e643c402c2c9.monsieurp@gentoo
1 commit: 317967d7ee268b7f2ae2f530b6b7e643c402c2c9
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 28 19:41:10 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 28 19:46:48 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=317967d7
7
8 app-vim/html5: Add html5 vimscript to the tree.
9
10 Package-Manager: portage-2.2.28
11
12 app-vim/html5/Manifest | 1 +
13 app-vim/html5/html5-0.27.ebuild | 20 ++++++++++++++++++++
14 app-vim/html5/metadata.xml | 11 +++++++++++
15 3 files changed, 32 insertions(+)
16
17 diff --git a/app-vim/html5/Manifest b/app-vim/html5/Manifest
18 new file mode 100644
19 index 0000000..a6ef087
20 --- /dev/null
21 +++ b/app-vim/html5/Manifest
22 @@ -0,0 +1 @@
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 new file mode 100644
27 index 0000000..707a14f
28 --- /dev/null
29 +++ b/app-vim/html5/html5-0.27.ebuild
30 @@ -0,0 +1,20 @@
31 +# Copyright 1999-2016 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +# $Id$
34 +
35 +EAPI=6
36 +
37 +inherit vim-plugin
38 +
39 +DESCRIPTION="vim plugin: HTML5/SVG omnicomplete function, indent and syntax for Vim"
40 +HOMEPAGE="https://github.com/othree/html5.vim"
41 +SRC_URI="https://github.com/othree/${PN}.vim/archive/${PV}.zip -> ${P}.zip"
42 +LICENSE="MIT"
43 +KEYWORDS="~amd64 ~x86"
44 +
45 +DEPEND="app-arch/unzip"
46 +RDEPEND="${DEPEND}"
47 +
48 +S="${WORKDIR}/${PN}.vim-${PV}"
49 +
50 +src_compile() { :; }
51
52 diff --git a/app-vim/html5/metadata.xml b/app-vim/html5/metadata.xml
53 new file mode 100644
54 index 0000000..6c8987e
55 --- /dev/null
56 +++ b/app-vim/html5/metadata.xml
57 @@ -0,0 +1,11 @@
58 +<?xml version="1.0" encoding="UTF-8"?>
59 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
60 +<pkgmetadata>
61 + <maintainer type="project">
62 + <email>vim@g.o</email>
63 + <name>Gentoo Vim Project</name>
64 + </maintainer>
65 + <maintainer type="person">
66 + <email>monsieurp@g.o</email>
67 + </maintainer>
68 +</pkgmetadata>