From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B41751388C0 for ; Sun, 28 Feb 2016 19:04:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB6F421C0B7; Sun, 28 Feb 2016 19:04:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0ED0021C0B8 for ; Sun, 28 Feb 2016 19:04:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 25BC3340AF0 for ; Sun, 28 Feb 2016 19:04:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 548A91BA0 for ; Sun, 28 Feb 2016 19:04:18 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1456659852.d56e5007d91918df2fdd6cce5e630a1645b9080a.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Type-Tiny-XS/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Type-Tiny-XS/Manifest dev-perl/Type-Tiny-XS/Type-Tiny-XS-0.12.0.ebuild dev-perl/Type-Tiny-XS/metadata.xml X-VCS-Directories: dev-perl/Type-Tiny-XS/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: d56e5007d91918df2fdd6cce5e630a1645b9080a X-VCS-Branch: master Date: Sun, 28 Feb 2016 19:04:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5c98e0b3-204d-43d3-99cd-236a1c06bb83 X-Archives-Hash: d40b7d23c588fbb869071cb8070ab715 commit: d56e5007d91918df2fdd6cce5e630a1645b9080a Author: Kent Fredric gmail com> AuthorDate: Sun Feb 28 10:54:46 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sun Feb 28 11:44:12 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d56e5007 dev-perl/Type-Tiny-XS: Added to tree at version 0.12.0 Required by dev-perl/MongoDB 1.2.2 Package-Manager: portage-2.2.27 dev-perl/Type-Tiny-XS/Manifest | 1 + dev-perl/Type-Tiny-XS/Type-Tiny-XS-0.12.0.ebuild | 26 ++++++++++++++++++++++++ dev-perl/Type-Tiny-XS/metadata.xml | 13 ++++++++++++ 3 files changed, 40 insertions(+) diff --git a/dev-perl/Type-Tiny-XS/Manifest b/dev-perl/Type-Tiny-XS/Manifest new file mode 100644 index 0000000..db12a10 --- /dev/null +++ b/dev-perl/Type-Tiny-XS/Manifest @@ -0,0 +1 @@ +DIST Type-Tiny-XS-0.012.tar.gz 77259 SHA256 a93ed33fd21646548ab5cdb0de647cc574ad3e41b414af7980526e8612cacb16 SHA512 488925d913872f1f5bf73d8b165b1e04bd8f86bda44d594819120760f79c877d4b1be9f2924712ceabaead8822710bd8851f8ff5bb79f91b07fa253ce9ef7a33 WHIRLPOOL 6626ea7a596fe033fc97fd5d23d83ff1686dd24719872188a7d260f2af90f757848f54455bfa894662fd916e98414bf1f121bb0932c8661ee6462299f5b5fb43 diff --git a/dev-perl/Type-Tiny-XS/Type-Tiny-XS-0.12.0.ebuild b/dev-perl/Type-Tiny-XS/Type-Tiny-XS-0.12.0.ebuild new file mode 100644 index 0000000..a1d5dae --- /dev/null +++ b/dev-perl/Type-Tiny-XS/Type-Tiny-XS-0.12.0.ebuild @@ -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 + ) +" diff --git a/dev-perl/Type-Tiny-XS/metadata.xml b/dev-perl/Type-Tiny-XS/metadata.xml new file mode 100644 index 0000000..ddc8553 --- /dev/null +++ b/dev-perl/Type-Tiny-XS/metadata.xml @@ -0,0 +1,13 @@ + + + + + perl@gentoo.org + Gentoo Perl Project + + + Type-Tiny-XS + Type::Tiny::XS + Type::Tiny::XS::Util + +