diff options
author | 2015-08-08 13:49:04 -0700 | |
---|---|---|
committer | 2015-08-08 17:38:18 -0700 | |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-perl/Color-Calc | |
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/Color-Calc')
-rw-r--r-- | dev-perl/Color-Calc/Color-Calc-1.73.0.ebuild | 31 | ||||
-rw-r--r-- | dev-perl/Color-Calc/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Color-Calc/metadata.xml | 14 |
3 files changed, 46 insertions, 0 deletions
diff --git a/dev-perl/Color-Calc/Color-Calc-1.73.0.ebuild b/dev-perl/Color-Calc/Color-Calc-1.73.0.ebuild new file mode 100644 index 000000000000..b412640ae314 --- /dev/null +++ b/dev-perl/Color-Calc/Color-Calc-1.73.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=CFAERBER +MODULE_VERSION=1.073 +inherit perl-module + +DESCRIPTION='Simple calculations with RGB colors' + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=">=dev-perl/Graphics-ColorNames-2.100.0 + >=dev-perl/Graphics-ColorNames-WWW-0.10.0 + >=dev-perl/Graphics-ColorObject-0.5.0 + >=dev-perl/Params-Validate-0.75" + +DEPEND="${RDEPEND} + dev-perl/Test-NoWarnings + >=dev-perl/Module-Build-0.380.0 + virtual/perl-Test-Simple + test? ( + dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage + )" + +SRC_TEST="do" diff --git a/dev-perl/Color-Calc/Manifest b/dev-perl/Color-Calc/Manifest new file mode 100644 index 000000000000..ad919335a789 --- /dev/null +++ b/dev-perl/Color-Calc/Manifest @@ -0,0 +1 @@ +DIST Color-Calc-1.073.tar.gz 26949 SHA256 f474253f0017691fc8473e0bcd3e6b7de4948a81fa90d39dee2e4eedb2f12323 SHA512 5f19cb8a2acc992877978cf6eaf8a81629727306ee913a415a736f5cf0d75426fe7783e2c3b7cf52c52ca3a90617f7bc365ab1330ccf5e4b6204c68184d7b52e WHIRLPOOL 85a2af7f0a680ea551f93fe3a67ebeb26e97381dd4708cb8d389386a0f12a4f458257d1d1fe0941585ea7b7b9c2a50512a5ee30aa594cc5b8d5567b5a29320a8 diff --git a/dev-perl/Color-Calc/metadata.xml b/dev-perl/Color-Calc/metadata.xml new file mode 100644 index 000000000000..bee94f133959 --- /dev/null +++ b/dev-perl/Color-Calc/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <maintainer> + <email>pinkbyte@gentoo.org</email> + <name>Sergey Popov</name> + </maintainer> + <upstream> + <remote-id type="cpan">Color-Calc</remote-id> + <remote-id type="cpan-module">Color::Calc</remote-id> + <remote-id type="cpan-module">Color::Calc::WWW</remote-id> + </upstream> +</pkgmetadata> |