Gentoo Archives: gentoo-dev

From: MIkey <mikey@×××××××××××.com>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] Re: coreutils: deprecated behavior not so deprecated
Date: Wed, 25 Jan 2006 06:59:17
Message-Id: 200601250654.k0P6sf0D028885@gw.open-hosting.net
In Reply to: [gentoo-dev] coreutils: deprecated behavior not so deprecated by Mike Frysinger
1 Mike Frysinger wrote:
2
3 > note: for those who think they can argue for support of these features to
4 > be kept in Gentoo, you're barking up the wrong tree so dont waste your
5 > time -mike
6
7 So, um, when can we expect all hell to break loose? Just a quick check on
8 my laptop:
9
10 media-video/mjpegtools-1.8.0-r1 (/usr/bin/anytovcd.sh)
11 77: awk '$4 == "build" {print $5}' | sed s/,// | head -1`"
12 85: awk '/Audio:/ {print $8}' | head -${2} | tail -1`"
13 93: awk '/Audio:/ {print $4}' | sed s/,// | head -${2} | tail -1`"
14 101: awk '/Audio:/ {print $5}' | sed s/,// | head -${2} | tail -1`"
15 107: echo "`head -1 /tmp/tmp.y4m | awk '{print $4}' | cut -c 2-`"
16 114: echo "`head -1 /tmp/tmp.y4m | awk '{print $5}' | cut -c 2-`"
17 121: echo "`head -1 /tmp/tmp.y4m | awk '{print $6}' | cut -c 2-`"
18 128: echo "`head -1 /tmp/tmp.y4m | awk '{sub("W","",$2); sub("H","",$3);
19 print $2"x"$3}'`"
20 135: awk '/Video:/ {print $4}' | sed s/,// | head -1`"
21 327:FFMPEG_AUD_TRACK="`${FFMPEG} -i \"${AUDIO_SRC}\" 2>&1 | awk '/Audio:/
22 {sub("^#","",$2); print $2}' | awk -F[ '{print $1}' | head -${AUD_TRACK} |
23 tail -1`"
24
25 gnome-base/gnome-libs-1.4.2 (/usr/bin/gnome-bug)
26 181: ( [ -f /etc/SuSE-release ] && head -1 /etc/SuSE-release) || \
27
28 media-video/xine-ui-0.99.3-r1 (/usr/bin/xine-bugreport)
29 613: short=`head -1 <$tmpfile`
30 906: xine_executable=`echo "$xine_executable1" | head -1`
31 925: xine_config=`echo "$xine_configs" | head -1`
32 935: xine_config=`echo "$xine_configs" | head -1`
33 1105: hdparm=`echo "$found"|head -1`
34 1148: xvinfo=`echo "$found"|head -1`
35 1149: XVIDEO=`$xvinfo|head -1`
36 1390: mailer=`echo "$found"|head -1`
37
38 media-video/xine-ui-0.99.3-r1 (/usr/bin/xine-check)
39 613: short=`head -1 <$tmpfile`
40 906: xine_executable=`echo "$xine_executable1" | head -1`
41 925: xine_config=`echo "$xine_configs" | head -1`
42 935: xine_config=`echo "$xine_configs" | head -1`
43 1105: hdparm=`echo "$found"|head -1`
44 1148: xvinfo=`echo "$found"|head -1`
45 1149: XVIDEO=`$xvinfo|head -1`
46 1390: mailer=`echo "$found"|head -1`
47
48 kde-base/kdenetwork-3.5.0 (/usr/kde/3.5/bin/krfb_httpd)
49 23: size=`xdpyinfo -display :0| grep dimensions:|head -1|sed -e
50 "s/.*dimensions: *//" -e "s/ pixels.*//"`
51
52 dev-php/php-4.4.0-r4 (/usr/lib/php/build/libtool.m4)
53 3358:
54 lt_cv_file_magic_test_file=`echo /System/Library/Frameworks/System.framework/Versions/*/System
55 | head -1`
56
57 sys-apps/portage-2.0.54 (/usr/lib/portage/bin/find-requires)
58 28: head -1 $f | sed -e 's/^\#\![ ]*//' | cut -d" " -f1
59
60 dev-lang/python-2.4.2 (/usr/lib/python2.4/test/test_itertools.py)
61 114: # sort s | uniq -c | sort -rn | head -3
62
63 app-emulation/cedega-5.0.1 (/usr/lib/transgaming_cedega/system_detection.py)
64 207: pipeFile = os.popen("head -1 " + filename)
65
66 gnome-base/gnome-vfs-1.0.5-r4 (/usr/lib/vfs/extfs/trpm)
67 151: name=`head -1 $name`
68
69 net-analyzer/nagios-plugins-1.4.2 (/usr/nagios/libexec/check_oracle)
70 183: loginchk3=` echo "$loginchk" | grep "ORA-" | head -1`
71 204: error=` echo "$result" | grep "ORA-" | head -1`
72 219: error=` echo "$result" | grep "ORA-" | head -1`
73 257: error=` echo "$result" | grep "ORA-" | head -1`
74
75 net-analyzer/nagios-plugins-1.4.2 (/usr/nagios/libexec/contrib/aix/check_io)
76 53: DATA=`head -1 /tmp/iotest.hndl`
77
78 net-analyzer/nagios-plugins-1.4.2
79 (/usr/nagios/libexec/contrib/aix/check_queue)
80 53: DATA=`head -1 /tmp/qtmp.hndl`
81
82 app-arch/tar-1.15.1 (/usr/sbin/backup-tar)
83 127: head -1|
84
85 app-arch/tar-1.15.1 (/usr/sbin/backup.sh)
86 263: | head -1 \
87
88 sys-kernel/gentoo-sources-2.6.14-r5
89 (/usr/src/linux-2.6.14-gentoo-r5/arch/frv/Makefile)
90 26:CCSPECS := $(shell $(CC) -v 2>&1 | grep "^Reading specs from " |
91 head -1 | cut -c20-)
92
93 sys-kernel/gentoo-sources-2.6.14-r5
94 (/usr/src/linux-2.6.14-gentoo-r5/drivers/char/speakup/install)
95 3:VERSION=v`head -2 /usr/src/linux/Makefile | \
96
97 --
98 gentoo-dev@g.o mailing list

Replies