From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Safe-Isa/
Date: Wed, 10 Jan 2018 18:28:20 +0000 (UTC) [thread overview]
Message-ID: <1515608879.4e037e6550b911c097b5167e650015fa2f099c2d.kentnl@gentoo> (raw)
commit: 4e037e6550b911c097b5167e650015fa2f099c2d
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 10 18:27:59 2018 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Jan 10 18:27:59 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e037e65
dev-perl/Safe-Isa: Bump to version 1.0.8
- EAPI6
- Enable tests
Upstream:
- Fallback to $obj->isa if the object does not implement DOES
- Add $obj->$_call_if_can
Package-Manager: Portage-2.3.18, Repoman-2.3.6
dev-perl/Safe-Isa/Manifest | 1 +
dev-perl/Safe-Isa/Safe-Isa-1.0.8.ebuild | 25 +++++++++++++++++++++++++
dev-perl/Safe-Isa/metadata.xml | 4 ++++
3 files changed, 30 insertions(+)
diff --git a/dev-perl/Safe-Isa/Manifest b/dev-perl/Safe-Isa/Manifest
index 8de17bc2e1c..18f0915a65b 100644
--- a/dev-perl/Safe-Isa/Manifest
+++ b/dev-perl/Safe-Isa/Manifest
@@ -1 +1,2 @@
DIST Safe-Isa-1.000005.tar.gz 5311 BLAKE2B e1e7dcb48e781d5c49547ffd460e7dbd4213c4eea2e6d2b9755b93f86796b992cf04e0f4d545b3ddeb0affd080c961a71ca53491ab0fd41812d09e1b434459ad SHA512 5b3fc6503dc85eb20306af5eb5b10d36a1e0d1e7cd2ff0ee361857d581e8550a194647bdbbb7fedb40b808f36afc004c51e934b62616e73ac282562dda76308e
+DIST Safe-Isa-1.000008.tar.gz 5994 BLAKE2B 4f1d11f11d8e6b0aec88bc248941f5b1db453dee87230b77ada7b78d76e284bdcf287f81eb2830a6f965f61b776ef76331a3601dab63f35603e128a84e6e579c SHA512 a1dbef2e5e3cf5d154785eb2d9e4ad6652d775f1026144817a54cfeeb3572a2618b01c0b23557080fbaf676878d323c8fec8cd3506f173895ad787efa6c9cf14
diff --git a/dev-perl/Safe-Isa/Safe-Isa-1.0.8.ebuild b/dev-perl/Safe-Isa/Safe-Isa-1.0.8.ebuild
new file mode 100644
index 00000000000..5cb3a3d341b
--- /dev/null
+++ b/dev-perl/Safe-Isa/Safe-Isa-1.0.8.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=ETHER
+DIST_VERSION=1.000008
+inherit perl-module
+
+DESCRIPTION="Call isa, can, does and DOES safely on things that may not be objects"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ >=virtual/perl-Exporter-5.570.0
+ virtual/perl-Scalar-List-Utils
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-Test-Simple
+ )
+"
diff --git a/dev-perl/Safe-Isa/metadata.xml b/dev-perl/Safe-Isa/metadata.xml
index 2b9a936fc0a..df9c7e76741 100644
--- a/dev-perl/Safe-Isa/metadata.xml
+++ b/dev-perl/Safe-Isa/metadata.xml
@@ -5,4 +5,8 @@
<email>perl@gentoo.org</email>
<name>Gentoo Perl Project</name>
</maintainer>
+ <upstream>
+ <remote-id type="cpan">Safe-Isa</remote-id>
+ <remote-id type="cpan-module">Safe::Isa</remote-id>
+ </upstream>
</pkgmetadata>
next reply other threads:[~2018-01-10 18:28 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-10 18:28 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-14 11:12 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Safe-Isa/ Sam James
2025-03-12 22:30 Sam James
2025-03-03 21:29 Sam James
2025-01-24 10:49 WANG Xuerui
2025-01-22 6:54 Sam James
2021-12-13 16:13 Arthur Zamarin
2021-12-13 16:13 Arthur Zamarin
2021-12-13 16:13 Arthur Zamarin
2021-12-13 8:09 Jakov Smolić
2021-11-27 20:51 Andreas K. Hüttel
2021-08-05 21:15 Andreas K. Hüttel
2020-04-15 14:29 Kent Fredric
2018-08-04 0:01 Mikle Kolyada
2017-11-28 14:15 Andreas Hüttel
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=1515608879.4e037e6550b911c097b5167e650015fa2f099c2d.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