public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-OATH/
@ 2020-09-22 11:51 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2020-09-22 11:51 UTC (permalink / raw
  To: gentoo-commits

commit:     32903148d8e9ca1ed8fad08123d488cb81153786
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 22 11:49:10 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Sep 22 11:50:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32903148

dev-perl/Authen-OATH: Add w/ version=2.0.1

Requested by juippis as an optional dependency for app-admin/kpcli

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/Authen-OATH/Authen-OATH-2.0.1.ebuild | 38 +++++++++++++++++++++++++++
 dev-perl/Authen-OATH/Manifest                 |  1 +
 dev-perl/Authen-OATH/metadata.xml             | 12 +++++++++
 3 files changed, 51 insertions(+)

diff --git a/dev-perl/Authen-OATH/Authen-OATH-2.0.1.ebuild b/dev-perl/Authen-OATH/Authen-OATH-2.0.1.ebuild
new file mode 100644
index 00000000000..c5fdc94780e
--- /dev/null
+++ b/dev-perl/Authen-OATH/Authen-OATH-2.0.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=OALDERS
+DIST_VERSION=2.0.1
+inherit perl-module
+
+DESCRIPTION="OATH One Time Passwords"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	dev-perl/Digest-HMAC
+	virtual/perl-Math-BigInt
+	>=dev-perl/Moo-2.2.4
+	dev-perl/Type-Tiny
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		virtual/perl-Digest-SHA
+		dev-perl/Test-Needs
+		virtual/perl-Test-Simple
+	)
+"
+PERL_RM_FILES=(
+	t/author-pod-coverage.t
+	t/author-pod-spell.t
+	t/author-synopsis.t
+	t/author-tidyall.t
+	t/manifest.t
+	t/pod-coverage.t
+	t/pod.t
+	t/release-cpan-changes.t
+)

diff --git a/dev-perl/Authen-OATH/Manifest b/dev-perl/Authen-OATH/Manifest
new file mode 100644
index 00000000000..a1a301b849e
--- /dev/null
+++ b/dev-perl/Authen-OATH/Manifest
@@ -0,0 +1 @@
+DIST Authen-OATH-2.0.1.tar.gz 13319 BLAKE2B 4277b3503c518c3233ad2459f828c3daadd783d121c188b1878c9c6783a98ce03d5fbb74102fffb1cfe6c54be5047e57545bc9b829cd510a9c42fa9764daebb2 SHA512 7372d73ee0dcb9e4b662f97c53bf913115734862fa41c12b34fb1a52cf7bd22619577497170f0a384bc81e6d088191ad11137a750501f3e9cac5614a88c0637e

diff --git a/dev-perl/Authen-OATH/metadata.xml b/dev-perl/Authen-OATH/metadata.xml
new file mode 100644
index 00000000000..b0b21009d44
--- /dev/null
+++ b/dev-perl/Authen-OATH/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">Authen-OATH</remote-id>
+    <remote-id type="cpan-module">Authen::OATH</remote-id>
+  </upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-OATH/
@ 2020-09-22 12:12 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2020-09-22 12:12 UTC (permalink / raw
  To: gentoo-commits

commit:     cc583734f01af3387778d4fe165cfc00039519f2
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 22 12:12:12 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Sep 22 12:12:12 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc583734

dev-perl/Authen-OATH: Add missing test restriction w/o USE=test

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/Authen-OATH/Authen-OATH-2.0.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-perl/Authen-OATH/Authen-OATH-2.0.1.ebuild b/dev-perl/Authen-OATH/Authen-OATH-2.0.1.ebuild
index c5fdc94780e..06a7233b131 100644
--- a/dev-perl/Authen-OATH/Authen-OATH-2.0.1.ebuild
+++ b/dev-perl/Authen-OATH/Authen-OATH-2.0.1.ebuild
@@ -11,6 +11,7 @@ DESCRIPTION="OATH One Time Passwords"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="test"
+RESTRICT="!test? ( test )"
 
 RDEPEND="
 	dev-perl/Digest-HMAC


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-09-22 12:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-22 11:51 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Authen-OATH/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2020-09-22 12:12 Kent Fredric

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox