diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
commit | 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch) | |
tree | 7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /app-vim/vim-flake8 | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'app-vim/vim-flake8')
-rw-r--r-- | app-vim/vim-flake8/Manifest | 3 | ||||
-rw-r--r-- | app-vim/vim-flake8/metadata.xml | 14 | ||||
-rw-r--r-- | app-vim/vim-flake8/vim-flake8-1.6.ebuild | 14 |
3 files changed, 31 insertions, 0 deletions
diff --git a/app-vim/vim-flake8/Manifest b/app-vim/vim-flake8/Manifest new file mode 100644 index 000000000000..ed011b53e30b --- /dev/null +++ b/app-vim/vim-flake8/Manifest @@ -0,0 +1,3 @@ +DIST vim-flake8-1.6.tar.gz 5345 BLAKE2B dd726798a49231841f9fcb915999cf965a42b8b5f593a66f97268bc6d7993584d5f9ed0cfc50508bc57d60c5dcd19c8476e86ae26fb8be9c1dcf7007db2d0323 SHA512 a4208478f9754ef2d188a51e3262c449ef16b48fc0208425795d71c304118c129ae20a723fff96863291bae66237f1479a591cc23e5ec90222e0614d2dcccce9 +EBUILD vim-flake8-1.6.ebuild 402 BLAKE2B eb5c93251f30ef79ce9d76954d24f739e7dc4465ffdf9d6fae92747b065e058b5bb0e89961d77d526039f0bc023d47d19e8bfb50b3c7d07a02877c7c6b5e825e SHA512 e597905db4f37dc796bdd01cb6d2e5e5c121c6483347a7189dcfd16e36445636bbd8cadb3182fb3be9e14493bb9a44a8cf1569d9587e6a8806412698b76d8c6f +MISC metadata.xml 424 BLAKE2B 3229e40038f1b81d9e30930a93fd292caacefb1425f4fe070348ccfacc377fd52a972735eff894cbbc01f838c2ba1d0f5a1f1fd84d3a9a2b76cf952a185914a5 SHA512 eaa032b9c9f247340b0eceffea35d85c14259024eac52195f3aab1d7916ea028b44a4ee4e1a8d1b95cf002972a82f0bf36b8425248da684ef794c8afbe632ac5 diff --git a/app-vim/vim-flake8/metadata.xml b/app-vim/vim-flake8/metadata.xml new file mode 100644 index 000000000000..f1026b7729be --- /dev/null +++ b/app-vim/vim-flake8/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">nvie/vim-flake8</remote-id> + </upstream> +</pkgmetadata> diff --git a/app-vim/vim-flake8/vim-flake8-1.6.ebuild b/app-vim/vim-flake8/vim-flake8-1.6.ebuild new file mode 100644 index 000000000000..8ff3e0444938 --- /dev/null +++ b/app-vim/vim-flake8/vim-flake8-1.6.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit vim-plugin + +DESCRIPTION="vim plugin: runs the currently open file through flake8" +HOMEPAGE="https://github.com/nvie/vim-flake8" +SRC_URI="https://github.com/nvie/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="BSD" +KEYWORDS="amd64 ppc ppc64 x86" + +RDEPEND="dev-python/flake8" |