Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libxcrypt/
Date: Thu, 17 Jun 2021 05:03:48
Message-Id: 1623906197.4e2b8599caede5cdcb747d7505ffae04144d7efe.sam@gentoo
1 commit: 4e2b8599caede5cdcb747d7505ffae04144d7efe
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 17 04:23:18 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 17 05:03:17 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e2b8599
7
8 sys-libs/libxcrypt: assign to toolchain@
9
10 Switch to toolchain@ as maintainer given this is soon(?) going
11 to replace a core part of glibc (libcrypt).
12
13 hardened@ is a quiet, less-well-defined project which makes it
14 less suitable for an important package.
15
16 Bug: https://bugs.gentoo.org/699422
17 Signed-off-by: Sam James <sam <AT> gentoo.org>
18
19 sys-libs/libxcrypt/metadata.xml | 32 ++++++++++++++++----------------
20 1 file changed, 16 insertions(+), 16 deletions(-)
21
22 diff --git a/sys-libs/libxcrypt/metadata.xml b/sys-libs/libxcrypt/metadata.xml
23 index d84b73d6af1..21bf25d8b11 100644
24 --- a/sys-libs/libxcrypt/metadata.xml
25 +++ b/sys-libs/libxcrypt/metadata.xml
26 @@ -1,20 +1,20 @@
27 <?xml version="1.0" encoding="UTF-8"?>
28 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
29 <pkgmetadata>
30 - <maintainer type="project">
31 - <email>hardened@g.o</email>
32 - <name>Gentoo Hardened</name>
33 - </maintainer>
34 - <longdescription>
35 - Crypt library for DES, MD5, and blowfish. Libxcrypt is a replacement for
36 - libcrypt, which comes with the GNU C Library. It supports DES crypt,
37 - MD5, and passwords with blowfish encryption.
38 - </longdescription>
39 - <use>
40 - <flag name="compat">Build with compatibility interfaces for other crypt implementations</flag>
41 - <flag name="system">Install as system libcrypt.so rather than to an alternate directory (will collide with sys-libs/glibc's version)</flag>
42 - </use>
43 - <upstream>
44 - <remote-id type="github">besser82/libxcrypt</remote-id>
45 - </upstream>
46 + <maintainer type="project">
47 + <email>toolchain@g.o</email>
48 + <name>Gentoo Toolchain Project</name>
49 + </maintainer>
50 + <longdescription>
51 + Crypt library for DES, MD5, and blowfish. Libxcrypt is a replacement for
52 + libcrypt, which comes with the GNU C Library. It supports DES crypt,
53 + MD5, and passwords with blowfish encryption.
54 + </longdescription>
55 + <use>
56 + <flag name="compat">Build with compatibility interfaces for other crypt implementations</flag>
57 + <flag name="system">Install as system libcrypt.so rather than to an alternate directory (will collide with sys-libs/glibc's version)</flag>
58 + </use>
59 + <upstream>
60 + <remote-id type="github">besser82/libxcrypt</remote-id>
61 + </upstream>
62 </pkgmetadata>