Gentoo Archives: gentoo-user

From: Alexander Kapshuk <alexander.kapshuk@×××××.com>
To: Gentoo mailing list <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] Stroppy perl-cleaner
Date: Sat, 14 Feb 2015 11:55:23
Message-Id: CAJ1xhMVhYe-jrvprTgiTD0hxfdg9pjS9Y2FN0xWaxGg_i+st-g@mail.gmail.com
In Reply to: [gentoo-user] Stroppy perl-cleaner by Peter Humphrey
1 On Sat, Feb 14, 2015 at 1:33 PM, Peter Humphrey <peter@××××××××××××.uk>
2 wrote:
3
4 > Hello list,
5 >
6 > What is perl-cleaner objecting to here? It all seems pretty anodyne to me:
7 >
8 > $ alias perl-cleaner
9 > alias perl-cleaner='sudo perl-cleaner --all -- --ask --usepkg --jobs=3
10 > --keep-going'
11 > $ perl-cleaner
12 >
13 > ***************************************************************************
14 > You are supplying additional command line options for the package manager.
15 > This is NOT RECOMMENDED, not tested, and may lead to incorrect, incomplete,
16 > confusing, and/or nonfunctional results. You are on your own now.
17 > ***************************************************************************
18 >
19 > --
20 > Rgds
21 > Peter.
22 >
23 >
24 > /usr/sbin/perl-cleaner:541,544
25 --)
26 shift
27 ADDITIONAL_OPTIONS="${ADDITIONAL_OPTIONS} $@"
28 break
29
30 /usr/sbin/perl-cleaner:555,557
31 if [[ ! -z "${ADDITIONAL_OPTIONS}" ]] ; then
32 options_warning
33 fi
34
35
36 /usr/sbin/perl-cleaner:424,435
37 options_warning() {
38 cat << EOF_WARNING
39
40 ***************************************************************************
41 You are supplying additional command line options for the package manager.
42 This is NOT RECOMMENDED, not tested, and may lead to incorrect, incomplete,
43 confusing, and/or nonfunctional results. You are on your own now.
44 ***************************************************************************
45
46
47 EOF_WARNING
48 }