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/calendar | |
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/calendar')
-rw-r--r-- | app-vim/calendar/Manifest | 2 | ||||
-rw-r--r-- | app-vim/calendar/calendar-2.5.ebuild | 17 | ||||
-rw-r--r-- | app-vim/calendar/calendar-2.9.ebuild | 14 | ||||
-rw-r--r-- | app-vim/calendar/metadata.xml | 5 |
4 files changed, 38 insertions, 0 deletions
diff --git a/app-vim/calendar/Manifest b/app-vim/calendar/Manifest new file mode 100644 index 000000000000..ec8f91ef1166 --- /dev/null +++ b/app-vim/calendar/Manifest @@ -0,0 +1,2 @@ +DIST calendar-2.5.tar.bz2 9787 SHA256 ff7b505a6e818f09c47a2cdd32060e8b6095f9162169e34f93ac82de7ef85af4 SHA512 b99b6b5f461a46386d43af442895aaffd502a1cfe272fa75433a8f6afc77cdae91c9c4529ef12b56b1ff003b79e75b12577ba4cef3a399c04ed1b06d027aae24 WHIRLPOOL 956fa3d69814e60bb1b89f84a0afa84267794ed35c94b9b52668706338d5d66e1e61e71c54a8c9b5ad867c1517f9241646dcb29e087fa91c073bb3752829f55b +DIST calendar-2.9.tar.bz2 11070 SHA256 144a657523f20514290092b4e17b307622e259838f1ba6f59c0bacb4a0bd3c52 SHA512 8d1c29cb1e7b8189447d60bb5e8940b7ed52837c9039bd8ff8e3ce19c5fd7a9a8060291bb8a0c0bd2a2bb677fce388bb7f807f25358f3903c28b07c715ae1a07 WHIRLPOOL 703075efc70b13d19e925ab395a94940cb242c56184c2d30c3e83fe834b8188b977706207128b115c623d591e41ecc85a46c5fdec2649472d4b1504d830263de diff --git a/app-vim/calendar/calendar-2.5.ebuild b/app-vim/calendar/calendar-2.5.ebuild new file mode 100644 index 000000000000..04e258024692 --- /dev/null +++ b/app-vim/calendar/calendar-2.5.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=3 + +inherit vim-plugin + +DESCRIPTION="vim plugin: calendar window" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=52" +LICENSE="vim" +KEYWORDS="amd64 ~mips ppc x86" +IUSE="" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides a calendar window for vim. To start it, use the +:Calendar command." diff --git a/app-vim/calendar/calendar-2.9.ebuild b/app-vim/calendar/calendar-2.9.ebuild new file mode 100644 index 000000000000..a001f94e532f --- /dev/null +++ b/app-vim/calendar/calendar-2.9.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit vim-plugin + +DESCRIPTION="vim plugin: calendar window" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=52" +LICENSE="vim" +KEYWORDS="~amd64 ~mips ~ppc ~x86" + +VIM_PLUGIN_HELPFILES="${PN}.txt" diff --git a/app-vim/calendar/metadata.xml b/app-vim/calendar/metadata.xml new file mode 100644 index 000000000000..d221a8d4b42c --- /dev/null +++ b/app-vim/calendar/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> |