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-9999.ebuild ChangeLog
Date: Sun, 01 Jun 2014 01:35:15
Message-Id: 20140601013510.03B8C2004E@flycatcher.gentoo.org
1 blueness 14/06/01 01:35:09
2
3 Modified: install-xattr-9999.ebuild ChangeLog
4 Log:
5 Fix -9999 to work for released versions
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
8
9 Revision Changes Path
10 1.2 sys-apps/install-xattr/install-xattr-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/install-xattr/install-xattr-9999.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/install-xattr/install-xattr-9999.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/install-xattr/install-xattr-9999.ebuild?r1=1.1&r2=1.2
15
16 Index: install-xattr-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/install-xattr/install-xattr-9999.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- install-xattr-9999.ebuild 1 Jun 2014 01:29:16 -0000 1.1
23 +++ install-xattr-9999.ebuild 1 Jun 2014 01:35:09 -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-apps/install-xattr/install-xattr-9999.ebuild,v 1.1 2014/06/01 01:29:16 blueness Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/install-xattr/install-xattr-9999.ebuild,v 1.2 2014/06/01 01:35:09 blueness Exp $
29
30 EAPI=5
31 DESCRIPTION="Wrapper to coreutil's install to preserve Filesystem Extended Attributes."
32 @@ -15,6 +15,7 @@
33 else
34 SRC_URI="http://dev.gentoo.org/~blueness/install-xattr/${P}.tar.bz2"
35 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
36 + S=${WORKDIR}/${PN}
37 fi
38
39 LICENSE="GPL-3"
40 @@ -27,8 +28,6 @@
41 src_compile() {
42 if [[ ${PV} == "9999" ]] ; then
43 cd ${WORKDIR}/${P}/misc/${PN}
44 - else
45 - cd ${WORKDIR}/${PN}
46 fi
47 default
48 }
49 @@ -36,8 +35,6 @@
50 src_install() {
51 if [[ ${PV} == "9999" ]] ; then
52 cd ${WORKDIR}/${P}/misc/${PN}
53 - else
54 - cd ${WORKDIR}/${PN}
55 fi
56 default
57 }
58
59
60
61 1.12 sys-apps/install-xattr/ChangeLog
62
63 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/install-xattr/ChangeLog?rev=1.12&view=markup
64 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/install-xattr/ChangeLog?rev=1.12&content-type=text/plain
65 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/install-xattr/ChangeLog?r1=1.11&r2=1.12
66
67 Index: ChangeLog
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/sys-apps/install-xattr/ChangeLog,v
70 retrieving revision 1.11
71 retrieving revision 1.12
72 diff -u -r1.11 -r1.12
73 --- ChangeLog 1 Jun 2014 01:29:16 -0000 1.11
74 +++ ChangeLog 1 Jun 2014 01:35:09 -0000 1.12
75 @@ -1,6 +1,10 @@
76 # ChangeLog for sys-apps/install-xattr
77 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
78 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/install-xattr/ChangeLog,v 1.11 2014/06/01 01:29:16 blueness Exp $
79 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/install-xattr/ChangeLog,v 1.12 2014/06/01 01:35:09 blueness Exp $
80 +
81 + 31 May 2014; Anthony G. Basile <blueness@g.o>
82 + install-xattr-9999.ebuild:
83 + Fix -9999 to work for released versions
84
85 *install-xattr-9999 (31 May 2014)