summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@gentoo.org>2004-04-29 01:47:48 +0000
committerCiaran McCreesh <ciaranm@gentoo.org>2004-04-29 01:47:48 +0000
commit56864788309e5538b9d20b00afb43477c176ba1a (patch)
tree5684142c013602c40376a080dbf05bffaf330eb7 /app-vim
parentStable on sparc (Manifest recommit) (diff)
downloadgentoo-2-56864788309e5538b9d20b00afb43477c176ba1a.tar.gz
gentoo-2-56864788309e5538b9d20b00afb43477c176ba1a.tar.bz2
gentoo-2-56864788309e5538b9d20b00afb43477c176ba1a.zip
n3w v3r510n
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/vimirc/ChangeLog7
-rw-r--r--app-vim/vimirc/Manifest2
-rw-r--r--app-vim/vimirc/files/digest-vimirc-0.8.51
-rw-r--r--app-vim/vimirc/vimirc-0.8.5.ebuild22
4 files changed, 31 insertions, 1 deletions
diff --git a/app-vim/vimirc/ChangeLog b/app-vim/vimirc/ChangeLog
index 04d6b2e11342..8b42a095e941 100644
--- a/app-vim/vimirc/ChangeLog
+++ b/app-vim/vimirc/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-vim/vimirc
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/vimirc/ChangeLog,v 1.9 2004/04/21 19:24:38 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/vimirc/ChangeLog,v 1.10 2004/04/29 01:47:48 ciaranm Exp $
+
+*vimirc-0.8.5 (29 Apr 2004)
+
+ 29 Apr 2004; Ciaran McCreesh <ciaranm@gentoo.org> +vimirc-0.8.5.ebuild:
+ New version
*vimirc-0.8.3 (21 Apr 2004)
diff --git a/app-vim/vimirc/Manifest b/app-vim/vimirc/Manifest
index ecc0b6c5d539..e151ccf0df9a 100644
--- a/app-vim/vimirc/Manifest
+++ b/app-vim/vimirc/Manifest
@@ -2,8 +2,10 @@ MD5 9b471ab3742198898c84da0f296af79c vimirc-0.8.0.ebuild 687
MD5 507b711dad24cd2cde544b21da5034f5 ChangeLog 1111
MD5 dc85d9b1aed34cbeb1fb2a8d49eeb3f5 vimirc-0.6.3.ebuild 553
MD5 e47466606ea21e362016ea28435a5500 vimirc-0.8.3.ebuild 687
+MD5 e47466606ea21e362016ea28435a5500 vimirc-0.8.5.ebuild 687
MD5 dc7bf119d4e5289464c9ea7855dc63fc vimirc-0.7.2.ebuild 687
MD5 9771ca4ff90b56dddc4acfadc6f6a01e metadata.xml 250
+MD5 0951d2c4f839b3d9dd1554bbb9bd6028 files/digest-vimirc-0.8.5 64
MD5 606da086cc2b2e7a1f8e490b271f0e3a files/digest-vimirc-0.8.3 64
MD5 bc9fd2bba4e44fb64da8187742b0eb55 files/digest-vimirc-0.7.2 64
MD5 34d9e64d704284d156c994680aa2ba99 files/digest-vimirc-0.8.0 64
diff --git a/app-vim/vimirc/files/digest-vimirc-0.8.5 b/app-vim/vimirc/files/digest-vimirc-0.8.5
new file mode 100644
index 000000000000..1a38437dfd44
--- /dev/null
+++ b/app-vim/vimirc/files/digest-vimirc-0.8.5
@@ -0,0 +1 @@
+MD5 0126b122a98bb04cfa2a69775f0f12a4 vimirc-0.8.5.tar.bz2 30570
diff --git a/app-vim/vimirc/vimirc-0.8.5.ebuild b/app-vim/vimirc/vimirc-0.8.5.ebuild
new file mode 100644
index 000000000000..8379c2d50fa3
--- /dev/null
+++ b/app-vim/vimirc/vimirc-0.8.5.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# 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.1 2004/04/29 01:47:48 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"
+
+# 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 " "
+}
+