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/bareword-filehandles/
Date: Fri,  3 Jul 2020 15:10:17 +0000 (UTC)	[thread overview]
Message-ID: <1593788412.17f5d4f29899261996e26b06aad3d4af4806bee1.kentnl@gentoo> (raw)

commit:     17f5d4f29899261996e26b06aad3d4af4806bee1
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  3 14:51:43 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Jul  3 15:00:12 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17f5d4f2

dev-perl/bareword-filehandles: -r bump for CFLAGS love

- Ensure CFLAGS passed through to make/compiler

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

 .../bareword-filehandles-0.7.0-r1.ebuild           | 35 ++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/dev-perl/bareword-filehandles/bareword-filehandles-0.7.0-r1.ebuild b/dev-perl/bareword-filehandles/bareword-filehandles-0.7.0-r1.ebuild
new file mode 100644
index 00000000000..1e9f50c24c6
--- /dev/null
+++ b/dev-perl/bareword-filehandles/bareword-filehandles-0.7.0-r1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=ILMARI
+DIST_VERSION=0.007
+inherit perl-module
+
+DESCRIPTION="Disables bareword filehandles"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+# Lexical::SealRequireHints only required with Perl < 5.12
+# We could add alternation here, but it would be work without benefit
+# which would complicate stabilization
+RDEPEND="
+	dev-perl/B-Hooks-OP-Check
+	virtual/perl-if
+	virtual/perl-XSLoader
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	dev-perl/ExtUtils-Depends
+	test? ( >=virtual/perl-Test-Simple-0.880.0 )
+"
+src_compile() {
+	mymake=(
+		"OPTIMIZE=${CFLAGS}"
+	)
+	perl-module_src_compile
+}


             reply	other threads:[~2020-07-03 15:10 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-03 15:10 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-27 12:01 [gentoo-commits] repo/gentoo:master commit in: dev-perl/bareword-filehandles/ Sam James
2024-07-27 12:00 Sam James
2024-06-02  8:03 Sam James
2021-12-08 10:14 Yixun Lan
2021-11-21  4:58 Arthur Zamarin
2021-11-18 21:43 Arthur Zamarin
2021-08-04 10:23 Sergei Trofimovich
2021-05-25  0:19 Joshua Kinard
2021-05-16  0:13 Sam James
2021-05-15  1:55 Sam James
2021-05-13 13:19 Sergei Trofimovich
2021-05-11 18:41 Sergei Trofimovich
2020-10-03  9:01 Kent Fredric
2020-08-31 14:11 Sam James
2020-08-24 19:06 Sam James
2020-08-24  0:08 Sam James
2020-08-21 19:00 Sergei Trofimovich
2020-06-20  4:32 Kent Fredric
2020-05-06 13:54 Kent Fredric
2018-11-24 10:49 Sergei Trofimovich
2018-11-24 10:39 Sergei Trofimovich
2018-11-23 20:30 Thomas Deutschmann
2018-11-23 13:49 Agostino Sarubbo
2018-09-30  4:47 Kent Fredric
2017-09-23 12:50 Sergei Trofimovich
2017-09-21 10:03 Kent Fredric
2017-09-19 19:22 Sergei Trofimovich
2017-05-21 17:51 Kent Fredric
2017-04-15 11:05 Kent Fredric
2017-04-08  4:27 Kent Fredric
2016-08-13  8:18 Jeroen Roovers

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=1593788412.17f5d4f29899261996e26b06aad3d4af4806bee1.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