diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-05-22 03:09:02 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-05-22 03:09:02 +0000 |
commit | fb4a4b713a3d5efd25955229989e8ad27b6f9ded (patch) | |
tree | 2af93bb81b46e3c0332452ddad1003ebcade5422 /app-vim | |
parent | Fix build failure on FreeBSD: bug #348938 (diff) | |
download | historical-fb4a4b713a3d5efd25955229989e8ad27b6f9ded.tar.gz historical-fb4a4b713a3d5efd25955229989e8ad27b6f9ded.tar.bz2 historical-fb4a4b713a3d5efd25955229989e8ad27b6f9ded.zip |
Initial import.
Package-Manager: portage-2.2.0_alpha33/cvs/Linux x86_64
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/unite/ChangeLog | 10 | ||||
-rw-r--r-- | app-vim/unite/Manifest | 18 | ||||
-rw-r--r-- | app-vim/unite/metadata.xml | 14 | ||||
-rw-r--r-- | app-vim/unite/unite-2.0.ebuild | 20 |
4 files changed, 62 insertions, 0 deletions
diff --git a/app-vim/unite/ChangeLog b/app-vim/unite/ChangeLog new file mode 100644 index 000000000000..0c117e3d5958 --- /dev/null +++ b/app-vim/unite/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-vim/unite +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/unite/ChangeLog,v 1.1 2011/05/22 03:09:02 radhermit Exp $ + +*unite-2.0 (22 May 2011) + + 22 May 2011; Tim Harder <radhermit@gentoo.org> +unite-2.0.ebuild, + +metadata.xml: + Initial import. + diff --git a/app-vim/unite/Manifest b/app-vim/unite/Manifest new file mode 100644 index 000000000000..15b13507d926 --- /dev/null +++ b/app-vim/unite/Manifest @@ -0,0 +1,18 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +DIST unite-2.0.tar.bz2 56031 RMD160 7e46fb884097a82b8a1a93b96f83c74a1dfd2864 SHA1 c4d9a7d8da8873b60d216e396deaea803821aadf SHA256 ede13c053933f633d7050b6f7866a413d9e2f54949f6a3322e016db5d5ee91d8 +EBUILD unite-2.0.ebuild 486 RMD160 05868e3cc427172fa0238ab7835cacff1d9c667e SHA1 516935b38ebf683d3f7cdfe2f09173261d40b8e0 SHA256 30bc2042bede2480ca4e892f74a44542580c119b5887768bd20633f6f075b4c7 +MISC ChangeLog 332 RMD160 eab510fa8d6a1602babf0d9f74ce931b11dce5a0 SHA1 bd5a37f79d2bff3ead4b5fb465c65e695808e345 SHA256 8b2b3e4146818cb4296fd2a288c52dc1cf85c9c848a49ac7d5a7e7aabfc4db5d +MISC metadata.xml 577 RMD160 f07b6c1984db049a8232bfecc368ddee1b6f4374 SHA1 2fb4b8098953dbee00575450ead2bb42a4f41604 SHA256 5a381bd6b895b6dee0ad47ce603e99bdf885f161f021993d4cfcf5ca9c80a8e9 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.17 (GNU/Linux) + +iQEcBAEBAgAGBQJN2H5TAAoJEEqz6FtPBkyjUX4H/i/W/VwAv8SZ+ufgdtMMzgm7 +2xUAJhy4K8qXPaXPj+iakTQRU5mqu0AvjQTM2c9QtiGG9Lr8vP4L6sgUBNH3SHlf +Kxbh5hqQ/xw3UMhdoLGIGKMcM/ZgJ//rmVAsuXq42NpR5kfD/A6AtpCPgYw46LhH +pphEnJ0+8QRs3ij+/Ls/Wffx20iIQin8WW1kIUkXJgD3m4XlBi0QXhHpUc7vCdCN +62lLiSIo6mHG4yeYovJYRxEN0sYAikoMTb1sd5xTSdHOq1oqvXIEoLMGJ7BZ+mpI +hnU5aDVKQ7wUbYTNNLaKX3UjkkYU59Ie50UW/Ki8J4eQ3YsOlNP89RdY+ZXINnc= +=PV2H +-----END PGP SIGNATURE----- diff --git a/app-vim/unite/metadata.xml b/app-vim/unite/metadata.xml new file mode 100644 index 000000000000..ef7e62c357fc --- /dev/null +++ b/app-vim/unite/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <longdescription lang="en"> + Unite searches and displays information from arbitrary sources like files, + buffers, recently used files or registers. You can run one of defined action + on a target displayed. + + The differences between unite and similar plugins like fuzzyfinder or ku are + that unite doesn't use the built-in completion interface of Vim, and integrates + sources at the same time. + </longdescription> +</pkgmetadata> diff --git a/app-vim/unite/unite-2.0.ebuild b/app-vim/unite/unite-2.0.ebuild new file mode 100644 index 000000000000..248fa226335d --- /dev/null +++ b/app-vim/unite/unite-2.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/unite/unite-2.0.ebuild,v 1.1 2011/05/22 03:09:02 radhermit Exp $ + +EAPI=4 + +inherit vim-plugin + +DESCRIPTION="vim plugin: unite all sources" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3396" +LICENSE="MIT" +KEYWORDS="~amd64 ~x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="unite.txt" + +src_prepare() { + # remove unused tests + rm -rf test +} |