diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2018-10-14 07:59:08 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2018-10-14 08:02:47 -0400 |
commit | a311268af50644d4f15372d550c51e5f435b79b6 (patch) | |
tree | da77393789c3eb8d00567d5526cbbd6c8d6fa347 /sys-libs/uclibc/metadata.xml | |
parent | dev-python/pydocstyle: remove package (diff) | |
download | gentoo-a311268af50644d4f15372d550c51e5f435b79b6.tar.gz gentoo-a311268af50644d4f15372d550c51e5f435b79b6.tar.bz2 gentoo-a311268af50644d4f15372d550c51e5f435b79b6.zip |
sys-libs/uclibc: final cleanup from tree
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'sys-libs/uclibc/metadata.xml')
-rw-r--r-- | sys-libs/uclibc/metadata.xml | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/sys-libs/uclibc/metadata.xml b/sys-libs/uclibc/metadata.xml deleted file mode 100644 index d5ebc1b71d8d..000000000000 --- a/sys-libs/uclibc/metadata.xml +++ /dev/null @@ -1,28 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>blueness@gentoo.org</email> - <name>Anthony G. Basile</name> - </maintainer> - <maintainer type="project"> - <email>embedded@gentoo.org</email> - <name>Embedded Gentoo</name> - </maintainer> - <longdescription> - uClibc pronounced yew-see-lib-see is a C library for developing embedded Linux - systems. It is much smaller than the GNU C Library, but nearly all applications supported - by glibc also work perfectly with uClibc. Porting applications from glibc to uClibc - typically involves just recompiling the source code. uClibc even supports shared libraries - and threading. It currently runs on standard Linux and MMU-less (also known as uClinux) - systems with support for alpha, ARM, cris, i386, i960, h8300, m68k, mips/mipsel, PowerPC, - SH, SPARC, and v850 processors. - </longdescription> - <use> - <flag name="rpc">Enable sun nis/rpc support (you should use libtirpc though)</flag> - <flag name="ssp">Force the use of ssp to be built into a hardened uclibc setup</flag> - <flag name="savedconfig">Adds support for user defined configs</flag> - <flag name="uclibc-compat">Build uclibc with backwards compatible options</flag> - <flag name="wordexp">Add support for word expansion (wordexp.h)</flag> - </use> -</pkgmetadata> |