diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-04-29 04:12:55 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-04-29 04:12:55 +0000 |
commit | e625d4f154cca6546a07db1c069a2e048ee3e028 (patch) | |
tree | f046f6e2eb4e9cfc689ee86fc653e3c908195879 /app-vim | |
parent | Initial import. (diff) | |
download | gentoo-2-e625d4f154cca6546a07db1c069a2e048ee3e028.tar.gz gentoo-2-e625d4f154cca6546a07db1c069a2e048ee3e028.tar.bz2 gentoo-2-e625d4f154cca6546a07db1c069a2e048ee3e028.zip |
Initial import.
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/fugitive/ChangeLog | 10 | ||||
-rw-r--r-- | app-vim/fugitive/fugitive-1.2.ebuild | 22 | ||||
-rw-r--r-- | app-vim/fugitive/metadata.xml | 5 |
3 files changed, 37 insertions, 0 deletions
diff --git a/app-vim/fugitive/ChangeLog b/app-vim/fugitive/ChangeLog new file mode 100644 index 000000000000..c5f083c0353c --- /dev/null +++ b/app-vim/fugitive/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-vim/fugitive +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/fugitive/ChangeLog,v 1.1 2011/04/29 04:12:55 radhermit Exp $ + +*fugitive-1.2 (29 Apr 2011) + + 29 Apr 2011; Tim Harder <radhermit@gentoo.org> +fugitive-1.2.ebuild, + +metadata.xml: + Initial import. + diff --git a/app-vim/fugitive/fugitive-1.2.ebuild b/app-vim/fugitive/fugitive-1.2.ebuild new file mode 100644 index 000000000000..22c1c0323334 --- /dev/null +++ b/app-vim/fugitive/fugitive-1.2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/fugitive/fugitive-1.2.ebuild,v 1.1 2011/04/29 04:12:55 radhermit Exp $ + +EAPI="4" +VIM_PLUGIN_VIM_VERSION="7.2" + +inherit vim-plugin + +DESCRIPTION="vim plugin: a git wrapper for vim" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2975" +SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=15542 -> ${P}.zip" +LICENSE="as-is" +KEYWORDS="~amd64 ~x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="fugitive.txt" + +DEPEND="app-arch/unzip" +RDEPEND="dev-vcs/git" + +S=${WORKDIR} diff --git a/app-vim/fugitive/metadata.xml b/app-vim/fugitive/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/fugitive/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> +</pkgmetadata> |