Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/libarchive/
Date: Wed, 09 Feb 2022 14:14:06
Message-Id: 1644416039.0e75c1da12a16f0ba1bef02231cf7fac47abf015.mgorny@gentoo
1 commit: 0e75c1da12a16f0ba1bef02231cf7fac47abf015
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 9 13:53:56 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 9 14:13:59 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e75c1da
7
8 app-arch/libarchive: Bump to 3.6.0
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-arch/libarchive/Manifest | 1 +
13 app-arch/libarchive/libarchive-3.6.0.ebuild | 117 ++++++++++++++++++++++++++++
14 2 files changed, 118 insertions(+)
15
16 diff --git a/app-arch/libarchive/Manifest b/app-arch/libarchive/Manifest
17 index 21f7a499b3ec..15c829ae4469 100644
18 --- a/app-arch/libarchive/Manifest
19 +++ b/app-arch/libarchive/Manifest
20 @@ -1,2 +1,3 @@
21 DIST libarchive-3.5.2.tar.gz 7054934 BLAKE2B 1fc6ee0166573658dc5e0f170113c07ecdaa76b287cbf68bdee63ccd198dad615b3f2803a3fc1aed303cd1f7f32033e6d8e782ef6a8a991562cdc2a375894c9e SHA512 2003ec9b24086373451bd7317bdab86d81627f087c14a6f7df1a92e131a216749f9aa352504c3d04dc82b62078b59aeea5aad5543b7e6c1c21fcafa2955d3762
22 DIST libarchive-3.5.3.tar.gz 7038767 BLAKE2B a9f8b44c42efadb29cba2597c201bf9064d69632db92dad07df3f1bc9667257d8578c2ae7fae65ffc53e075466e3d326e4fe77d18d3f06656a4a255324a81fba SHA512 889879e869f7391e3b85b5e3c2bbad3c1a5e50ec7b62c0be8f2817e2dfa8410e6eb409a3c4dce2675b9e7134bae3f129475e331bc3d15d637b91412c7eb026a2
23 +DIST libarchive-3.6.0.tar.gz 8570393 BLAKE2B 57a8e1681485a489dc9d3823cc8c9b0d68e7d84510a3eff0b6adc268825bb9aa6179d8a810b249c3f72e3674e1df6e5ba2ed0043196458bedc3c1d880c5d4a0b SHA512 700579c5dd15b61333cc4dbf01ebfbd26d6e8c20d5cbe6525683634418fec5c87a5a1e28a81cc59ad7c94218682e406aa3b55d81036bd9fa31d83d989c6d764c
24
25 diff --git a/app-arch/libarchive/libarchive-3.6.0.ebuild b/app-arch/libarchive/libarchive-3.6.0.ebuild
26 new file mode 100644
27 index 000000000000..9aad1a3f2fbb
28 --- /dev/null
29 +++ b/app-arch/libarchive/libarchive-3.6.0.ebuild
30 @@ -0,0 +1,117 @@
31 +# Copyright 1999-2022 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +inherit multilib-minimal toolchain-funcs
36 +
37 +DESCRIPTION="Multi-format archive and compression library"
38 +HOMEPAGE="https://www.libarchive.org/"
39 +SRC_URI="https://www.libarchive.org/downloads/${P}.tar.gz"
40 +
41 +LICENSE="BSD BSD-2 BSD-4 public-domain"
42 +SLOT="0/13"
43 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
44 +IUSE="acl blake2 +bzip2 +e2fsprogs expat +iconv lz4 +lzma lzo nettle static-libs xattr +zlib zstd"
45 +
46 +RDEPEND="
47 + acl? ( virtual/acl[${MULTILIB_USEDEP}] )
48 + blake2? ( app-crypt/libb2[${MULTILIB_USEDEP}] )
49 + bzip2? ( app-arch/bzip2[${MULTILIB_USEDEP}] )
50 + expat? ( dev-libs/expat[${MULTILIB_USEDEP}] )
51 + !expat? ( dev-libs/libxml2[${MULTILIB_USEDEP}] )
52 + iconv? ( virtual/libiconv[${MULTILIB_USEDEP}] )
53 + kernel_linux? (
54 + xattr? ( sys-apps/attr[${MULTILIB_USEDEP}] )
55 + )
56 + dev-libs/openssl:0=[${MULTILIB_USEDEP}]
57 + lz4? ( >=app-arch/lz4-0_p131:0=[${MULTILIB_USEDEP}] )
58 + lzma? ( >=app-arch/xz-utils-5.2.5-r1[${MULTILIB_USEDEP}] )
59 + lzo? ( >=dev-libs/lzo-2[${MULTILIB_USEDEP}] )
60 + nettle? ( dev-libs/nettle:0=[${MULTILIB_USEDEP}] )
61 + zlib? ( sys-libs/zlib[${MULTILIB_USEDEP}] )
62 + zstd? ( app-arch/zstd[${MULTILIB_USEDEP}] )"
63 +DEPEND="${RDEPEND}
64 + kernel_linux? (
65 + virtual/os-headers
66 + e2fsprogs? ( sys-fs/e2fsprogs )
67 + )"
68 +
69 +multilib_src_configure() {
70 + export ac_cv_header_ext2fs_ext2_fs_h=$(usex e2fsprogs) #354923
71 +
72 + local myconf=(
73 + $(use_enable acl)
74 + $(use_enable static-libs static)
75 + $(use_enable xattr)
76 + $(use_with blake2 libb2)
77 + $(use_with bzip2 bz2lib)
78 + $(use_with expat)
79 + $(use_with !expat xml2)
80 + $(use_with iconv)
81 + $(use_with lz4)
82 + $(use_with lzma)
83 + $(use_with lzo lzo2)
84 + $(use_with nettle)
85 + $(use_with zlib)
86 + $(use_with zstd)
87 +
88 + # Windows-specific
89 + --without-cng
90 + )
91 + if multilib_is_native_abi ; then
92 + myconf+=(
93 + --enable-bsdcat=$(tc-is-static-only && echo static || echo shared)
94 + --enable-bsdcpio=$(tc-is-static-only && echo static || echo shared)
95 + --enable-bsdtar=$(tc-is-static-only && echo static || echo shared)
96 + )
97 + else
98 + myconf+=(
99 + --disable-bsdcat
100 + --disable-bsdcpio
101 + --disable-bsdtar
102 + )
103 + fi
104 +
105 + ECONF_SOURCE="${S}" econf "${myconf[@]}"
106 +}
107 +
108 +multilib_src_compile() {
109 + if multilib_is_native_abi ; then
110 + emake
111 + else
112 + emake libarchive.la
113 + fi
114 +}
115 +
116 +src_test() {
117 + mkdir -p "${T}"/bin || die
118 + # tests fail when lbzip2[symlink] is used in place of ref bunzip2
119 + ln -s "${BROOT}/bin/bunzip2" "${T}"/bin || die
120 + local -x PATH=${T}/bin:${PATH}
121 + multilib-minimal_src_test
122 +}
123 +
124 +multilib_src_test() {
125 + # sandbox is breaking long symlink behavior
126 + local -x SANDBOX_ON=0
127 + local -x LD_PRELOAD=
128 + # some locales trigger different output that breaks tests
129 + local -x LC_ALL=C
130 + emake check
131 +}
132 +
133 +multilib_src_install() {
134 + if multilib_is_native_abi ; then
135 + emake DESTDIR="${D}" install
136 + else
137 + local install_targets=(
138 + install-includeHEADERS
139 + install-libLTLIBRARIES
140 + install-pkgconfigDATA
141 + )
142 + emake DESTDIR="${D}" "${install_targets[@]}"
143 + fi
144 +
145 + # Libs.private: should be used from libarchive.pc instead
146 + find "${ED}" -type f -name "*.la" -delete || die
147 +}