diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-12-23 20:48:53 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-12-23 20:48:53 +0000 |
commit | 51536d2fe4697ba9114d611178bb9e20d3d5b729 (patch) | |
tree | 30b91d98e65985a575940ed49e756697c1f049c2 /app-vim | |
parent | 4ab6db5717ef23f29320d4c6fb9ebdb8dec1f193 (diff) |
gentoo resync : 23.12.2017
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/Manifest.gz | bin | 32275 -> 32434 bytes | |||
-rw-r--r-- | app-vim/frawor/Manifest | 3 | ||||
-rw-r--r-- | app-vim/frawor/frawor-0.2.3.ebuild | 16 | ||||
-rw-r--r-- | app-vim/frawor/metadata.xml | 11 |
4 files changed, 30 insertions, 0 deletions
diff --git a/app-vim/Manifest.gz b/app-vim/Manifest.gz Binary files differindex f37e9d661b0c..9edbe1d9bfb0 100644 --- a/app-vim/Manifest.gz +++ b/app-vim/Manifest.gz diff --git a/app-vim/frawor/Manifest b/app-vim/frawor/Manifest new file mode 100644 index 000000000000..2b65db8e7e40 --- /dev/null +++ b/app-vim/frawor/Manifest @@ -0,0 +1,3 @@ +DIST frawor-0.2.3.tar.xz 257268 BLAKE2B 4409de0fb392841676eac2d794e0e44f64e3978dea1b72b807b7660a9feb1da3850a1ba651287f624830da4d1529daea60da2b76db37e422b6a4827e73dcf8d6 SHA512 ad8c6939875b5783b3faa0a3194e187161ba10f662a896f06ea86aebf12b172bd8d419b14a95c0d14aedfb38ebc5de73895d6d472db64dc15f567509e55188b2 +EBUILD frawor-0.2.3.ebuild 376 BLAKE2B 47753081e97ee08f5287bcd25baa15dcb652bc53e20dafc8d72cc80e21f85d44edda0936be40647a1c5f8b747f64e19d4e806c890a569a1685384c12d8ba4efa SHA512 09188548e4943975314a6c2e5ac67faab27d3112482aafd6781f9330bfd381471ee4080a8d84b251f06bcee862530d70763957b226248af029ec75ed5c9437bc +MISC metadata.xml 329 BLAKE2B 17d5e9ce9b31695f1b5086d74864de622a4f36fd842f4abda1970ff98ed438f36edaaa96a4bf990a5b5cd54f59ea2bbfaa3b7da472ab570c2621ebb3cdc6d3cb SHA512 586688ee9f3cd9697e9236e9377691f5ac8c0e4ea3910020b1616a6454342021ae971ab734fb2e2ccf33d8a08fc44fea848d72f47a6acdf3b9999d3aa280ae24 diff --git a/app-vim/frawor/frawor-0.2.3.ebuild b/app-vim/frawor/frawor-0.2.3.ebuild new file mode 100644 index 000000000000..6a80c16a5951 --- /dev/null +++ b/app-vim/frawor/frawor-0.2.3.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit vim-plugin + +DESCRIPTION="vim plugin: modular vim framework" +HOMEPAGE="https://bitbucket.org/ZyX_I/frawor" +SRC_URI="https://bitbucket.org/ZyX_I/${PN}/downloads/${P}.tar.xz" + +LICENSE="vim" +KEYWORDS="~amd64 ~x86" + +# Tests rely on zsh. No. +RESTRICT="test" diff --git a/app-vim/frawor/metadata.xml b/app-vim/frawor/metadata.xml new file mode 100644 index 000000000000..4de8542f5d22 --- /dev/null +++ b/app-vim/frawor/metadata.xml @@ -0,0 +1,11 @@ +<?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> + <upstream> + <remote-id type="bitbucket">ZyX_I/frawor</remote-id> + </upstream> +</pkgmetadata> |