Skip to content

Commit

Permalink
dev-perl/Type-Tiny-XS: Added to tree at version 0.12.0
Browse files Browse the repository at this point in the history
Required by dev-perl/MongoDB 1.2.2

Package-Manager: portage-2.2.27
  • Loading branch information
kentfredric committed Feb 28, 2016
1 parent bfbdecf commit d56e500
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-perl/Type-Tiny-XS/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST Type-Tiny-XS-0.012.tar.gz 77259 SHA256 a93ed33fd21646548ab5cdb0de647cc574ad3e41b414af7980526e8612cacb16 SHA512 488925d913872f1f5bf73d8b165b1e04bd8f86bda44d594819120760f79c877d4b1be9f2924712ceabaead8822710bd8851f8ff5bb79f91b07fa253ce9ef7a33 WHIRLPOOL 6626ea7a596fe033fc97fd5d23d83ff1686dd24719872188a7d260f2af90f757848f54455bfa894662fd916e98414bf1f121bb0932c8661ee6462299f5b5fb43
26 changes: 26 additions & 0 deletions dev-perl/Type-Tiny-XS/Type-Tiny-XS-0.12.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6

DIST_AUTHOR=TOBYINK
DIST_VERSION=0.012
inherit perl-module

DESCRIPTION="provides an XS boost for some of Type::Tiny's built-in type constraints"

SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test minimal"

RDEPEND="
!minimal? ( dev-perl/Type-Tiny )
"
DEPEND="
${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.170.0
test? (
>=virtual/perl-Test-Simple-0.920.0
)
"
13 changes: 13 additions & 0 deletions dev-perl/Type-Tiny-XS/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>[email protected]</email>
<name>Gentoo Perl Project</name>
</maintainer>
<upstream>
<remote-id type="cpan">Type-Tiny-XS</remote-id>
<remote-id type="cpan-module">Type::Tiny::XS</remote-id>
<remote-id type="cpan-module">Type::Tiny::XS::Util</remote-id>
</upstream>
</pkgmetadata>

0 comments on commit d56e500

Please sign in to comment.