diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-01-23 15:48:24 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-01-23 15:48:24 +0000 |
commit | 96559dc708a6217b30688029a14f6026d14598bf (patch) | |
tree | 74ecbbba0f5e5780d796d9afbe9ab9bc473f509e | |
parent | (no commit message) (diff) | |
download | historical-96559dc708a6217b30688029a14f6026d14598bf.tar.gz historical-96559dc708a6217b30688029a14f6026d14598bf.tar.bz2 historical-96559dc708a6217b30688029a14f6026d14598bf.zip |
stable on ia64
-rw-r--r-- | app-vim/taglist/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/taglist/Manifest | 4 | ||||
-rw-r--r-- | app-vim/taglist/taglist-3.1.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-vim/taglist/ChangeLog b/app-vim/taglist/ChangeLog index e6916de6d40e..9b1c34a10a84 100644 --- a/app-vim/taglist/ChangeLog +++ b/app-vim/taglist/ChangeLog @@ -1,6 +1,9 @@ # 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.11 2004/01/09 23:26:01 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/ChangeLog,v 1.12 2004/01/23 15:48:24 agriffis Exp $ + + 23 Jan 2004; Aron Griffis <agriffis@gentoo.org> taglist-3.1.ebuild: + stable on ia64 09 Jan 2004; Aron Griffis <agriffis@gentoo.org> taglist-3.1.ebuild: stable on alpha diff --git a/app-vim/taglist/Manifest b/app-vim/taglist/Manifest index 7c9094baa4a5..3e096fbf7873 100644 --- a/app-vim/taglist/Manifest +++ b/app-vim/taglist/Manifest @@ -1,10 +1,10 @@ -MD5 da14475141331d485ef1bb2e532cd345 ChangeLog 1824 +MD5 da829a791cc2966aa2c575585dbd2a95 ChangeLog 1912 MD5 f3583430b2f7b0686cafd606b08bf203 metadata.xml 156 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 3692210cd771cb9f4c2e323e35be6af6 taglist-3.1.ebuild 586 +MD5 51177dfb48ccaaf274ef5070f8048836 taglist-3.1.ebuild 591 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 diff --git a/app-vim/taglist/taglist-3.1.ebuild b/app-vim/taglist/taglist-3.1.ebuild index 13054cc94ef7..f69604be0fae 100644 --- a/app-vim/taglist/taglist-3.1.ebuild +++ b/app-vim/taglist/taglist-3.1.ebuild @@ -1,6 +1,6 @@ # 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.3 2004/01/09 23:26:01 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/taglist-3.1.ebuild,v 1.4 2004/01/23 15:48:24 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 ia64" RDEPEND="dev-util/ctags" |