From: "Andreas Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-BigInt-Lite/
Date: Sun, 3 Apr 2016 21:24:02 +0000 (UTC) [thread overview]
Message-ID: <1459718623.c2a5f67044967154d7ace5a30e2680734a6a984a.dilfridge@gentoo> (raw)
commit: c2a5f67044967154d7ace5a30e2680734a6a984a
Author: Matthew Brewer <tomboy64 <AT> sina <DOT> cn>
AuthorDate: Fri Apr 1 13:11:56 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Apr 3 21:23:43 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2a5f670
dev-perl/Math-BigInt-Lite: initial ebuild, version 0.140.0
Package-Manager: portage-2.2.28
RepoMan-Options: --ignore-arches
dev-perl/Math-BigInt-Lite/Manifest | 1 +
.../Math-BigInt-Lite-0.140.0.ebuild | 30 ++++++++++++++++++++++
dev-perl/Math-BigInt-Lite/metadata.xml | 20 +++++++++++++++
3 files changed, 51 insertions(+)
diff --git a/dev-perl/Math-BigInt-Lite/Manifest b/dev-perl/Math-BigInt-Lite/Manifest
new file mode 100644
index 0000000..b2522f3
--- /dev/null
+++ b/dev-perl/Math-BigInt-Lite/Manifest
@@ -0,0 +1 @@
+DIST Math-BigInt-Lite-0.14.tar.gz 44517 SHA256 0ae0d1fdfbfe0d1801f3fd99d1958a61958f1d50ce4d38acca735e85ef3035ef SHA512 abee57d6497566f8dfa32d273f0ef9cf914ed57b9397c61455695cbfc141fce8f1ccd2c65a2043ec0d4843dc0a1cde978a0b8b05bcc12e71a7438cd379a462c5 WHIRLPOOL a64b379303cf26d048975087082aec768fbac1e46d9bcf03a6d43de0206f2fb2e649fe041628ea2fb90eae14f23d5778c246fb53c01ebd491f26e8362038c307
diff --git a/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.140.0.ebuild b/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.140.0.ebuild
new file mode 100644
index 0000000..1e7b1af
--- /dev/null
+++ b/dev-perl/Math-BigInt-Lite/Math-BigInt-Lite-0.140.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR="FLORA"
+DIST_VERSION=0.14
+inherit perl-module
+
+DESCRIPTION="What BigInts are before they become big"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=">=virtual/perl-Math-BigInt-1.940.0
+ >=virtual/perl-Math-BigRat-0.190.0"
+DEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.420.0
+ test? ( >=virtual/perl-Test-Simple-0.520.0 )"
+
+src_test() {
+ local bad_files=( "t/pod_cov.t" "t/pod.t" );
+ einfo "t/bigintpm.t is broken: https://rt.cpan.org/Public/Bug/Display.html?id=75667";
+ bad_files+=( "t/bigintpm.t" );
+ perl_rm_files "${bad_files[@]}";
+
+ perl-module_src_test;
+}
diff --git a/dev-perl/Math-BigInt-Lite/metadata.xml b/dev-perl/Math-BigInt-Lite/metadata.xml
new file mode 100644
index 0000000..8b0de01
--- /dev/null
+++ b/dev-perl/Math-BigInt-Lite/metadata.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>tomboy64@sina.cn</email>
+ <name>Proxy-Maintainer; please assign him to bugs.</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>perl@gentoo.org</email>
+ <name>Gentoo Perl Project</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Gentoo Proxy Maintainers Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="cpan">Math-BigInt-Lite</remote-id>
+ <remote-id type="cpan-module">Math::BigInt::Lite</remote-id>
+ </upstream>
+</pkgmetadata>
next reply other threads:[~2016-04-03 21:24 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-03 21:24 Andreas Hüttel [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-06-30 23:26 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-BigInt-Lite/ Andreas Hüttel
2017-10-26 20:18 Thomas Deutschmann
2018-04-03 15:28 Jonas Stein
2019-05-18 13:16 Andreas K. Hüttel
2019-12-06 9:38 Mikle Kolyada
2021-05-09 16:35 Andreas K. Hüttel
2021-07-01 8:25 Agostino Sarubbo
2021-11-12 18:13 Andreas K. Hüttel
2023-06-20 4:35 Sam James
2023-07-24 10:05 Jakov Smolić
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=1459718623.c2a5f67044967154d7ace5a30e2680734a6a984a.dilfridge@gentoo \
--to=dilfridge@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