From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- app-vim/cvsmenu/Manifest | 2 ++ app-vim/cvsmenu/cvsmenu-1.147.ebuild | 17 +++++++++++++++++ app-vim/cvsmenu/cvsmenu-1.80.ebuild | 13 +++++++++++++ app-vim/cvsmenu/metadata.xml | 5 +++++ 4 files changed, 37 insertions(+) create mode 100644 app-vim/cvsmenu/Manifest create mode 100644 app-vim/cvsmenu/cvsmenu-1.147.ebuild create mode 100644 app-vim/cvsmenu/cvsmenu-1.80.ebuild create mode 100644 app-vim/cvsmenu/metadata.xml (limited to 'app-vim/cvsmenu') diff --git a/app-vim/cvsmenu/Manifest b/app-vim/cvsmenu/Manifest new file mode 100644 index 000000000000..2722200c46e7 --- /dev/null +++ b/app-vim/cvsmenu/Manifest @@ -0,0 +1,2 @@ +DIST cvsmenu-1.147.tar.bz2 16440 SHA256 a04867208d8660f82a94eafb844211d53b5bcf9155dd967656e4b2ac3d137ba4 SHA512 ca25c4b6d50d0d82ce179a76a8993b1a7a5ef72d032639ec9cf16fbdeafd87eddf7f89214fa8d370d330f5f7501e1265f1c5635153cc387e23191ab81ce56c8b WHIRLPOOL 13b2066a610f265b907282486e0d79b09492e6d8074af112d305af299bbe4aa436b914cd025e1721ea13f3de0333fd265e64eab5679b3e8bfb0cb497c8be716e +DIST cvsmenu-1.80.tar.bz2 21418 SHA256 b72092d6352a12d3650d2bd2730dfaa55322e1e41581076e2fbc00ce39ca3215 SHA512 44fdaedc3374b903f9aee9f5767496bdb1df8fb4a2736477ee9f3e86aa7e724dcc9906e02fe87b69a42ecfb5221eef608552dd958e4c31ff5946509fe48229c0 WHIRLPOOL f7f697107730ec6c4434a0148ee2eef29a19f25c1e04d43c480a7486c28f7b1d3e33f6b85833aae04e088c14247a44494e1b19503deb6ebad750518f84e85eec diff --git a/app-vim/cvsmenu/cvsmenu-1.147.ebuild b/app-vim/cvsmenu/cvsmenu-1.147.ebuild new file mode 100644 index 000000000000..06d922fcc41b --- /dev/null +++ b/app-vim/cvsmenu/cvsmenu-1.147.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin + +DESCRIPTION="vim plugin: CVS(NT) integration script" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1245" +LICENSE="LGPL-2" +KEYWORDS="amd64 ppc x86" +IUSE="" + +# Note, this comes from CVS on sf.net +# http://ezytools.cvs.sourceforge.net/*checkout*/ezytools/VimTools/cvsmenu.txt +VIM_PLUGIN_HELPFILES="cvsmenu.txt" + +RDEPEND="dev-vcs/cvs" diff --git a/app-vim/cvsmenu/cvsmenu-1.80.ebuild b/app-vim/cvsmenu/cvsmenu-1.80.ebuild new file mode 100644 index 000000000000..b985362ab5ac --- /dev/null +++ b/app-vim/cvsmenu/cvsmenu-1.80.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin + +DESCRIPTION="vim plugin: Menu for CVS-Versioncontrol" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=58" +LICENSE="LGPL-2" +KEYWORDS="amd64 ppc x86" +IUSE="" + +VIM_PLUGIN_HELPFILES="cvsmenu.txt" diff --git a/app-vim/cvsmenu/metadata.xml b/app-vim/cvsmenu/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/cvsmenu/metadata.xml @@ -0,0 +1,5 @@ + + + + vim + -- cgit v1.2.3-65-gdbad