Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/uclibc/
Date: Sun, 26 Nov 2017 23:26:52
Message-Id: 1511738704.d4faf900f14ccd6a16c39b6fac4c55b3905d7a41.soap@gentoo
1 commit: d4faf900f14ccd6a16c39b6fac4c55b3905d7a41
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 26 13:01:38 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 26 23:25:04 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4faf900
7
8 sys-libs/uclibc: [QA] Consistent whitespace in metadata.xml
9
10 sys-libs/uclibc/metadata.xml | 57 ++++++++++++++++++++++----------------------
11 1 file changed, 28 insertions(+), 29 deletions(-)
12
13 diff --git a/sys-libs/uclibc/metadata.xml b/sys-libs/uclibc/metadata.xml
14 index cd311b1b4b4..9de4d50e5d4 100644
15 --- a/sys-libs/uclibc/metadata.xml
16 +++ b/sys-libs/uclibc/metadata.xml
17 @@ -1,33 +1,32 @@
18 <?xml version="1.0" encoding="UTF-8"?>
19 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
20 <pkgmetadata>
21 - <maintainer type="person">
22 - <email>vapier@g.o</email>
23 - <description>Primary Maintainer</description>
24 - </maintainer>
25 - <maintainer type="person">
26 - <email>blueness@g.o</email>
27 - <name>Anthony G. Basile</name>
28 - </maintainer>
29 - <maintainer type="project">
30 - <email>embedded@g.o</email>
31 - <name>Embedded Gentoo</name>
32 - </maintainer>
33 - <longdescription>
34 -uClibc pronounced yew-see-lib-see is a C library for developing embedded Linux
35 -systems. It is much smaller than the GNU C Library, but nearly all applications supported
36 -by glibc also work perfectly with uClibc. Porting applications from glibc to uClibc
37 -typically involves just recompiling the source code. uClibc even supports shared libraries
38 -and threading. It currently runs on standard Linux and MMU-less (also known as uClinux)
39 -systems with support for alpha, ARM, cris, i386, i960, h8300, m68k, mips/mipsel, PowerPC,
40 -SH, SPARC, and v850 processors.
41 -</longdescription>
42 -<use>
43 - <flag name="rpc">Enable sun nis/rpc support (you should use libtirpc though)</flag>
44 - <flag name="ssp">Force the use of ssp to be built into a hardened uclibc setup</flag>
45 - <flag name="savedconfig">Adds support for user defined configs</flag>
46 - <flag name="uclibc-compat">Build uclibc with backwards compatible
47 - options</flag>
48 - <flag name="wordexp">Add support for word expansion (wordexp.h)</flag>
49 -</use>
50 + <maintainer type="person">
51 + <email>vapier@g.o</email>
52 + <description>Primary Maintainer</description>
53 + </maintainer>
54 + <maintainer type="person">
55 + <email>blueness@g.o</email>
56 + <name>Anthony G. Basile</name>
57 + </maintainer>
58 + <maintainer type="project">
59 + <email>embedded@g.o</email>
60 + <name>Embedded Gentoo</name>
61 + </maintainer>
62 + <longdescription>
63 + uClibc pronounced yew-see-lib-see is a C library for developing embedded Linux
64 + systems. It is much smaller than the GNU C Library, but nearly all applications supported
65 + by glibc also work perfectly with uClibc. Porting applications from glibc to uClibc
66 + typically involves just recompiling the source code. uClibc even supports shared libraries
67 + and threading. It currently runs on standard Linux and MMU-less (also known as uClinux)
68 + systems with support for alpha, ARM, cris, i386, i960, h8300, m68k, mips/mipsel, PowerPC,
69 + SH, SPARC, and v850 processors.
70 + </longdescription>
71 + <use>
72 + <flag name="rpc">Enable sun nis/rpc support (you should use libtirpc though)</flag>
73 + <flag name="ssp">Force the use of ssp to be built into a hardened uclibc setup</flag>
74 + <flag name="savedconfig">Adds support for user defined configs</flag>
75 + <flag name="uclibc-compat">Build uclibc with backwards compatible options</flag>
76 + <flag name="wordexp">Add support for word expansion (wordexp.h)</flag>
77 + </use>
78 </pkgmetadata>