diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-09-19 19:46:17 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-09-19 19:46:17 +0000 |
commit | 45437eb833273d5d06c273a877712e1d91b73da0 (patch) | |
tree | 0a07d9d9b92d0505feacd217937ecc14e604b46c /app-vim | |
parent | Cleaned out old ebuilds. (Manifest recommit) (diff) | |
download | gentoo-2-45437eb833273d5d06c273a877712e1d91b73da0.tar.gz gentoo-2-45437eb833273d5d06c273a877712e1d91b73da0.tar.bz2 gentoo-2-45437eb833273d5d06c273a877712e1d91b73da0.zip |
Stable on alpha.
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/taglist/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/taglist/taglist-3.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-vim/taglist/ChangeLog b/app-vim/taglist/ChangeLog index 83ed46efcadb..580a95b6015f 100644 --- a/app-vim/taglist/ChangeLog +++ b/app-vim/taglist/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/taglist # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/ChangeLog,v 1.25 2004/09/09 20:46:29 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/ChangeLog,v 1.26 2004/09/19 19:46:17 kloeri Exp $ + + 19 Sep 2004; Bryan Østergaard,,, <kloeri@gentoo.org> taglist-3.4.ebuild: + Stable on alpha. 09 Sep 2004; Danny van Dyk <kugelfang@gentoo.org> taglist-3.4.ebuild: Marked stable on amd64. diff --git a/app-vim/taglist/taglist-3.4.ebuild b/app-vim/taglist/taglist-3.4.ebuild index 2fbf2662a2ea..d8063371b9cb 100644 --- a/app-vim/taglist/taglist-3.4.ebuild +++ b/app-vim/taglist/taglist-3.4.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/taglist-3.4.ebuild,v 1.4 2004/09/09 20:46:29 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/taglist-3.4.ebuild,v 1.5 2004/09/19 19:46:17 kloeri 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 ~ia64 ~ppc mips amd64" +KEYWORDS="x86 alpha sparc ~ia64 ~ppc mips amd64" IUSE="" RDEPEND="dev-util/ctags" |