Gentoo Archives: gentoo-dev

From: Henrik Brix Andersen <brix@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] Conversion from kernel-mod.eclass to linux-mod/linux-info
Date: Thu, 12 Jan 2006 13:46:02
Message-Id: 20060112134254.GA17814@osgiliath.brixandersen.dk
1 Hi,
2
3 As stated in bug #74396, all ebuilds using kernel-mod.eclass must be
4 converted to using either linux-mod.eclass and/or linux-info.eclass.
5
6 The bug has been open since 2004-12-14, yet there are still ebuilds in
7 the tree which inherits kernel-mod.eclass:
8
9 $ find . -name "*.ebuild"|xargs grep inherit|grep kernel-mod|cut -d '/' -f 2,4|sed -e "s:\.ebuild.*::"
10 sci-misc/comedi-0.7.68
11 sci-misc/comedi-0.7.67
12 media-libs/svgalib-1.9.19-r3
13 sys-apps/realtime-lsm-0.8.2_pre20041022
14 sys-apps/realtime-lsm-0.8.3
15 sys-apps/realtime-lsm-0.8.5
16 sys-cluster/pvfs2-1.2.0
17 sys-fs/cryptsetup-0.1
18 media-sound/alsa-driver-1.0.3
19 media-tv/linuxtv-dvb-1.1.1-r1
20 media-tv/rivatv-0.8.5-r2
21
22 Apart from sci-misc/comedi and sys-cluster/pvfs2, the ebuilds all have
23 newer versions which have already been ported. If you maintain any of
24 these ebuilds, please see to it that the older versions which use
25 kernel-mod.eclass are either removed from the tree or updated to use
26 the new eclasses.
27
28 Needless to say, the sci-misc/comedi and sys-cluster/pvfs2 needs to be
29 converted to use the new eclasses as well. The old kernel-mod.eclass
30 is not for use in new ebuilds.
31
32 Regards,
33 Brix
34 --
35 Henrik Brix Andersen <brix@g.o>
36 Gentoo Metadistribution | Mobile computing herd

Replies