summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@gentoo.org>2004-06-06 16:28:29 +0000
committerCiaran McCreesh <ciaranm@gentoo.org>2004-06-06 16:28:29 +0000
commit11a40babe0cdc04ddbf1fcaa2060f35a6502df0a (patch)
tree2207d210e6cec405615e95a61515207d48e55889 /app-vim
parentstable on amd64 (diff)
downloadhistorical-11a40babe0cdc04ddbf1fcaa2060f35a6502df0a.tar.gz
historical-11a40babe0cdc04ddbf1fcaa2060f35a6502df0a.tar.bz2
historical-11a40babe0cdc04ddbf1fcaa2060f35a6502df0a.zip
bump
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/taglist/ChangeLog7
-rw-r--r--app-vim/taglist/Manifest10
-rw-r--r--app-vim/taglist/files/digest-taglist-3.31
-rw-r--r--app-vim/taglist/taglist-3.0.ebuild3
-rw-r--r--app-vim/taglist/taglist-3.1.ebuild4
-rw-r--r--app-vim/taglist/taglist-3.2.ebuild3
-rw-r--r--app-vim/taglist/taglist-3.3.ebuild12
7 files changed, 29 insertions, 11 deletions
diff --git a/app-vim/taglist/ChangeLog b/app-vim/taglist/ChangeLog
index 86cf61b63e73..a4e0c1494c8c 100644
--- a/app-vim/taglist/ChangeLog
+++ b/app-vim/taglist/ChangeLog
@@ -1,6 +1,11 @@
# 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.16 2004/05/12 15:53:17 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/ChangeLog,v 1.17 2004/06/06 16:28:29 ciaranm Exp $
+
+*taglist-3.3 (06 Jun 2004)
+
+ 06 Jun 2004; Ciaran McCreesh <ciaranm@gentoo.org> +taglist-3.3.ebuild:
+ Version bump
12 May 2004; Ciaran McCreesh <ciaranm@gentoo.org> taglist-3.2.ebuild:
Stable on sparc, added ~mips
diff --git a/app-vim/taglist/Manifest b/app-vim/taglist/Manifest
index d914858469e6..cb193cc1c008 100644
--- a/app-vim/taglist/Manifest
+++ b/app-vim/taglist/Manifest
@@ -1,8 +1,10 @@
-MD5 762423cdfbc6437afa4e906b038cf508 ChangeLog 2357
-MD5 b67638e188cb001d4bb3879b50bd21c5 taglist-3.2.ebuild 604
+MD5 cfa496afef44b8ae59cdd3cbd5b97815 ChangeLog 2474
+MD5 00d1b003c1985976fe59ef1adbbfcca2 taglist-3.2.ebuild 603
+MD5 8bc3387a85c54c4560ab65bb4df5488d taglist-3.3.ebuild 462
MD5 f3583430b2f7b0686cafd606b08bf203 metadata.xml 156
-MD5 f4c1dd5d3ad46eb5c67f53bed0ecb862 taglist-3.0.ebuild 588
-MD5 40b734b647a8b324a246b1ca81a896aa taglist-3.1.ebuild 593
+MD5 0b91eb5b526b0f04ada11cec230ff9b5 taglist-3.0.ebuild 587
+MD5 fbf0a4f6aab778fb9eedcbaa49a34e4c taglist-3.1.ebuild 602
+MD5 13e07aaa174d9d15359697d158218944 files/digest-taglist-3.3 63
MD5 1959df873c7b76886a2e6380b743002c files/digest-taglist-3.0 63
MD5 d191735fbcd8d66ce413875feb00a279 files/digest-taglist-3.1 63
MD5 a8c9972ab8a6aa542e7f995c49677047 files/digest-taglist-3.2 63
diff --git a/app-vim/taglist/files/digest-taglist-3.3 b/app-vim/taglist/files/digest-taglist-3.3
new file mode 100644
index 000000000000..78f984de3131
--- /dev/null
+++ b/app-vim/taglist/files/digest-taglist-3.3
@@ -0,0 +1 @@
+MD5 050fa0da4a02f8f00cd4e5cad80c0989 taglist-3.3.tar.bz2 23821
diff --git a/app-vim/taglist/taglist-3.0.ebuild b/app-vim/taglist/taglist-3.0.ebuild
index e576c13e4f66..3db188b1ad02 100644
--- a/app-vim/taglist/taglist-3.0.ebuild
+++ b/app-vim/taglist/taglist-3.0.ebuild
@@ -1,12 +1,11 @@
# 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.0.ebuild,v 1.2 2004/04/16 23:55:18 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/taglist-3.0.ebuild,v 1.3 2004/06/06 16:28:29 ciaranm 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"
diff --git a/app-vim/taglist/taglist-3.1.ebuild b/app-vim/taglist/taglist-3.1.ebuild
index effdfb6158e1..58b361937276 100644
--- a/app-vim/taglist/taglist-3.1.ebuild
+++ b/app-vim/taglist/taglist-3.1.ebuild
@@ -1,15 +1,15 @@
# 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.5 2004/03/16 01:04:02 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/taglist-3.1.ebuild,v 1.6 2004/06/06 16:28:29 ciaranm 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"
+IUSE=""
RDEPEND="dev-util/ctags"
src_unpack() {
diff --git a/app-vim/taglist/taglist-3.2.ebuild b/app-vim/taglist/taglist-3.2.ebuild
index 2ae5b01f8af9..24a79decbd88 100644
--- a/app-vim/taglist/taglist-3.2.ebuild
+++ b/app-vim/taglist/taglist-3.2.ebuild
@@ -1,12 +1,11 @@
# 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.2 2004/05/12 15:53:17 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/taglist-3.2.ebuild,v 1.3 2004/06/06 16:28:29 ciaranm 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"
diff --git a/app-vim/taglist/taglist-3.3.ebuild b/app-vim/taglist/taglist-3.3.ebuild
new file mode 100644
index 000000000000..90e2d926636f
--- /dev/null
+++ b/app-vim/taglist/taglist-3.3.ebuild
@@ -0,0 +1,12 @@
+# 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.3.ebuild,v 1.1 2004/06/06 16:28:29 ciaranm 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"
+
+RDEPEND="dev-util/ctags"