summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/taglist/ChangeLog5
-rw-r--r--app-vim/taglist/Manifest4
-rw-r--r--app-vim/taglist/taglist-2.8.ebuild4
3 files changed, 8 insertions, 5 deletions
diff --git a/app-vim/taglist/ChangeLog b/app-vim/taglist/ChangeLog
index 0626b8e5d99d..2791fde2212b 100644
--- a/app-vim/taglist/ChangeLog
+++ b/app-vim/taglist/ChangeLog
@@ -1,6 +1,9 @@
# 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.5 2003/09/07 01:03:02 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/ChangeLog,v 1.6 2003/09/07 01:22:51 agriffis Exp $
+
+ 06 Sep 2003; Aron Griffis <agriffis@gentoo.org> taglist-2.8.ebuild:
+ Mark stable on sparc
*taglist-2.8 (06 Sep 2003)
diff --git a/app-vim/taglist/Manifest b/app-vim/taglist/Manifest
index f485280b6e31..88049db9842a 100644
--- a/app-vim/taglist/Manifest
+++ b/app-vim/taglist/Manifest
@@ -1,8 +1,8 @@
MD5 079a839c97860b9a87ae31eeda295bfa taglist-2.6-r1.ebuild 556
MD5 b5894c1f0058764dfa5c72754a8323d3 taglist-2.6.ebuild 437
-MD5 8fb1f6b423b0e43d71d87365cfccaccd ChangeLog 1193
+MD5 78a4b0ab09d67fc212998332d7a5a733 ChangeLog 1287
MD5 f3583430b2f7b0686cafd606b08bf203 metadata.xml 156
-MD5 eb8499d97d2e458b408a91884d795ae0 taglist-2.8.ebuild 587
+MD5 442b54e5405f88ee10d3226c39315b3b taglist-2.8.ebuild 586
MD5 8d964b3af8b95753a6d3cf9f8a493818 files/digest-taglist-2.6 63
MD5 6586970409b1eab9c015d8e0178d111d files/digest-taglist-2.8 63
MD5 8d964b3af8b95753a6d3cf9f8a493818 files/digest-taglist-2.6-r1 63
diff --git a/app-vim/taglist/taglist-2.8.ebuild b/app-vim/taglist/taglist-2.8.ebuild
index ccc688c3d104..df180c938546 100644
--- a/app-vim/taglist/taglist-2.8.ebuild
+++ b/app-vim/taglist/taglist-2.8.ebuild
@@ -1,6 +1,6 @@
# 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-2.8.ebuild,v 1.1 2003/09/07 01:03:02 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/taglist-2.8.ebuild,v 1.2 2003/09/07 01:22:52 agriffis 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"
+KEYWORDS="x86 alpha sparc"
RDEPEND="dev-util/ctags"