From: "Michael Orlitzky" <mjo@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/rw/
Date: Tue, 8 Oct 2019 22:07:56 +0000 (UTC) [thread overview]
Message-ID: <1570572430.57dbd4a0c591e4c1fe219d6883c54b5a19e6ac27.mjo@gentoo> (raw)
commit: 57dbd4a0c591e4c1fe219d6883c54b5a19e6ac27
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 8 22:04:47 2019 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Tue Oct 8 22:07:10 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57dbd4a0
sci-mathematics/rw: new revision to fix the build.
No good deed goes unpunished! The recent version bump that contained
only "minor build system and documentation fixes" broke the build. The
upstream v0.8 tarball contains symlinks to various important files
instead of the files themselves, and that doesn't always work. Instead,
we now run eautoreconf in src_prepare() to (re)generate those files.
Closes: https://bugs.gentoo.org/696986
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
sci-mathematics/rw/{rw-0.8.ebuild => rw-0.8-r1.ebuild} | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/sci-mathematics/rw/rw-0.8.ebuild b/sci-mathematics/rw/rw-0.8-r1.ebuild
similarity index 74%
rename from sci-mathematics/rw/rw-0.8.ebuild
rename to sci-mathematics/rw/rw-0.8-r1.ebuild
index 97ddc55d7a6..9a873189398 100644
--- a/sci-mathematics/rw/rw-0.8.ebuild
+++ b/sci-mathematics/rw/rw-0.8-r1.ebuild
@@ -3,6 +3,8 @@
EAPI=7
+inherit autotools
+
DESCRIPTION="Compute rank-width decompositions of graphs"
HOMEPAGE="https://sourceforge.net/projects/rankwidth/"
SRC_URI="https://downloads.sourceforge.net/project/rankwidth/${P}.tar.gz"
@@ -20,6 +22,15 @@ RDEPEND="${DEPEND}
DOCDIR="/usr/share/doc/${PF}"
+src_prepare() {
+ # The upstream tarball for v0.8 contains SYMLINKS to ar-lib,
+ # compile, install-sh, ltmain.sh, etc. And those symlinks don't
+ # always point to a working location for us, so we have to
+ # (re)generate actual files for that stuff. Bug 696986.
+ eautoreconf
+ default
+}
+
src_configure(){
econf $(use_enable executable) --docdir="${EPREFIX}${DOCDIR}"
}
next reply other threads:[~2019-10-08 22:08 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-08 22:07 Michael Orlitzky [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-21 3:38 [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/rw/ Michael Orlitzky
2024-09-21 3:38 Michael Orlitzky
2021-05-26 10:42 Michael Orlitzky
2021-05-26 6:51 Agostino Sarubbo
2021-05-26 6:49 Agostino Sarubbo
2021-02-28 14:26 Michael Orlitzky
2021-01-06 15:19 Fabian Groffen
2020-06-22 21:50 Michael Orlitzky
2020-05-26 23:28 Michael Orlitzky
2020-03-24 18:29 Michael Orlitzky
2020-02-28 12:57 Michael Orlitzky
2019-10-07 18:43 Michael Orlitzky
2017-08-06 8:14 Amy Liffey
2016-10-16 14:28 Michael Orlitzky
2016-09-25 22:38 Michael Orlitzky
2016-06-03 13:23 Michael Orlitzky
2015-10-31 9:36 Ian Delaney
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=1570572430.57dbd4a0c591e4c1fe219d6883c54b5a19e6ac27.mjo@gentoo \
--to=mjo@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