diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /app-vim/bufexplorer | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'app-vim/bufexplorer')
-rw-r--r-- | app-vim/bufexplorer/Manifest | 3 | ||||
-rw-r--r-- | app-vim/bufexplorer/bufexplorer-7.4.2.ebuild | 19 | ||||
-rw-r--r-- | app-vim/bufexplorer/bufexplorer-7.4.5-r1.ebuild | 18 | ||||
-rw-r--r-- | app-vim/bufexplorer/bufexplorer-7.4.6.ebuild | 14 | ||||
-rw-r--r-- | app-vim/bufexplorer/metadata.xml | 5 |
5 files changed, 59 insertions, 0 deletions
diff --git a/app-vim/bufexplorer/Manifest b/app-vim/bufexplorer/Manifest new file mode 100644 index 000000000000..e739e8935266 --- /dev/null +++ b/app-vim/bufexplorer/Manifest @@ -0,0 +1,3 @@ +DIST bufexplorer-7.4.2.zip 22317 SHA256 f22ba430cc6c1f49189b7965eacd9bae135b46cf8d79d6bf46b4fbb2fa5d40f7 SHA512 637264313bbfc2e58a7423b63b091cbc6c7e4ed3b69906bac674053b26afccbcc9c86195047a77cd345da569eed731382993fe0192a6b16927023a1a5f1b59a4 WHIRLPOOL 5526ac1253ab11dd3994c0730d73a05b4557aa20498c94208113a00e6455752ab31e1acbe498a30b2bcba6e75e1d43136845161e3a9aa727f47b373fce2c2fe5 +DIST bufexplorer-7.4.5.tar.bz2 19889 SHA256 1bfccb9b012f11149775796b2ed2e69ec1a0476ff7f4bebb5d16f315080394d9 SHA512 7eae082ca5fa5a42b332d359eff5c66fc5b082b2c8ef6801aa4d098cd279533f66f830f4ed3b68dda96bcb62d1e5409f00f12b74668fcd145fc71c7f455e07c0 WHIRLPOOL 78ab63b9b8af253393fbad26f4fe1de99462ad12e39ad98fdc9093873c1de60e40eada4009ac0b26cf3068c9cc74f4f41817ebebca37d34f36d779df0878da7c +DIST bufexplorer-7.4.6.tar.bz2 19917 SHA256 4a575a62dfd5da50d6f52e014859fdbcc6f3e708532a4076473154cd0d83d9b6 SHA512 8ddbfff160f4829854b276bb4eb73bf145198191a79cbc45b6e743be9c74ede0924c126247923ac69e81d27b1bf0df06279c3ab621eb5eb235c4c4b944f05541 WHIRLPOOL 3f876cb5e333d334063c341c18c8a5f87ba7f3c71c97228363f3c112eefd8cf97f3453aa47f347437dafbaadb3f827aea1a4b3fdfac8beb668329814060c1aba diff --git a/app-vim/bufexplorer/bufexplorer-7.4.2.ebuild b/app-vim/bufexplorer/bufexplorer-7.4.2.ebuild new file mode 100644 index 000000000000..4862b39877f0 --- /dev/null +++ b/app-vim/bufexplorer/bufexplorer-7.4.2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +DESCRIPTION="vim plugin: easily browse vim buffers" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=42" +SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=20953 -> ${P}.zip" +LICENSE="bufexplorer.vim" +KEYWORDS="~amd64 ~x86" + +S=${WORKDIR} + +VIM_PLUGIN_HELPFILES="${PN}" + +DEPEND="app-arch/unzip" diff --git a/app-vim/bufexplorer/bufexplorer-7.4.5-r1.ebuild b/app-vim/bufexplorer/bufexplorer-7.4.5-r1.ebuild new file mode 100644 index 000000000000..4bb305becdd0 --- /dev/null +++ b/app-vim/bufexplorer/bufexplorer-7.4.5-r1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin eutils + +DESCRIPTION="vim plugin: easily browse vim buffers" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=42" +LICENSE="bufexplorer.vim" +KEYWORDS="~amd64 ~x86" + +VIM_PLUGIN_HELPFILES="${PN}.txt" + +src_prepare() { + edos2unix {doc,plugin}/* || die +} diff --git a/app-vim/bufexplorer/bufexplorer-7.4.6.ebuild b/app-vim/bufexplorer/bufexplorer-7.4.6.ebuild new file mode 100644 index 000000000000..2c8dbb3707b9 --- /dev/null +++ b/app-vim/bufexplorer/bufexplorer-7.4.6.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin eutils + +DESCRIPTION="vim plugin: easily browse vim buffers" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=42" +LICENSE="bufexplorer.vim" +KEYWORDS="~amd64 ~x86" + +VIM_PLUGIN_HELPFILES="${PN}.txt" diff --git a/app-vim/bufexplorer/metadata.xml b/app-vim/bufexplorer/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/bufexplorer/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> |