Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 176530
Collapse All | Expand All

(-)/var/tmp/portage/app-misc/colordiff-1.0.6-r1/work/colordiff-1.0.6/colordiff.pl (-2 / +2 lines)
Lines 86-92 Link Here
86
                }
86
                }
87
                next;
87
                next;
88
            }
88
            }
89
            if ($setting eq 'color_patch') {
89
            if ($setting eq 'color_patches') {
90
                if ($value eq 'yes') {
90
                if ($value eq 'yes') {
91
                    $color_patch = 1;
91
                    $color_patch = 1;
92
                }
92
                }
Lines 98-104 Link Here
98
                $value = 'off';
98
                $value = 'off';
99
            }
99
            }
100
            if (!defined $colour{$value}) {
100
            if (!defined $colour{$value}) {
101
                print STDERR "Invalid colour specification ($value) in $config_file\n";
101
                print STDERR "Invalid colour specification for setting $setting ($value) in $config_file\n";
102
                next;
102
                next;
103
            }
103
            }
104
            if ($setting eq 'plain') {
104
            if ($setting eq 'plain') {
(-)/var/tmp/portage/app-misc/colordiff-1.0.6-r1/work/colordiff-1.0.6/Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
INSTALL_DIR=/usr/local/bin
1
INSTALL_DIR=/usr/local/bin
2
MAN_DIR=/usr/local/man/man1
2
MAN_DIR=/usr/local/man/man1
3
ETC_DIR=/etc
3
ETC_DIR=/etc
4
VERSION=1.0.6
4
VERSION=1.0.6a
5
DIST_FILES=COPYING INSTALL Makefile README \
5
DIST_FILES=COPYING INSTALL Makefile README \
6
	colordiff.pl colordiffrc colordiffrc-lightbg cdiff.sh BUGS TODO CHANGES colordiff.1 \
6
	colordiff.pl colordiffrc colordiffrc-lightbg cdiff.sh BUGS TODO CHANGES colordiff.1 \
7
	colordiff.xml cdiff.xml
7
	colordiff.xml cdiff.xml

Return to bug 176530