Gentoo Archives: gentoo-dev

From: Matthias Schwarzott <zzam@g.o>
To: Samuli Suominen <ssuominen@g.o>, gentoo-dev@l.g.o
Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in sys-fs/udev: udev-168-r2.ebuild ChangeLog udev-9999.ebuild
Date: Sun, 15 May 2011 18:25:20
Message-Id: 201105152020.18021.zzam@gentoo.org
In Reply to: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in sys-fs/udev: udev-168-r2.ebuild ChangeLog udev-9999.ebuild by Samuli Suominen
1 On Saturday 14 May 2011, you wrote:
2 > On 05/14/2011 05:00 PM, Matthias Schwarzott (zzam) wrote:
3 > > zzam 11/05/14 14:00:34
4 > >
5 > > Modified: ChangeLog udev-9999.ebuild
6 > > Added: udev-168-r2.ebuild
7 > > Log:
8 > > Remove /run is not existing message, Bug #365679. Fix uinput rule to
9 > > match what newer kernels does, Bug #321677. Only run modprobe unix
10 > > when unix sockets are not yet available, Bug #363549.
11 > >
12 > > (Portage version: 2.1.9.49/cvs/Linux x86_64)
13 > >
14 > > Revision Changes Path
15 > > 1.575 sys-fs/udev/ChangeLog
16 > >
17 > > file :
18 > > http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?re
19 > > v=1.575&view=markup plain:
20 > > http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?re
21 > > v=1.575&content-type=text/plain diff :
22 > > http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?r1
23 > > =1.574&r2=1.575
24 > >
25 > > Index: ChangeLog
26 > > ===================================================================
27 > > RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v
28 > > retrieving revision 1.574
29 > > retrieving revision 1.575
30 > > diff -u -r1.574 -r1.575
31 > > --- ChangeLog 30 Apr 2011 20:07:08 -0000 1.574
32 > > +++ ChangeLog 14 May 2011 14:00:34 -0000 1.575
33 > > @@ -1,6 +1,14 @@
34 > >
35 > > # ChangeLog for sys-fs/udev
36 > > # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
37 > >
38 > > -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.574
39 > > 2011/04/30 20:07:08 zzam Exp $ +# $Header:
40 > > /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.575 2011/05/14
41 > > 14:00:34 zzam Exp $ +
42 > > +*udev-168-r2 (14 May 2011)
43 > > +
44 > > + 14 May 2011; Matthias Schwarzott <zzam@g.o>
45 > > +udev-168-r2.ebuild, + udev-9999.ebuild:
46 > > + Remove /run is not existing message, Bug #365679. Fix uinput rule to
47 > > match + what newer kernels does, Bug #321677. Only run modprobe unix
48 > > when unix + sockets are not yet available, Bug #363549.
49 > >
50 > > *udev-168-r1 (30 Apr 2011)
51 > >
52 > > 1.37 sys-fs/udev/udev-9999.ebuild
53 > >
54 > > file :
55 > > http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-9999.eb
56 > > uild?rev=1.37&view=markup plain:
57 > > http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-9999.eb
58 > > uild?rev=1.37&content-type=text/plain diff :
59 > > http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-9999.eb
60 > > uild?r1=1.36&r2=1.37
61 > >
62 > > Index: udev-9999.ebuild
63 > > ===================================================================
64 > > RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v
65 > > retrieving revision 1.36
66 > > retrieving revision 1.37
67 > > diff -u -r1.36 -r1.37
68 > > --- udev-9999.ebuild 30 Apr 2011 13:15:40 -0000 1.36
69 > > +++ udev-9999.ebuild 14 May 2011 14:00:34 -0000 1.37
70 > > @@ -1,13 +1,13 @@
71 > >
72 > > # Copyright 1999-2011 Gentoo Foundation
73 > > # Distributed under the terms of the GNU General Public License v2
74 > >
75 > > -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.36
76 > > 2011/04/30 13:15:40 zzam Exp $ +# $Header:
77 > > /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.37 2011/05/14
78 > > 14:00:34 zzam Exp $
79 > >
80 > > EAPI="1"
81 > >
82 > > inherit eutils flag-o-matic multilib toolchain-funcs linux-info
83 > > autotools
84 > >
85 > > #PATCHSET=${P}-gentoo-patchset-v1
86 > >
87 > > -scriptversion=164-v2
88 > > +scriptversion=v3
89 > >
90 > > scriptname=${PN}-gentoo-scripts-${scriptversion}
91 > >
92 > > if [[ ${PV} == "9999" ]]; then
93 > >
94 > > @@ -197,7 +197,7 @@
95 > >
96 > > src_install() {
97 > >
98 > > emake -C "${WORKDIR}/${scriptname}" \
99 > >
100 > > - DESTDIR="${D}" \
101 > > + DESTDIR="${D}" LIBDIR="$(get_libdir)" \
102 >
103 > Does this mean it's /$(get_libdir)/udev again instead of /lib/udev?
104 > Ditto for 168-r2.
105
106 No, it does mean that the scripts package itself is updated, so it installs
107 the udev stuff into /lib/udev and the baselayout-1 addon into
108 /$(get_libdir)/rcscripts/addons.
109
110 I think I should clone the git tree of these scripts somewhere. Best is
111 git.overlays.gentoo.org, correct?
112
113 What about the udev-git tree plus gentoo patches? Should that also be
114 published there?
115
116 Matthias