Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] file(1) now supports Gentoo file types!
Date: Thu, 15 Sep 2022 07:33:53
Message-Id: f6a460f370e00d76d976e4983ce5efc75504e601.camel@gentoo.org
In Reply to: [gentoo-dev] file(1) now supports Gentoo file types! by Sam James
1 On Wed, 2022-09-14 at 23:58 +0100, Sam James wrote:
2 > Hi,
3 >
4 > Fun thing to share: thanks to mgorny, file(1) (sys-apps/file) now
5 > supports Gentoo ebuilds, eclasses, and binpkgs.
6 >
7 > ```
8 > $ file sys-apps/file/file-9999.ebuild
9 > sys-apps/file/file-9999.ebuild: Gentoo ebuild, EAPI 8, ASCII text
10 >
11 > $ file sys-apps/file/Manifest
12 > sys-apps/file/Manifest: Gentoo Manifest (GLEP 74)
13 >
14 > $ file eclass/autotools.eclass
15 > eclass/autotools.eclass: Gentoo eclass autotools.eclass, Unicode text,
16 > UTF-8 text
17 >
18 > $ file /var/cache/binpkgs/app-shells//zsh-5.9-r1.gpkg.tar
19 > /var/cache/binpkgs/app-shells//zsh-5.9-r1.gpkg.tar: Gentoo GLEP 78
20 > (GPKG) binary package for "zsh-5.9-r1" using zstd compression
21 > ```
22 >
23 > Thought this was a nice fun thing to share.
24 >
25
26 Unfortunately it doesn't support transparent lzip decompression, so it
27 still does a disservice to our users.
28
29 --
30 Best regards,
31 Michał Górny