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: Sat, 30 Mar 2019 10:24:37
Message-Id: 1553941363.e69870431d5eaefa896ea4e6b324eade97e7f30e.blueness@gentoo
1 commit: e69870431d5eaefa896ea4e6b324eade97e7f30e
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 30 10:22:43 2019 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 30 10:22:43 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6987043
7
8 sys-apps/install-xattr: version bump to 0.6, address bug #681866
9
10 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 sys-apps/install-xattr/Manifest | 1 +
14 .../{install-xattr-9999.ebuild => install-xattr-0.6.ebuild} | 7 ++++---
15 sys-apps/install-xattr/install-xattr-9999.ebuild | 7 ++++---
16 3 files changed, 9 insertions(+), 6 deletions(-)
17
18 diff --git a/sys-apps/install-xattr/Manifest b/sys-apps/install-xattr/Manifest
19 index 384a60d13cc..d3a88c6c472 100644
20 --- a/sys-apps/install-xattr/Manifest
21 +++ b/sys-apps/install-xattr/Manifest
22 @@ -1 +1,2 @@
23 DIST install-xattr-0.5.tar.bz2 16136 BLAKE2B 8973584d4819b9f500dcfb76ed0eaddce725b78e72dfa73ccff52c745e6f041926f8f930e5c5035fa888402c6b530207546098864266268dee2c897404bf7c74 SHA512 0bbde3a548fc5062041b38f90ac09c402f3cb0aebf4f0c331552fc44d39dd3d5e4d73bca0811de36c53af8afa5d22e543a7c90107d272f2a1b97c819b244eb7c
24 +DIST install-xattr-0.6.tar.bz2 16207 BLAKE2B 2f771aa3e81d594eda951ae34242ecf658e18d72f2cb4c8540ab8af40af750e50ad881c44476af84bb05c3ced9df052f08ea8f81ce490f250010e74b190bd1d9 SHA512 1af66ac8ea05b4c32b905f5d5e340e0402fd19d9f5c2fa51c32d0842effafded8327fce58adffdd197b47c0d4d90f8b669c309f512b64e90f86adc7afe995bcf
25
26 diff --git a/sys-apps/install-xattr/install-xattr-9999.ebuild b/sys-apps/install-xattr/install-xattr-0.6.ebuild
27 similarity index 87%
28 copy from sys-apps/install-xattr/install-xattr-9999.ebuild
29 copy to sys-apps/install-xattr/install-xattr-0.6.ebuild
30 index 830b2d6cd4f..2da2f960144 100644
31 --- a/sys-apps/install-xattr/install-xattr-9999.ebuild
32 +++ b/sys-apps/install-xattr/install-xattr-0.6.ebuild
33 @@ -1,12 +1,12 @@
34 -# Copyright 1999-2018 Gentoo Foundation
35 +# Copyright 1999-2019 Gentoo Authors
36 # Distributed under the terms of the GNU General Public License v2
37
38 -EAPI=6
39 +EAPI=7
40
41 DESCRIPTION="Wrapper to coreutil's install to preserve Filesystem Extended Attributes"
42 HOMEPAGE="https://dev.gentoo.org/~blueness/install-xattr/"
43
44 -inherit toolchain-funcs
45 +inherit flag-o-matic toolchain-funcs
46
47 if [[ ${PV} == "9999" ]] ; then
48 EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/elfix.git"
49 @@ -23,6 +23,7 @@ SLOT="0"
50 src_prepare() {
51 default
52 tc-export CC
53 + append-cppflags "-D_FILE_OFFSET_BITS=64"
54 }
55
56 src_compile() {
57
58 diff --git a/sys-apps/install-xattr/install-xattr-9999.ebuild b/sys-apps/install-xattr/install-xattr-9999.ebuild
59 index 830b2d6cd4f..2da2f960144 100644
60 --- a/sys-apps/install-xattr/install-xattr-9999.ebuild
61 +++ b/sys-apps/install-xattr/install-xattr-9999.ebuild
62 @@ -1,12 +1,12 @@
63 -# Copyright 1999-2018 Gentoo Foundation
64 +# Copyright 1999-2019 Gentoo Authors
65 # Distributed under the terms of the GNU General Public License v2
66
67 -EAPI=6
68 +EAPI=7
69
70 DESCRIPTION="Wrapper to coreutil's install to preserve Filesystem Extended Attributes"
71 HOMEPAGE="https://dev.gentoo.org/~blueness/install-xattr/"
72
73 -inherit toolchain-funcs
74 +inherit flag-o-matic toolchain-funcs
75
76 if [[ ${PV} == "9999" ]] ; then
77 EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/elfix.git"
78 @@ -23,6 +23,7 @@ SLOT="0"
79 src_prepare() {
80 default
81 tc-export CC
82 + append-cppflags "-D_FILE_OFFSET_BITS=64"
83 }
84
85 src_compile() {