Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 907896 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +5 lines)
Line  Link Here
0
-- ruby.eselect
0
++ ruby.eselect
Lines 1-7 Link Here
1
# Copyright 1999-2017 Gentoo Foundation
1
# Copyright 1999-2023 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# vim: set ft=sh:
3
# vim: set ft=sh:
4
4
5
inherit package-manager   # for envvar function
6
5
DESCRIPTION="Manage Ruby symlinks"
7
DESCRIPTION="Manage Ruby symlinks"
6
MAINTAINER="ruby@gentoo.org"
8
MAINTAINER="ruby@gentoo.org"
7
VERSION="20220313"
9
VERSION="20220313"
Lines 94-100 Link Here
94
		echo
96
		echo
95
	fi
97
	fi
96
98
97
	[[ $(portageq envvar FEATURES) =~ noman ]] || create_man_links ${version}
99
	has noman $(envvar dev-lang/ruby FEATURES) || create_man_links ${version}
98
100
99
	write_list_start "Successfully switched to profile:"
101
	write_list_start "Successfully switched to profile:"
100
	write_kv_list_entry "${target}" ""
102
	write_kv_list_entry "${target}" ""

Return to bug 907896