summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /app-vim/cvsmenu
downloadgentoo-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/cvsmenu')
-rw-r--r--app-vim/cvsmenu/Manifest2
-rw-r--r--app-vim/cvsmenu/cvsmenu-1.147.ebuild17
-rw-r--r--app-vim/cvsmenu/cvsmenu-1.80.ebuild13
-rw-r--r--app-vim/cvsmenu/metadata.xml5
4 files changed, 37 insertions, 0 deletions
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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>vim</herd>
+</pkgmetadata>