diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-05-12 15:59:17 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-05-12 15:59:17 +0000 |
commit | 4f55f1c4eec39d2e4dab7ffeb81c329476fac451 (patch) | |
tree | 5fb222c29b123d9cf60982d50bb679a0c895cc21 /app-vim/vimspell | |
parent | Stable on sparc, added ~mips (Manifest recommit) (diff) | |
download | gentoo-2-4f55f1c4eec39d2e4dab7ffeb81c329476fac451.tar.gz gentoo-2-4f55f1c4eec39d2e4dab7ffeb81c329476fac451.tar.bz2 gentoo-2-4f55f1c4eec39d2e4dab7ffeb81c329476fac451.zip |
Remove old versions, 1.84 stable on sparc and added ~mips
Diffstat (limited to 'app-vim/vimspell')
-rw-r--r-- | app-vim/vimspell/ChangeLog | 6 | ||||
-rw-r--r-- | app-vim/vimspell/files/digest-vimspell-1.68 | 1 | ||||
-rw-r--r-- | app-vim/vimspell/files/digest-vimspell-1.83 | 1 | ||||
-rw-r--r-- | app-vim/vimspell/vimspell-1.68.ebuild | 57 | ||||
-rw-r--r-- | app-vim/vimspell/vimspell-1.83.ebuild | 57 | ||||
-rw-r--r-- | app-vim/vimspell/vimspell-1.84.ebuild | 4 |
6 files changed, 7 insertions, 119 deletions
diff --git a/app-vim/vimspell/ChangeLog b/app-vim/vimspell/ChangeLog index b0cf3b925525..8b5a7a41095d 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.7 2004/04/22 16:07:50 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vimspell/ChangeLog,v 1.8 2004/05/12 15:59:17 ciaranm Exp $ + + 12 May 2004; Ciaran McCreesh <ciaranm@gentoo.org> -vimspell-1.68.ebuild, + -vimspell-1.83.ebuild, vimspell-1.84.ebuild: + Remove old versions, 1.84 stable on sparc and added ~mips *vimspell-1.84 (22 Apr 2004) diff --git a/app-vim/vimspell/files/digest-vimspell-1.68 b/app-vim/vimspell/files/digest-vimspell-1.68 deleted file mode 100644 index 8b7dcdd6933a..000000000000 --- a/app-vim/vimspell/files/digest-vimspell-1.68 +++ /dev/null @@ -1 +0,0 @@ -MD5 27233e4e31a141da74892d7cfed23e61 vimspell-1.68.tar.bz2 16562 diff --git a/app-vim/vimspell/files/digest-vimspell-1.83 b/app-vim/vimspell/files/digest-vimspell-1.83 deleted file mode 100644 index d2ea6192630b..000000000000 --- a/app-vim/vimspell/files/digest-vimspell-1.83 +++ /dev/null @@ -1 +0,0 @@ -MD5 2eb36dc511eb9f1b8c4bb84f1cf5b99d vimspell-1.83.tar.bz2 17834 diff --git a/app-vim/vimspell/vimspell-1.68.ebuild b/app-vim/vimspell/vimspell-1.68.ebuild deleted file mode 100644 index 6521089dddf9..000000000000 --- a/app-vim/vimspell/vimspell-1.68.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# 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.68.ebuild,v 1.2 2004/04/21 19:02:59 ciaranm Exp $ - -inherit 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" - -# In theory, this plugin supports either aspell or ispell. However, -# virtual/spell has been removed by seemant in favour of just using -# app-text/aspell: -# 20:06 <@seemant> ciaranm: I think I might have removed it, come to -# think of it, because I was on a kick to get everything converted -# to aspell instead of ispell -# 20:06 <@seemant> for the simple reason that ispell blows dogs -# So we'll just force people to use aspell... -RDEPEND="$RDEPEND app-text/aspell" - -function src_unpack() { - unpack ${A} - cd ${S}/plugin - - # This plugin needs to be told which spell program to use. The default - # is hard-coded as 'ispell' in the plugin file. We can fix that with a - # bit of sed magic. - OLD_DEFAULT='s:SpellGetOption("spell_executable","ispell")' - NEW_DEFAULT='s:SpellGetOption("spell_executable","aspell")' - sed -e "s/$OLD_DEFAULT/$NEW_DEFAULT/g" \ - -i vimspell.vim || die "default setting fix failed" - - # This plugin also tries to install its own documentation automatically - # upon load. This breaks emerge unmerge, so we'll install the docs - # manually. - mkdir ${S}/doc || die - cd ${S}/doc - cp ${S}/plugin/vimspell.vim vimspell.txt - - sed -e "1,/^=== \+START_DOC/d" \ - -e "/^=== \+END_DOC/,\$d" \ - -e "s/{{{[1-9]/ /g" \ - -e "s/#version#/v${PV}/g" \ - -i vimspell.txt || die "docs failed" - echo -ne "\n vim:tw=78:ts=8:ft=help:norl:\n" >> vimspell.txt - - # Unfortunately, there's a rather large logic error in the documentation - # installation code. If vim can't write to /usr/share/vim/vimfiles/doc/ - # then the plugin will try to install a copy of the docs locally, even if - # the global directory has an up-to-date copy. To get around this we'll - # make the SpellInstallDocumentation function do nothing. - cd ${S}/plugin - sed -e "/^function! s:SpellInstallDocumentation/a\ return 0" \ - -i vimspell.vim || die "install fix failed" -} - diff --git a/app-vim/vimspell/vimspell-1.83.ebuild b/app-vim/vimspell/vimspell-1.83.ebuild deleted file mode 100644 index 51cac0233dbb..000000000000 --- a/app-vim/vimspell/vimspell-1.83.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# 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.83.ebuild,v 1.1 2004/04/21 19:02:59 ciaranm Exp $ - -inherit 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" - -# In theory, this plugin supports either aspell or ispell. However, -# virtual/spell has been removed by seemant in favour of just using -# app-text/aspell: -# 20:06 <@seemant> ciaranm: I think I might have removed it, come to -# think of it, because I was on a kick to get everything converted -# to aspell instead of ispell -# 20:06 <@seemant> for the simple reason that ispell blows dogs -# So we'll just force people to use aspell... -RDEPEND="$RDEPEND app-text/aspell" - -function src_unpack() { - unpack ${A} - cd ${S}/plugin - - # This plugin needs to be told which spell program to use. The default - # is hard-coded as 'ispell' in the plugin file. We can fix that with a - # bit of sed magic. - OLD_DEFAULT='s:SpellGetOption("spell_executable","ispell")' - NEW_DEFAULT='s:SpellGetOption("spell_executable","aspell")' - sed -e "s/$OLD_DEFAULT/$NEW_DEFAULT/g" \ - -i vimspell.vim || die "default setting fix failed" - - # This plugin also tries to install its own documentation automatically - # upon load. This breaks emerge unmerge, so we'll install the docs - # manually. - mkdir ${S}/doc || die - cd ${S}/doc - cp ${S}/plugin/vimspell.vim vimspell.txt - - sed -e "1,/^=== \+START_DOC/d" \ - -e "/^=== \+END_DOC/,\$d" \ - -e "s/{{{[1-9]/ /g" \ - -e "s/#version#/v${PV}/g" \ - -i vimspell.txt || die "docs failed" - echo -ne "\n vim:tw=78:ts=8:ft=help:norl:\n" >> vimspell.txt - - # Unfortunately, there's a rather large logic error in the documentation - # installation code. If vim can't write to /usr/share/vim/vimfiles/doc/ - # then the plugin will try to install a copy of the docs locally, even if - # the global directory has an up-to-date copy. To get around this we'll - # make the SpellInstallDocumentation function do nothing. - cd ${S}/plugin - sed -e "/^function! s:SpellInstallDocumentation/a\ return 0" \ - -i vimspell.vim || die "install fix failed" -} - diff --git a/app-vim/vimspell/vimspell-1.84.ebuild b/app-vim/vimspell/vimspell-1.84.ebuild index 2b320ef1a029..85bdb9827abd 100644 --- a/app-vim/vimspell/vimspell-1.84.ebuild +++ b/app-vim/vimspell/vimspell-1.84.ebuild @@ -1,13 +1,13 @@ # 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.ebuild,v 1.1 2004/04/22 16:07:50 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vimspell/vimspell-1.84.ebuild,v 1.2 2004/05/12 15:59:17 ciaranm Exp $ inherit 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" +KEYWORDS="~x86 sparc ~alpha ~ia64 ~ppc ~amd64 ~mips" # In theory, this plugin supports either aspell or ispell. However, # virtual/spell has been removed by seemant in favour of just using |