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 /dev-perl/Text-VimColor | |
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 'dev-perl/Text-VimColor')
-rw-r--r-- | dev-perl/Text-VimColor/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Text-VimColor/Text-VimColor-0.260.ebuild | 34 | ||||
-rw-r--r-- | dev-perl/Text-VimColor/metadata.xml | 13 |
3 files changed, 48 insertions, 0 deletions
diff --git a/dev-perl/Text-VimColor/Manifest b/dev-perl/Text-VimColor/Manifest new file mode 100644 index 000000000000..58e7971d6959 --- /dev/null +++ b/dev-perl/Text-VimColor/Manifest @@ -0,0 +1 @@ +DIST Text-VimColor-0.26.tar.gz 137189 SHA256 f6990a75a3009fa0dfd15405c65f2932e8a5cb7e405559cb73ca04132394156c SHA512 33fc7c1da08e499199d7e7cecb53fae3d6dcd4f8207ed9cd250349e6f21691eac6335a19657cb69a22ec46f09b74171c4f6886438f5d5a85afe2f8680a09e82e WHIRLPOOL 78e5260a6ae431b1952c43174874b6bd5c103938e77786568a7c06c86e0034caa6faf16714d96faeb0f438562d483550802088c9270fca36d6ad7a30e9fcab5f diff --git a/dev-perl/Text-VimColor/Text-VimColor-0.260.ebuild b/dev-perl/Text-VimColor/Text-VimColor-0.260.ebuild new file mode 100644 index 000000000000..483e126b0d34 --- /dev/null +++ b/dev-perl/Text-VimColor/Text-VimColor-0.260.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_VERSION=0.26 +MODULE_AUTHOR="RWSTAUNER" + +inherit perl-module + +DESCRIPTION="Syntax highlighting using vim" +HOMEPAGE="https://github.com/rwstauner/Text-VimColor" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="app-editors/vim" +DEPEND="${RDEPEND} + dev-perl/File-ShareDir-Install + dev-perl/Test-File-ShareDir + dev-perl/File-ShareDir + dev-perl/Class-Tiny + dev-perl/Path-Tiny + test? ( + dev-perl/Test-Pod-Coverage + dev-perl/Pod-Coverage + dev-perl/Path-Class + dev-perl/XML-Parser + dev-perl/Test-Pod + )" + +SRC_TEST="do" diff --git a/dev-perl/Text-VimColor/metadata.xml b/dev-perl/Text-VimColor/metadata.xml new file mode 100644 index 000000000000..332964089596 --- /dev/null +++ b/dev-perl/Text-VimColor/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <maintainer> + <email>monsieurp@gentoo.org</email> + </maintainer> + <upstream> + <remote-id type="cpan">Text-VimColor</remote-id> + <remote-id type="cpan-module">Text::VimColor</remote-id> + <remote-id type="github">rwstauner/Text-VimColor</remote-id> + </upstream> +</pkgmetadata> |