diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-07-16 00:26:10 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-07-16 00:26:10 +0000 |
commit | 5d0e032c8970f3a91251ce6e0c15509b4d249604 (patch) | |
tree | 004dced769085f2b63bddceda0d85f1c92b19561 /app-vim/curcmdmode | |
parent | kplayer bump to 56197. Closes Bug #56197 (Manifest recommit) (diff) | |
download | gentoo-2-5d0e032c8970f3a91251ce6e0c15509b4d249604.tar.gz gentoo-2-5d0e032c8970f3a91251ce6e0c15509b4d249604.tar.bz2 gentoo-2-5d0e032c8970f3a91251ce6e0c15509b4d249604.zip |
New ebuild. We'll be needing this for a few other app-vim plugins shortly.
Diffstat (limited to 'app-vim/curcmdmode')
-rw-r--r-- | app-vim/curcmdmode/ChangeLog | 10 | ||||
-rw-r--r-- | app-vim/curcmdmode/Manifest | 3 | ||||
-rw-r--r-- | app-vim/curcmdmode/curcmdmode-1.0.ebuild | 13 | ||||
-rw-r--r-- | app-vim/curcmdmode/files/digest-curcmdmode-1.0 | 1 | ||||
-rw-r--r-- | app-vim/curcmdmode/metadata.xml | 8 |
5 files changed, 35 insertions, 0 deletions
diff --git a/app-vim/curcmdmode/ChangeLog b/app-vim/curcmdmode/ChangeLog new file mode 100644 index 000000000000..84db35fa1db2 --- /dev/null +++ b/app-vim/curcmdmode/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-vim/curcmdmode +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/curcmdmode/ChangeLog,v 1.1 2004/07/16 00:26:10 ciaranm Exp $ + +*curcmdmode-1.0 (16 Jul 2004) + + 16 Jul 2004; Ciaran McCreesh <ciaranm@gentoo.org> +metadata.xml, + +curcmdmode-1.0.ebuild: + New ebuild. We'll be needing this for a few other app-vim plugins shortly. + diff --git a/app-vim/curcmdmode/Manifest b/app-vim/curcmdmode/Manifest new file mode 100644 index 000000000000..11a4b09eb74e --- /dev/null +++ b/app-vim/curcmdmode/Manifest @@ -0,0 +1,3 @@ +MD5 b6deb13fae9232065a4bdf92742fa9c4 metadata.xml 219 +MD5 31be8141f30c53974131fa99f23014cf curcmdmode-1.0.ebuild 462 +MD5 2f18deaeacb2f41734d95b3d6dcbb8ac files/digest-curcmdmode-1.0 65 diff --git a/app-vim/curcmdmode/curcmdmode-1.0.ebuild b/app-vim/curcmdmode/curcmdmode-1.0.ebuild new file mode 100644 index 000000000000..50c1a47bc92b --- /dev/null +++ b/app-vim/curcmdmode/curcmdmode-1.0.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/curcmdmode/curcmdmode-1.0.ebuild,v 1.1 2004/07/16 00:26:10 ciaranm Exp $ + +inherit vim-plugin + +DESCRIPTION="vim plugin: library for extending vim's mode() function" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=745" +LICENSE="GPL-2" +KEYWORDS="~x86 ~sparc ~mips" +IUSE="" + +RDEPEND=">=app-vim/genutils-1.7" diff --git a/app-vim/curcmdmode/files/digest-curcmdmode-1.0 b/app-vim/curcmdmode/files/digest-curcmdmode-1.0 new file mode 100644 index 000000000000..04c68934534d --- /dev/null +++ b/app-vim/curcmdmode/files/digest-curcmdmode-1.0 @@ -0,0 +1 @@ +MD5 91b87a03f3cebf675e70d0bb103ef4be curcmdmode-1.0.tar.bz2 3566 diff --git a/app-vim/curcmdmode/metadata.xml b/app-vim/curcmdmode/metadata.xml new file mode 100644 index 000000000000..1acab19920d8 --- /dev/null +++ b/app-vim/curcmdmode/metadata.xml @@ -0,0 +1,8 @@ +<?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> +</maintainer> +</pkgmetadata> |