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 0A6F6139695 for ; Tue, 21 Mar 2017 01:48:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D69721C087; Tue, 21 Mar 2017 01:48:20 +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 171EC21C087 for ; Tue, 21 Mar 2017 01:48:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 28AB9340AC7 for ; Tue, 21 Mar 2017 01:48:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC2D86F5C for ; Tue, 21 Mar 2017 01:48:17 +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: <1490060885.3befcda4a9cba44bfdcffd8615aa3914285e505e.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cookie-Baker-XS/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Cookie-Baker-XS/Cookie-Baker-XS-0.70.0.ebuild dev-perl/Cookie-Baker-XS/Manifest dev-perl/Cookie-Baker-XS/metadata.xml X-VCS-Directories: dev-perl/Cookie-Baker-XS/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 3befcda4a9cba44bfdcffd8615aa3914285e505e X-VCS-Branch: master Date: Tue, 21 Mar 2017 01:48:17 +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: 0800ca88-ebf8-4751-b372-e75efa024f2d X-Archives-Hash: 091e4351f1dc34c6b7608a72f7ab76c6 commit: 3befcda4a9cba44bfdcffd8615aa3914285e505e Author: Kent Fredric gentoo org> AuthorDate: Mon Mar 20 23:53:48 2017 +0000 Commit: Kent Fredric gentoo org> CommitDate: Tue Mar 21 01:48:05 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3befcda4 dev-perl/Cookie-Baker-XS: Add w/ version 0.70.0 For accelerating dev-perl/Cookie-Baker Package-Manager: Portage-2.3.4, Repoman-2.3.2 .../Cookie-Baker-XS/Cookie-Baker-XS-0.70.0.ebuild | 23 ++++++++++++++++++++++ dev-perl/Cookie-Baker-XS/Manifest | 1 + dev-perl/Cookie-Baker-XS/metadata.xml | 12 +++++++++++ 3 files changed, 36 insertions(+) diff --git a/dev-perl/Cookie-Baker-XS/Cookie-Baker-XS-0.70.0.ebuild b/dev-perl/Cookie-Baker-XS/Cookie-Baker-XS-0.70.0.ebuild new file mode 100644 index 00000000000..139ace8e734 --- /dev/null +++ b/dev-perl/Cookie-Baker-XS/Cookie-Baker-XS-0.70.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=KAZEBURO +DIST_VERSION=0.07 +inherit perl-module + +DESCRIPTION="Accelerate Cookie::Baker's crush_cookie" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + virtual/perl-Exporter +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + >=virtual/perl-Test-Simple-0.980.0 + ) +" diff --git a/dev-perl/Cookie-Baker-XS/Manifest b/dev-perl/Cookie-Baker-XS/Manifest new file mode 100644 index 00000000000..f1d86fca0b7 --- /dev/null +++ b/dev-perl/Cookie-Baker-XS/Manifest @@ -0,0 +1 @@ +DIST Cookie-Baker-XS-0.07.tar.gz 56785 SHA256 0d4687863bcd34fa753c79ad891468492d5beebfd56de87c53e5ee01138be1ca SHA512 2e3ec9cb6e420be839b59878b7ec30d9a3f50013e5b45467f61724ad1d9c3a2192a4204cf35616b0a7256b52b55722516dfae5581833471070963f90f7026667 WHIRLPOOL 144e84f58cb870c900207e7e527ebe1231485578ce4f5ce88a0106f9f256c0a903786ebeb423d3475248b70a8f0531758e890b3c4745bad9726828c8bd35f9e1 diff --git a/dev-perl/Cookie-Baker-XS/metadata.xml b/dev-perl/Cookie-Baker-XS/metadata.xml new file mode 100644 index 00000000000..de8a769b805 --- /dev/null +++ b/dev-perl/Cookie-Baker-XS/metadata.xml @@ -0,0 +1,12 @@ + + + + + perl@gentoo.org + Gentoo Perl Project + + + Cookie-Baker-XS + Cookie::Baker::XS + +