diff options
author | 2003-12-03 18:46:01 +0000 | |
---|---|---|
committer | 2003-12-03 18:46:01 +0000 | |
commit | 55844960d54d6d1a04ef975ff6aa5a136ae8de8f (patch) | |
tree | 2b4eaff86d7e6f250c52b20ca3ee028fdface445 /app-vim | |
parent | missing format string in hkp code, update from cvs. (diff) | |
download | historical-55844960d54d6d1a04ef975ff6aa5a136ae8de8f.tar.gz historical-55844960d54d6d1a04ef975ff6aa5a136ae8de8f.tar.bz2 historical-55844960d54d6d1a04ef975ff6aa5a136ae8de8f.zip |
stable on sparc
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/cvscommand/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/cvscommand/Manifest | 4 | ||||
-rw-r--r-- | app-vim/cvscommand/cvscommand-1.63.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-vim/cvscommand/ChangeLog b/app-vim/cvscommand/ChangeLog index 4f5b0d319f28..327bba6c08b6 100644 --- a/app-vim/cvscommand/ChangeLog +++ b/app-vim/cvscommand/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/cvscommand # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/cvscommand/ChangeLog,v 1.4 2003/11/15 04:38:24 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/cvscommand/ChangeLog,v 1.5 2003/12/03 18:45:58 ciaranm Exp $ + + 03 Dec 2003; Ciaran McCreesh <ciaranm@gentoo.org> cvscommand-1.63.ebuild: + Stable on sparc 14 Nov 2003; Aron Griffis <agriffis@gentoo.org> cvscommand-1.63.ebuild: Stable on ia64 diff --git a/app-vim/cvscommand/Manifest b/app-vim/cvscommand/Manifest index 614ec177379d..429c7d78ad0d 100644 --- a/app-vim/cvscommand/Manifest +++ b/app-vim/cvscommand/Manifest @@ -1,4 +1,4 @@ -MD5 b3b294fd666da2ab9ed1dba62dc32913 ChangeLog 700 -MD5 a26ec138e461ea4b10b298fee046ca22 cvscommand-1.63.ebuild 423 +MD5 9971d13ac661c33314a6b6bd677cbdea ChangeLog 794 +MD5 0d1e101199371ee64c89108f39736680 cvscommand-1.63.ebuild 421 MD5 f3583430b2f7b0686cafd606b08bf203 metadata.xml 156 MD5 a4656469986a2ce622163caf9ad436fe files/digest-cvscommand-1.63 67 diff --git a/app-vim/cvscommand/cvscommand-1.63.ebuild b/app-vim/cvscommand/cvscommand-1.63.ebuild index 9163a619127f..c441d6ecf7da 100644 --- a/app-vim/cvscommand/cvscommand-1.63.ebuild +++ b/app-vim/cvscommand/cvscommand-1.63.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/cvscommand/cvscommand-1.63.ebuild,v 1.4 2003/11/15 04:38:24 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/cvscommand/cvscommand-1.63.ebuild,v 1.5 2003/12/03 18:45:58 ciaranm Exp $ inherit vim-plugin DESCRIPTION="vim plugin: CVS integration plugin" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=90" LICENSE="public-domain" -KEYWORDS="x86 alpha ~sparc ia64" +KEYWORDS="x86 alpha sparc ia64" |