summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Kelly <pioto@gentoo.org>2006-09-09 16:04:23 +0000
committerMike Kelly <pioto@gentoo.org>2006-09-09 16:04:23 +0000
commita61d8fda3bdb7219cb08f88ae73e8d512d5183c9 (patch)
tree3766c64e8a7ca3a98bc6ac056104169f6a7a3e99 /app-vim
parentVersion Bump. (diff)
downloadgentoo-2-a61d8fda3bdb7219cb08f88ae73e8d512d5183c9.tar.gz
gentoo-2-a61d8fda3bdb7219cb08f88ae73e8d512d5183c9.tar.bz2
gentoo-2-a61d8fda3bdb7219cb08f88ae73e8d512d5183c9.zip
Add genutils 2.3. This is currently p.masked, as it changes how it operates and may not work with all existing plugins that depend upon it.
(Portage version: 2.1.1_rc1-r7)
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/genutils/ChangeLog8
-rw-r--r--app-vim/genutils/files/digest-genutils-2.33
-rw-r--r--app-vim/genutils/genutils-2.3.ebuild19
3 files changed, 29 insertions, 1 deletions
diff --git a/app-vim/genutils/ChangeLog b/app-vim/genutils/ChangeLog
index bcb265fb1493..76b9157547b2 100644
--- a/app-vim/genutils/ChangeLog
+++ b/app-vim/genutils/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-vim/genutils
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/genutils/ChangeLog,v 1.17 2006/09/09 06:48:49 pioto Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/genutils/ChangeLog,v 1.18 2006/09/09 16:04:23 pioto Exp $
+
+*genutils-2.3 (09 Sep 2006)
+
+ 09 Sep 2006; Mike Kelly <pioto@pioto.org> +genutils-2.3.ebuild:
+ Add genutils 2.3. This is currently p.masked, as it changes how it operates
+ and may not work with all existing plugins that depend upon it.
*genutils-1.20 (09 Sep 2006)
diff --git a/app-vim/genutils/files/digest-genutils-2.3 b/app-vim/genutils/files/digest-genutils-2.3
new file mode 100644
index 000000000000..159161a4b0df
--- /dev/null
+++ b/app-vim/genutils/files/digest-genutils-2.3
@@ -0,0 +1,3 @@
+MD5 abcbbf65b8713332639a93ea57af9936 genutils-2.3.tar.bz2 25438
+RMD160 ef42b691e2d852208b90a4ac3eae6cfa658cea5e genutils-2.3.tar.bz2 25438
+SHA256 98aef2c9a4ab7a1c6dceb81447cd037e43551dc0e6cb3b408a0c30c38bb28460 genutils-2.3.tar.bz2 25438
diff --git a/app-vim/genutils/genutils-2.3.ebuild b/app-vim/genutils/genutils-2.3.ebuild
new file mode 100644
index 000000000000..061913a39f8c
--- /dev/null
+++ b/app-vim/genutils/genutils-2.3.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/genutils/genutils-2.3.ebuild,v 1.1 2006/09/09 16:04:23 pioto Exp $
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: library with various useful functions"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=197"
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86"
+IUSE=""
+
+DEPEND="|| ( >=app-editors/vim-7
+ >=app-editors/gvim-7 )"
+RDEPEND="${DEPEND}"
+
+VIM_PLUGIN_HELPTEXT=\
+"This plugin provides library functions and is not intended to be used
+directly by the user."