diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-08-25 17:22:24 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-08-25 17:22:24 +0000 |
commit | 8826afd8dc306804a8fc4d222fb1e351f43df2f5 (patch) | |
tree | 2ac90f2f393a91fe56c010f9b1ee526fc92f6fc4 /app-vim | |
parent | New package. This is required by newer versions of some other app-vim packages. (diff) | |
download | historical-8826afd8dc306804a8fc4d222fb1e351f43df2f5.tar.gz historical-8826afd8dc306804a8fc4d222fb1e351f43df2f5.tar.bz2 historical-8826afd8dc306804a8fc4d222fb1e351f43df2f5.zip |
version bump
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/autoalign/ChangeLog | 7 | ||||
-rw-r--r-- | app-vim/autoalign/Manifest | 10 | ||||
-rw-r--r-- | app-vim/autoalign/autoalign-4.ebuild | 23 | ||||
-rw-r--r-- | app-vim/autoalign/files/digest-autoalign-4 | 1 |
4 files changed, 36 insertions, 5 deletions
diff --git a/app-vim/autoalign/ChangeLog b/app-vim/autoalign/ChangeLog index 6cb3faea9c33..7a574f2b3e13 100644 --- a/app-vim/autoalign/ChangeLog +++ b/app-vim/autoalign/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-vim/autoalign # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/autoalign/ChangeLog,v 1.1 2004/08/21 19:06:14 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/autoalign/ChangeLog,v 1.2 2004/08/25 17:22:24 ciaranm Exp $ + +*autoalign-4 (25 Aug 2004) + + 25 Aug 2004; Ciaran McCreesh <ciaranm@gentoo.org> +autoalign-4.ebuild: + Version bump *autoalign-3 (21 Aug 2004) diff --git a/app-vim/autoalign/Manifest b/app-vim/autoalign/Manifest index 6666c78ff7fa..0b96ea199767 100644 --- a/app-vim/autoalign/Manifest +++ b/app-vim/autoalign/Manifest @@ -1,14 +1,16 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 3ac0b509cd003edfcc444f426f978954 ChangeLog 325 +MD5 e050f91c8b49786840fa416ac53bf5b7 ChangeLog 442 +MD5 8f7542807b9b118a88b9f533c7ed105c autoalign-4.ebuild 651 MD5 9771ca4ff90b56dddc4acfadc6f6a01e metadata.xml 250 MD5 edfaa323485c776be247de3352df43cd autoalign-3.ebuild 836 MD5 5a8f8bc8db591e22e562f21a6b0484a8 files/digest-autoalign-3 62 +MD5 931c96309def683365ce69bb7cba0cf7 files/digest-autoalign-4 62 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) -iD8DBQFBJ5yCLLFUmVNQ7rkRAh+qAKCktTJFibyqV/R+qcftZ9AB6MWjwACdH2+j -JtvkvC7shHNs1NWtydJWEJ8= -=gYiG +iD8DBQFBLMomLLFUmVNQ7rkRAvQsAJ97vjPJJxWKqcAwuBQKIAOYPf2hwwCfWbOG +lg3i3Qybe4/sVxVxNX5QDIg= +=WVw1 -----END PGP SIGNATURE----- diff --git a/app-vim/autoalign/autoalign-4.ebuild b/app-vim/autoalign/autoalign-4.ebuild new file mode 100644 index 000000000000..a5295cc22c05 --- /dev/null +++ b/app-vim/autoalign/autoalign-4.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/autoalign/autoalign-4.ebuild,v 1.1 2004/08/25 17:22:24 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" +IUSE="" + +RDEPEND=">=app-vim/align-28 + >=app-vim/cecutil-3" + +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 +} + diff --git a/app-vim/autoalign/files/digest-autoalign-4 b/app-vim/autoalign/files/digest-autoalign-4 new file mode 100644 index 000000000000..030b122917fd --- /dev/null +++ b/app-vim/autoalign/files/digest-autoalign-4 @@ -0,0 +1 @@ +MD5 0d2eb692a81f022176ed934083769486 autoalign-4.tar.bz2 4361 |