summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2013-06-01 22:19:37 +0000
committerTim Harder <radhermit@gentoo.org>2013-06-01 22:19:37 +0000
commit5fac45f28ed61a679de97cbebce118719e45fcbf (patch)
tree358d948851a40f48b1c81b312e5f86e86a94e7d0 /app-vim/align
parentRemove old. (diff)
downloadgentoo-2-5fac45f28ed61a679de97cbebce118719e45fcbf.tar.gz
gentoo-2-5fac45f28ed61a679de97cbebce118719e45fcbf.tar.bz2
gentoo-2-5fac45f28ed61a679de97cbebce118719e45fcbf.zip
Version bump.
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'app-vim/align')
-rw-r--r--app-vim/align/ChangeLog7
-rw-r--r--app-vim/align/align-43.ebuild16
2 files changed, 22 insertions, 1 deletions
diff --git a/app-vim/align/ChangeLog b/app-vim/align/ChangeLog
index 99ad56f494e3..a48f78881691 100644
--- a/app-vim/align/ChangeLog
+++ b/app-vim/align/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-vim/align
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/align/ChangeLog,v 1.63 2013/01/29 07:42:26 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/align/ChangeLog,v 1.64 2013/06/01 22:19:37 radhermit Exp $
+
+*align-43 (01 Jun 2013)
+
+ 01 Jun 2013; Tim Harder <radhermit@gentoo.org> +align-43.ebuild:
+ Version bump.
29 Jan 2013; Tim Harder <radhermit@gentoo.org> align-42.ebuild:
Remove empty IUSE.
diff --git a/app-vim/align/align-43.ebuild b/app-vim/align/align-43.ebuild
new file mode 100644
index 000000000000..0efeb848067b
--- /dev/null
+++ b/app-vim/align/align-43.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/align/align-43.ebuild,v 1.1 2013/06/01 22:19:37 radhermit Exp $
+
+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"