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/indentpython | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'app-vim/indentpython')
-rw-r--r-- | app-vim/indentpython/Manifest | 3 | ||||
-rw-r--r-- | app-vim/indentpython/indentpython-0.3.ebuild | 14 | ||||
-rw-r--r-- | app-vim/indentpython/metadata.xml | 14 |
3 files changed, 31 insertions, 0 deletions
diff --git a/app-vim/indentpython/Manifest b/app-vim/indentpython/Manifest new file mode 100644 index 000000000000..444220dd7ad7 --- /dev/null +++ b/app-vim/indentpython/Manifest @@ -0,0 +1,3 @@ +DIST indentpython-0.3.tar.gz 2305 BLAKE2B 080224b87a10d1a7cd87523b37257b099efc873a954a5af63d8046351ad67fa6a58c6d84405ca50416b735f52835029e2fe653a24cd80d66dfb851f050b2421c SHA512 a3750ad7f935be914821cdff6b55b9bca1fe4d076d6c364be3854679c8c3466f14a4df486258fbee5a24d58373bc6258080e598992b22a0897e18a170555ebd6 +EBUILD indentpython-0.3.ebuild 431 BLAKE2B 50793b88fb7e1d5e03782ad8383cc02da2199048cabd15799f21ba805d3f034adcf871244d6f356249dfc020ccb9b5380e949c810af0bfb6d47fc4d0a8d31925 SHA512 80710b0d87c4e1ca973be6c8c00274d9e23b0346662201f54c6e9aa443f65cbfa0fed107c8a1df63a7b46ab8d47d6bfaff2771d5722807aab131b340fb45de5c +MISC metadata.xml 437 BLAKE2B 302eee78ee54aea1ade2aa9206518258d8d4d8d2382ff7f5ce786c404561aa049f0e9a1b50330fe54d3c3432d688a7ddda193161d38dc43559278f802c378d3f SHA512 a6dc546a8b543e5e568f0dace43860187d1ea909b614ade44ecf3eb6cc03507b77fd4f62da85284c191b7007376ac31ca9933171983df84b5da04bfdb8424ac7 diff --git a/app-vim/indentpython/indentpython-0.3.ebuild b/app-vim/indentpython/indentpython-0.3.ebuild new file mode 100644 index 000000000000..d2abc1777cf7 --- /dev/null +++ b/app-vim/indentpython/indentpython-0.3.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: Indent Python code according to PEP8" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=974" +SRC_URI="https://github.com/vim-scripts/${PN}.vim/archive/${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="vim.org" +KEYWORDS="amd64 ppc ppc64 x86" + +S="${WORKDIR}/${PN}.vim-${PV}" diff --git a/app-vim/indentpython/metadata.xml b/app-vim/indentpython/metadata.xml new file mode 100644 index 000000000000..a4ec1d420f91 --- /dev/null +++ b/app-vim/indentpython/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">vim-scripts/indentpython.vim</remote-id> + </upstream> +</pkgmetadata> |