From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 972C8139695 for ; Sun, 4 Jun 2017 09:05:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE81021C12C; Sun, 4 Jun 2017 09:05:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B9FF721C12C for ; Sun, 4 Jun 2017 09:05:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E52CF3418E3 for ; Sun, 4 Jun 2017 09:05:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B30F7473 for ; Sun, 4 Jun 2017 09:05:01 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1496567056.11c97fdb655e366e4f496fd71ac6594da142b73b.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Type-Tie/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Type-Tie/Manifest dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild dev-perl/Type-Tie/metadata.xml X-VCS-Directories: dev-perl/Type-Tie/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 11c97fdb655e366e4f496fd71ac6594da142b73b X-VCS-Branch: master Date: Sun, 4 Jun 2017 09:05:01 +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: 5c5a3be7-ee91-44d8-a665-0c7cafac78c9 X-Archives-Hash: c6cee7504034d404bbbbd9d18c8a3d9f commit: 11c97fdb655e366e4f496fd71ac6594da142b73b Author: Kent Fredric gentoo org> AuthorDate: Sun Jun 4 08:40:05 2017 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sun Jun 4 09:04:16 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11c97fdb dev-perl/Type-Tie: Add w/ version 0.9.0 Required by newer Type::Tiny Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-perl/Type-Tie/Manifest | 1 + dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild | 28 ++++++++++++++++++++++++++++ dev-perl/Type-Tie/metadata.xml | 16 ++++++++++++++++ 3 files changed, 45 insertions(+) diff --git a/dev-perl/Type-Tie/Manifest b/dev-perl/Type-Tie/Manifest new file mode 100644 index 00000000000..0773a1f4a3e --- /dev/null +++ b/dev-perl/Type-Tie/Manifest @@ -0,0 +1 @@ +DIST Type-Tie-0.009.tar.gz 18579 SHA256 565d9ec0a7f93095d5e68a8794a25c0b27e292007e04fdb77793f477da1463f3 SHA512 2c416cd22d1d4a7ec902470d0801d479a54f312d456982e51671ba7391d127297471f0f753df5cafef4b6e01c983cd9f8f69c99f03f571aad5c89036c642a6c6 WHIRLPOOL cf545fc739976646f843e5b6fcadce3cd269da2741fe748da9f9573a604a163cccd7027d4b67ba136ee3620101fa6896ed6e41344031e87706400028e6351500 diff --git a/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild b/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild new file mode 100644 index 00000000000..1d354fa20d6 --- /dev/null +++ b/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=TOBYINK +DIST_VERSION=0.009 +inherit perl-module + +DESCRIPTION="Tie a variable to a type constraint" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test minimal" + +RDEPEND=" + !minimal? ( + dev-perl/Hash-FieldHash + ) + >=dev-perl/Exporter-Tiny-0.26.0 +" +DEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.170.0 + test? ( + dev-perl/Test-Fatal + dev-perl/Test-Requires + >=virtual/perl-Test-Simple-0.960.0 + ) +" diff --git a/dev-perl/Type-Tie/metadata.xml b/dev-perl/Type-Tie/metadata.xml new file mode 100644 index 00000000000..93509246583 --- /dev/null +++ b/dev-perl/Type-Tie/metadata.xml @@ -0,0 +1,16 @@ + + + + + perl@gentoo.org + Gentoo Perl Project + + + Type-Tie + Type::Tie + Type::Tie::ARRAY + Type::Tie::BASE + Type::Tie::HASH + Type::Tie::SCALAR + +