public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ettore Di Giacinto" <mudler@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-scheme/slib/
Date: Sun, 20 Nov 2016 15:33:14 +0000 (UTC)	[thread overview]
Message-ID: <1479655932.d440466c12a6d10e846c176e8c944c9122b8590b.mudler@gentoo> (raw)

commit:     d440466c12a6d10e846c176e8c944c9122b8590b
Author:     Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 20 15:31:22 2016 +0000
Commit:     Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
CommitDate: Sun Nov 20 15:32:12 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d440466c

dev-scheme/slib: revision bump

* fixes setting permissions in 3.2.5

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=600096

Package-Manager: portage-2.3.1

 dev-scheme/slib/{slib-3.2.5.ebuild => slib-3.2.5-r1.ebuild} | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-scheme/slib/slib-3.2.5.ebuild b/dev-scheme/slib/slib-3.2.5-r1.ebuild
similarity index 96%
rename from dev-scheme/slib/slib-3.2.5.ebuild
rename to dev-scheme/slib/slib-3.2.5-r1.ebuild
index c44e94c..7d6b236 100644
--- a/dev-scheme/slib/slib-3.2.5.ebuild
+++ b/dev-scheme/slib/slib-3.2.5-r1.ebuild
@@ -57,7 +57,10 @@ src_install() {
 	doins *.{dat,init,ps,scm,sh}
 
 	# permissions
-	fperms +x /usr/share/slib/*.sh
+	local i
+	for i in "${ED%/}"/usr/share/${PN}/*.sh ; do
+		fperms +x /usr/share/${PN}/$(basename "$i")
+	done
 
 	# bin
 	dodir /usr/bin/


             reply	other threads:[~2016-11-20 15:33 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-20 15:33 Ettore Di Giacinto [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:21 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-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=1479655932.d440466c12a6d10e846c176e8c944c9122b8590b.mudler@gentoo \
    --to=mudler@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