diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-09 19:43:14 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-09 19:43:14 +0000 |
commit | 75eae415b166b63ca4c54aebf32ea9ac4448cb19 (patch) | |
tree | 8e8c6c3f0b143f28f3504a5c8163a2d64e9c3d60 /app-vim/vimspell | |
parent | inherit eutils for epatch (diff) | |
download | historical-75eae415b166b63ca4c54aebf32ea9ac4448cb19.tar.gz historical-75eae415b166b63ca4c54aebf32ea9ac4448cb19.tar.bz2 historical-75eae415b166b63ca4c54aebf32ea9ac4448cb19.zip |
inherit eutils for epatch
Diffstat (limited to 'app-vim/vimspell')
-rw-r--r-- | app-vim/vimspell/ChangeLog | 6 | ||||
-rw-r--r-- | app-vim/vimspell/Manifest | 10 | ||||
-rw-r--r-- | app-vim/vimspell/vimspell-1.84-r1.ebuild | 4 |
3 files changed, 12 insertions, 8 deletions
diff --git a/app-vim/vimspell/ChangeLog b/app-vim/vimspell/ChangeLog index 0bd4fff5143b..ba3bcf42c7f0 100644 --- a/app-vim/vimspell/ChangeLog +++ b/app-vim/vimspell/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-vim/vimspell # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vimspell/ChangeLog,v 1.9 2004/05/31 17:18:13 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vimspell/ChangeLog,v 1.10 2004/06/09 19:43:14 mr_bones_ Exp $ + + 09 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> + vimspell-1.84-r1.ebuild: + inherit eutils for epatch *vimspell-1.84-r1 (31 May 2004) diff --git a/app-vim/vimspell/Manifest b/app-vim/vimspell/Manifest index 818759179289..e03cef9c33d2 100644 --- a/app-vim/vimspell/Manifest +++ b/app-vim/vimspell/Manifest @@ -1,9 +1,9 @@ -MD5 39e8f5fc350d6623d2c30574afd9afc9 ChangeLog 1404 -MD5 df1a9c1462d41c99842ea632772aee75 vimspell-1.84.ebuild 2313 -MD5 5603cc99f3e3662f1c0fc36cab5e5ee6 vimspell-1.70.ebuild 2299 +MD5 1abc2af53984489f90f63f21495d2c22 ChangeLog 1517 MD5 9771ca4ff90b56dddc4acfadc6f6a01e metadata.xml 250 -MD5 e1c6db0878219807f96e7bfe068dcc17 vimspell-1.84-r1.ebuild 2436 -MD5 7101dd811b1925b8c3eb3c8544a289c0 files/digest-vimspell-1.84 65 +MD5 5603cc99f3e3662f1c0fc36cab5e5ee6 vimspell-1.70.ebuild 2299 +MD5 df1a9c1462d41c99842ea632772aee75 vimspell-1.84.ebuild 2313 +MD5 bdd2f720594bcbd3ff5ba38626027d67 vimspell-1.84-r1.ebuild 2444 MD5 6a4ee637c8498ba26e82c61844aa5e55 files/digest-vimspell-1.70 65 +MD5 7101dd811b1925b8c3eb3c8544a289c0 files/digest-vimspell-1.84 65 MD5 7101dd811b1925b8c3eb3c8544a289c0 files/digest-vimspell-1.84-r1 65 MD5 520de6488ff85f36d4f694cff73dd30b files/vimspell-1.84-explorersyntax.patch 509 diff --git a/app-vim/vimspell/vimspell-1.84-r1.ebuild b/app-vim/vimspell/vimspell-1.84-r1.ebuild index 88198804e0ff..b58da33a295c 100644 --- a/app-vim/vimspell/vimspell-1.84-r1.ebuild +++ b/app-vim/vimspell/vimspell-1.84-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # 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.1 2004/05/31 17:18:13 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vimspell/vimspell-1.84-r1.ebuild,v 1.2 2004/06/09 19:43:14 mr_bones_ Exp $ -inherit vim-plugin +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" |