Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/install-xattr/
Date: Fri, 29 Apr 2016 16:32:32
Message-Id: 1461947571.7bd9362ed4933d83eaad0c20c44fd3f0cf3af77d.blueness@gentoo
1 commit: 7bd9362ed4933d83eaad0c20c44fd3f0cf3af77d
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 29 16:32:09 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 29 16:32:51 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bd9362e
7
8 sys-apps/install-xattr: fix bug #581552
9
10 Package-Manager: portage-2.2.26
11
12 sys-apps/install-xattr/install-xattr-0.5-r1.ebuild | 3 ++-
13 sys-apps/install-xattr/install-xattr-9999.ebuild | 5 +++--
14 2 files changed, 5 insertions(+), 3 deletions(-)
15
16 diff --git a/sys-apps/install-xattr/install-xattr-0.5-r1.ebuild b/sys-apps/install-xattr/install-xattr-0.5-r1.ebuild
17 index 3e98386..027f7ee 100644
18 --- a/sys-apps/install-xattr/install-xattr-0.5-r1.ebuild
19 +++ b/sys-apps/install-xattr/install-xattr-0.5-r1.ebuild
20 @@ -11,7 +11,7 @@ inherit toolchain-funcs
21
22 if [[ ${PV} == "9999" ]] ; then
23 EGIT_REPO_URI="git://anongit.gentoo.org/proj/elfix.git"
24 - inherit git-2
25 + inherit git-r3
26 else
27 SRC_URI="https://dev.gentoo.org/~blueness/install-xattr/${P}.tar.bz2"
28 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
29 @@ -23,6 +23,7 @@ SLOT="0"
30
31 src_prepare() {
32 tc-export CC
33 + eapply_user
34 }
35
36 src_compile() {
37
38 diff --git a/sys-apps/install-xattr/install-xattr-9999.ebuild b/sys-apps/install-xattr/install-xattr-9999.ebuild
39 index d64e0c4..027f7ee 100644
40 --- a/sys-apps/install-xattr/install-xattr-9999.ebuild
41 +++ b/sys-apps/install-xattr/install-xattr-9999.ebuild
42 @@ -2,7 +2,7 @@
43 # Distributed under the terms of the GNU General Public License v2
44 # $Id$
45
46 -EAPI=5
47 +EAPI=6
48
49 DESCRIPTION="Wrapper to coreutil's install to preserve Filesystem Extended Attributes"
50 HOMEPAGE="https://dev.gentoo.org/~blueness/install-xattr/"
51 @@ -11,7 +11,7 @@ inherit toolchain-funcs
52
53 if [[ ${PV} == "9999" ]] ; then
54 EGIT_REPO_URI="git://anongit.gentoo.org/proj/elfix.git"
55 - inherit git-2
56 + inherit git-r3
57 else
58 SRC_URI="https://dev.gentoo.org/~blueness/install-xattr/${P}.tar.bz2"
59 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
60 @@ -23,6 +23,7 @@ SLOT="0"
61
62 src_prepare() {
63 tc-export CC
64 + eapply_user
65 }
66
67 src_compile() {