diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-12-29 00:50:47 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-12-29 00:50:47 +0000 |
commit | fb3a1596019b4f1a2d1464ce1bf2568b4d13afdc (patch) | |
tree | 067f1cead5c8de8f00c87784783785fca6e1cc21 /app-vim/vimcommander | |
parent | Tidy up (diff) | |
download | historical-fb3a1596019b4f1a2d1464ce1bf2568b4d13afdc.tar.gz historical-fb3a1596019b4f1a2d1464ce1bf2568b4d13afdc.tar.bz2 historical-fb3a1596019b4f1a2d1464ce1bf2568b4d13afdc.zip |
x86 stable, tidy up
Diffstat (limited to 'app-vim/vimcommander')
-rw-r--r-- | app-vim/vimcommander/ChangeLog | 6 | ||||
-rw-r--r-- | app-vim/vimcommander/files/digest-vimcommander-1.52 | 1 | ||||
-rw-r--r-- | app-vim/vimcommander/vimcommander-1.52.ebuild | 31 | ||||
-rw-r--r-- | app-vim/vimcommander/vimcommander-1.54.2.2.ebuild | 4 |
4 files changed, 7 insertions, 35 deletions
diff --git a/app-vim/vimcommander/ChangeLog b/app-vim/vimcommander/ChangeLog index 70b816f563c2..c61b443ad70d 100644 --- a/app-vim/vimcommander/ChangeLog +++ b/app-vim/vimcommander/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-vim/vimcommander # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vimcommander/ChangeLog,v 1.9 2004/12/28 21:09:23 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vimcommander/ChangeLog,v 1.10 2004/12/29 00:49:28 ciaranm Exp $ + + 29 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> + -vimcommander-1.52.ebuild, vimcommander-1.54.2.2.ebuild: + x86 stable, tidy up 28 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : Change encoding to UTF-8 for GLEP 31 compliance diff --git a/app-vim/vimcommander/files/digest-vimcommander-1.52 b/app-vim/vimcommander/files/digest-vimcommander-1.52 deleted file mode 100644 index 823050606ecf..000000000000 --- a/app-vim/vimcommander/files/digest-vimcommander-1.52 +++ /dev/null @@ -1 +0,0 @@ -MD5 d582af0e1ce3e3ba6ac81b4733f2f07d vimcommander-1.52.tar.bz2 8585 diff --git a/app-vim/vimcommander/vimcommander-1.52.ebuild b/app-vim/vimcommander/vimcommander-1.52.ebuild deleted file mode 100644 index c1563e94cfd6..000000000000 --- a/app-vim/vimcommander/vimcommander-1.52.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/vimcommander/vimcommander-1.52.ebuild,v 1.4 2004/07/14 13:50:21 agriffis Exp $ - -inherit vim-plugin - -DESCRIPTION="vim plugin: Total Commander style file explorer" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=808" -LICENSE="GPL-2" -KEYWORDS="~alpha sparc ~x86" -IUSE="" - -function src_unpack() { - unpack ${A} - mkdir ${S}/doc || die "can't make doc dir" - - # This plugin uses an 'automatic documentation install' trick. This - # causes problems for us during the unmerge. Fortunately, sed can fix - # this for us. - sed -e '1,/^=== START_DOC$/d' \ - -e '/^=== END_DOC/,$d' \ - -e "s/#version#/v${PV}/" \ - ${S}/plugin/vimcommander.vim > ${S}/doc/vimcommander.txt \ - || die "help extraction failed" - - echo -ne "\n\n vim:tw=78:ts=8:ft=help:norl:" >> ${S}/doc/vimcommander.txt - - sed -i -e 's/" \(let b:vimcommander_install_doc=\)1/\10/' \ - ${S}/plugin/vimcommander.vim \ - || die "help extract disable failed" -} diff --git a/app-vim/vimcommander/vimcommander-1.54.2.2.ebuild b/app-vim/vimcommander/vimcommander-1.54.2.2.ebuild index 440f6839c65b..d3f917770f2d 100644 --- a/app-vim/vimcommander/vimcommander-1.54.2.2.ebuild +++ b/app-vim/vimcommander/vimcommander-1.54.2.2.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/vimcommander/vimcommander-1.54.2.2.ebuild,v 1.7 2004/09/06 22:11:46 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vimcommander/vimcommander-1.54.2.2.ebuild,v 1.8 2004/12/29 00:49:28 ciaranm Exp $ inherit vim-plugin DESCRIPTION="vim plugin: Total Commander style file explorer" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=808" LICENSE="GPL-2" -KEYWORDS="alpha sparc ~x86 ~ppc" +KEYWORDS="alpha sparc x86 ~ppc" IUSE="" VIM_PLUGIN_HELPFILES="vimcommander" |