Gentoo Archives: gentoo-dev

From: Sam James <sam@g.o>
To: gentoo-dev@l.g.o
Cc: mgorny@g.o
Subject: [gentoo-dev] file(1) now supports Gentoo file types!
Date: Wed, 14 Sep 2022 22:59:36
Message-Id: 877d25sgts.fsf@gentoo.org
1 Hi,
2
3 Fun thing to share: thanks to mgorny, file(1) (sys-apps/file) now
4 supports Gentoo ebuilds, eclasses, and binpkgs.
5
6 ```
7 $ file sys-apps/file/file-9999.ebuild
8 sys-apps/file/file-9999.ebuild: Gentoo ebuild, EAPI 8, ASCII text
9
10 $ file sys-apps/file/Manifest
11 sys-apps/file/Manifest: Gentoo Manifest (GLEP 74)
12
13 $ file eclass/autotools.eclass
14 eclass/autotools.eclass: Gentoo eclass autotools.eclass, Unicode text,
15 UTF-8 text
16
17 $ file /var/cache/binpkgs/app-shells//zsh-5.9-r1.gpkg.tar
18 /var/cache/binpkgs/app-shells//zsh-5.9-r1.gpkg.tar: Gentoo GLEP 78
19 (GPKG) binary package for "zsh-5.9-r1" using zstd compression
20 ```
21
22 Thought this was a nice fun thing to share.
23
24 Best,
25 sam

Replies

Subject Author
Re: [gentoo-dev] file(1) now supports Gentoo file types! "Michał Górny" <mgorny@g.o>