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/Devel-CallChecker/
Date: Sun,  5 Jul 2020 18:49:31 +0000 (UTC)	[thread overview]
Message-ID: <1593973391.cc65cad1d9492d7f3959a554d2084980f0ab49db.kentnl@gentoo> (raw)

commit:     cc65cad1d9492d7f3959a554d2084980f0ab49db
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  3 18:53:30 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Jul  5 18:23:11 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc65cad1

dev-perl/Devel-CallChecker: -r bump for EAPI7 + Toolchain love

- EAPI7
- Don't break when LD=!ccld
- Ensure CFLAGS passed through to compiler

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

 .../Devel-CallChecker-0.8.0-r1.ebuild              | 42 ++++++++++++++++++++++
 1 file changed, 42 insertions(+)

diff --git a/dev-perl/Devel-CallChecker/Devel-CallChecker-0.8.0-r1.ebuild b/dev-perl/Devel-CallChecker/Devel-CallChecker-0.8.0-r1.ebuild
new file mode 100644
index 00000000000..6270059b614
--- /dev/null
+++ b/dev-perl/Devel-CallChecker/Devel-CallChecker-0.8.0-r1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=ZEFRAM
+DIST_VERSION=0.008
+inherit perl-module
+
+DESCRIPTION="Custom OP checking attached to subroutines"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~s390 ~sparc ~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 )"
+
+RDEPEND="
+	>=dev-perl/DynaLoader-Functions-0.1.0
+	virtual/perl-Exporter
+	virtual/perl-XSLoader
+	virtual/perl-parent
+"
+DEPEND="
+	dev-perl/Module-Build
+"
+BDEPEND="${RDEPEND}
+	dev-perl/Module-Build
+	test? (
+		>=virtual/perl-ExtUtils-CBuilder-0.150.0
+		virtual/perl-ExtUtils-ParseXS
+		virtual/perl-File-Spec
+		virtual/perl-IO
+		virtual/perl-Test-Simple
+	)
+"
+src_configure() {
+	unset LD
+	[[ -n "${CCLD}" ]] && export LD="${CCLD}"
+	perl-module_src_configure
+}
+src_compile() {
+	./Build --config optimize="${CFLAGS}" build || die
+}


             reply	other threads:[~2020-07-05 18:49 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-05 18:49 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-06-21  6:46 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CallChecker/ Sam James
2021-05-23 13:25 Andreas K. Hüttel
2021-05-23 13:25 Andreas K. Hüttel
2020-12-27 14:54 Fabian Groffen
2020-07-28 13:42 Kent Fredric
2018-12-30 16:10 Mikle Kolyada
2018-10-18  7:52 Tobias Klausmann
2018-10-17 18:54 Fabian Groffen
2018-07-28 21:48 Sergei Trofimovich
2018-07-24 19:18 Sergei Trofimovich
2018-07-24  0:12 Mikle Kolyada
2018-07-23  6:19 Sergei Trofimovich
2018-07-23  1:04 Mikle Kolyada
2017-12-26  8:48 Kent Fredric

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=1593973391.cc65cad1d9492d7f3959a554d2084980f0ab49db.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