From ecdac123787b96ce6649f0f91da12ea6458cc2b1 Mon Sep 17 00:00:00 2001 From: Palica Date: Tue, 23 Jun 2020 22:35:08 +0200 Subject: Updating liguros repo --- app-vim/indentpython/Manifest | 1 + app-vim/indentpython/indentpython-0.3.ebuild | 14 ++++++++++++++ app-vim/indentpython/metadata.xml | 15 +++++++++++++++ 3 files changed, 30 insertions(+) create mode 100644 app-vim/indentpython/Manifest create mode 100644 app-vim/indentpython/indentpython-0.3.ebuild create mode 100644 app-vim/indentpython/metadata.xml (limited to 'app-vim/indentpython') diff --git a/app-vim/indentpython/Manifest b/app-vim/indentpython/Manifest new file mode 100644 index 000000000000..eb44d7fa6fd7 --- /dev/null +++ b/app-vim/indentpython/Manifest @@ -0,0 +1 @@ +DIST indentpython-0.3.tar.gz 2305 BLAKE2B 080224b87a10d1a7cd87523b37257b099efc873a954a5af63d8046351ad67fa6a58c6d84405ca50416b735f52835029e2fe653a24cd80d66dfb851f050b2421c SHA512 a3750ad7f935be914821cdff6b55b9bca1fe4d076d6c364be3854679c8c3466f14a4df486258fbee5a24d58373bc6258080e598992b22a0897e18a170555ebd6 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..948b25f73a4c --- /dev/null +++ b/app-vim/indentpython/metadata.xml @@ -0,0 +1,15 @@ + + + + + vim@gentoo.org + Gentoo Vim Project + + + monsieurp@gentoo.org + + + vim-scripts/indentpython.vim + + gentoo-staging + -- cgit v1.3.1