summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@gentoo.org>2004-03-15 19:12:20 +0000
committerCiaran McCreesh <ciaranm@gentoo.org>2004-03-15 19:12:20 +0000
commit079ec352b8f892cc061a374f6c1b739136e6929e (patch)
treec1cc3155c7e2f1dd4f33ec0205855c75fb347d92 /app-vim/vimirc
parentRemove old files. (Manifest recommit) (diff)
downloadgentoo-2-079ec352b8f892cc061a374f6c1b739136e6929e.tar.gz
gentoo-2-079ec352b8f892cc061a374f6c1b739136e6929e.tar.bz2
gentoo-2-079ec352b8f892cc061a374f6c1b739136e6929e.zip
bump bump bump in the night...
Diffstat (limited to 'app-vim/vimirc')
-rw-r--r--app-vim/vimirc/ChangeLog7
-rw-r--r--app-vim/vimirc/Manifest2
-rw-r--r--app-vim/vimirc/files/digest-vimirc-0.5.31
-rw-r--r--app-vim/vimirc/vimirc-0.5.3.ebuild18
4 files changed, 27 insertions, 1 deletions
diff --git a/app-vim/vimirc/ChangeLog b/app-vim/vimirc/ChangeLog
index f0af828ef2ba..033381c4667f 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.1 2004/03/09 23:12:51 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/vimirc/ChangeLog,v 1.2 2004/03/15 19:12:20 ciaranm Exp $
+
+*vimirc-0.5.3 (15 Mar 2004)
+
+ 15 Mar 2004; Ciaran McCreesh <ciaranm@gentoo.org> vimirc-0.5.3.ebuild:
+ Version bump
09 Mar 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
Initial version
diff --git a/app-vim/vimirc/Manifest b/app-vim/vimirc/Manifest
index 5a4fa9f196ae..021462886792 100644
--- a/app-vim/vimirc/Manifest
+++ b/app-vim/vimirc/Manifest
@@ -1,4 +1,6 @@
MD5 17a82f93c392afcc058e8b59ee498072 ChangeLog 284
MD5 9513f1b626172ca312de8d120e5cdb7e vimirc-0.5.1.ebuild 548
MD5 9771ca4ff90b56dddc4acfadc6f6a01e metadata.xml 250
+MD5 9513f1b626172ca312de8d120e5cdb7e vimirc-0.5.3.ebuild 548
+MD5 52b7a2c2e060435a5f2fd218f07ee6ba files/digest-vimirc-0.5.3 64
MD5 d36791473feac737752593c43aa26b39 files/digest-vimirc-0.5.1 64
diff --git a/app-vim/vimirc/files/digest-vimirc-0.5.3 b/app-vim/vimirc/files/digest-vimirc-0.5.3
new file mode 100644
index 000000000000..5aace092df00
--- /dev/null
+++ b/app-vim/vimirc/files/digest-vimirc-0.5.3
@@ -0,0 +1 @@
+MD5 2c864485a771376ddcb99116108778bd vimirc-0.5.3.tar.bz2 16515
diff --git a/app-vim/vimirc/vimirc-0.5.3.ebuild b/app-vim/vimirc/vimirc-0.5.3.ebuild
new file mode 100644
index 000000000000..d026b41ed8d0
--- /dev/null
+++ b/app-vim/vimirc/vimirc-0.5.3.ebuild
@@ -0,0 +1,18 @@
+# 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.5.3.ebuild,v 1.1 2004/03/15 19:12:20 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"
+
+pkg_postinst() {
+ einfo " "
+ einfo "This plugin requires a Vim with perl support enabled. This is"
+ einfo "controlled by the 'perl' USE flag."
+ einfo " "
+}
+