From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8E7F6158094 for ; Thu, 15 Sep 2022 07:33:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B2DEE0955; Thu, 15 Sep 2022 07:33:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5EFDAE0951 for ; Thu, 15 Sep 2022 07:33:50 +0000 (UTC) Message-ID: Subject: Re: [gentoo-dev] file(1) now supports Gentoo file types! From: =?UTF-8?Q?Micha=C5=82_G=C3=B3rny?= To: gentoo-dev@lists.gentoo.org Date: Thu, 15 Sep 2022 09:33:46 +0200 In-Reply-To: <877d25sgts.fsf@gentoo.org> References: <877d25sgts.fsf@gentoo.org> Organization: Gentoo Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.44.4 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 X-Archives-Salt: 5e5156cc-fca3-48a7-806a-83fbffeac8e3 X-Archives-Hash: 71e57de609fc3c5d52513fbfbe0a4231 On Wed, 2022-09-14 at 23:58 +0100, Sam James wrote: > Hi, >=20 > Fun thing to share: thanks to mgorny, file(1) (sys-apps/file) now > supports Gentoo ebuilds, eclasses, and binpkgs. >=20 > ``` > $ file sys-apps/file/file-9999.ebuild > sys-apps/file/file-9999.ebuild: Gentoo ebuild, EAPI 8, ASCII text >=20 > $ file sys-apps/file/Manifest > sys-apps/file/Manifest: Gentoo Manifest (GLEP 74) >=20 > $ file eclass/autotools.eclass > eclass/autotools.eclass: Gentoo eclass autotools.eclass, Unicode text, > UTF-8 text >=20 > $ file /var/cache/binpkgs/app-shells//zsh-5.9-r1.gpkg.tar > /var/cache/binpkgs/app-shells//zsh-5.9-r1.gpkg.tar: Gentoo GLEP 78 > (GPKG) binary package for "zsh-5.9-r1" using zstd compression > ``` >=20 > Thought this was a nice fun thing to share. >=20 Unfortunately it doesn't support transparent lzip decompression, so it still does a disservice to our users. --=20 Best regards, Micha=C5=82 G=C3=B3rny