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.2.ebuild ChangeLog
Date: Sun, 01 Jun 2014 00:32:17
Message-Id: 20140601003212.A47582004E@flycatcher.gentoo.org
1 blueness 14/06/01 00:32:12
2
3 Modified: ChangeLog
4 Added: install-xattr-0.2.ebuild
5 Log:
6 Fix: http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=53a5c9cababc4a681c026b7ce445e29da4666d6c
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
9
10 Revision Changes Path
11 1.10 sys-apps/install-xattr/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/install-xattr/ChangeLog?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/install-xattr/ChangeLog?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/install-xattr/ChangeLog?r1=1.9&r2=1.10
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-apps/install-xattr/ChangeLog,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- ChangeLog 31 May 2014 21:05:37 -0000 1.9
24 +++ ChangeLog 1 Jun 2014 00:32:12 -0000 1.10
25 @@ -1,6 +1,13 @@
26 # ChangeLog for sys-apps/install-xattr
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/install-xattr/ChangeLog,v 1.9 2014/05/31 21:05:37 zlogene Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/install-xattr/ChangeLog,v 1.10 2014/06/01 00:32:12 blueness Exp $
30 +
31 +*install-xattr-0.2 (01 Jun 2014)
32 +
33 + 01 Jun 2014; Anthony G. Basile <blueness@g.o>
34 + +install-xattr-0.2.ebuild:
35 + Fix: http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=53a5c9
36 + cababc4a681c026b7ce445e29da4666d6c
37
38 31 May 2014; Mikle Kolyada <zlogene@g.o> install-xattr-0.1.ebuild:
39 Add ~s390 keyword wrt bug #501534
40
41
42
43 1.1 sys-apps/install-xattr/install-xattr-0.2.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/install-xattr/install-xattr-0.2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/install-xattr/install-xattr-0.2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: install-xattr-0.2.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/sys-apps/install-xattr/install-xattr-0.2.ebuild,v 1.1 2014/06/01 00:32:11 blueness Exp $
53
54 EAPI=5
55 inherit toolchain-funcs
56
57 DESCRIPTION="Wrapper to coreutil's install to preserve Filesystem Extended Attributes."
58 HOMEPAGE="http://dev.gentoo.org/~blueness/install-xattr/"
59 SRC_URI="http://dev.gentoo.org/~blueness/install-xattr/${P}.tar.bz2"
60
61 LICENSE="GPL-3"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
64
65 S=${WORKDIR}/${PN}
66
67 src_prepare() {
68 tc-export CC
69 }
70
71 # We need to fix how tests are done
72 src_test() {
73 true
74 }