Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/udev: udev-216.ebuild ChangeLog
Date: Sun, 24 Aug 2014 06:20:27
Message-Id: 20140824062021.1683D3C70@oystercatcher.gentoo.org
1 ssuominen 14/08/24 06:20:21
2
3 Modified: udev-216.ebuild ChangeLog
4 Log:
5 Apply upstream commits http://cgit.freedesktop.org/systemd/systemd/commit/src/shared/missing.h?id=a7d611f280b3eadafd6b411b659a321b4d6e63f4 and http://cgit.freedesktop.org/systemd/systemd/commit/src/shared/missing.h?id=2de1851fe3611c59abf77127c6b5bc1b91eb7cba to fix building on MIPS wrt #520720 by David Holm
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
8
9 Revision Changes Path
10 1.2 sys-fs/udev/udev-216.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-216.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-216.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-216.ebuild?r1=1.1&r2=1.2
15
16 Index: udev-216.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-216.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- udev-216.ebuild 20 Aug 2014 08:35:07 -0000 1.1
23 +++ udev-216.ebuild 24 Aug 2014 06:20:21 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-216.ebuild,v 1.1 2014/08/20 08:35:07 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-216.ebuild,v 1.2 2014/08/24 06:20:21 ssuominen Exp $
29
30 EAPI=5
31
32 @@ -11,7 +11,7 @@
33 inherit git-2
34 patchset=
35 else
36 - patchset=1
37 + patchset=2
38 SRC_URI="http://www.freedesktop.org/software/systemd/systemd-${PV}.tar.xz"
39 if [[ -n "${patchset}" ]]; then
40 SRC_URI="${SRC_URI}
41
42
43
44 1.1084 sys-fs/udev/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?rev=1.1084&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?rev=1.1084&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?r1=1.1083&r2=1.1084
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v
53 retrieving revision 1.1083
54 retrieving revision 1.1084
55 diff -u -r1.1083 -r1.1084
56 --- ChangeLog 20 Aug 2014 08:35:07 -0000 1.1083
57 +++ ChangeLog 24 Aug 2014 06:20:21 -0000 1.1084
58 @@ -1,6 +1,12 @@
59 # ChangeLog for sys-fs/udev
60 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.1083 2014/08/20 08:35:07 ssuominen Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.1084 2014/08/24 06:20:21 ssuominen Exp $
63 +
64 + 24 Aug 2014; Samuli Suominen <ssuominen@g.o> udev-216.ebuild:
65 + Apply upstream commits http://cgit.freedesktop.org/systemd/systemd/commit/src/
66 + shared/missing.h?id=a7d611f280b3eadafd6b411b659a321b4d6e63f4 and http://cgit.f
67 + reedesktop.org/systemd/systemd/commit/src/shared/missing.h?id=2de1851fe3611c59
68 + abf77127c6b5bc1b91eb7cba to fix building on MIPS wrt #520720 by David Holm
69
70 *udev-216 (20 Aug 2014)