diff options
author | Ali Polatel <hawking@gentoo.org> | 2007-08-23 15:11:05 +0000 |
---|---|---|
committer | Ali Polatel <hawking@gentoo.org> | 2007-08-23 15:11:05 +0000 |
commit | 032128c90752b743f8b66da7880b6a22eb92c251 (patch) | |
tree | cf34769e10eb624fc34e88c4f33f0b915331b02f /app-vim | |
parent | commit the mask, dammit (diff) | |
download | gentoo-2-032128c90752b743f8b66da7880b6a22eb92c251.tar.gz gentoo-2-032128c90752b743f8b66da7880b6a22eb92c251.tar.bz2 gentoo-2-032128c90752b743f8b66da7880b6a22eb92c251.zip |
Version bump.
(Portage version: 2.1.3.6)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/taglist/ChangeLog | 7 | ||||
-rw-r--r-- | app-vim/taglist/files/digest-taglist-4.4 | 3 | ||||
-rw-r--r-- | app-vim/taglist/taglist-4.4.ebuild | 23 |
3 files changed, 32 insertions, 1 deletions
diff --git a/app-vim/taglist/ChangeLog b/app-vim/taglist/ChangeLog index 0d2bf8a6c175..694ca102ba4c 100644 --- a/app-vim/taglist/ChangeLog +++ b/app-vim/taglist/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-vim/taglist # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/ChangeLog,v 1.47 2007/02/11 14:07:54 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/ChangeLog,v 1.48 2007/08/23 15:11:05 hawking Exp $ + +*taglist-4.4 (23 Aug 2007) + + 23 Aug 2007; Ali Polatel <hawking@gentoo.org> +taglist-4.4.ebuild: + Version bump. 11 Feb 2007; Fabian Groffen <grobian@gentoo.org> taglist-4.1.ebuild, taglist-4.2.ebuild: diff --git a/app-vim/taglist/files/digest-taglist-4.4 b/app-vim/taglist/files/digest-taglist-4.4 new file mode 100644 index 000000000000..6ace80507d9b --- /dev/null +++ b/app-vim/taglist/files/digest-taglist-4.4 @@ -0,0 +1,3 @@ +MD5 14fb9a03fa9b1ecb035eda88e84daac4 taglist-4.4.tar.bz2 39011 +RMD160 6da7b92f8ab0f059f36b886ebfe689a022f3b829 taglist-4.4.tar.bz2 39011 +SHA256 a6fa817d0abf16884fa6280d844444f3bff85523cb40c65369b9c9366e603d48 taglist-4.4.tar.bz2 39011 diff --git a/app-vim/taglist/taglist-4.4.ebuild b/app-vim/taglist/taglist-4.4.ebuild new file mode 100644 index 000000000000..50e5b23d02fb --- /dev/null +++ b/app-vim/taglist/taglist-4.4.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/taglist-4.4.ebuild,v 1.1 2007/08/23 15:11:05 hawking Exp $ + +inherit vim-plugin eutils + +DESCRIPTION="vim plugin: ctags-based source code browser" +HOMEPAGE="http://vim-taglist.sourceforge.net/" + +LICENSE="vim" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="dev-util/ctags" + +VIM_PLUGIN_HELPFILES="taglist-intro" + +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/${PN}-3.4-ebuilds.patch + [[ -f plugin/${PN}.vim.orig ]] && rm plugin/${PN}.vim.orig +} |