diff options
author | Joshua Kinard <kumba@gentoo.org> | 2004-10-02 00:16:55 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2004-10-02 00:16:55 +0000 |
commit | e07fe1722e4d47109b0c2bbe24b68e40ace37f98 (patch) | |
tree | fe8d83d4f101b0fb5795eadfe447e6c9d8ff5ee6 /profiles | |
parent | Ebuilds are bash files too. Bug #66052 (Manifest recommit) (diff) | |
download | gentoo-2-e07fe1722e4d47109b0c2bbe24b68e40ace37f98.tar.gz gentoo-2-e07fe1722e4d47109b0c2bbe24b68e40ace37f98.tar.bz2 gentoo-2-e07fe1722e4d47109b0c2bbe24b68e40ace37f98.zip |
Added module-init-tools for virtual/modutils, cleaned out uneeded entries in packages, and added gtk2 to USE and GRP_STAGE23_USE for sparc64.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/sparc/packages | 26 | ||||
-rw-r--r-- | profiles/default-linux/sparc/sparc64/2004.2/make.defaults | 6 | ||||
-rw-r--r-- | profiles/default-linux/sparc/virtuals | 9 |
3 files changed, 13 insertions, 28 deletions
diff --git a/profiles/default-linux/sparc/packages b/profiles/default-linux/sparc/packages index f5794289da7e..7c18c1c7fc7c 100644 --- a/profiles/default-linux/sparc/packages +++ b/profiles/default-linux/sparc/packages @@ -1,28 +1,8 @@ # Copyright 2004 Gentoo Foundation. -# Distributed under the terms of the GNU General Public License, v2 -# $Header: /home/cvsroot/gentoo-x86/profiles/default/packages,v 1.102 -# 2004/03/18 07:47:05 seemant Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/sparc/packages,v 1.10 2004/10/02 00:16:55 kumba Exp $ -# This file extends the base packages file for the default profile that all -# architectures will enjoy. Please note that default is what most -# architectures -# will have. Some will have an selinux profile (see -# ${PORTDIR}/profiles/selinux). -# The idea is to only create a new family of profiles when absolutely -# necessary +# Top-level sparc profile # SPARC specific stuff (32 and 64 bit) *sys-apps/sparc-utils - -# default-sparc-1.4 pkgs ->=sys-devel/binutils-2.13.90.0.16 ->=sys-devel/gcc-3.2 ->=sys-libs/glibc-2.3.1-r2 -<=sys-kernel/linux-headers-2.4.23 ->=sys-apps/sysklogd-1.4.1 - ->=sys-apps/texinfo-4.2-r1 ->=sys-devel/automake-1.6.1-r5 ->=sys-devel/libtool-1.4.1-r4 ->=sys-libs/ncurses-5.2.20020511-r3 ->=sys-libs/pam-0.75-r10 diff --git a/profiles/default-linux/sparc/sparc64/2004.2/make.defaults b/profiles/default-linux/sparc/sparc64/2004.2/make.defaults index 49374fe414bd..4d23108284a0 100644 --- a/profiles/default-linux/sparc/sparc64/2004.2/make.defaults +++ b/profiles/default-linux/sparc/sparc64/2004.2/make.defaults @@ -1,6 +1,6 @@ # Copyright 2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/sparc/sparc64/2004.2/make.defaults,v 1.1 2004/10/01 22:07:22 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/sparc/sparc64/2004.2/make.defaults,v 1.2 2004/10/02 00:16:55 kumba Exp $ ARCH="sparc" @@ -21,5 +21,5 @@ ACCEPT_KEYWORDS="sparc" # USE settings USE="arts avi berkdb bitmap-fonts crypt cups encode esd fbcon foomaticdb gdbm gif gtk gnome imlib jpeg kde libwww mad mikmod motif mpeg - ncurses nls oggvorbis oss opengl pam perl png python pdflib qt readline slang sdl spell ssl tcpd truetype X xv xml2 xmms xprint zlib" -GRP_STAGE23_USE="ipv6 pam tcpd readline nls ssl gpm perl python berkdb acl ncurses" + ncurses nls oggvorbis oss opengl pam perl png python pdflib qt readline slang sdl spell ssl tcpd truetype X xv xml2 xmms xprint zlib gtk2" +GRP_STAGE23_USE="ipv6 pam tcpd readline nls ssl gpm perl python berkdb acl ncurses gtk2" diff --git a/profiles/default-linux/sparc/virtuals b/profiles/default-linux/sparc/virtuals index e7c8d9b56fb5..e27348cab360 100644 --- a/profiles/default-linux/sparc/virtuals +++ b/profiles/default-linux/sparc/virtuals @@ -1,2 +1,7 @@ -virtual/linux-sources sys-kernel/sparc-sources -virtual/bootloader sys-boot/silo +# Copyright 2004 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License, v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/sparc/virtuals,v 1.15 2004/10/02 00:16:55 kumba Exp $ + +virtual/linux-sources sys-kernel/sparc-sources +virtual/bootloader sys-boot/silo +virtual/modutils sys-apps/module-init-tools |