diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-07-16 17:16:28 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-07-16 17:16:28 +0000 |
commit | 4f48e6abd7d0f68117abcd0c41d56721d349be2b (patch) | |
tree | bbb492d33d769819c220eda70190d4bfa280cd86 /app-vim | |
parent | Took over package as maintainer. Added -r2 version to fix Bug #51585 (diff) | |
download | historical-4f48e6abd7d0f68117abcd0c41d56721d349be2b.tar.gz historical-4f48e6abd7d0f68117abcd0c41d56721d349be2b.tar.bz2 historical-4f48e6abd7d0f68117abcd0c41d56721d349be2b.zip |
Stable on alpha.
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/taglist/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/taglist/Manifest | 20 | ||||
-rw-r--r-- | app-vim/taglist/taglist-3.3.ebuild | 4 |
3 files changed, 11 insertions, 18 deletions
diff --git a/app-vim/taglist/ChangeLog b/app-vim/taglist/ChangeLog index 384682653b57..9886e8ff8bbe 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.20 2004/07/15 19:47:57 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/ChangeLog,v 1.21 2004/07/16 17:16:28 kloeri Exp $ + + 16 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> taglist-3.3.ebuild: + Stable on alpha. 15 Jul 2004; Ciaran McCreesh <ciaranm@gentoo.org> taglist-3.3.ebuild: Stable on x86 diff --git a/app-vim/taglist/Manifest b/app-vim/taglist/Manifest index d2c559297088..7268be2a98b1 100644 --- a/app-vim/taglist/Manifest +++ b/app-vim/taglist/Manifest @@ -1,21 +1,11 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 7eae9329d4499db382d23aa5611e62a0 ChangeLog 2651 +MD5 f818bddc99102fa67ab0e08935f68a80 taglist-3.1.ebuild 594 +MD5 57828d81f2e6715d7aca657b7b960db7 taglist-3.3.ebuild 456 +MD5 5658c0a7ebee470fc9ae940bb56f9f60 taglist-3.0.ebuild 587 MD5 44d075a7ec8dc46d21f7550cad8ea910 taglist-3.2.ebuild 603 -MD5 495a8552501bc5dfc16c0dd5821efae9 taglist-3.3.ebuild 458 +MD5 bf6b75c6de610060b68320bf4919e4ec ChangeLog 2742 MD5 f3583430b2f7b0686cafd606b08bf203 metadata.xml 156 -MD5 5658c0a7ebee470fc9ae940bb56f9f60 taglist-3.0.ebuild 587 -MD5 f818bddc99102fa67ab0e08935f68a80 taglist-3.1.ebuild 594 -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 +MD5 13e07aaa174d9d15359697d158218944 files/digest-taglist-3.3 63 MD5 c7f319a44a948c29f40f341c69126fd9 files/taglist-2.6-exuberant.patch 349 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.4 (GNU/Linux) - -iD8DBQFA9t+JLLFUmVNQ7rkRAvjYAJ9m9lVgBlkr8jY6d9JUUsICgpj5oQCgjMux -fU9uXHd5WGho0Xe+JbcPyKg= -=5Xck ------END PGP SIGNATURE----- diff --git a/app-vim/taglist/taglist-3.3.ebuild b/app-vim/taglist/taglist-3.3.ebuild index a43c8a19a879..28f20200004c 100644 --- a/app-vim/taglist/taglist-3.3.ebuild +++ b/app-vim/taglist/taglist-3.3.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.3.ebuild,v 1.5 2004/07/15 19:47:57 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/taglist-3.3.ebuild,v 1.6 2004/07/16 17:16:28 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" +KEYWORDS="x86 alpha sparc ~ia64 ~ppc mips" IUSE="" RDEPEND="dev-util/ctags" |