From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-Size/
Date: Thu, 30 Jul 2020 09:04:13 +0000 (UTC) [thread overview]
Message-ID: <1596099833.d52f2052243a8eb69ccf5c7c3e7c8bef8c9c29a9.kentnl@gentoo> (raw)
commit: d52f2052243a8eb69ccf5c7c3e7c8bef8c9c29a9
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 30 09:02:48 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Jul 30 09:03:53 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d52f2052
dev-perl/Devel-Size: Bump to version 0.830.0
- EAPI7
- Ensure CFLAGS passed to make/compiler
Upstream:
- Fix for uninitialized reads from MULTICONCAT
- Handle allocations in MULTICONCAT's aux structure
- Handle ARGCHECK and ARGELEM
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
dev-perl/Devel-Size/Devel-Size-0.830.0.ebuild | 31 +++++++++++++++++++++++++++
dev-perl/Devel-Size/Manifest | 1 +
2 files changed, 32 insertions(+)
diff --git a/dev-perl/Devel-Size/Devel-Size-0.830.0.ebuild b/dev-perl/Devel-Size/Devel-Size-0.830.0.ebuild
new file mode 100644
index 00000000000..d217102ee55
--- /dev/null
+++ b/dev-perl/Devel-Size/Devel-Size-0.830.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=NWCLARK
+DIST_VERSION=0.83
+inherit perl-module
+
+DESCRIPTION="Perl extension for finding the memory usage of Perl variables"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ virtual/perl-XSLoader
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-Test-Simple
+ )
+"
+src_compile() {
+ mymake=(
+ "OPTIMIZE=${CFLAGS}"
+ )
+ perl-module_src_compile
+}
diff --git a/dev-perl/Devel-Size/Manifest b/dev-perl/Devel-Size/Manifest
index 1acd0d570e6..6cfc23cb77b 100644
--- a/dev-perl/Devel-Size/Manifest
+++ b/dev-perl/Devel-Size/Manifest
@@ -1 +1,2 @@
DIST Devel-Size-0.82.tar.gz 73638 BLAKE2B 6502f840af79fcf7d81d23cd8f823d4dcfa230acd1298ee1e5b6ac9cfa7b4ffba61c85e81d3020ea627d08b4d9c86891f404c9cb113bff67e14534e73b645936 SHA512 f82d415ededce605840000b07ec29f347e2d926f72e7d5ed1145c5175be92bd45cc0b9c6fad816013d42a34f4ed5f62932dd94d946345637e74cf78776d38271
+DIST Devel-Size-0.83.tar.gz 75372 BLAKE2B dd9c048dda21e6367c01209b9935110bf3eaa8ee9b21d23b2996ca86de065f28bda20882313240ebb16c624476c4c89b8ea51dacfa4ce3cda683098e15193c94 SHA512 cacc484d57b66bf84b92297c594635f41310ddcd87c6f60a36669cd9c9a6e1405b19a5bbf0d57d795b8e45c9e6c470d84bf56384c0c48637cc0617c5070c31e6
next reply other threads:[~2020-07-30 9:04 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-30 9:04 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-07-27 11:59 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-Size/ Sam James
2024-05-27 19:18 Andreas K. Hüttel
2023-04-29 6:44 Sam James
2023-04-14 0:24 Sam James
2023-04-05 13:32 WANG Xuerui
2023-03-15 1:51 Sam James
2023-03-12 14:01 Sam James
2023-02-25 18:28 Arthur Zamarin
2023-02-25 17:32 Arthur Zamarin
2022-02-23 6:07 Yixun Lan
2021-10-23 8:56 Andreas K. Hüttel
2021-05-24 20:47 Sam James
2021-05-24 20:47 Sam James
2021-05-24 20:46 Sam James
2021-05-24 20:44 Sam James
2020-11-28 9:00 Sam James
2020-06-21 16:58 Agostino Sarubbo
2020-06-20 16:40 Mart Raudsepp
2020-06-06 18:01 Michał Górny
2020-05-12 15:54 Mart Raudsepp
2020-04-14 7:58 Kent Fredric
2019-05-13 9:58 Mikle Kolyada
2019-05-13 1:41 Thomas Deutschmann
2019-01-13 23:52 Andreas K. Hüttel
2018-07-29 5:49 Kent Fredric
2018-06-10 15:48 Thomas Deutschmann
2018-06-10 14:57 Aaron Bauman
2017-10-19 8:35 Kent Fredric
2016-01-03 20:45 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=1596099833.d52f2052243a8eb69ccf5c7c3e7c8bef8c9c29a9.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