Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/aufs3: ChangeLog aufs3-3_p20121129.ebuild
Date: Fri, 30 Nov 2012 15:29:25
Message-Id: 20121130152915.0726120C65@flycatcher.gentoo.org
1 jlec 12/11/30 15:29:14
2
3 Modified: ChangeLog aufs3-3_p20121129.ebuild
4 Log:
5 sys-fs/aufs3: Fix new offset, thanks Iván for the patch
6
7 (Portage version: 2.2.0_alpha143/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
8
9 Revision Changes Path
10 1.35 sys-fs/aufs3/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/ChangeLog?rev=1.35&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/ChangeLog?rev=1.35&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/ChangeLog?r1=1.34&r2=1.35
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-fs/aufs3/ChangeLog,v
19 retrieving revision 1.34
20 retrieving revision 1.35
21 diff -u -r1.34 -r1.35
22 --- ChangeLog 29 Nov 2012 21:24:36 -0000 1.34
23 +++ ChangeLog 30 Nov 2012 15:29:14 -0000 1.35
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sys-fs/aufs3
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/ChangeLog,v 1.34 2012/11/29 21:24:36 jlec Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/ChangeLog,v 1.35 2012/11/30 15:29:14 jlec Exp $
29 +
30 + 30 Nov 2012; Justin Lecher <jlec@g.o> aufs3-3_p20121129.ebuild:
31 + Fix new offset, thanks Iván for the patch
32
33 *aufs3-3_p20121129 (29 Nov 2012)
34
35
36
37
38 1.2 sys-fs/aufs3/aufs3-3_p20121129.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/aufs3-3_p20121129.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/aufs3-3_p20121129.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/aufs3-3_p20121129.ebuild?r1=1.1&r2=1.2
43
44 Index: aufs3-3_p20121129.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20121129.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- aufs3-3_p20121129.ebuild 29 Nov 2012 21:24:36 -0000 1.1
51 +++ aufs3-3_p20121129.ebuild 30 Nov 2012 15:29:14 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20121129.ebuild,v 1.1 2012/11/29 21:24:36 jlec Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20121129.ebuild,v 1.2 2012/11/30 15:29:14 jlec Exp $
57
58 EAPI=4
59
60 @@ -115,7 +115,7 @@
61 sed -i "s:aufs.ko usr/include/linux/aufs_type.h:aufs.ko:g" Makefile || die
62 sed -i "s:__user::g" include/linux/aufs_type.h || die
63
64 - cd "${WORKDIR}"/${PN/3}-util
65 + cd "${WORKDIR}"/${P}/${PN/3}-util
66
67 einfo "Using for utils building branch ${util_branch}"
68 git checkout -b local-gentoo ${util_branch} || die
69 @@ -128,7 +128,7 @@
70
71 emake CC=$(tc-getCC) LD=$(tc-getLD) LDFLAGS="$(raw-ldflags)" ARCH=$(tc-arch-kernel) CONFIG_AUFS_FS=m KDIR=${KV_OUT_DIR}
72
73 - cd "${WORKDIR}"/${PN/3}-util
74 + cd "${WORKDIR}"/${P}/${PN/3}-util
75 emake CC=$(tc-getCC) AR=$(tc-getAR) KDIR=${KV_OUT_DIR} C_INCLUDE_PATH="${S}"/include
76 }
77
78 @@ -141,7 +141,7 @@
79
80 dodoc Documentation/filesystems/aufs/README
81
82 - cd "${WORKDIR}"/${PN/3}-util
83 + cd "${WORKDIR}"/${P}/${PN/3}-util
84 emake DESTDIR="${D}" KDIR=${KV_OUT_DIR} install
85
86 newdoc README README-utils