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 | 454a53bb7971b6bd5cb6be20877cd41a539d7a42 (patch) | |
tree | 44d1c427d66ddb371fb67bd2d793059ac9cb8a24 /app-vim | |
parent | Initial import. (diff) | |
download | historical-454a53bb7971b6bd5cb6be20877cd41a539d7a42.tar.gz historical-454a53bb7971b6bd5cb6be20877cd41a539d7a42.tar.bz2 historical-454a53bb7971b6bd5cb6be20877cd41a539d7a42.zip |
Initial import.
Package-Manager: portage-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/Manifest | 18 | ||||
-rw-r--r-- | app-vim/fugitive/fugitive-1.2.ebuild | 22 | ||||
-rw-r--r-- | app-vim/fugitive/metadata.xml | 5 |
4 files changed, 55 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/Manifest b/app-vim/fugitive/Manifest new file mode 100644 index 000000000000..63a17a2c62f4 --- /dev/null +++ b/app-vim/fugitive/Manifest @@ -0,0 +1,18 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +DIST fugitive-1.2.zip 19983 RMD160 1ccd0e0d0f882954208901a60a014844fe6fadd5 SHA1 d6c6e19b68718f698c5defe2caf8e70a2a170400 SHA256 95143775799af41f3fbec757adf62faed6c89a590038f484197aeb0836b9d4e5 +EBUILD fugitive-1.2.ebuild 620 RMD160 6cd95b9b1d7fd5b635d85f5cdd9d7018d57c8314 SHA1 782a8878b7758770d8808464fe239e51efe7cfec SHA256 9c5c52b20d4ab26237e8bae7817e31d69b33d5e8d7ef7bcc0b94953dfd7a294e +MISC ChangeLog 344 RMD160 78e1b8b7483e71fd237dd876cf301a99051cb758 SHA1 2da3ef7b59c85fa0bbd0fcf075ca97f4af470646 SHA256 24907b124af8b5deb2cc233160e4105447466a3ac8f4744f51c6e2e763d5fa56 +MISC metadata.xml 157 RMD160 adcd6494e1e562ab5e0bd090e114622782ac753a SHA1 22983b8e9ba3045d8ccbc2b14393423f7f05d2ee SHA256 106c8618581360c66c2b535fcb7a6cb9ff318f1bd8e6c8f40f2f2f2d54e6787a +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.17 (GNU/Linux) + +iQEcBAEBAgAGBQJNujrNAAoJEEqz6FtPBkyjmDUIAJsHNqWE5ON1CWVEtbDSmWHU +h3xnuqANa8FgpCliaAjG/JkqdwUbmN0wDsmjzH5jfuez8t8seuxLNZ8Qzp5+i/+r +ET8rNlqn5OSnfG53cRt6Sint0Bm7A/MV4JJspI0EuMuoGutELy5NF11Yx33FywF9 +1IdxyOWRLTp7qL9+ImVwE5lVFk7QDsjZ6HeapP7HuP6DeDoof69DsE8HqtjYbsjV +zwh1lY+kY08mXGLfPmBm6/gNXcOhPr5Hv0E/ar3vxyLB8fw35J4RCK+EhA0KFEm2 +plr9krGtuNk0ZU2+eK6s7xFh8PQ69UF/EYNg22xC9r1/PFJEJ/JQNdfgTv1tRFo= +=6vw2 +-----END PGP SIGNATURE----- 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> |