public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-scheme/slib/
Date: Fri,  5 Aug 2022 19:21:13 +0000 (UTC)	[thread overview]
Message-ID: <1659727270.0cb718363d60f6e19d52696580595210ad78086a.xgqt@gentoo> (raw)

commit:     0cb718363d60f6e19d52696580595210ad78086a
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  5 19:21:06 2022 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Aug  5 19:21:10 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cb71836

dev-scheme/slib: use EAPI 8 dosym's -r switch

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-scheme/slib/slib-3.2.5-r2.ebuild | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/dev-scheme/slib/slib-3.2.5-r2.ebuild b/dev-scheme/slib/slib-3.2.5-r2.ebuild
index b9010ada2a92..ef77505b6a2a 100644
--- a/dev-scheme/slib/slib-3.2.5-r2.ebuild
+++ b/dev-scheme/slib/slib-3.2.5-r2.ebuild
@@ -56,28 +56,24 @@ src_install() {
 
 	# bin
 	dodir /usr/bin/
-	dosym ../../usr/share/${PN}/${PN}.sh /usr/bin/${PN}
+	dosym -r /usr/share/${PN}/${PN}.sh /usr/bin/${PN}
 
 	# env
 	doenvd "${FILESDIR}"/50slib
 
-	# docs
-	doinfo slib.info
-	doman slib.1
-
 	# guile
 	if has_version '=dev-scheme/guile-3.0*'; then
 		dodir /usr/share/guile/3.0
-		dosym ../../../../usr/share/${PN}/ /usr/share/guile/3.0/${PN}
+		dosym -r /usr/share/${PN}/ /usr/share/guile/3.0/${PN}
 	elif has_version '=dev-scheme/guile-2.2*'; then
 		dodir /usr/share/guile/2.2
-		dosym ../../../../usr/share/${PN}/ /usr/share/guile/2.2/${PN}
+		dosym -r /usr/share/${PN}/ /usr/share/guile/2.2/${PN}
 	elif has_version '=dev-scheme/guile-2.0*'; then
 		dodir /usr/share/guile/2.0
-		dosym ../../../../usr/share/${PN}/ /usr/share/guile/2.0/${PN}
+		dosym -r /usr/share/${PN}/ /usr/share/guile/2.0/${PN}
 	else
 		dodir /usr/share/guile/1.8
-		dosym ../../../../usr/share/${PN}/ /usr/share/guile/1.8/${PN}
+		dosym -r /usr/share/${PN}/ /usr/share/guile/1.8/${PN}
 	fi
 
 	# gambit
@@ -85,8 +81,11 @@ src_install() {
 
 	# backwards compatibility
 	dodir /usr/lib/
-	dosym ../../usr/share/${PN}/ /usr/lib/${PN}
+	dosym -r /usr/share/${PN}/ /usr/lib/${PN}
 
+	# docs
+	doinfo slib.info
+	doman slib.1
 	einstalldocs
 }
 


             reply	other threads:[~2022-08-05 19:21 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-05 19:21 Maciej Barć [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-06 12:16 [gentoo-commits] repo/gentoo:master commit in: dev-scheme/slib/ Sam James
2022-09-27 12:34 Maciej Barć
2022-09-27 12:34 Maciej Barć
2022-08-05 19:03 Maciej Barć
2022-08-05 17:48 Maciej Barć
2021-01-06 22:31 Fabian Groffen
2018-10-17 17:23 Amy Liffey
2018-04-05 14:57 Aaron Bauman
2018-03-19  7:02 Mikle Kolyada
2018-03-17 18:16 Matt Turner
2018-03-05 10:36 Tobias Klausmann
2018-02-18 10:36 Sergei Trofimovich
2018-02-18  8:34 Sergei Trofimovich
2016-11-20 15:33 Ettore Di Giacinto
2016-10-24 20:12 Ettore Di Giacinto
2016-05-26  8:51 Tobias Klausmann
2016-03-20 11:53 Agostino Sarubbo
2016-03-06 12:58 Agostino Sarubbo
2015-08-13  0:22 Sebastian Pipping

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=1659727270.0cb718363d60f6e19d52696580595210ad78086a.xgqt@gentoo \
    --to=xgqt@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