diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-01-29 23:01:47 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-01-29 23:01:47 +0000 |
commit | a6f046c63c475dba4dfe11b7139f579eb02f7cba (patch) | |
tree | 0a15f922ed0add2ce174195abfd57c5c9b8d2026 | |
parent | Proper use of kde eclasses, and added patch to make sure kvirc does not insta... (diff) | |
download | gentoo-2-a6f046c63c475dba4dfe11b7139f579eb02f7cba.tar.gz gentoo-2-a6f046c63c475dba4dfe11b7139f579eb02f7cba.tar.bz2 gentoo-2-a6f046c63c475dba4dfe11b7139f579eb02f7cba.zip |
Bump, bug #79359.
(Portage version: 2.0.51-r15)
-rw-r--r-- | app-vim/autoalign/ChangeLog | 7 | ||||
-rw-r--r-- | app-vim/autoalign/Manifest | 2 | ||||
-rw-r--r-- | app-vim/autoalign/autoalign-5.ebuild | 34 | ||||
-rw-r--r-- | app-vim/autoalign/files/digest-autoalign-5 | 1 |
4 files changed, 43 insertions, 1 deletions
diff --git a/app-vim/autoalign/ChangeLog b/app-vim/autoalign/ChangeLog index 94e4d7c84afa..e9f861e0419f 100644 --- a/app-vim/autoalign/ChangeLog +++ b/app-vim/autoalign/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-vim/autoalign # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/autoalign/ChangeLog,v 1.8 2005/01/01 16:46:05 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/autoalign/ChangeLog,v 1.9 2005/01/29 23:01:47 ciaranm Exp $ + +*autoalign-5 (29 Jan 2005) + + 29 Jan 2005; Ciaran McCreesh <ciaranm@gentoo.org> +autoalign-5.ebuild: + Bump, bug #79359. 29 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> -autoalign-3.ebuild: Tidy up old versions diff --git a/app-vim/autoalign/Manifest b/app-vim/autoalign/Manifest index 6329a6e78e86..275b32bf0e17 100644 --- a/app-vim/autoalign/Manifest +++ b/app-vim/autoalign/Manifest @@ -1,4 +1,6 @@ MD5 514ea20dd6acb0883fb051fcc48ed83b ChangeLog 908 MD5 a9319c0495f2ea11d02b8014c7a234d9 autoalign-4.ebuild 913 +MD5 d479a0521024c2ef42f4a8fb97211ccd autoalign-5.ebuild 897 MD5 9771ca4ff90b56dddc4acfadc6f6a01e metadata.xml 250 +MD5 d41c0ff11e949099cc8200a23b68075e files/digest-autoalign-5 62 MD5 931c96309def683365ce69bb7cba0cf7 files/digest-autoalign-4 62 diff --git a/app-vim/autoalign/autoalign-5.ebuild b/app-vim/autoalign/autoalign-5.ebuild new file mode 100644 index 000000000000..a7a85b0a69bc --- /dev/null +++ b/app-vim/autoalign/autoalign-5.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/autoalign/autoalign-5.ebuild,v 1.1 2005/01/29 23:01:47 ciaranm Exp $ + +inherit vim-plugin + +DESCRIPTION="vim plugin: automatically align bib, c, c++, tex and vim code" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=884" +LICENSE="vim" +KEYWORDS="~x86 ~sparc ~mips ~ppc ~amd64" +IUSE="" + +RDEPEND=">=app-vim/align-30 + >=app-vim/cecutil-4" + +VIM_PLUGIN_HELPFILES="autoalign" + +src_unpack() { + unpack ${A} + cd ${S} + # Don't use the cecutil.vim included in the tarball, use the one + # provided by app-vim/cecutil instead. + rm plugin/cecutil.vim +} + +pkg_postinst() { + vim-plugin_pkg_postinst + + ewarn + ewarn "This plugin only works properly when vim is in virtualedit" + ewarn "mode. To enable this, use:" + ewarn " :set virtualedit=all" + ewarn +} diff --git a/app-vim/autoalign/files/digest-autoalign-5 b/app-vim/autoalign/files/digest-autoalign-5 new file mode 100644 index 000000000000..cc13273dfc4c --- /dev/null +++ b/app-vim/autoalign/files/digest-autoalign-5 @@ -0,0 +1 @@ +MD5 48c6af34daf64975e5c0b830a1fe4f10 autoalign-5.tar.bz2 6021 |