diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-10-27 03:45:05 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-10-27 03:45:05 +0000 |
commit | ec208bf22a6f573ff33d4daa6a023e152b56f920 (patch) | |
tree | 6305e88907d36c4e3f54046027b22b170a82ece8 /app-vim | |
parent | version bump for bug 31989 (diff) | |
download | gentoo-2-ec208bf22a6f573ff33d4daa6a023e152b56f920.tar.gz gentoo-2-ec208bf22a6f573ff33d4daa6a023e152b56f920.tar.bz2 gentoo-2-ec208bf22a6f573ff33d4daa6a023e152b56f920.zip |
version bump for bug 31989
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/taglist/ChangeLog | 7 | ||||
-rw-r--r-- | app-vim/taglist/Manifest | 4 | ||||
-rw-r--r-- | app-vim/taglist/files/digest-taglist-3.0 | 1 | ||||
-rw-r--r-- | app-vim/taglist/taglist-3.0.ebuild | 20 |
4 files changed, 29 insertions, 3 deletions
diff --git a/app-vim/taglist/ChangeLog b/app-vim/taglist/ChangeLog index 2791fde2212b..4d7204a121e4 100644 --- a/app-vim/taglist/ChangeLog +++ b/app-vim/taglist/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-vim/taglist # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/ChangeLog,v 1.6 2003/09/07 01:22:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/ChangeLog,v 1.7 2003/10/27 03:45:01 agriffis Exp $ + +*taglist-3.0 (26 Oct 2003) + + 26 Oct 2003; Aron Griffis <agriffis@gentoo.org> taglist-3.0.ebuild: + Version bump to 3.0 for bug 31989 06 Sep 2003; Aron Griffis <agriffis@gentoo.org> taglist-2.8.ebuild: Mark stable on sparc diff --git a/app-vim/taglist/Manifest b/app-vim/taglist/Manifest index a91f68f33bd1..8deeeb078aa5 100644 --- a/app-vim/taglist/Manifest +++ b/app-vim/taglist/Manifest @@ -1,7 +1,7 @@ -MD5 442b54e5405f88ee10d3226c39315b3b taglist-3.0.ebuild 586 +MD5 f730976084cd94ef2a5f1af4759e45b9 taglist-3.0.ebuild 589 MD5 079a839c97860b9a87ae31eeda295bfa taglist-2.6-r1.ebuild 556 MD5 b5894c1f0058764dfa5c72754a8323d3 taglist-2.6.ebuild 437 -MD5 78a4b0ab09d67fc212998332d7a5a733 ChangeLog 1287 +MD5 2f16f45c7a379fcaf94fdd5c59494f90 ChangeLog 1422 MD5 f3583430b2f7b0686cafd606b08bf203 metadata.xml 156 MD5 442b54e5405f88ee10d3226c39315b3b taglist-2.8.ebuild 586 MD5 8d964b3af8b95753a6d3cf9f8a493818 files/digest-taglist-2.6 63 diff --git a/app-vim/taglist/files/digest-taglist-3.0 b/app-vim/taglist/files/digest-taglist-3.0 new file mode 100644 index 000000000000..18af38deba7b --- /dev/null +++ b/app-vim/taglist/files/digest-taglist-3.0 @@ -0,0 +1 @@ +MD5 17bb671b415bbfb9733891802d1da9a8 taglist-3.0.tar.bz2 17420 diff --git a/app-vim/taglist/taglist-3.0.ebuild b/app-vim/taglist/taglist-3.0.ebuild new file mode 100644 index 000000000000..3d6ef61ed668 --- /dev/null +++ b/app-vim/taglist/taglist-3.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/taglist-3.0.ebuild,v 1.1 2003/10/27 03:45:01 agriffis Exp $ + +inherit vim-plugin eutils + +DESCRIPTION="vim plugin: ctags-based source code browser" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=273" + +LICENSE="vim" +KEYWORDS="~x86 ~alpha ~sparc" + +RDEPEND="dev-util/ctags" + +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/taglist-2.6-exuberant.patch || die "epatch failed" + rm -f plugin/taglist.vim.orig +} |