diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-08-20 17:01:17 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-08-20 17:01:17 +0000 |
commit | b3d9ff1497886cbc1637b0affbf3f7b26ddffed0 (patch) | |
tree | b57c1710a64bc8bbfaa0fd6bc4bf8181ceeac765 /app-vim/vimspell | |
parent | Changelog entry (diff) | |
download | historical-b3d9ff1497886cbc1637b0affbf3f7b26ddffed0.tar.gz historical-b3d9ff1497886cbc1637b0affbf3f7b26ddffed0.tar.bz2 historical-b3d9ff1497886cbc1637b0affbf3f7b26ddffed0.zip |
Stable on x86, sparc, mips
Diffstat (limited to 'app-vim/vimspell')
-rw-r--r-- | app-vim/vimspell/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/vimspell/Manifest | 16 | ||||
-rw-r--r-- | app-vim/vimspell/vimspell-1.84-r1.ebuild | 4 |
3 files changed, 19 insertions, 6 deletions
diff --git a/app-vim/vimspell/ChangeLog b/app-vim/vimspell/ChangeLog index 84d9eed03017..2f4e286be1b6 100644 --- a/app-vim/vimspell/ChangeLog +++ b/app-vim/vimspell/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/vimspell # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vimspell/ChangeLog,v 1.11 2004/06/24 23:05:07 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vimspell/ChangeLog,v 1.12 2004/08/20 17:01:17 ciaranm Exp $ + + 20 Aug 2004; Ciaran McCreesh <ciaranm@gentoo.org> vimspell-1.84-r1.ebuild: + Stable on x86, sparc, mips 09 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> vimspell-1.84-r1.ebuild: diff --git a/app-vim/vimspell/Manifest b/app-vim/vimspell/Manifest index 762bf0f2e28d..8c958d471361 100644 --- a/app-vim/vimspell/Manifest +++ b/app-vim/vimspell/Manifest @@ -1,9 +1,19 @@ -MD5 9c8d6ff1e31c70105a4904c6d6383104 vimspell-1.84-r1.ebuild 2442 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 9f7d7f5496cb21ddafe02d3400d0faf4 ChangeLog 1614 MD5 e720f76806a69fd4504b735e675cb4f1 vimspell-1.84.ebuild 2312 MD5 4968eccb5802ba554726105318ccc4f4 vimspell-1.70.ebuild 2303 -MD5 7694157f47feba9f32ba4244189f9cbf ChangeLog 1508 MD5 9771ca4ff90b56dddc4acfadc6f6a01e metadata.xml 250 -MD5 6a4ee637c8498ba26e82c61844aa5e55 files/digest-vimspell-1.70 65 +MD5 53208c2c822254cf1e67b86d2a5bcb43 vimspell-1.84-r1.ebuild 2438 MD5 7101dd811b1925b8c3eb3c8544a289c0 files/digest-vimspell-1.84 65 +MD5 6a4ee637c8498ba26e82c61844aa5e55 files/digest-vimspell-1.70 65 MD5 7101dd811b1925b8c3eb3c8544a289c0 files/digest-vimspell-1.84-r1 65 MD5 520de6488ff85f36d4f694cff73dd30b files/vimspell-1.84-explorersyntax.patch 509 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.4 (GNU/Linux) + +iD8DBQFBJi27LLFUmVNQ7rkRAheDAKCYNS2EY7uoIcial/Yxs3fR6LrI9wCgjpU8 +ps5KI5wtBtkvOS4W7w35Z2U= +=tb6s +-----END PGP SIGNATURE----- diff --git a/app-vim/vimspell/vimspell-1.84-r1.ebuild b/app-vim/vimspell/vimspell-1.84-r1.ebuild index bfca53443a1b..313f0df2598c 100644 --- a/app-vim/vimspell/vimspell-1.84-r1.ebuild +++ b/app-vim/vimspell/vimspell-1.84-r1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vimspell/vimspell-1.84-r1.ebuild,v 1.4 2004/07/14 13:52:09 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vimspell/vimspell-1.84-r1.ebuild,v 1.5 2004/08/20 17:01:17 ciaranm 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="" # In theory, this plugin supports either aspell or ispell. However, |