summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-01-09 23:26:08 +0000
committerAron Griffis <agriffis@gentoo.org>2004-01-09 23:26:08 +0000
commit8582fd571d4404d69939e51137bd445aaacb36a5 (patch)
treee1f1464723ec5f5135de4824b5e86cd92c0a073c /app-vim
parentstable on alpha (diff)
downloadhistorical-8582fd571d4404d69939e51137bd445aaacb36a5.tar.gz
historical-8582fd571d4404d69939e51137bd445aaacb36a5.tar.bz2
historical-8582fd571d4404d69939e51137bd445aaacb36a5.zip
stable on alpha
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/taglist/ChangeLog7
-rw-r--r--app-vim/taglist/Manifest8
-rw-r--r--app-vim/taglist/taglist-3.1.ebuild6
3 files changed, 12 insertions, 9 deletions
diff --git a/app-vim/taglist/ChangeLog b/app-vim/taglist/ChangeLog
index 77abb57e0bd5..e6916de6d40e 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.10 2003/12/17 01:38:48 ciaranm Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/ChangeLog,v 1.11 2004/01/09 23:26:01 agriffis Exp $
+
+ 09 Jan 2004; Aron Griffis <agriffis@gentoo.org> taglist-3.1.ebuild:
+ stable on alpha
17 Dec 2003; Ciaran McCreesh <ciaranm@gentoo.org> taglist-3.1.ebuild:
Moved to stable on x86 and sparc
diff --git a/app-vim/taglist/Manifest b/app-vim/taglist/Manifest
index 16904463f1e3..7c9094baa4a5 100644
--- a/app-vim/taglist/Manifest
+++ b/app-vim/taglist/Manifest
@@ -1,13 +1,13 @@
-MD5 d922f2198d88a803e05a144016af1423 ChangeLog 1734
+MD5 da14475141331d485ef1bb2e532cd345 ChangeLog 1824
MD5 f3583430b2f7b0686cafd606b08bf203 metadata.xml 156
-MD5 079a839c97860b9a87ae31eeda295bfa taglist-2.6-r1.ebuild 556
MD5 b5894c1f0058764dfa5c72754a8323d3 taglist-2.6.ebuild 437
+MD5 079a839c97860b9a87ae31eeda295bfa taglist-2.6-r1.ebuild 556
MD5 2722d73b6156cacb4ee50e58b55b8555 taglist-2.8.ebuild 591
MD5 f730976084cd94ef2a5f1af4759e45b9 taglist-3.0.ebuild 589
-MD5 2162fb6e7bf343cdfacbac0be74681e5 taglist-3.1.ebuild 586
+MD5 3692210cd771cb9f4c2e323e35be6af6 taglist-3.1.ebuild 586
MD5 8d964b3af8b95753a6d3cf9f8a493818 files/digest-taglist-2.6 63
+MD5 c7f319a44a948c29f40f341c69126fd9 files/taglist-2.6-exuberant.patch 349
MD5 8d964b3af8b95753a6d3cf9f8a493818 files/digest-taglist-2.6-r1 63
MD5 6586970409b1eab9c015d8e0178d111d files/digest-taglist-2.8 63
MD5 1959df873c7b76886a2e6380b743002c files/digest-taglist-3.0 63
MD5 d191735fbcd8d66ce413875feb00a279 files/digest-taglist-3.1 63
-MD5 c7f319a44a948c29f40f341c69126fd9 files/taglist-2.6-exuberant.patch 349
diff --git a/app-vim/taglist/taglist-3.1.ebuild b/app-vim/taglist/taglist-3.1.ebuild
index acd5a0981613..13054cc94ef7 100644
--- a/app-vim/taglist/taglist-3.1.ebuild
+++ b/app-vim/taglist/taglist-3.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# 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.1.ebuild,v 1.2 2003/12/17 01:38:48 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/taglist-3.1.ebuild,v 1.3 2004/01/09 23:26:01 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"