From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1417526-garchives=archives.gentoo.org@lists.gentoo.org> 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 36F9F158094 for <garchives@archives.gentoo.org>; Tue, 12 Jul 2022 00:52:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B418E1043; Tue, 12 Jul 2022 00:52:52 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E0F39E1043 for <gentoo-commits@lists.gentoo.org>; Tue, 12 Jul 2022 00:52:51 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 012A93410ED for <gentoo-commits@lists.gentoo.org>; Tue, 12 Jul 2022 00:52:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24D4552F for <gentoo-commits@lists.gentoo.org>; Tue, 12 Jul 2022 00:52:49 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1657587157.c95858fd489fc374f1d0974b437e332abd3ecd16.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/portage/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/portage/metadata.xml X-VCS-Directories: sys-apps/portage/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c95858fd489fc374f1d0974b437e332abd3ecd16 X-VCS-Branch: master Date: Tue, 12 Jul 2022 00:52:49 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 70a75fe5-28af-4d8e-950b-72cdcc3e129f X-Archives-Hash: e082245ec8f2dec9da3fac2c217244a3 commit: c95858fd489fc374f1d0974b437e332abd3ecd16 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Jul 12 00:52:37 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Jul 12 00:52:37 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c95858fd sys-apps/portage: resort metadata Signed-off-by: Sam James <sam <AT> gentoo.org> sys-apps/portage/metadata.xml | 61 +++++++++++++++++++++---------------------- 1 file changed, 30 insertions(+), 31 deletions(-) diff --git a/sys-apps/portage/metadata.xml b/sys-apps/portage/metadata.xml index bd803af412d0..febf750f4d6f 100644 --- a/sys-apps/portage/metadata.xml +++ b/sys-apps/portage/metadata.xml @@ -1,35 +1,34 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <upstream> - <bugs-to>mailto:dev-portage@gentoo.org</bugs-to> - <changelog>https://gitweb.gentoo.org/proj/portage.git/plain/NEWS</changelog> - <doc>https://wiki.gentoo.org/wiki/Handbook:AMD64/Working/Portage</doc> - <remote-id type="cpe">cpe:/a:gentoo:portage</remote-id> - <remote-id type="github">gentoo/portage</remote-id> - <remote-id type="pypi">portage</remote-id> - </upstream> - <maintainer type="project"> - <email>dev-portage@gentoo.org</email> - </maintainer> - <use> - <flag name="apidoc">Build html API documentation with sphinx-apidoc.</flag> - <flag name="gentoo-dev">Enable features required for Gentoo ebuild development.</flag> - <flag name="ipc">Use inter-process communication between portage and - running ebuilds. - </flag> - <flag name="native-extensions"> - Compiles native "C" extensions (speedups, instead of using python - backup code). Currently includes libc-locales. - This should only be temporarily disabled for some bootstrapping - operations. Cross-compilation is not supported. - </flag> - <flag name="rsync-verify"> - Enable full-tree cryptographic verification of Gentoo repository - rsync checkouts using <pkg>app-portage/gemato</pkg>. - </flag> - <flag name="xattr">Preserve extended attributes (filesystem-stored metadata) - when installing files. Usually only required for hardened systems. - </flag> - </use> + <maintainer type="project"> + <email>dev-portage@gentoo.org</email> + </maintainer> + <use> + <flag name="apidoc">Build html API documentation with sphinx-apidoc.</flag> + <flag name="gentoo-dev">Enable features required for Gentoo ebuild development.</flag> + <flag name="ipc">Use inter-process communication between portage and running ebuilds.</flag> + <flag name="native-extensions"> + Compiles native "C" extensions (speedups, instead of using python + backup code). Currently includes libc-locales. + This should only be temporarily disabled for some bootstrapping + operations. Cross-compilation is not supported. + </flag> + <flag name="rsync-verify"> + Enable full-tree cryptographic verification of Gentoo repository + rsync checkouts using <pkg>app-portage/gemato</pkg>. + </flag> + <flag name="xattr"> + Preserve extended attributes (filesystem-stored metadata) + when installing files. Usually only required for hardened systems. + </flag> + </use> + <upstream> + <bugs-to>mailto:dev-portage@gentoo.org</bugs-to> + <changelog>https://gitweb.gentoo.org/proj/portage.git/plain/NEWS</changelog> + <doc>https://wiki.gentoo.org/wiki/Handbook:AMD64/Working/Portage</doc> + <remote-id type="cpe">cpe:/a:gentoo:portage</remote-id> + <remote-id type="github">gentoo/portage</remote-id> + <remote-id type="pypi">portage</remote-id> + </upstream> </pkgmetadata>