diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-05-02 21:09:37 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-05-08 22:08:58 +0200 |
commit | 6307965530a2094c64fedfecc51c20b85431ec9a (patch) | |
tree | 5d3204f497745c1e35d751be7dd0ba96fdeb3454 | |
parent | glep-0039: Order references by their occurrence in the text (diff) | |
download | glep-6307965530a2094c64fedfecc51c20b85431ec9a.tar.gz glep-6307965530a2094c64fedfecc51c20b85431ec9a.tar.bz2 glep-6307965530a2094c64fedfecc51c20b85431ec9a.zip |
glep-0078: Update reference implementation section
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r-- | glep-0078.rst | 12 |
1 files 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) |