diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-05-12 15:53:17 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-05-12 15:53:17 +0000 |
commit | 6faddd6a0eb0b008e25374d8b66d9a4f45de3afd (patch) | |
tree | 839d65f714eda5ae07225bca090b67cc26dc1216 /app-vim | |
parent | x86 stable (diff) | |
download | historical-6faddd6a0eb0b008e25374d8b66d9a4f45de3afd.tar.gz historical-6faddd6a0eb0b008e25374d8b66d9a4f45de3afd.tar.bz2 historical-6faddd6a0eb0b008e25374d8b66d9a4f45de3afd.zip |
Stable on sparc, added ~mips
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/taglist/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/taglist/Manifest | 4 | ||||
-rw-r--r-- | app-vim/taglist/taglist-3.2.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-vim/taglist/ChangeLog b/app-vim/taglist/ChangeLog index b25d57d981b8..86cf61b63e73 100644 --- a/app-vim/taglist/ChangeLog +++ b/app-vim/taglist/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/taglist # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/ChangeLog,v 1.15 2004/04/29 00:04:43 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/ChangeLog,v 1.16 2004/05/12 15:53:17 ciaranm Exp $ + + 12 May 2004; Ciaran McCreesh <ciaranm@gentoo.org> taglist-3.2.ebuild: + Stable on sparc, added ~mips *taglist-3.2 (29 Apr 2004) diff --git a/app-vim/taglist/Manifest b/app-vim/taglist/Manifest index 54bd940b7784..d914858469e6 100644 --- a/app-vim/taglist/Manifest +++ b/app-vim/taglist/Manifest @@ -1,5 +1,5 @@ -MD5 f7f8d25c117d3095700c03767b846f61 ChangeLog 2253 -MD5 f42b3e34320c6d8c5ec35b8bd3a2af58 taglist-3.2.ebuild 599 +MD5 762423cdfbc6437afa4e906b038cf508 ChangeLog 2357 +MD5 b67638e188cb001d4bb3879b50bd21c5 taglist-3.2.ebuild 604 MD5 f3583430b2f7b0686cafd606b08bf203 metadata.xml 156 MD5 f4c1dd5d3ad46eb5c67f53bed0ecb862 taglist-3.0.ebuild 588 MD5 40b734b647a8b324a246b1ca81a896aa taglist-3.1.ebuild 593 diff --git a/app-vim/taglist/taglist-3.2.ebuild b/app-vim/taglist/taglist-3.2.ebuild index 80b94c75b57a..2ae5b01f8af9 100644 --- a/app-vim/taglist/taglist-3.2.ebuild +++ b/app-vim/taglist/taglist-3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/taglist-3.2.ebuild,v 1.1 2004/04/29 00:04:43 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/taglist-3.2.ebuild,v 1.2 2004/05/12 15:53:17 ciaranm Exp $ inherit vim-plugin eutils @@ -8,7 +8,7 @@ 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 ~ia64 ~ppc" +KEYWORDS="~x86 ~alpha sparc ~ia64 ~ppc ~mips" RDEPEND="dev-util/ctags" |