diff options
author | Ned Ludd <solar@gentoo.org> | 2004-07-06 20:33:32 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2004-07-06 20:33:32 +0000 |
commit | 02bba9d06e855003d81918c3c7dbdf50c009664b (patch) | |
tree | 841304c708c5706dba6dd839e672426592746958 /profiles | |
parent | fixed my email addy. (diff) | |
download | gentoo-2-02bba9d06e855003d81918c3c7dbdf50c009664b.tar.gz gentoo-2-02bba9d06e855003d81918c3c7dbdf50c009664b.tar.bz2 gentoo-2-02bba9d06e855003d81918c3c7dbdf50c009664b.zip |
uClibc profile updates
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/uclibc/README | 34 | ||||
-rw-r--r-- | profiles/uclibc/packages | 5 | ||||
-rw-r--r-- | profiles/uclibc/packages.build | 2 | ||||
-rw-r--r-- | profiles/uclibc/parent | 10 | ||||
-rw-r--r-- | profiles/uclibc/virtuals | 1 |
5 files changed, 41 insertions, 11 deletions
diff --git a/profiles/uclibc/README b/profiles/uclibc/README index 0dc1321ea2a3..075381f00c96 100644 --- a/profiles/uclibc/README +++ b/profiles/uclibc/README @@ -1,4 +1,4 @@ -# $Header: /var/cvsroot/gentoo-x86/profiles/uclibc/README,v 1.4 2004/06/28 05:13:32 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/uclibc/README,v 1.5 2004/07/06 20:33:32 solar Exp $ # # This subdir contains the cascading profiles for native uclibc environments @@ -18,24 +18,40 @@ mkdir -p /etc/portage/ cat <<EOF>> /etc/portage/package.keywords ->=sys-devel/gcc-config-1.3.6 ~x86 ->=sys-devel/binutils-2.14.90.0.6-r1 -* x86 ~x86 ->=sys-devel/gcc-3.4.0 -* x86 ~x86 - # faulty on uclibc #app-arch/tar ~x86 +#app-arch/gzip ~x86 dev-libs/uclibc ~x86 +#net-misc/iputils ~x86 +#net-misc/openssh ~x86 +#sys-apps/file ~x86 sys-apps/modutils ~x86 -sys-apps/shadow ~x86 -sys-devel/binutils ~x86 -sys-devel/gcc ~x86 +#sys-apps/portage ~x86 +#sys-apps/shadow ~x86 +sys-devel/binutils -* ~x86 x86 +sys-devel/gcc -* ~x86 x86 # stable libtool works too sys-devel/libtool ~x86 sys-devel/automake ~x86 sys-fs/devfsd ~x86 -sys-libs/db ~x86 +#sys-libs/zlib ~x86 +#sys-libs/db ~x86 sys-libs/ncurses ~x86 sys-devel/libperl ~x86 dev-lang/perl ~x86 +sys-libs/cracklib ~x86 +dev-util/catalyst ~x86 +sys-apps/busybox ~x86 + +=net-analyzer/net-snmp-5.1.1 ~x86 +=net-irc/bnc-2.8.6-r1 ~x86 +=net-misc/quagga-0.96.4-r6 ~x86 +=net-wireless/ndiswrapper-0.6-r1 ~x86 +=sys-apps/paxctl-0.2 ~x86 +=sys-boot/lilo-22.5.9-r1 ~x86 +=sys-fs/cramfs-1.1 ~x86 +=sys-fs/jfsutils-1.1.5 ~x86 + +=net-wireless/chillispot-0.94 ~x86 EOF diff --git a/profiles/uclibc/packages b/profiles/uclibc/packages index cc7c85a628ae..e7ca27c819e3 100644 --- a/profiles/uclibc/packages +++ b/profiles/uclibc/packages @@ -7,7 +7,7 @@ *>=sys-devel/gcc-3.3.3-r6 # minimal versions -*>=net-misc/iputils-021109-r3 +-*>=net-misc/iputils-021109-r3 *>=sys-devel/automake-1.8.5-r1 *>=sys-devel/bison-1.875 *>=sys-devel/libtool-1.5.2 @@ -42,3 +42,6 @@ # tar ~arch is faulty on uclibc (tar jtf does not work on the created # tbz2 files), only the stable one (1.13.92-r3) works. <=app-arch/tar-1.13.92-r3 + +# this needs to be package.masked all together. +-*sys-libs/glibc diff --git a/profiles/uclibc/packages.build b/profiles/uclibc/packages.build index 52ccd43bd892..f7723346642d 100644 --- a/profiles/uclibc/packages.build +++ b/profiles/uclibc/packages.build @@ -19,7 +19,7 @@ sys-devel/flex sys-devel/gcc sys-devel/make sys-devel/patch -# this should be added by nls +# this should be added by nls only #sys-devel/gettext dev-lang/python net-misc/wget diff --git a/profiles/uclibc/parent b/profiles/uclibc/parent index eb001c6e8ab8..6e46730b0217 100644 --- a/profiles/uclibc/parent +++ b/profiles/uclibc/parent @@ -1 +1,11 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/uclibc/parent,v 1.2 2004/07/06 20:33:32 solar Exp $ + +# hi pebenito.. something appears to wrong with the embedded profile. +# It's enabled static by default for all packages.. + +#../embedded + ../base + diff --git a/profiles/uclibc/virtuals b/profiles/uclibc/virtuals index 116f4dab3c93..978e3c833eae 100644 --- a/profiles/uclibc/virtuals +++ b/profiles/uclibc/virtuals @@ -1,3 +1,4 @@ virtual/libc dev-libs/uclibc virtual/glibc dev-libs/uclibc virtual/logger app-admin/sysklogd +virtual/modutils sys-apps/modutils |