Gentoo Archives: gentoo-portage-dev

From: Tom Wijsman <TomWij@g.o>
To: SebastianLuther@×××.de
Cc: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] [PATCH 1/3] Have repoman check if the packages to unpack rare archive formats from SRC_URI are present in DEPEND (bug #205909).
Date: Fri, 17 Jan 2014 16:41:55
Message-Id: 20140117174046.4f570253@TOMWIJ-GENTOO
In Reply to: Re: [gentoo-portage-dev] [PATCH 1/3] Have repoman check if the packages to unpack rare archive formats from SRC_URI are present in DEPEND (bug #205909). by Sebastian Luther
1 On Fri, 17 Jan 2014 09:28:10 +0100
2 Sebastian Luther <SebastianLuther@×××.de> wrote:
3
4 > Am 16.01.2014 01:07, schrieb Tom Wijsman:
5 >
6 > > +
7 > > +archive_formats_eapi_3_to_5 = {
8 > > + "\.tar.xz":"app-arch/tar",
9 > > + "\.xz":"app-arch/xz-utils",
10 >
11 > Shouldn't ".tar.xz" require both tar and xz-utils? Other entries may
12 > have the same problem.
13
14 When you match a string that ends with .xz, you match a string that
15 ends with .tar.xz; hence the xz-utils check will be done for .tar.xz.
16
17 --
18 With kind regards,
19
20 Tom Wijsman (TomWij)
21 Gentoo Developer
22
23 E-mail address : TomWij@g.o
24 GPG Public Key : 6D34E57D
25 GPG Fingerprint : C165 AF18 AB4C 400B C3D2 ABF0 95B2 1FCD 6D34 E57D

Attachments

File name MIME type
signature.asc application/pgp-signature