diff options
Diffstat (limited to 'app-vim/html5')
-rw-r--r-- | app-vim/html5/Manifest | 3 | ||||
-rw-r--r-- | app-vim/html5/html5-0.27.ebuild | 19 | ||||
-rw-r--r-- | app-vim/html5/metadata.xml | 14 |
3 files changed, 0 insertions, 36 deletions
diff --git a/app-vim/html5/Manifest b/app-vim/html5/Manifest deleted file mode 100644 index 4d53f37a2f3b..000000000000 --- a/app-vim/html5/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST html5-0.27.zip 30471 SHA256 56491f0ef69712267f39e85aa8686fdfd927f2473f36fba7467524abb3406b52 SHA512 94cc7ea1a082d232b85ca4b0887240a550f3a0381bebae5b8e06237257453f05f954e5e61a3d52437a9f27edfa05cb82e382a5796a7f02aedace2f226ab3f322 WHIRLPOOL f2dda6480ff52253771671e6834b2f938699cd5de01ddf08beeadb2129b0248041ee258bef0ae7d902cb28d23c758917c53a2dcd3dd0501232908559636066c5 -EBUILD html5-0.27.ebuild 478 BLAKE2B 33914b5b7d3213bd33f0b82deeab5d7184aef1e360ad2078b28e1d1896491f598212b7b1d26b32bc28e9b819cf6cb44a6b650154cbb1a044ac827b693d5562d2 SHA512 d721ad5a3bc7d77581ee7cd9631d5ed22254f77afdef0b7a7636ad059093a7747716bdc355be5a56a79a213aa7eb88451f35e713f41a6b2c342e2c831dea80fc -MISC metadata.xml 425 BLAKE2B 91d7209d19d5f9e7ef5b4561bf9fdab7ed6598bf4ba5bf7b935e36d3bb10d4287d0bda7098b0134ac7473bb6ba5862e4a144b6ae6a45cbd15db5f35a5086963d SHA512 479faa9e818287fb3bf7142f5d0bc61cc04fbf3d48b67072d2c03245c482fb07cb63f89b73498f9049c11d4dc72a97fe8c4096915da9e73cdc245cbac99ab7a9 diff --git a/app-vim/html5/html5-0.27.ebuild b/app-vim/html5/html5-0.27.ebuild deleted file mode 100644 index 55a9c26d55e3..000000000000 --- a/app-vim/html5/html5-0.27.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# 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 deleted file mode 100644 index 3222f677d0df..000000000000 --- a/app-vim/html5/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?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> |