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/matrix | |
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/matrix')
-rw-r--r-- | app-vim/matrix/Manifest | 1 | ||||
-rw-r--r-- | app-vim/matrix/matrix-1.10.ebuild | 16 | ||||
-rw-r--r-- | app-vim/matrix/metadata.xml | 10 |
3 files changed, 27 insertions, 0 deletions
diff --git a/app-vim/matrix/Manifest b/app-vim/matrix/Manifest new file mode 100644 index 000000000000..191802ed1d60 --- /dev/null +++ b/app-vim/matrix/Manifest @@ -0,0 +1 @@ +DIST matrix-1.10.tar.bz2 3365 SHA256 8561e69ce31934e6770ed6af71106330e668847d8cd04db0e51fea26ccac9c66 SHA512 9c268ced7b0a7e3117c88bfe005236f1fc61cfd74fa10d46318b739fe61a97f7bd856d125d69cf599a79efb8fb181d8876641cda65ae5dc80e4c650e7430fa85 WHIRLPOOL fd37835d9dd57e82e0eae9e409456e4c959907d259b1edcfa45cec10d96f296068a606d04bc0a89497f84204a9694510bde9d4cd7ba3cb989b01491332e1f22d diff --git a/app-vim/matrix/matrix-1.10.ebuild b/app-vim/matrix/matrix-1.10.ebuild new file mode 100644 index 000000000000..b3c897d6c08e --- /dev/null +++ b/app-vim/matrix/matrix-1.10.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit vim-plugin + +DESCRIPTION="vim plugin: Screensaver inspired by the Matrix" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1189" + +LICENSE="vim.org" +KEYWORDS="amd64 ~mips ppc sparc x86 ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris" +IUSE="" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides the :Matrix command. To exit the screensaver, +press a key." diff --git a/app-vim/matrix/metadata.xml b/app-vim/matrix/metadata.xml new file mode 100644 index 000000000000..d46a2da4fb29 --- /dev/null +++ b/app-vim/matrix/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>vim</herd> + <longdescription lang="en"> + A Vim plugin which displays a screensaver based upon the falling green + symbols seen in the Matrix. + </longdescription> +</pkgmetadata> + |