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/zoomwin | |
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/zoomwin')
-rw-r--r-- | app-vim/zoomwin/Manifest | 2 | ||||
-rw-r--r-- | app-vim/zoomwin/metadata.xml | 5 | ||||
-rw-r--r-- | app-vim/zoomwin/zoomwin-23.ebuild | 14 | ||||
-rw-r--r-- | app-vim/zoomwin/zoomwin-24.ebuild | 15 |
4 files changed, 36 insertions, 0 deletions
diff --git a/app-vim/zoomwin/Manifest b/app-vim/zoomwin/Manifest new file mode 100644 index 000000000000..4bc7ccc83490 --- /dev/null +++ b/app-vim/zoomwin/Manifest @@ -0,0 +1,2 @@ +DIST zoomwin-23.tar.bz2 6156 SHA256 1287eca8cf2bf438ec74a0b8e05e8dd8a82e05d79d70e701175af7e7e7e12caa SHA512 a45b474a9a69eb7841b4bcd1e8dbdd00157c2b93bdd03e01b0619acd646bec800729dc3ad0056940093c469ad15928c83c0b9de3c2e984adfae937360871e828 WHIRLPOOL 05b0bb4f668b0c940073f263257ef1d965c498496c825722165e0b1564ca48550d645ee6e01333e3daebf8a8a1689240a34b0b5add68a99b1826c7574d61cdb3 +DIST zoomwin-24.tar.bz2 7928 SHA256 b33c0283e3739bdb832d43668fae6ea1df225977374f93ac22579cc2856d64e5 SHA512 fb20958813c1cd956c25f34c9355454b5003cf1a2d3582149c07ea3cdb4630a0407f2407f3a8f96abec37659e75facef13094d6d1ec2972b937dab8bdf9d61a9 WHIRLPOOL d6814dedaef5554d72db83b37809eea66e7228c6c845ecb9f571739509d2524ffe3336ded32b0f7179829a24813e33f432dfb32ac3fa7db5e87794f032d757ef diff --git a/app-vim/zoomwin/metadata.xml b/app-vim/zoomwin/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/zoomwin/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> diff --git a/app-vim/zoomwin/zoomwin-23.ebuild b/app-vim/zoomwin/zoomwin-23.ebuild new file mode 100644 index 000000000000..5549c0b84f50 --- /dev/null +++ b/app-vim/zoomwin/zoomwin-23.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +VIM_PLUGIN_VIM_VERSION="7.2" +inherit vim-plugin + +DESCRIPTION="vim plugin: brief-style window zooming" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=508" +LICENSE="vim" +KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="zoomwin" diff --git a/app-vim/zoomwin/zoomwin-24.ebuild b/app-vim/zoomwin/zoomwin-24.ebuild new file mode 100644 index 000000000000..dcb311b9f8fb --- /dev/null +++ b/app-vim/zoomwin/zoomwin-24.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit vim-plugin + +DESCRIPTION="vim plugin: brief-style window zooming" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=508" +LICENSE="vim" +KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="zoomwin" |