diff options
author | Elfyn McBratney <beu@gentoo.org> | 2007-01-03 15:45:04 +0000 |
---|---|---|
committer | Elfyn McBratney <beu@gentoo.org> | 2007-01-03 15:45:04 +0000 |
commit | ebb9dc8ba6dba8d67421683217c0d051092a49d7 (patch) | |
tree | cb0509a393cd3d3ad654ab1dcf8d770ddb72046a /app-vim | |
parent | new eclasses, there is a separated document that describe changes (diff) | |
download | gentoo-2-ebb9dc8ba6dba8d67421683217c0d051092a49d7.tar.gz gentoo-2-ebb9dc8ba6dba8d67421683217c0d051092a49d7.tar.bz2 gentoo-2-ebb9dc8ba6dba8d67421683217c0d051092a49d7.zip |
Version bump.
(Portage version: 2.1.1-r2)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/taglist/ChangeLog | 9 | ||||
-rw-r--r-- | app-vim/taglist/files/digest-taglist-4.2 | 3 | ||||
-rw-r--r-- | app-vim/taglist/taglist-4.2.ebuild | 23 |
3 files changed, 33 insertions, 2 deletions
diff --git a/app-vim/taglist/ChangeLog b/app-vim/taglist/ChangeLog index 8058ebd60dde..ed4db3e03796 100644 --- a/app-vim/taglist/ChangeLog +++ b/app-vim/taglist/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-vim/taglist -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/ChangeLog,v 1.45 2006/09/18 14:36:41 agriffis Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/ChangeLog,v 1.46 2007/01/03 15:45:04 beu Exp $ + +*taglist-4.2 (03 Jan 2007) + + 03 Jan 2007; Elfyn McBratney <beu@gentoo.org> +taglist-4.2.ebuild: + Version bump. 18 Sep 2006; Aron Griffis <agriffis@gentoo.org> taglist-4.1.ebuild: Set SRC_URI to dev.gentoo.org/~agriffis temporarily since diff --git a/app-vim/taglist/files/digest-taglist-4.2 b/app-vim/taglist/files/digest-taglist-4.2 new file mode 100644 index 000000000000..126eec66e90c --- /dev/null +++ b/app-vim/taglist/files/digest-taglist-4.2 @@ -0,0 +1,3 @@ +MD5 d52907bba290bf823cf6211fa7081825 taglist-4.2.tar.bz2 37906 +RMD160 fdfa59597f955555b6e1a809b361b4869013ae9a taglist-4.2.tar.bz2 37906 +SHA256 f155d1ae1ddded7e487b436070094aee17741753ebdc3945733175e33f85da3b taglist-4.2.tar.bz2 37906 diff --git a/app-vim/taglist/taglist-4.2.ebuild b/app-vim/taglist/taglist-4.2.ebuild new file mode 100644 index 000000000000..4460c52e807d --- /dev/null +++ b/app-vim/taglist/taglist-4.2.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.2.ebuild,v 1.1 2007/01/03 15:45:04 beu 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 ~ppc-macos ~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 +} |