From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Dump-Streamer/
Date: Sun, 5 Jul 2020 21:36:30 +0000 (UTC) [thread overview]
Message-ID: <1593984963.5bf738c5f0c57446d435263b7e10ab104bdad9f6.kentnl@gentoo> (raw)
commit: 5bf738c5f0c57446d435263b7e10ab104bdad9f6
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 5 21:36:03 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Jul 5 21:36:03 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bf738c5
dev-perl/Data-Dump-Streamer: -r bump for EAPI7 + Toolchain love
- EAPI7
- Ensure not to break when LD!=CCLD
- Ensure CFLAGS passed to compiler
Bug: https://bugs.gentoo.org/723222
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
.../Data-Dump-Streamer-2.400.0-r1.ebuild | 54 ++++++++++++++++++++++
1 file changed, 54 insertions(+)
diff --git a/dev-perl/Data-Dump-Streamer/Data-Dump-Streamer-2.400.0-r1.ebuild b/dev-perl/Data-Dump-Streamer/Data-Dump-Streamer-2.400.0-r1.ebuild
new file mode 100644
index 00000000000..e94f03a64b8
--- /dev/null
+++ b/dev-perl/Data-Dump-Streamer/Data-Dump-Streamer-2.400.0-r1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=YVES
+DIST_VERSION=2.40
+inherit perl-module
+
+DESCRIPTION="Accurately serialize a data structure as Perl code"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ dev-perl/B-Utils
+ virtual/perl-Data-Dumper
+ virtual/perl-Exporter
+ virtual/perl-IO
+ virtual/perl-IO-Compress
+ virtual/perl-MIME-Base64
+ virtual/perl-Text-Balanced
+ dev-perl/PadWalker
+ virtual/perl-XSLoader
+"
+DEPEND="
+ dev-perl/Module-Build
+"
+BDEPEND="${RDEPEND}
+ dev-perl/Module-Build
+ virtual/perl-Carp
+ virtual/perl-ExtUtils-CBuilder
+ dev-perl/ExtUtils-Depends
+ test? (
+ virtual/perl-Test-Simple
+ dev-perl/JSON-XS
+ )
+"
+PATCHES=( "${FILESDIR}/${P}-perl526.patch" )
+src_prepare() {
+ # Add DDS.pm shortcut
+ echo 'yes' > "${S}"/.answer
+ perl-module_src_prepare
+}
+src_configure() {
+ unset LD
+ [[ -n "${CCLD}" ]] && export LD="${CCLD}"
+ perl-module_src_configure
+}
+src_compile() {
+ ./Build --config optimize="${CFLAGS}" build || die
+}
next reply other threads:[~2020-07-05 21:36 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-05 21:36 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-06-21 7:53 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Dump-Streamer/ Sam James
2020-08-18 9:29 Kent Fredric
2017-10-15 4:56 Kent Fredric
2017-04-16 2:00 Kent Fredric
2016-11-10 15:47 Kent Fredric
2015-12-31 22:30 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=1593984963.5bf738c5f0c57446d435263b7e10ab104bdad9f6.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