Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/pax-utils/
Date: Tue, 03 Jan 2023 06:14:07
Message-Id: 1672726202.74d7fc91b78d43c32edbbdd7a2ff1eef6cfa3943.sam@gentoo
1 commit: 74d7fc91b78d43c32edbbdd7a2ff1eef6cfa3943
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 3 06:09:32 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 3 06:10:02 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74d7fc91
7
8 app-misc/pax-utils: add gentoo upstream metadata
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-misc/pax-utils/metadata.xml | 26 +++++++++++++++-----------
13 1 file changed, 15 insertions(+), 11 deletions(-)
14
15 diff --git a/app-misc/pax-utils/metadata.xml b/app-misc/pax-utils/metadata.xml
16 index 9d076f898de7..c95b52c701f5 100644
17 --- a/app-misc/pax-utils/metadata.xml
18 +++ b/app-misc/pax-utils/metadata.xml
19 @@ -1,15 +1,19 @@
20 <?xml version="1.0" encoding="UTF-8"?>
21 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
22 <pkgmetadata>
23 - <maintainer type="project">
24 - <email>toolchain@g.o</email>
25 - <name>Gentoo Toolchain Project</name>
26 - </maintainer>
27 - <longdescription>A suite of ELF tools to aid auditing systems. Contains various ELF related utils for ELF32, ELF64 binaries useful for displaying PaX and security info on a large groups of binary files.</longdescription>
28 - <use>
29 - <flag name="python">Install a more powerful/faster version of lddtree</flag>
30 - </use>
31 - <upstream>
32 - <remote-id type="cpe">cpe:/a:gentoo:pax-utils</remote-id>
33 - </upstream>
34 + <maintainer type="project">
35 + <email>toolchain@g.o</email>
36 + <name>Gentoo Toolchain Project</name>
37 + </maintainer>
38 + <longdescription>
39 + A suite of ELF tools to aid auditing systems.
40 + Contains various ELF related utils for ELF32, ELF64 binaries useful for displaying PaX and security info on a large groups of binary files.
41 + </longdescription>
42 + <use>
43 + <flag name="python">Install a more powerful/faster version of lddtree</flag>
44 + </use>
45 + <upstream>
46 + <remote-id type="cpe">cpe:/a:gentoo:pax-utils</remote-id>
47 + <remote-id type="gentoo">proj/pax-utils</remote-id>
48 + </upstream>
49 </pkgmetadata>