summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@gentoo.org>2004-12-29 00:50:47 +0000
committerCiaran McCreesh <ciaranm@gentoo.org>2004-12-29 00:50:47 +0000
commitc662f1c099a2d65c8c5391a8cc4c79cb8b7ac2d0 (patch)
tree8b988703209f658b14bc3fa0d3dde7723943c6bd /app-vim
parentTidy up (Manifest recommit) (diff)
downloadgentoo-2-c662f1c099a2d65c8c5391a8cc4c79cb8b7ac2d0.tar.gz
gentoo-2-c662f1c099a2d65c8c5391a8cc4c79cb8b7ac2d0.tar.bz2
gentoo-2-c662f1c099a2d65c8c5391a8cc4c79cb8b7ac2d0.zip
x86 stable, tidy up
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/vimcommander/ChangeLog6
-rw-r--r--app-vim/vimcommander/files/digest-vimcommander-1.521
-rw-r--r--app-vim/vimcommander/vimcommander-1.52.ebuild31
-rw-r--r--app-vim/vimcommander/vimcommander-1.54.2.2.ebuild4
-rw-r--r--app-vim/vimirc/ChangeLog6
-rw-r--r--app-vim/vimirc/files/digest-vimirc-0.8.31
-rw-r--r--app-vim/vimirc/files/digest-vimirc-0.8.51
-rw-r--r--app-vim/vimirc/vimirc-0.8.3.ebuild22
-rw-r--r--app-vim/vimirc/vimirc-0.8.5-r1.ebuild4
-rw-r--r--app-vim/vimirc/vimirc-0.8.5.ebuild22
10 files changed, 14 insertions, 84 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"
diff --git a/app-vim/vimirc/ChangeLog b/app-vim/vimirc/ChangeLog
index 0ae07c5b4b7c..0de8569f7b56 100644
--- a/app-vim/vimirc/ChangeLog
+++ b/app-vim/vimirc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-vim/vimirc
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/vimirc/ChangeLog,v 1.14 2004/09/06 22:20:13 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/vimirc/ChangeLog,v 1.15 2004/12/29 00:50:47 ciaranm Exp $
+
+ 29 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> -vimirc-0.8.3.ebuild,
+ vimirc-0.8.5-r1.ebuild, -vimirc-0.8.5.ebuild:
+ x86 stable, tidy up
*vimirc-0.8.5-r1 (06 Sep 2004)
diff --git a/app-vim/vimirc/files/digest-vimirc-0.8.3 b/app-vim/vimirc/files/digest-vimirc-0.8.3
deleted file mode 100644
index f80bfc4227dc..000000000000
--- a/app-vim/vimirc/files/digest-vimirc-0.8.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5605ac50dfb0e9004e7d13ee8b2802db vimirc-0.8.3.tar.bz2 30206
diff --git a/app-vim/vimirc/files/digest-vimirc-0.8.5 b/app-vim/vimirc/files/digest-vimirc-0.8.5
deleted file mode 100644
index 1a38437dfd44..000000000000
--- a/app-vim/vimirc/files/digest-vimirc-0.8.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0126b122a98bb04cfa2a69775f0f12a4 vimirc-0.8.5.tar.bz2 30570
diff --git a/app-vim/vimirc/vimirc-0.8.3.ebuild b/app-vim/vimirc/vimirc-0.8.3.ebuild
deleted file mode 100644
index e022cad3c7ca..000000000000
--- a/app-vim/vimirc/vimirc-0.8.3.ebuild
+++ /dev/null
@@ -1,22 +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/vimirc/vimirc-0.8.3.ebuild,v 1.3 2004/07/14 13:50:48 agriffis Exp $
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: IRC Client"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=931"
-LICENSE="vim"
-KEYWORDS="~x86 ~sparc ~mips ~ppc"
-IUSE=""
-
-# requires 6.2.412 at runtime. it's not too keen upon console vim, so we'll
-# just ask for gvim.
-RDEPEND=">=app-editors/gvim-6.2-r8"
-
-pkg_postinst() {
- einfo " "
- einfo "This plugin requires a Vim with perl support enabled. This is"
- einfo "controlled by the 'perl' USE flag."
- einfo " "
-}
diff --git a/app-vim/vimirc/vimirc-0.8.5-r1.ebuild b/app-vim/vimirc/vimirc-0.8.5-r1.ebuild
index 23f06b22ca72..7b7f2277d0d1 100644
--- a/app-vim/vimirc/vimirc-0.8.5-r1.ebuild
+++ b/app-vim/vimirc/vimirc-0.8.5-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/vimirc/vimirc-0.8.5-r1.ebuild,v 1.1 2004/09/06 22:20:13 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/vimirc/vimirc-0.8.5-r1.ebuild,v 1.2 2004/12/29 00:50:47 ciaranm Exp $
inherit vim-plugin
DESCRIPTION="vim plugin: IRC Client"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=931"
LICENSE="vim"
-KEYWORDS="~x86 sparc mips ~ppc"
+KEYWORDS="x86 sparc mips ~ppc"
IUSE=""
VIM_PLUGIN_HELPFILES="vimirc.txt"
diff --git a/app-vim/vimirc/vimirc-0.8.5.ebuild b/app-vim/vimirc/vimirc-0.8.5.ebuild
deleted file mode 100644
index 04c6b707ad7c..000000000000
--- a/app-vim/vimirc/vimirc-0.8.5.ebuild
+++ /dev/null
@@ -1,22 +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/vimirc/vimirc-0.8.5.ebuild,v 1.4 2004/07/14 13:50:48 agriffis Exp $
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: IRC Client"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=931"
-LICENSE="vim"
-KEYWORDS="~x86 sparc mips ~ppc"
-IUSE=""
-
-# requires 6.2.412 at runtime. it's not too keen upon console vim, so we'll
-# just ask for gvim.
-RDEPEND=">=app-editors/gvim-6.2-r8"
-
-pkg_postinst() {
- einfo " "
- einfo "This plugin requires a Vim with perl support enabled. This is"
- einfo "controlled by the 'perl' USE flag."
- einfo " "
-}