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/matrix/Manifest | 1 + app-vim/matrix/matrix-1.10.ebuild | 16 ++++++++++++++++ app-vim/matrix/metadata.xml | 10 ++++++++++ 3 files changed, 27 insertions(+) create mode 100644 app-vim/matrix/Manifest create mode 100644 app-vim/matrix/matrix-1.10.ebuild create mode 100644 app-vim/matrix/metadata.xml (limited to 'app-vim/matrix') 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 @@ + + + + vim + + A Vim plugin which displays a screensaver based upon the falling green + symbols seen in the Matrix. + + + -- cgit v1.2.3-65-gdbad