Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH 0/5] unpacker.eclass: makeself improvements + tests
Date: Wed, 28 Sep 2022 20:59:18
Message-Id: 20220928205907.15979-1-mgorny@gentoo.org
1 Hi,
2
3 Here's a smaller batch for unpacker.eclass. It includes:
4
5 - adding support for makeself 2.4.5, i.e. the only version in ::gentoo
6 (which is also pretty easy to support, unlike earlier versions)
7
8 - adding support for all (reasonable) compression methods that makeself
9 2.4.5 supports, including base64 encoding (I've omitted gpg, I don't
10 think we can reasonably expect that)
11
12 - adding tests for makeself support
13
14 Please review.
15
16 Also as a PR: https://github.com/gentoo/gentoo/pull/27507
17
18
19 Michał Górny (5):
20 unpacker.eclass: Add support for makeself 2.4.5
21 unpacker.eclass: Reuse _unpacker_get_decompressor for makeself
22 unpacker.eclass: Support all makeself "compression" methods
23 eclass/tests/unpacker.sh: Add tests for makeself
24 unpacker.eclass: Check makeself compression without a tempfile
25
26 eclass/tests/unpacker.sh | 29 ++++++++++++++++++++++++++++
27 eclass/unpacker.eclass | 41 ++++++++++++++++++++++++++++++----------
28 2 files changed, 60 insertions(+), 10 deletions(-)
29
30 --
31 2.37.3

Replies