diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-04-24 12:22:22 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-04-24 12:22:22 +0000 |
commit | beed4be784edcf817793ef20829eeabaceae489a (patch) | |
tree | df8df076eeb03bce8fe9d94c633fe86a99f643c8 /app-vim/vimspell | |
parent | Stable on ppc. (diff) | |
download | gentoo-2-beed4be784edcf817793ef20829eeabaceae489a.tar.gz gentoo-2-beed4be784edcf817793ef20829eeabaceae489a.tar.bz2 gentoo-2-beed4be784edcf817793ef20829eeabaceae489a.zip |
Stable on ppc.
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-vim/vimspell')
-rw-r--r-- | app-vim/vimspell/ChangeLog | 6 | ||||
-rw-r--r-- | app-vim/vimspell/vimspell-1.84-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-vim/vimspell/ChangeLog b/app-vim/vimspell/ChangeLog index d4657858524d..245c50c494cc 100644 --- a/app-vim/vimspell/ChangeLog +++ b/app-vim/vimspell/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-vim/vimspell # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vimspell/ChangeLog,v 1.21 2005/02/18 20:38:01 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vimspell/ChangeLog,v 1.22 2005/04/24 12:22:22 hansmi Exp $ + + 24 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> + vimspell-1.84-r2.ebuild: + Stable on ppc. 18 Feb 2005; Tom Martin <slarti@gentoo.org> vimspell-1.84-r2.ebuild: amd64 stable. diff --git a/app-vim/vimspell/vimspell-1.84-r2.ebuild b/app-vim/vimspell/vimspell-1.84-r2.ebuild index 6ee853e4f88b..1e89a70a2892 100644 --- a/app-vim/vimspell/vimspell-1.84-r2.ebuild +++ b/app-vim/vimspell/vimspell-1.84-r2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vimspell/vimspell-1.84-r2.ebuild,v 1.6 2005/02/22 23:13:48 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vimspell/vimspell-1.84-r2.ebuild,v 1.7 2005/04/24 12:22:22 hansmi Exp $ inherit eutils vim-plugin DESCRIPTION="vim plugin: on-the-fly spell checking with aspell" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=465" LICENSE="|| ( GPL-1 GPL-2 )" -KEYWORDS="x86 sparc alpha ia64 ~ppc amd64 mips" +KEYWORDS="x86 sparc alpha ia64 ppc amd64 mips" IUSE="" VIM_PLUGIN_HELPFILES="vimspell" |