commit:     0377401e0f3f693adb9544499b170c29f2907691
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  6 22:23:47 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Jun  6 22:38:00 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0377401e

app-vim/indentpython: Add vim script to indent Python code.

Package-Manager: portage-2.2.28

 app-vim/indentpython/Manifest                |  1 +
 app-vim/indentpython/indentpython-0.3.ebuild | 17 +++++++++++++++++
 app-vim/indentpython/metadata.xml            |  8 ++++++++
 3 files changed, 26 insertions(+)

diff --git a/app-vim/indentpython/Manifest b/app-vim/indentpython/Manifest
new file mode 100644
index 0000000..3facd60
--- /dev/null
+++ b/app-vim/indentpython/Manifest
@@ -0,0 +1 @@
+DIST indentpython-0.3.zip 2682 SHA256 
0e6e16f80e21d173d6f9b87efcb7d2027026d8e7125156a01a9367f7a9489baf SHA512 
d358579357d5197dc035816b02557b8e84d5f0c85fb6433d171b9880e211dee75ef6f5fd7a37651677591c6c31a570c39094d6bbd5052a29ef344ec18b0e13c5
 WHIRLPOOL 
976555635d61360b55deb975c78ccf079eb17bf66595babf6c307f0f7eb0e5c68fd9a26abd85d7d5181942524388ef3dfe7795767cba19e2097ec77c7859c5b8

diff --git a/app-vim/indentpython/indentpython-0.3.ebuild 
b/app-vim/indentpython/indentpython-0.3.ebuild
new file mode 100644
index 0000000..d3e592f
--- /dev/null
+++ b/app-vim/indentpython/indentpython-0.3.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: Indent Python code according to PEP8"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=974";
+SRC_URI="https://github.com/vim-scripts/${PN}.vim/archive/${PV}.zip -> 
${P}.zip"
+LICENSE="vim.org"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+DEPEND="app-arch/unzip"
+
+S="${WORKDIR}/${PN}.vim-${PV}"

diff --git a/app-vim/indentpython/metadata.xml 
b/app-vim/indentpython/metadata.xml
new file mode 100644
index 0000000..84f8f1c
--- /dev/null
+++ b/app-vim/indentpython/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+  <maintainer type="project">
+    <email>[email protected]</email>
+    <name>Gentoo Vim Project</name>
+  </maintainer>
+</pkgmetadata>

Reply via email to