diff options
Diffstat (limited to 'dev-perl/Color-Library')
| -rw-r--r-- | dev-perl/Color-Library/Color-Library-0.21.0-r1.ebuild | 28 | ||||
| -rw-r--r-- | dev-perl/Color-Library/Manifest | 1 | ||||
| -rw-r--r-- | dev-perl/Color-Library/metadata.xml | 37 |
3 files changed, 66 insertions, 0 deletions
diff --git a/dev-perl/Color-Library/Color-Library-0.21.0-r1.ebuild b/dev-perl/Color-Library/Color-Library-0.21.0-r1.ebuild new file mode 100644 index 000000000000..02db9ee3ebd7 --- /dev/null +++ b/dev-perl/Color-Library/Color-Library-0.21.0-r1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +MODULE_AUTHOR=ROKR +MODULE_VERSION=0.021 +inherit perl-module + +DESCRIPTION="An easy-to-use and comprehensive named-color library" + +SLOT="0" +KEYWORDS="amd64 x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND=" + dev-perl/Module-Pluggable + dev-perl/Class-Accessor + dev-perl/Class-Data-Inheritable +" +DEPEND="${RDEPEND} + test? ( + dev-perl/Test-Most + ) +" + +SRC_TEST="do" diff --git a/dev-perl/Color-Library/Manifest b/dev-perl/Color-Library/Manifest new file mode 100644 index 000000000000..374589b52d12 --- /dev/null +++ b/dev-perl/Color-Library/Manifest @@ -0,0 +1 @@ +DIST Color-Library-0.021.tar.gz 343300 BLAKE2B f0debb8be5ef66111f24494509d75823faecad64f976cd229d8efc0212131b557b32a50fc85dd4c6c4e56efe3385af3fd59af92999b84923ba8bc72bef4719ea SHA512 2338ad5a4e313d0f47604678a511845be1d02ed62804109d7338cae0831130751933a4b0f6c0056e684da926e135542292a10cedd6b3d5cee6b3110bbb98cef8 diff --git a/dev-perl/Color-Library/metadata.xml b/dev-perl/Color-Library/metadata.xml new file mode 100644 index 000000000000..3aa724daf781 --- /dev/null +++ b/dev-perl/Color-Library/metadata.xml @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>perl@gentoo.org</email> + <name>Gentoo Perl Project</name> + </maintainer> + <upstream> + <remote-id type="cpan">Color-Library</remote-id> + <remote-id type="cpan-module">Color::Library</remote-id> + <remote-id type="cpan-module">Color::Library::Color</remote-id> + <remote-id type="cpan-module">Color::Library::Dictionary</remote-id> + <remote-id type="cpan-module">Color::Library::Dictionary::HTML</remote-id> + <remote-id type="cpan-module">Color::Library::Dictionary::IE</remote-id> + <remote-id type="cpan-module">Color::Library::Dictionary::Mozilla</remote-id> + <remote-id type="cpan-module">Color::Library::Dictionary::NBS_ISCC</remote-id> + <remote-id type="cpan-module">Color::Library::Dictionary::NBS_ISCC::A</remote-id> + <remote-id type="cpan-module">Color::Library::Dictionary::NBS_ISCC::B</remote-id> + <remote-id type="cpan-module">Color::Library::Dictionary::NBS_ISCC::F</remote-id> + <remote-id type="cpan-module">Color::Library::Dictionary::NBS_ISCC::H</remote-id> + <remote-id type="cpan-module">Color::Library::Dictionary::NBS_ISCC::M</remote-id> + <remote-id type="cpan-module">Color::Library::Dictionary::NBS_ISCC::P</remote-id> + <remote-id type="cpan-module">Color::Library::Dictionary::NBS_ISCC::R</remote-id> + <remote-id type="cpan-module">Color::Library::Dictionary::NBS_ISCC::RC</remote-id> + <remote-id type="cpan-module">Color::Library::Dictionary::NBS_ISCC::S</remote-id> + <remote-id type="cpan-module">Color::Library::Dictionary::NBS_ISCC::SC</remote-id> + <remote-id type="cpan-module">Color::Library::Dictionary::NBS_ISCC::TC</remote-id> + <remote-id type="cpan-module">Color::Library::Dictionary::Netscape</remote-id> + <remote-id type="cpan-module">Color::Library::Dictionary::SVG</remote-id> + <remote-id type="cpan-module">Color::Library::Dictionary::Tango</remote-id> + <remote-id type="cpan-module">Color::Library::Dictionary::VACCC</remote-id> + <remote-id type="cpan-module">Color::Library::Dictionary::WWW</remote-id> + <remote-id type="cpan-module">Color::Library::Dictionary::Windows</remote-id> + <remote-id type="cpan-module">Color::Library::Dictionary::X11</remote-id> + </upstream> + <origin>gentoo-staging</origin> +</pkgmetadata> |
