diff options
-rw-r--r-- | app-vim/taglist/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/taglist/Manifest | 6 | ||||
-rw-r--r-- | app-vim/taglist/taglist-3.4-r1.ebuild | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/app-vim/taglist/ChangeLog b/app-vim/taglist/ChangeLog index ce48cc84150f..b9c48073fc95 100644 --- a/app-vim/taglist/ChangeLog +++ b/app-vim/taglist/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/taglist # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/ChangeLog,v 1.36 2005/02/20 05:10:10 gongloo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/ChangeLog,v 1.37 2005/03/20 14:27:46 mr_bones_ Exp $ + + 20 Mar 2005; Michael Sterrett <mr_bones_@gentoo.org> taglist-3.4-r1.ebuild: + ppc-macos needs deps first 20 Feb 2005; <gongloo@gentoo.org> taglist-3.4-r1.ebuild: Stable on ppc-macos. diff --git a/app-vim/taglist/Manifest b/app-vim/taglist/Manifest index 35eb4ed8d6da..38883580431e 100644 --- a/app-vim/taglist/Manifest +++ b/app-vim/taglist/Manifest @@ -1,8 +1,8 @@ -MD5 2bad83b4ac975ec40e533e2200fd28e1 ChangeLog 4259 +MD5 913d104b1e1551310c012762bb584746 ChangeLog 4369 MD5 f3583430b2f7b0686cafd606b08bf203 metadata.xml 156 -MD5 075e711f18c40a093f57d0fa80fd35ce taglist-3.4-r1.ebuild 593 +MD5 69a449f44ab805c619cd24346891b097 taglist-3.4-r1.ebuild 586 MD5 5cc5a9d33b96a8aa2d45b34429ea5158 taglist-3.4.ebuild 504 MD5 6c7387e0d96db70dfc803f7cfd973a1e files/digest-taglist-3.4 63 -MD5 6c7387e0d96db70dfc803f7cfd973a1e files/digest-taglist-3.4-r1 63 MD5 c7f319a44a948c29f40f341c69126fd9 files/taglist-2.6-exuberant.patch 349 +MD5 6c7387e0d96db70dfc803f7cfd973a1e files/digest-taglist-3.4-r1 63 MD5 d2c2a2110dd2457af6711f93504ca53c files/taglist-3.4-ebuilds.patch 451 diff --git a/app-vim/taglist/taglist-3.4-r1.ebuild b/app-vim/taglist/taglist-3.4-r1.ebuild index 50a39b140890..becdf0b00489 100644 --- a/app-vim/taglist/taglist-3.4-r1.ebuild +++ b/app-vim/taglist/taglist-3.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/taglist-3.4-r1.ebuild,v 1.9 2005/02/20 05:10:10 gongloo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/taglist-3.4-r1.ebuild,v 1.10 2005/03/20 14:27:46 mr_bones_ 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="alpha amd64 ia64 mips ppc sparc x86 ppc-macos" +KEYWORDS="alpha amd64 ia64 mips ppc sparc x86" IUSE="" RDEPEND="dev-util/ctags" |