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/ExtUtils-F77/
Date: Thu, 20 Aug 2020 03:55:44 +0000 (UTC)	[thread overview]
Message-ID: <1597895731.f95d4be1a123a5bc271e83b99a0567ec261ec767.kentnl@gentoo> (raw)

commit:     f95d4be1a123a5bc271e83b99a0567ec261ec767
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 20 03:54:50 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Aug 20 03:55:31 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f95d4be1

dev-perl/ExtUtils-F77: Bump to version 1.240.0

- EAPI7
- Remove unused/empty variable assignments
- Add bodge in src_test to allow tests to pass w/ USE="-native-symlinks"
  in {binutils,gcc}-config, but the code is still subject to runtime
  problems unless consuming code also performs the same bodge.
  ( https://github.com/PDLPorters/extutils-f77/issues/10 )

Upstream:
- Use Text::ParseWords instead of naive split
- Adjust Generic GNU compiler search order
- Simplify some gfortran handling
- Use File::Which instead of hand-writing the equivalent
- Fix library order of -lgfortran and -lquadmath

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

 dev-perl/ExtUtils-F77/ExtUtils-F77-1.240.0.ebuild | 30 +++++++++++++++++++++++
 dev-perl/ExtUtils-F77/Manifest                    |  1 +
 2 files changed, 31 insertions(+)

diff --git a/dev-perl/ExtUtils-F77/ExtUtils-F77-1.240.0.ebuild b/dev-perl/ExtUtils-F77/ExtUtils-F77-1.240.0.ebuild
new file mode 100644
index 00000000000..bdf30379cfd
--- /dev/null
+++ b/dev-perl/ExtUtils-F77/ExtUtils-F77-1.240.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=KGB
+DIST_VERSION=1.24
+inherit perl-module toolchain-funcs
+
+DESCRIPTION="Facilitate use of FORTRAN from Perl/XS code"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+	dev-perl/File-Which
+	virtual/perl-Scalar-List-Utils
+	virtual/perl-Text-ParseWords
+	virtual/fortran
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+"
+src_test() {
+	# https://github.com/PDLPorters/extutils-f77/issues/10
+	tc-export F77
+	mkdir -p "${T}/bin" || die "Can't make ${T}/bin"
+	ln -vs "$(type -p "${F77}")" "${T}/bin/gfortran" || die "Can't make gfortran symlink"
+	PATH="${T}/bin:$PATH" perl-module_src_test
+}

diff --git a/dev-perl/ExtUtils-F77/Manifest b/dev-perl/ExtUtils-F77/Manifest
index ad8912bcd8f..39c5d7828bd 100644
--- a/dev-perl/ExtUtils-F77/Manifest
+++ b/dev-perl/ExtUtils-F77/Manifest
@@ -1 +1,2 @@
 DIST ExtUtils-F77-1.20.tar.gz 12201 BLAKE2B 6adee5bb3cda1b37d230ca408384161777a4aee117f7acd36a2cc125f1b64ce06b3c86557e6dfaa7bb2b159c814694f2d79c3d2c2da8a6a67cb36358d5a7c89d SHA512 0d7cf351d84676d3dea2ec781b1e230ab4a737d34de4c15c5045603ac6e6e411b5d9b235e68bb9ba0552cc4de0ea67c8355c160840b3205429802ea1569f0400
+DIST ExtUtils-F77-1.24.tar.gz 12572 BLAKE2B 86f8099cfdbe8acdfc2db895a9114c866fbf6e23d647f32d866c95efe2aa8419be057e7318e01bf82037dc93cbd18153758f13d7548395c603451176775b4867 SHA512 83ffa66e61fd5dd30cbe3e62d93374f5e1bc5a5eef180e87a6b90a62198a1a8e69d5e1683ae48f2e400304824442b4d78bd2eacdb3822ba8df5c9da1031880fe


             reply	other threads:[~2020-08-20  3:55 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-20  3:55 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-08-13  1:05 [gentoo-commits] repo/gentoo:master commit in: dev-perl/ExtUtils-F77/ Sam James
2021-08-02  4:56 Sam James
2021-08-02  2:19 Sam James
2021-08-01  8:03 Sam James
2021-08-01  8:03 Sam James
2021-08-01  7:24 Sam James
2021-05-29  8:53 Agostino Sarubbo
2021-05-29  8:43 Agostino Sarubbo
2021-05-29  8:41 Agostino Sarubbo
2021-05-29  6:13 Sam James
2021-05-29  6:13 Sam James
2021-05-29  6:13 Sam James
2021-05-28 21:30 Andreas K. Hüttel
2018-12-08 12:51 Mikle Kolyada
2018-12-01 15:10 Sergei Trofimovich
2018-11-23 13:06 Agostino Sarubbo
2018-10-12 11:16 Tobias Klausmann
2018-10-06 19:34 Matt Turner
2018-09-30 16:08 Sergei Trofimovich
2018-06-08  4:39 Kent Fredric
2016-12-08 19:09 Kent Fredric
2016-12-08 19:09 Kent Fredric
2016-01-14 19:33 Andreas Hüttel
2016-01-14 16:50 Agostino Sarubbo
2016-01-09 21:31 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=1597895731.f95d4be1a123a5bc271e83b99a0567ec261ec767.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