public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CallChecker/
Date: Wed, 21 Jun 2023 06:46:23 +0000 (UTC)	[thread overview]
Message-ID: <1687329947.3dc0a057a696fa22b8100e4f8945f86f76bb7ecb.sam@gentoo> (raw)

commit:     3dc0a057a696fa22b8100e4f8945f86f76bb7ecb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 21 06:34:32 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 21 06:45:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dc0a057

dev-perl/Devel-CallChecker: add 0.9.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../Devel-CallChecker-0.9.0.ebuild                 | 39 ++++++++++++++++++++++
 dev-perl/Devel-CallChecker/Manifest                |  1 +
 2 files changed, 40 insertions(+)

diff --git a/dev-perl/Devel-CallChecker/Devel-CallChecker-0.9.0.ebuild b/dev-perl/Devel-CallChecker/Devel-CallChecker-0.9.0.ebuild
new file mode 100644
index 000000000000..5432bfcdc98a
--- /dev/null
+++ b/dev-perl/Devel-CallChecker/Devel-CallChecker-0.9.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=ZEFRAM
+DIST_VERSION=0.009
+inherit perl-module
+
+DESCRIPTION="Custom OP checking attached to subroutines"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+
+RDEPEND="
+	>=dev-perl/DynaLoader-Functions-0.1.0
+	virtual/perl-Exporter
+	virtual/perl-XSLoader
+	virtual/perl-parent
+"
+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
+	)
+"
+
+PERL_RM_FILES=(
+	t/pod_cvg.t
+	t/pod_syn.t
+)
+
+src_compile() {
+	./Build --config optimize="${CFLAGS}" build || die
+}

diff --git a/dev-perl/Devel-CallChecker/Manifest b/dev-perl/Devel-CallChecker/Manifest
index 3f85f433dd1e..8c0e37db8f12 100644
--- a/dev-perl/Devel-CallChecker/Manifest
+++ b/dev-perl/Devel-CallChecker/Manifest
@@ -1 +1,2 @@
 DIST Devel-CallChecker-0.008.tar.gz 18940 BLAKE2B 0e856b625aa26bb877a88de70adb0d6a50516d723268b58e5c0b109e970281cdf3980371fdb88dad079b2b20a6955f4bfdd3eefcde855cc6d925b16973b568a5 SHA512 7ae7ee932e7e6a44d57178c84537cff8a9c350fbbf36c21dbc5ce56a5fe1d4ca748e0d5dd75abf5ebfa5e1223af4285b9b25074c0d1baa97eccfc6dddb62cfab
+DIST Devel-CallChecker-0.009.tar.gz 20981 BLAKE2B b1c927956a1684fb1a5fee783eb38972bcf13f3251693292105c784ab76c83a465a85346c159920b6489670030fd2313522e3d303b7d1f38a49afda8c7dffe82 SHA512 251bd7f983a196e8f2b9658831d9e7898a757bab916ce0f25ae67504ab5ee2900dae704946e60e24412ce0b15ddc3d205ee67d773905a14ba72e6a906a1454b3


             reply	other threads:[~2023-06-21  6:46 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-21  6:46 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-05-23 13:25 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CallChecker/ 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
2020-07-05 18:49 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=1687329947.3dc0a057a696fa22b8100e4f8945f86f76bb7ecb.sam@gentoo \
    --to=sam@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