diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-11-15 04:41:01 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-11-15 04:41:01 +0000 |
commit | b2e96a04751580f89eb1e564433bff7cd2b2184d (patch) | |
tree | 799df93d68d8e8c0affabc50c4a43de1b4872364 /app-vim/cvscommand | |
parent | cpio is in app-arch now instead (diff) | |
download | gentoo-2-b2e96a04751580f89eb1e564433bff7cd2b2184d.tar.gz gentoo-2-b2e96a04751580f89eb1e564433bff7cd2b2184d.tar.bz2 gentoo-2-b2e96a04751580f89eb1e564433bff7cd2b2184d.zip |
stable on ia64
Diffstat (limited to 'app-vim/cvscommand')
-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 f414f0ac22bd..4f5b0d319f28 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.3 2003/09/03 22:37:32 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/cvscommand/ChangeLog,v 1.4 2003/11/15 04:38:24 agriffis Exp $ + + 14 Nov 2003; Aron Griffis <agriffis@gentoo.org> cvscommand-1.63.ebuild: + Stable on ia64 03 Sep 2003; Jason Wever <weeve@gentoo.org> cvscommand-1.63.ebuild: Added ~sparc to keywords to fix bug #27740. diff --git a/app-vim/cvscommand/Manifest b/app-vim/cvscommand/Manifest index 9a4065ff90b0..614ec177379d 100644 --- a/app-vim/cvscommand/Manifest +++ b/app-vim/cvscommand/Manifest @@ -1,4 +1,4 @@ -MD5 c7c1bb887b3a7a500844664243841268 ChangeLog 605 -MD5 f4d7c4a05886b28decd32734e3ddb585 cvscommand-1.63.ebuild 415 +MD5 b3b294fd666da2ab9ed1dba62dc32913 ChangeLog 700 +MD5 a26ec138e461ea4b10b298fee046ca22 cvscommand-1.63.ebuild 423 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 2478d4c548fe..9163a619127f 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.3 2003/09/03 22:37:32 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/cvscommand/cvscommand-1.63.ebuild,v 1.4 2003/11/15 04:38:24 agriffis 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" +KEYWORDS="x86 alpha ~sparc ia64" |