summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-vim/align')
-rw-r--r--app-vim/align/Manifest2
-rw-r--r--app-vim/align/align-42.ebuild15
-rw-r--r--app-vim/align/align-43.ebuild16
-rw-r--r--app-vim/align/metadata.xml5
4 files changed, 38 insertions, 0 deletions
diff --git a/app-vim/align/Manifest b/app-vim/align/Manifest
new file mode 100644
index 000000000000..8eeeec439c27
--- /dev/null
+++ b/app-vim/align/Manifest
@@ -0,0 +1,2 @@
+DIST align-42.tar.bz2 34555 SHA256 05e07af8e2de9c76e2bee5d29a60926b5baf18ae21031ca39695295d46530565 SHA512 ddf7e011b207c41c6a8be84a86a3e7b2328b1c3a92b3870debe841cf01d2530c7b69259c7fe2e8204ad4064c42ca1d79dced33e5a97b4be1a9f9d722a9fe99ec WHIRLPOOL 50689ddd6aeb3414a246c9ccabe95cbe35b674d1f6fd0fa480c6fde5c10bb3e98ed796dc6350a205e1bd3b5756cfa843e3d789b28bc7bfa226bad44aa993c239
+DIST align-43.tar.bz2 34490 SHA256 d778ee6e5d4e017d5cce6c20ac2f24c1714cc5d8955d28112110024f8ff46f68 SHA512 b796ce56a60982a1b974a55e6b3ec74cd13ad8b572b00f49d814f22385d76441cb244c913216af3ef0d2ad128d5871eb60e5fc70343e55ce88453356941b0ecd WHIRLPOOL f3de49c6ad69944eed6e0cf02270dda05fb182a670c4e8f92fff09dbb162f471d8bddb989314882e96ba8df3e7d6c6dd455c22792001ff312c4de8ed0b428a7f
diff --git a/app-vim/align/align-42.ebuild b/app-vim/align/align-42.ebuild
new file mode 100644
index 000000000000..9433e65a1c5b
--- /dev/null
+++ b/app-vim/align/align-42.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=4
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: commands and maps to help produce aligned text"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=294"
+LICENSE="vim"
+KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86"
+RDEPEND="app-vim/cecutil"
+
+VIM_PLUGIN_HELPFILES="align"
diff --git a/app-vim/align/align-43.ebuild b/app-vim/align/align-43.ebuild
new file mode 100644
index 000000000000..c18ac1987d4b
--- /dev/null
+++ b/app-vim/align/align-43.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: commands and maps to help produce aligned text"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=294"
+LICENSE="vim"
+KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86"
+
+RDEPEND="app-vim/cecutil"
+
+VIM_PLUGIN_HELPFILES="align"
diff --git a/app-vim/align/metadata.xml b/app-vim/align/metadata.xml
new file mode 100644
index 000000000000..d221a8d4b42c
--- /dev/null
+++ b/app-vim/align/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>vim</herd>
+</pkgmetadata>