summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@gentoo.org>2004-03-09 23:12:51 +0000
committerCiaran McCreesh <ciaranm@gentoo.org>2004-03-09 23:12:51 +0000
commita6c0dc6a967fc4cb0f12cbc3d3227ef7973ca89a (patch)
tree571bc7791edd6f2d694baad8e19fac11e97247e4 /app-vim
parentstable on alpha and ia64 (Manifest recommit) (diff)
downloadgentoo-2-a6c0dc6a967fc4cb0f12cbc3d3227ef7973ca89a.tar.gz
gentoo-2-a6c0dc6a967fc4cb0f12cbc3d3227ef7973ca89a.tar.bz2
gentoo-2-a6c0dc6a967fc4cb0f12cbc3d3227ef7973ca89a.zip
initial version
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/vimirc/ChangeLog7
-rw-r--r--app-vim/vimirc/Manifest3
-rw-r--r--app-vim/vimirc/files/digest-vimirc-0.5.11
-rw-r--r--app-vim/vimirc/metadata.xml9
-rw-r--r--app-vim/vimirc/vimirc-0.5.1.ebuild18
5 files changed, 38 insertions, 0 deletions
diff --git a/app-vim/vimirc/ChangeLog b/app-vim/vimirc/ChangeLog
new file mode 100644
index 000000000000..f0af828ef2ba
--- /dev/null
+++ b/app-vim/vimirc/ChangeLog
@@ -0,0 +1,7 @@
+# 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 $
+
+ 09 Mar 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
+ Initial version
+
diff --git a/app-vim/vimirc/Manifest b/app-vim/vimirc/Manifest
new file mode 100644
index 000000000000..c8459b1fb75e
--- /dev/null
+++ b/app-vim/vimirc/Manifest
@@ -0,0 +1,3 @@
+MD5 a1456289bea644c98ba6072787900c7f vimirc-0.5.1.ebuild 543
+MD5 9771ca4ff90b56dddc4acfadc6f6a01e metadata.xml 250
+MD5 d36791473feac737752593c43aa26b39 files/digest-vimirc-0.5.1 64
diff --git a/app-vim/vimirc/files/digest-vimirc-0.5.1 b/app-vim/vimirc/files/digest-vimirc-0.5.1
new file mode 100644
index 000000000000..5a95bc5e5c99
--- /dev/null
+++ b/app-vim/vimirc/files/digest-vimirc-0.5.1
@@ -0,0 +1 @@
+MD5 c768339981de821de7f58035b107d339 vimirc-0.5.1.tar.bz2 15393
diff --git a/app-vim/vimirc/metadata.xml b/app-vim/vimirc/metadata.xml
new file mode 100644
index 000000000000..3a147a175714
--- /dev/null
+++ b/app-vim/vimirc/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>vim</herd>
+<maintainer>
+ <email>ciaranm@gentoo.org</email>
+ <name>Ciaran McCreesh</name>
+</maintainer>
+</pkgmetadata>
diff --git a/app-vim/vimirc/vimirc-0.5.1.ebuild b/app-vim/vimirc/vimirc-0.5.1.ebuild
new file mode 100644
index 000000000000..c6a677bf2e8f
--- /dev/null
+++ b/app-vim/vimirc/vimirc-0.5.1.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.1.ebuild,v 1.1 2004/03/09 23:12:51 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 " "
+}
+