summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@gentoo.org>2004-04-21 19:24:39 +0000
committerCiaran McCreesh <ciaranm@gentoo.org>2004-04-21 19:24:39 +0000
commitb8b8171e087a4b7745f934ea1caf970c81e98d5d (patch)
tree6f7c4bbd8c07b5cb6853e5e89c92a4cd2a09dcc0 /app-vim
parentadding IUSE (diff)
downloadhistorical-b8b8171e087a4b7745f934ea1caf970c81e98d5d.tar.gz
historical-b8b8171e087a4b7745f934ea1caf970c81e98d5d.tar.bz2
historical-b8b8171e087a4b7745f934ea1caf970c81e98d5d.zip
this commitmsg brought to you by the 'bumpage is a word' society
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/vimirc/ChangeLog7
-rw-r--r--app-vim/vimirc/Manifest4
-rw-r--r--app-vim/vimirc/files/digest-vimirc-0.8.31
-rw-r--r--app-vim/vimirc/vimirc-0.8.3.ebuild22
4 files changed, 32 insertions, 2 deletions
diff --git a/app-vim/vimirc/ChangeLog b/app-vim/vimirc/ChangeLog
index ec92c488bb43..04d6b2e11342 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.8 2004/04/18 18:21:05 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/vimirc/ChangeLog,v 1.9 2004/04/21 19:24:38 ciaranm Exp $
+
+*vimirc-0.8.3 (21 Apr 2004)
+
+ 21 Apr 2004; Ciaran McCreesh <ciaranm@gentoo.org> +vimirc-0.8.3.ebuild:
+ Version bump
*vimirc-0.8.0 (18 Apr 2004)
diff --git a/app-vim/vimirc/Manifest b/app-vim/vimirc/Manifest
index b29423f8b692..ecc0b6c5d539 100644
--- a/app-vim/vimirc/Manifest
+++ b/app-vim/vimirc/Manifest
@@ -1,8 +1,10 @@
MD5 9b471ab3742198898c84da0f296af79c vimirc-0.8.0.ebuild 687
-MD5 b62ce822b0cd3a891a9819056d72dfc4 ChangeLog 992
+MD5 507b711dad24cd2cde544b21da5034f5 ChangeLog 1111
MD5 dc85d9b1aed34cbeb1fb2a8d49eeb3f5 vimirc-0.6.3.ebuild 553
+MD5 e47466606ea21e362016ea28435a5500 vimirc-0.8.3.ebuild 687
MD5 dc7bf119d4e5289464c9ea7855dc63fc vimirc-0.7.2.ebuild 687
MD5 9771ca4ff90b56dddc4acfadc6f6a01e metadata.xml 250
+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
MD5 d07b7f2e3ecd5266f772d47201d51423 files/digest-vimirc-0.6.3 64
diff --git a/app-vim/vimirc/files/digest-vimirc-0.8.3 b/app-vim/vimirc/files/digest-vimirc-0.8.3
new file mode 100644
index 000000000000..f80bfc4227dc
--- /dev/null
+++ b/app-vim/vimirc/files/digest-vimirc-0.8.3
@@ -0,0 +1 @@
+MD5 5605ac50dfb0e9004e7d13ee8b2802db vimirc-0.8.3.tar.bz2 30206
diff --git a/app-vim/vimirc/vimirc-0.8.3.ebuild b/app-vim/vimirc/vimirc-0.8.3.ebuild
new file mode 100644
index 000000000000..4d3e1afddd67
--- /dev/null
+++ b/app-vim/vimirc/vimirc-0.8.3.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.3.ebuild,v 1.1 2004/04/21 19:24:39 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 " "
+}
+