Gentoo Archives: gentoo-commits

From: ILMostro <ilmostro7@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/user/ag-ops:master commit in: dev-ruby/chruby/
Date: Tue, 11 Sep 2018 22:58:55
Message-Id: 1535695025.02a6b1967e7f5aca8ac6c3da12ee86d195f38051.ILMostro@gentoo
1 commit: 02a6b1967e7f5aca8ac6c3da12ee86d195f38051
2 Author: ILMostro <ilmostro7 <AT> gmail <DOT> com>
3 AuthorDate: Fri Aug 31 05:57:05 2018 +0000
4 Commit: ILMostro <ilmostro7 <AT> gmail <DOT> com>
5 CommitDate: Fri Aug 31 05:57:05 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/user/ag-ops.git/commit/?id=02a6b196
7
8 dev-ruby/chruby: elog messages for sourcing chruby files
9
10 dev-ruby/chruby/chruby-0.3.9.ebuild | 8 ++++++++
11 1 file changed, 8 insertions(+)
12
13 diff --git a/dev-ruby/chruby/chruby-0.3.9.ebuild b/dev-ruby/chruby/chruby-0.3.9.ebuild
14 index 1dd9a02..32ef74d 100644
15 --- a/dev-ruby/chruby/chruby-0.3.9.ebuild
16 +++ b/dev-ruby/chruby/chruby-0.3.9.ebuild
17 @@ -19,4 +19,12 @@ pkg_postinst() (
18 elog "chruby aims to be project-specific Ruby version changer. "
19 elog "For changing system default Ruby version use "
20 elog "app-eselect/eselect-ruby."
21 + elog " "
22 + elog "---------------------------------------- "
23 + elog "Add the following lines to your ~/.bashrc for access to"
24 + elog "alternate ruby versions installed with dev-ruby/ruby-install: "
25 + elog " "
26 + elog "[[ -f /usr/local/share/chruby/chruby.sh ]] && . /usr/local/share/chruby/chruby.sh"
27 + elog "For auto-switching:"
28 + elog "[[ -f /usr/local/share/chruby/auto.sh ]] && . /usr/local/share/chruby/auto.sh"
29 )