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 62E77138359 for ; Wed, 6 May 2020 15:42:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C9E1E0932; Wed, 6 May 2020 15:42:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 220F2E0930 for ; Wed, 6 May 2020 15:42:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B50A134F59F for ; Wed, 6 May 2020 15:42:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A0CA213 for ; Wed, 6 May 2020 15:42:07 +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: <1588779708.5d58a96a847e47f9369be962662f64a017d39403.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/B-COW/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/B-COW/B-COW-0.4.0.ebuild dev-perl/B-COW/Manifest dev-perl/B-COW/metadata.xml X-VCS-Directories: dev-perl/B-COW/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 5d58a96a847e47f9369be962662f64a017d39403 X-VCS-Branch: master Date: Wed, 6 May 2020 15:42:07 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 49c763b4-b1f8-48d1-b906-b6f69a6daf9b X-Archives-Hash: 53094f9a1358f889d6440168d0f8309f commit: 5d58a96a847e47f9369be962662f64a017d39403 Author: Kent Fredric gentoo org> AuthorDate: Wed May 6 14:33:32 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Wed May 6 15:41:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d58a96a dev-perl/B-COW: Add w/v=0.4.0 Required by newer dev-perl/CDB_File Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Kent Fredric gentoo.org> dev-perl/B-COW/B-COW-0.4.0.ebuild | 23 +++++++++++++++++++++++ dev-perl/B-COW/Manifest | 1 + dev-perl/B-COW/metadata.xml | 12 ++++++++++++ 3 files changed, 36 insertions(+) diff --git a/dev-perl/B-COW/B-COW-0.4.0.ebuild b/dev-perl/B-COW/B-COW-0.4.0.ebuild new file mode 100644 index 00000000000..9d413556bda --- /dev/null +++ b/dev-perl/B-COW/B-COW-0.4.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=ATOOMIC +DIST_VERSION=0.004 +DIST_EXAMPLES=("examples/*") +inherit perl-module + +DESCRIPTION="additional B helpers to check COW status" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" +RESTRICT="!test? ( test )" + +BDEPEND=" + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-File-Spec + virtual/perl-Test-Simple + ) +" diff --git a/dev-perl/B-COW/Manifest b/dev-perl/B-COW/Manifest new file mode 100644 index 00000000000..d8fd7a81662 --- /dev/null +++ b/dev-perl/B-COW/Manifest @@ -0,0 +1 @@ +DIST B-COW-0.004.tar.gz 18295 BLAKE2B 7fcba80755dd7ca425f4f4caf2a39c4b813036d9538cb93f05e4eeb9fb15042c3f185d795da78a9d89c75a969b6f9a181506dcc3d072c390c0bafb514c866544 SHA512 97beaac8056e4aaeafb535a8e69f103632eb3746fa815313f84612414081155ab640299c18b4cb7b9ff0f61263cc1b9ce25de3313bbefce318163902a4503292 diff --git a/dev-perl/B-COW/metadata.xml b/dev-perl/B-COW/metadata.xml new file mode 100644 index 00000000000..9485972ec1a --- /dev/null +++ b/dev-perl/B-COW/metadata.xml @@ -0,0 +1,12 @@ + + + + + perl@gentoo.org + Gentoo Perl Project + + + B-COW + B::COW + +