Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/install-xattr: install-xattr-0.1.ebuild ChangeLog
Date: Sat, 22 Feb 2014 15:36:25
Message-Id: 20140222153622.078B32004C@flycatcher.gentoo.org
1 blueness 14/02/22 15:36:21
2
3 Modified: install-xattr-0.1.ebuild ChangeLog
4 Log:
5 Fix bug #502076
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
8
9 Revision Changes Path
10 1.7 sys-apps/install-xattr/install-xattr-0.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/install-xattr/install-xattr-0.1.ebuild?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/install-xattr/install-xattr-0.1.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/install-xattr/install-xattr-0.1.ebuild?r1=1.6&r2=1.7
15
16 Index: install-xattr-0.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/install-xattr/install-xattr-0.1.ebuild,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- install-xattr-0.1.ebuild 22 Feb 2014 07:17:47 -0000 1.6
23 +++ install-xattr-0.1.ebuild 22 Feb 2014 15:36:21 -0000 1.7
24 @@ -1,8 +1,9 @@
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-apps/install-xattr/install-xattr-0.1.ebuild,v 1.6 2014/02/22 07:17:47 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/install-xattr/install-xattr-0.1.ebuild,v 1.7 2014/02/22 15:36:21 blueness Exp $
29
30 EAPI=5
31 +inherit toolchain-funcs
32
33 DESCRIPTION="Wrapper to coreutil's install to preserve Filesystem Extended Attributes."
34 HOMEPAGE="http://dev.gentoo.org/~blueness/install-xattr/"
35 @@ -11,13 +12,13 @@
36 LICENSE="GPL-3"
37 SLOT="0"
38 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
39 -IUSE=""
40 -
41 -DEPEND=""
42 -RDEPEND="${DEPEND}"
43
44 S=${WORKDIR}/${PN}
45
46 +src_prepare() {
47 + tc-export CC
48 +}
49 +
50 # We need to fix how tests are done
51 src_test() {
52 true
53
54
55
56 1.7 sys-apps/install-xattr/ChangeLog
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/install-xattr/ChangeLog?rev=1.7&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/install-xattr/ChangeLog?rev=1.7&content-type=text/plain
60 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/install-xattr/ChangeLog?r1=1.6&r2=1.7
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/sys-apps/install-xattr/ChangeLog,v
65 retrieving revision 1.6
66 retrieving revision 1.7
67 diff -u -r1.6 -r1.7
68 --- ChangeLog 22 Feb 2014 07:17:47 -0000 1.6
69 +++ ChangeLog 22 Feb 2014 15:36:21 -0000 1.7
70 @@ -1,6 +1,9 @@
71 # ChangeLog for sys-apps/install-xattr
72 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/install-xattr/ChangeLog,v 1.6 2014/02/22 07:17:47 ago Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/install-xattr/ChangeLog,v 1.7 2014/02/22 15:36:21 blueness Exp $
75 +
76 + 22 Feb 2014; Anthony G. Basile <blueness@g.o> install-xattr-0.1.ebuild:
77 + Fix bug #502076
78
79 22 Feb 2014; Agostino Sarubbo <ago@g.o> install-xattr-0.1.ebuild:
80 Add ~sparc, wrt bug #501534