public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas K. Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gr/
Date: Sat, 24 Oct 2020 15:49:50 +0000 (UTC)	[thread overview]
Message-ID: <1603554576.8a99b86928262c43661eb6b461cbaf8f9ca93063.dilfridge@gentoo> (raw)

commit:     8a99b86928262c43661eb6b461cbaf8f9ca93063
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 24 15:49:19 2020 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Oct 24 15:49:36 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a99b869

sci-visualization/gr: Only create symlink if target exists

Closes: https://bugs.gentoo.org/750056
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 sci-visualization/gr/{gr-0.50.0-r1.ebuild => gr-0.50.0-r2.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-visualization/gr/gr-0.50.0-r1.ebuild b/sci-visualization/gr/gr-0.50.0-r2.ebuild
similarity index 96%
rename from sci-visualization/gr/gr-0.50.0-r1.ebuild
rename to sci-visualization/gr/gr-0.50.0-r2.ebuild
index 7a120d608f3..9d42c16208c 100644
--- a/sci-visualization/gr/gr-0.50.0-r1.ebuild
+++ b/sci-visualization/gr/gr-0.50.0-r2.ebuild
@@ -68,7 +68,7 @@ src_install() {
 	echo "LDPATH=/usr/gr/$(get_libdir)" >> "${T}/99gr"
 	doenvd "${T}/99gr"
 
-	dosym ../gr/bin/gksqt /usr/bin/gksqt
+	[[ -f "${ED}/usr/gr/bin/gksqt" ]] && dosym ../gr/bin/gksqt /usr/bin/gksqt
 
 	elog "${P} relies on the environment variable GRDIR. If you want to use it in a running shell,"
 	elog "e.g. with dev-lang/julia, then run \"source /etc/profile\" first."


             reply	other threads:[~2020-10-24 15:49 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-24 15:49 Andreas K. Hüttel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-07 12:39 [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gr/ Andreas K. Hüttel
2024-07-07 12:39 Andreas K. Hüttel
2024-04-25 10:34 Andreas K. Hüttel
2024-04-24  4:36 Andreas K. Hüttel
2024-04-24  4:36 Andreas K. Hüttel
2023-05-05 20:41 Andreas K. Hüttel
2023-05-05 20:41 Andreas K. Hüttel
2023-04-08 21:44 Andreas K. Hüttel
2023-04-07 22:55 Andreas K. Hüttel
2022-12-16  1:40 Sam James
2022-10-08 22:35 Andreas K. Hüttel
2022-02-26 18:41 Andreas K. Hüttel
2021-01-22 21:52 Andreas K. Hüttel
2021-01-05 23:44 Sam James
2020-10-17 21:15 Andreas K. Hüttel
2020-10-16 19:20 Andreas K. Hüttel
2020-07-01 19:59 Aaron Bauman
2020-06-21 19:49 Andreas K. Hüttel
2020-06-17 17:38 Andreas K. Hüttel
2020-06-17 17:19 Andreas K. 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=1603554576.8a99b86928262c43661eb6b461cbaf8f9ca93063.dilfridge@gentoo \
    --to=dilfridge@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