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 E3AEC15806E for ; Sun, 14 May 2023 19:14:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B37AE087C; Sun, 14 May 2023 19:14:34 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E3636E087C for ; Sun, 14 May 2023 19:14:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2054F340DE2 for ; Sun, 14 May 2023 19:14:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 951CE7F5 for ; Sun, 14 May 2023 19:14:31 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1683576538.6307965530a2094c64fedfecc51c20b85431ec9a.ulm@gentoo> Subject: [gentoo-commits] data/glep:master commit in: / X-VCS-Repository: data/glep X-VCS-Files: glep-0078.rst X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 6307965530a2094c64fedfecc51c20b85431ec9a X-VCS-Branch: master Date: Sun, 14 May 2023 19:14:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c29f697c-ff0b-4247-934b-0967399ed157 X-Archives-Hash: b4475538170e42e2392e749238298992 commit: 6307965530a2094c64fedfecc51c20b85431ec9a Author: Ulrich Müller gentoo org> AuthorDate: Tue May 2 19:09:37 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon May 8 20:08:58 2023 +0000 URL: https://gitweb.gentoo.org/data/glep.git/commit/?id=63079655 glep-0078: Update reference implementation section Signed-off-by: Ulrich Müller gentoo.org> glep-0078.rst | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/glep-0078.rst b/glep-0078.rst index 1282838..12e8ef1 100644 --- a/glep-0078.rst +++ b/glep-0078.rst @@ -7,7 +7,7 @@ Type: Standards Track Status: Accepted Version: 1.1 Created: 2018-11-15 -Last-Modified: 2022-11-15 +Last-Modified: 2023-05-02 Post-History: 2018-11-17, 2019-07-08, 2021-09-13, 2021-09-22, 2022-05-28, 2022-09-21 Content-Type: text/x-rst @@ -625,9 +625,8 @@ the goal of using simple and transparent package format. Reference Implementation ======================== -The proof-of-concept implementation of binary package format converter -is available as xpak2gpkg [#XPAK2GPKG]_. It can be used to easily -create packages in the new format for early inspection. +The gpkg format is supported by Portage since version 3.0.36 +[#PORTAGE-3.0.36]_. References @@ -660,9 +659,8 @@ References .. [#TAR-PORTABILITY] Michał Górny, Portability of tar features (https://dev.gentoo.org/~mgorny/articles/portability-of-tar-features.html) -.. [#XPAK2GPKG] xpak2gpkg: Proof-of-concept converter from tbz2/xpak - to gpkg binpkg format - (https://github.com/mgorny/xpak2gpkg) +.. [#PORTAGE-3.0.36] Portage version 3.0.36 + (https://gitweb.gentoo.org/proj/portage.git/commit/?h=portage-3.0.36) .. [#TARDUP] tar: Multiple Members with the Same Name (https://www.gnu.org/software/tar/manual/html_node/multiple.html)