summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@gentoo.org>2004-04-11 21:12:12 +0000
committerCiaran McCreesh <ciaranm@gentoo.org>2004-04-11 21:12:12 +0000
commitce81d03ba3f57a63c8cd62961310e7031e740384 (patch)
tree8160c3e76b02989e8b8976313cd8672547c5f093 /app-vim
parentInitial Import. Closes #47548 (Manifest recommit) (diff)
downloadgentoo-2-ce81d03ba3f57a63c8cd62961310e7031e740384.tar.gz
gentoo-2-ce81d03ba3f57a63c8cd62961310e7031e740384.tar.bz2
gentoo-2-ce81d03ba3f57a63c8cd62961310e7031e740384.zip
bump bump bumpety bump
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.7.21
-rw-r--r--app-vim/vimirc/vimirc-0.7.2.ebuild22
4 files changed, 31 insertions, 1 deletions
diff --git a/app-vim/vimirc/ChangeLog b/app-vim/vimirc/ChangeLog
index 38231f271655..7b54c6c0eecf 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.5 2004/03/27 01:32:29 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/vimirc/ChangeLog,v 1.6 2004/04/11 21:12:12 ciaranm Exp $
+
+*vimirc-0.7.2 (11 Apr 2004)
+
+ 11 Apr 2004; Ciaran McCreesh <ciaranm@gentoo.org> vimirc-0.7.2.ebuild:
+ Version bump
*vimirc-0.6.3 (27 Mar 2004)
diff --git a/app-vim/vimirc/Manifest b/app-vim/vimirc/Manifest
index c1708fe4737b..c40c9ddc8c60 100644
--- a/app-vim/vimirc/Manifest
+++ b/app-vim/vimirc/Manifest
@@ -1,8 +1,10 @@
MD5 6d453ee46cae7ddf8ada220443d7567a ChangeLog 633
MD5 9513f1b626172ca312de8d120e5cdb7e vimirc-0.5.1.ebuild 548
MD5 dc85d9b1aed34cbeb1fb2a8d49eeb3f5 vimirc-0.6.3.ebuild 553
+MD5 0c76337e988125af6e2cafdcfa360ce0 vimirc-0.7.2.ebuild 687
MD5 9771ca4ff90b56dddc4acfadc6f6a01e metadata.xml 250
MD5 7c13b6ffc234a5d34bb4a89b5149a5a9 vimirc-0.5.3.ebuild 551
MD5 52b7a2c2e060435a5f2fd218f07ee6ba files/digest-vimirc-0.5.3 64
MD5 d36791473feac737752593c43aa26b39 files/digest-vimirc-0.5.1 64
+MD5 bc9fd2bba4e44fb64da8187742b0eb55 files/digest-vimirc-0.7.2 64
MD5 d07b7f2e3ecd5266f772d47201d51423 files/digest-vimirc-0.6.3 64
diff --git a/app-vim/vimirc/files/digest-vimirc-0.7.2 b/app-vim/vimirc/files/digest-vimirc-0.7.2
new file mode 100644
index 000000000000..07ad53367fb0
--- /dev/null
+++ b/app-vim/vimirc/files/digest-vimirc-0.7.2
@@ -0,0 +1 @@
+MD5 932cb47639706435107c82013a38ad29 vimirc-0.7.2.tar.bz2 27111
diff --git a/app-vim/vimirc/vimirc-0.7.2.ebuild b/app-vim/vimirc/vimirc-0.7.2.ebuild
new file mode 100644
index 000000000000..27320b5ca115
--- /dev/null
+++ b/app-vim/vimirc/vimirc-0.7.2.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.7.2.ebuild,v 1.1 2004/04/11 21:12:12 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 " "
+}
+