From bdc298ecee15283451d3aa20a849dd7bb22c8538 Mon Sep 17 00:00:00 2001 From: Xinglu Chen Date: Wed, 2 Jun 2021 17:18:22 +0200 Subject: import: Add CHICKEN egg importer. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * guix/import/egg.scm: New file. * guix/scripts/import/egg.scm: New file. * tests/egg.scm: New file. * Makefile.am (MODULES, SCM_TESTS): Register them. * po/guix/POTFILES.in: Likewise. * guix/scripts/import.scm (importers): Add egg importer. * doc/guix.texi (Invoking guix import, Invoking guix refresh): Document it. Signed-off-by: Ludovic Courtès --- etc/news.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/news.scm') diff --git a/etc/news.scm b/etc/news.scm index 65d83061df..f61c4d8ccf 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -14,6 +14,7 @@ ;; Copyright © 2021 Zhu Zihao ;; Copyright © 2021 Chris Marusich ;; Copyright © 2021 Maxime Devos +;; Copyright © 2021 Xinglu Chen ;; ;; Copying and distribution of this file, with or without modification, are ;; permitted in any medium without royalty provided the copyright notice and -- cgit v1.2.3 From c78d6c60cf68bd6d7955766a152608846c39a06b Mon Sep 17 00:00:00 2001 From: Xinglu Chen Date: Thu, 3 Jun 2021 13:06:52 +0200 Subject: news: Add entry for 'guix import egg'. * etc/news.scm: Add entry. --- etc/news.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'etc/news.scm') diff --git a/etc/news.scm b/etc/news.scm index f61c4d8ccf..89d352a6c2 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -23,6 +23,29 @@ (channel-news (version 0) + (entry (commit "bdc298ecee15283451d3aa20a849dd7bb22c8538") + (title + (en "New @command{guix import egg} command") + (zh "新的 @command{guix import egg} 命令")) + (body + (en "The new @command{guix import egg} command allows packagers to +generate a package definition or a template thereof given the name of a +CHICKEN egg package, like so: + +@example +guix import egg sourcehut +@end example + +Run @command{info \"(guix) Invoking guix import\"} for more info.") + (zh "新的 @command{guix import egg} 命令能让贡献者从一个CHICKEN egg生 +成一个包装或包装样板。 + +@example +guix import egg sourcehut +@end example + +想了解更多可以运行 @command{info \"(guix) Invoking guix import\"}。"))) + (entry (commit "2161820ebbbab62a5ce76c9101ebaec54dc61586") (title (en "Risk of local privilege escalation during user account creation") -- cgit v1.2.3 From dfdcd9d812d20a86babc4da8a01bc17e44900c3c Mon Sep 17 00:00:00 2001 From: Florian Pelz Date: Sat, 5 Jun 2021 12:17:53 +0200 Subject: news: Add 'de' translation. * etc/news.scm: Add German translation of 'guix import egg' entry. --- etc/news.scm | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'etc/news.scm') diff --git a/etc/news.scm b/etc/news.scm index 89d352a6c2..25bc0d40a2 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -26,6 +26,7 @@ (entry (commit "bdc298ecee15283451d3aa20a849dd7bb22c8538") (title (en "New @command{guix import egg} command") + (de "Neuer Befehl @command{guix import egg}") (zh "新的 @command{guix import egg} 命令")) (body (en "The new @command{guix import egg} command allows packagers to @@ -37,9 +38,19 @@ guix import egg sourcehut @end example Run @command{info \"(guix) Invoking guix import\"} for more info.") + (de "Mit dem neuen Befehl @command{guix import egg} können +Paketautoren eine Paketdefinition oder eine Vorlage dafür anhand des Namens +eines „Egg“-Pakets für CHICKEN erzeugen, etwa so: + +@example +guix import egg sourcehut +@end example + +Führen Sie @command{info \"(guix.de) Aufruf von guix import\"} aus, um mehr +Informationen zu bekommen.") (zh "新的 @command{guix import egg} 命令能让贡献者从一个CHICKEN egg生 成一个包装或包装样板。 - +x @example guix import egg sourcehut @end example -- cgit v1.2.3