Gentoo Archives: gentoo-commits

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/fakeroot-ng: fakeroot-ng-0.18-r1.ebuild ChangeLog
Date: Fri, 30 May 2014 13:44:32
Message-Id: 20140530134429.03AB32004E@flycatcher.gentoo.org
1 swift 14/05/30 13:44:28
2
3 Modified: ChangeLog
4 Added: fakeroot-ng-0.18-r1.ebuild
5 Log:
6 Fix x86 build failure with gcc 4.8.2, thanks to Martin Väth for the patch and Anthoine Bourgeios as maintainer for the ebuild (bug #492896)
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
9
10 Revision Changes Path
11 1.14 sys-apps/fakeroot-ng/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/fakeroot-ng/ChangeLog?rev=1.14&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/fakeroot-ng/ChangeLog?rev=1.14&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/fakeroot-ng/ChangeLog?r1=1.13&r2=1.14
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-apps/fakeroot-ng/ChangeLog,v
20 retrieving revision 1.13
21 retrieving revision 1.14
22 diff -u -r1.13 -r1.14
23 --- ChangeLog 27 Nov 2013 19:54:54 -0000 1.13
24 +++ ChangeLog 30 May 2014 13:44:28 -0000 1.14
25 @@ -1,6 +1,13 @@
26 # ChangeLog for sys-apps/fakeroot-ng
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/fakeroot-ng/ChangeLog,v 1.13 2013/11/27 19:54:54 jlec Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/fakeroot-ng/ChangeLog,v 1.14 2014/05/30 13:44:28 swift Exp $
31 +
32 +*fakeroot-ng-0.18-r1 (30 May 2014)
33 +
34 + 30 May 2014; Sven Vermeulen <swift@g.o> +fakeroot-ng-0.18-r1.ebuild,
35 + +files/fakeroot-ng-gcc-4.8.2.patch:
36 + Fix x86 build failure with gcc 4.8.2, thanks to Martin Väth for the patch and
37 + Anthoine Bourgeios as maintainer for the ebuild (bug #492896)
38
39 *fakeroot-ng-0.18 (27 Nov 2013)
40
41
42
43
44 1.1 sys-apps/fakeroot-ng/fakeroot-ng-0.18-r1.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/fakeroot-ng/fakeroot-ng-0.18-r1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/fakeroot-ng/fakeroot-ng-0.18-r1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: fakeroot-ng-0.18-r1.ebuild
50 ===================================================================
51 # Copyright 1999-2014 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/sys-apps/fakeroot-ng/fakeroot-ng-0.18-r1.ebuild,v 1.1 2014/05/30 13:44:28 swift Exp $
54
55 EAPI=5
56
57 inherit eutils
58
59 DESCRIPTION="A utility to run commands with fake root privileges"
60 HOMEPAGE="http://sourceforge.net/projects/fakerootng/"
61 SRC_URI="mirror://sourceforge/${PN//-/}/${P}.tar.gz"
62
63 LICENSE="GPL-2"
64 SLOT="0"
65 KEYWORDS="~amd64 ~ppc ~x86"
66 IUSE=""
67
68 DOCS="AUTHORS ChangeLog NEWS README"
69
70 src_prepare() {
71 epatch "${FILESDIR}"/${PN}-gcc-4.8.2.patch
72 }