* [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in sys-fs/udev: udev-168-r2.ebuild ChangeLog udev-9999.ebuild
[not found] <20110514140034.F399E20054@flycatcher.gentoo.org>
@ 2011-05-14 14:38 ` Samuli Suominen
2011-05-15 18:20 ` Matthias Schwarzott
0 siblings, 1 reply; 2+ messages in thread
From: Samuli Suominen @ 2011-05-14 14:38 UTC (permalink / raw
To: gentoo-dev, zzam
On 05/14/2011 05:00 PM, Matthias Schwarzott (zzam) wrote:
> zzam 11/05/14 14:00:34
>
> Modified: ChangeLog udev-9999.ebuild
> Added: udev-168-r2.ebuild
> Log:
> Remove /run is not existing message, Bug #365679. Fix uinput rule to match what newer kernels does, Bug #321677. Only run modprobe unix when unix sockets are not yet available, Bug #363549.
>
> (Portage version: 2.1.9.49/cvs/Linux x86_64)
>
> Revision Changes Path
> 1.575 sys-fs/udev/ChangeLog
>
> file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?rev=1.575&view=markup
> plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?rev=1.575&content-type=text/plain
> diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?r1=1.574&r2=1.575
>
> Index: ChangeLog
> ===================================================================
> RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v
> retrieving revision 1.574
> retrieving revision 1.575
> diff -u -r1.574 -r1.575
> --- ChangeLog 30 Apr 2011 20:07:08 -0000 1.574
> +++ ChangeLog 14 May 2011 14:00:34 -0000 1.575
> @@ -1,6 +1,14 @@
> # ChangeLog for sys-fs/udev
> # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
> -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.574 2011/04/30 20:07:08 zzam Exp $
> +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.575 2011/05/14 14:00:34 zzam Exp $
> +
> +*udev-168-r2 (14 May 2011)
> +
> + 14 May 2011; Matthias Schwarzott <zzam@gentoo.org> +udev-168-r2.ebuild,
> + udev-9999.ebuild:
> + Remove /run is not existing message, Bug #365679. Fix uinput rule to match
> + what newer kernels does, Bug #321677. Only run modprobe unix when unix
> + sockets are not yet available, Bug #363549.
>
> *udev-168-r1 (30 Apr 2011)
>
>
>
>
> 1.37 sys-fs/udev/udev-9999.ebuild
>
> file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-9999.ebuild?rev=1.37&view=markup
> plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-9999.ebuild?rev=1.37&content-type=text/plain
> diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-9999.ebuild?r1=1.36&r2=1.37
>
> Index: udev-9999.ebuild
> ===================================================================
> RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v
> retrieving revision 1.36
> retrieving revision 1.37
> diff -u -r1.36 -r1.37
> --- udev-9999.ebuild 30 Apr 2011 13:15:40 -0000 1.36
> +++ udev-9999.ebuild 14 May 2011 14:00:34 -0000 1.37
> @@ -1,13 +1,13 @@
> # Copyright 1999-2011 Gentoo Foundation
> # Distributed under the terms of the GNU General Public License v2
> -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.36 2011/04/30 13:15:40 zzam Exp $
> +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.37 2011/05/14 14:00:34 zzam Exp $
>
> EAPI="1"
>
> inherit eutils flag-o-matic multilib toolchain-funcs linux-info autotools
>
> #PATCHSET=${P}-gentoo-patchset-v1
> -scriptversion=164-v2
> +scriptversion=v3
> scriptname=${PN}-gentoo-scripts-${scriptversion}
>
> if [[ ${PV} == "9999" ]]; then
> @@ -197,7 +197,7 @@
>
> src_install() {
> emake -C "${WORKDIR}/${scriptname}" \
> - DESTDIR="${D}" \
> + DESTDIR="${D}" LIBDIR="$(get_libdir)" \
Does this mean it's /$(get_libdir)/udev again instead of /lib/udev?
Ditto for 168-r2.
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in sys-fs/udev: udev-168-r2.ebuild ChangeLog udev-9999.ebuild
2011-05-14 14:38 ` [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in sys-fs/udev: udev-168-r2.ebuild ChangeLog udev-9999.ebuild Samuli Suominen
@ 2011-05-15 18:20 ` Matthias Schwarzott
0 siblings, 0 replies; 2+ messages in thread
From: Matthias Schwarzott @ 2011-05-15 18:20 UTC (permalink / raw
To: Samuli Suominen, gentoo-dev
On Saturday 14 May 2011, you wrote:
> On 05/14/2011 05:00 PM, Matthias Schwarzott (zzam) wrote:
> > zzam 11/05/14 14:00:34
> >
> > Modified: ChangeLog udev-9999.ebuild
> > Added: udev-168-r2.ebuild
> > Log:
> > Remove /run is not existing message, Bug #365679. Fix uinput rule to
> > match what newer kernels does, Bug #321677. Only run modprobe unix
> > when unix sockets are not yet available, Bug #363549.
> >
> > (Portage version: 2.1.9.49/cvs/Linux x86_64)
> >
> > Revision Changes Path
> > 1.575 sys-fs/udev/ChangeLog
> >
> > file :
> > http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?re
> > v=1.575&view=markup plain:
> > http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?re
> > v=1.575&content-type=text/plain diff :
> > http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?r1
> > =1.574&r2=1.575
> >
> > Index: ChangeLog
> > ===================================================================
> > RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v
> > retrieving revision 1.574
> > retrieving revision 1.575
> > diff -u -r1.574 -r1.575
> > --- ChangeLog 30 Apr 2011 20:07:08 -0000 1.574
> > +++ ChangeLog 14 May 2011 14:00:34 -0000 1.575
> > @@ -1,6 +1,14 @@
> >
> > # ChangeLog for sys-fs/udev
> > # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
> >
> > -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.574
> > 2011/04/30 20:07:08 zzam Exp $ +# $Header:
> > /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.575 2011/05/14
> > 14:00:34 zzam Exp $ +
> > +*udev-168-r2 (14 May 2011)
> > +
> > + 14 May 2011; Matthias Schwarzott <zzam@gentoo.org>
> > +udev-168-r2.ebuild, + udev-9999.ebuild:
> > + Remove /run is not existing message, Bug #365679. Fix uinput rule to
> > match + what newer kernels does, Bug #321677. Only run modprobe unix
> > when unix + sockets are not yet available, Bug #363549.
> >
> > *udev-168-r1 (30 Apr 2011)
> >
> > 1.37 sys-fs/udev/udev-9999.ebuild
> >
> > file :
> > http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-9999.eb
> > uild?rev=1.37&view=markup plain:
> > http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-9999.eb
> > uild?rev=1.37&content-type=text/plain diff :
> > http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-9999.eb
> > uild?r1=1.36&r2=1.37
> >
> > Index: udev-9999.ebuild
> > ===================================================================
> > RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v
> > retrieving revision 1.36
> > retrieving revision 1.37
> > diff -u -r1.36 -r1.37
> > --- udev-9999.ebuild 30 Apr 2011 13:15:40 -0000 1.36
> > +++ udev-9999.ebuild 14 May 2011 14:00:34 -0000 1.37
> > @@ -1,13 +1,13 @@
> >
> > # Copyright 1999-2011 Gentoo Foundation
> > # Distributed under the terms of the GNU General Public License v2
> >
> > -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.36
> > 2011/04/30 13:15:40 zzam Exp $ +# $Header:
> > /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.37 2011/05/14
> > 14:00:34 zzam Exp $
> >
> > EAPI="1"
> >
> > inherit eutils flag-o-matic multilib toolchain-funcs linux-info
> > autotools
> >
> > #PATCHSET=${P}-gentoo-patchset-v1
> >
> > -scriptversion=164-v2
> > +scriptversion=v3
> >
> > scriptname=${PN}-gentoo-scripts-${scriptversion}
> >
> > if [[ ${PV} == "9999" ]]; then
> >
> > @@ -197,7 +197,7 @@
> >
> > src_install() {
> >
> > emake -C "${WORKDIR}/${scriptname}" \
> >
> > - DESTDIR="${D}" \
> > + DESTDIR="${D}" LIBDIR="$(get_libdir)" \
>
> Does this mean it's /$(get_libdir)/udev again instead of /lib/udev?
> Ditto for 168-r2.
No, it does mean that the scripts package itself is updated, so it installs
the udev stuff into /lib/udev and the baselayout-1 addon into
/$(get_libdir)/rcscripts/addons.
I think I should clone the git tree of these scripts somewhere. Best is
git.overlays.gentoo.org, correct?
What about the udev-git tree plus gentoo patches? Should that also be
published there?
Matthias
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-05-15 18:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20110514140034.F399E20054@flycatcher.gentoo.org>
2011-05-14 14:38 ` [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in sys-fs/udev: udev-168-r2.ebuild ChangeLog udev-9999.ebuild Samuli Suominen
2011-05-15 18:20 ` Matthias Schwarzott
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox