Gentoo Archives: gentoo-dev

From: Thilo Bangert <bangert@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in app-cdr/cdrdao: ChangeLog cdrdao-1.2.2-r3.ebuild
Date: Mon, 11 May 2009 09:28:05
Message-Id: 200905111126.49935.bangert@gentoo.org
In Reply to: Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in app-cdr/cdrdao: ChangeLog cdrdao-1.2.2-r3.ebuild by Thilo Bangert
1 a list cleaned for obvious false positives leaves the following 44 affected
2 packages.
3 i have treated ebuilds which mention FEATURES in an ewarn or einfo as
4 false positives although they probably should be fixed as well.
5
6 most of these have do one of the following (or a variant thereof)
7
8 hasq test $FEATURES
9 hasq distcc ${FEATURES}
10 hasq userpriv "${FEATURES}"
11 has nodoc ${FEATURES}
12 has noinfo ${FEATURES}
13 has noman ${FEATURES}
14 has collision-protect ${FEATURES}
15 hasq sandbox ${FEATURES}
16 has usersandbox ${FEATURES}
17 has "loadpolicy" $FEATURES (selinux-base-policy)
18 has livecvsportage ${FEATURES} (portage)
19
20 i'll start opening bugs for these:
21
22 bangert@marsupilami ~/gentoo $ cat FEATURES-misuse.txt | awk -F"/" '{print
23 $2"/"$3}' | sort | uniq
24 app-cdr/cdrdao
25 app-forensics/memdump
26 app-forensics/zzuf
27 app-text/dictd
28 dev-db/libodbc++
29 dev-db/mysql
30 dev-db/mysql-community
31 dev-db/postgresql
32 dev-db/postgresql-server
33 dev-db/sqlite
34 dev-java/commons-io
35 dev-java/rjava
36 dev-lang/fpc
37 dev-lang/mono
38 dev-libs/boost
39 dev-libs/klibc
40 dev-libs/openssl
41 dev-libs/poco
42 dev-python/logilab-common
43 dev-python/pyqwt
44 dev-scheme/bigloo
45 dev-util/cvs
46 dev-util/git
47 dev-util/mercurial
48 dev-util/monotone
49 gnome-base/eel
50 mail-mta/courier
51 media-sound/line6usb
52 media-tv/mythtv
53 media-video/avidemux
54 net-analyzer/tcpreplay
55 net-misc/l7-filter
56 sci-libs/hdf5
57 sec-policy/selinux-base-policy
58 sys-apps/dbus
59 sys-apps/mlocate
60 sys-apps/portage
61 sys-cluster/mpich2
62 sys-devel/gcc
63 sys-fs/evms
64 sys-libs/cracklib
65 sys-libs/db
66 sys-libs/glibc
67 sys-power/iasl
68
69 FEATURE-misuse.txt was generated by
70 $ find -name '*.ebuild' | xargs grep -nH FEATURES > FEATURES-misuse.txt
71 and sifting through the false positives.
72
73 see it here http://dev.gentoo.org/~bangert/FEATURES-misuse.txt
74 kind regards
75 Thilo

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies