summaryrefslogtreecommitdiff
path: root/app-vim/html5
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /app-vim/html5
reinit the tree, so we can have metadata
Diffstat (limited to 'app-vim/html5')
-rw-r--r--app-vim/html5/Manifest4
-rw-r--r--app-vim/html5/html5-0.27.ebuild19
-rw-r--r--app-vim/html5/metadata.xml14
3 files changed, 37 insertions, 0 deletions
diff --git a/app-vim/html5/Manifest b/app-vim/html5/Manifest
new file mode 100644
index 000000000000..8b435dbc3008
--- /dev/null
+++ b/app-vim/html5/Manifest
@@ -0,0 +1,4 @@
+DIST html5-0.27.zip 30471 SHA256 56491f0ef69712267f39e85aa8686fdfd927f2473f36fba7467524abb3406b52 SHA512 94cc7ea1a082d232b85ca4b0887240a550f3a0381bebae5b8e06237257453f05f954e5e61a3d52437a9f27edfa05cb82e382a5796a7f02aedace2f226ab3f322 WHIRLPOOL f2dda6480ff52253771671e6834b2f938699cd5de01ddf08beeadb2129b0248041ee258bef0ae7d902cb28d23c758917c53a2dcd3dd0501232908559636066c5
+EBUILD html5-0.27.ebuild 478 SHA256 b5cc8f77c1775ee2d377d912d2d914c01601b89dd41d112e50aaa7590d89ed33 SHA512 d721ad5a3bc7d77581ee7cd9631d5ed22254f77afdef0b7a7636ad059093a7747716bdc355be5a56a79a213aa7eb88451f35e713f41a6b2c342e2c831dea80fc WHIRLPOOL 7e3cb6f70bb405ab6543fc0d836f61656755b2b329ce74f782636994b7a851da756fe49a75fb362526e5e75e6d26722463e5aeb0a95cb170d3579f72a3457a99
+MISC ChangeLog 532 SHA256 6debd12607ab8e7229a9541d96069f91e2a56f63d1eb1c45d550d6df5662787f SHA512 ef441d8e44d0ecdae720c3c124c060777635097e5f0992367cc52da1e9e8ca978d6b201e1b62502dd68660ac45a39eaf70291c2ebda6d637c26c9567a52303b2 WHIRLPOOL 6dab255ba8f9f9de08a061f070aa3714eb8fff41aae3ae485964d004276ca3b6252692a3a1a59d5d78749a8059cdadc93fb2147f7e623a258a943120c396a8a0
+MISC metadata.xml 425 SHA256 c97b75b38f9cc6aeca212e14a6b465d6c6c556955d65b9a51d279adc92078027 SHA512 479faa9e818287fb3bf7142f5d0bc61cc04fbf3d48b67072d2c03245c482fb07cb63f89b73498f9049c11d4dc72a97fe8c4096915da9e73cdc245cbac99ab7a9 WHIRLPOOL 3d3bfd784642e3ff3896a166c931cd82815a7609fbe0bb13d6c87508db8c34bd99253367052b9f01cacba8aa07f92e69b1ace467db139d5de0a0f4da8ecd8f44
diff --git a/app-vim/html5/html5-0.27.ebuild b/app-vim/html5/html5-0.27.ebuild
new file mode 100644
index 000000000000..55a9c26d55e3
--- /dev/null
+++ b/app-vim/html5/html5-0.27.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: HTML5/SVG omnicomplete function, indent and syntax for Vim"
+HOMEPAGE="https://github.com/othree/html5.vim"
+SRC_URI="https://github.com/othree/${PN}.vim/archive/${PV}.zip -> ${P}.zip"
+LICENSE="MIT"
+KEYWORDS="amd64 x86"
+
+DEPEND="app-arch/unzip"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${PN}.vim-${PV}"
+
+src_compile() { :; }
diff --git a/app-vim/html5/metadata.xml b/app-vim/html5/metadata.xml
new file mode 100644
index 000000000000..3222f677d0df
--- /dev/null
+++ b/app-vim/html5/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>vim@gentoo.org</email>
+ <name>Gentoo Vim Project</name>
+ </maintainer>
+ <maintainer type="person">
+ <email>monsieurp@gentoo.org</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">othree/html5.vim</remote-id>
+ </upstream>
+</pkgmetadata>