public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/B-COW/
Date: Wed,  6 May 2020 15:42:07 +0000 (UTC)	[thread overview]
Message-ID: <1588779708.5d58a96a847e47f9369be962662f64a017d39403.kentnl@gentoo> (raw)

commit:     5d58a96a847e47f9369be962662f64a017d39403
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed May  6 14:33:32 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> 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 <kentnl <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+    <email>perl@gentoo.org</email>
+    <name>Gentoo Perl Project</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="cpan">B-COW</remote-id>
+    <remote-id type="cpan-module">B::COW</remote-id>
+  </upstream>
+</pkgmetadata>


             reply	other threads:[~2020-05-06 15:42 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-06 15:42 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-07-03 15:10 [gentoo-commits] repo/gentoo:master commit in: dev-perl/B-COW/ Kent Fredric
2020-07-04  8:56 Sergei Trofimovich
2020-07-05 11:35 Sergei Trofimovich
2020-07-05 11:37 Sergei Trofimovich
2020-07-06 11:57 Michał Górny
2020-07-06 16:43 Sergei Trofimovich
2020-07-07  6:58 Sergei Trofimovich
2020-07-09 21:58 Sam James
2020-08-06 16:40 Kent Fredric
2020-09-03  4:26 Yixun Lan
2020-09-26 19:44 Matt Turner
2020-10-22  5:11 Joshua Kinard
2020-11-28  9:57 Sam James
2021-05-04 19:13 Sam James
2021-05-04 19:16 Sam James
2021-05-04 19:16 Sam James
2021-05-04 22:24 Sam James
2021-05-04 22:25 Sam James
2021-05-06  7:22 Sergei Trofimovich
2021-05-06 10:01 Sam James
2022-04-25 18:08 Sam James
2023-03-04 22:30 Jakov Smolić
2023-06-22  4:17 Sam James
2023-07-24  9:25 Jakov Smolić
2023-07-24 12:07 Jakov Smolić
2023-08-15  3:17 Sam James

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1588779708.5d58a96a847e47f9369be962662f64a017d39403.kentnl@gentoo \
    --to=kentnl@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox