diff options
author | Jason Wever <weeve@gentoo.org> | 2003-09-03 22:40:19 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2003-09-03 22:40:19 +0000 |
commit | ffaa4709b3ea5627f0ecf376b731e611e253b348 (patch) | |
tree | a9b9382bcc382b8197f353bc62cfd3b2411af5ec /app-vim/cvscommand | |
parent | New entry (diff) | |
download | gentoo-2-ffaa4709b3ea5627f0ecf376b731e611e253b348.tar.gz gentoo-2-ffaa4709b3ea5627f0ecf376b731e611e253b348.tar.bz2 gentoo-2-ffaa4709b3ea5627f0ecf376b731e611e253b348.zip |
Added ~sparc to keywords to fix bug #27740.
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 9630cdf9b089..f414f0ac22bd 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.2 2003/08/19 02:03:56 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/cvscommand/ChangeLog,v 1.3 2003/09/03 22:37:32 weeve Exp $ + + 03 Sep 2003; Jason Wever <weeve@gentoo.org> cvscommand-1.63.ebuild: + Added ~sparc to keywords to fix bug #27740. 18 Aug 2003; Aron Griffis <agriffis@gentoo.org> cvscommand-1.63.ebuild: Mark stable on alpha and x86 diff --git a/app-vim/cvscommand/Manifest b/app-vim/cvscommand/Manifest index d1faee4e0a3e..9a4065ff90b0 100644 --- a/app-vim/cvscommand/Manifest +++ b/app-vim/cvscommand/Manifest @@ -1,4 +1,4 @@ -MD5 b82dda57522a4403f96b9b292bbd1924 cvscommand-1.63.ebuild 411 -MD5 94077e2ccccbeff26c7d2704f04679f8 ChangeLog 491 +MD5 c7c1bb887b3a7a500844664243841268 ChangeLog 605 +MD5 f4d7c4a05886b28decd32734e3ddb585 cvscommand-1.63.ebuild 415 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 8f3e0b8fb9a0..2478d4c548fe 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.2 2003/08/19 02:03:56 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/cvscommand/cvscommand-1.63.ebuild,v 1.3 2003/09/03 22:37:32 weeve 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" +KEYWORDS="x86 alpha ~sparc" |