diff options
author | Armando Di Cianno <fafhrd@gentoo.org> | 2004-11-12 03:46:33 +0000 |
---|---|---|
committer | Armando Di Cianno <fafhrd@gentoo.org> | 2004-11-12 03:46:33 +0000 |
commit | db912afa48a1e4310dc7afbef84f57c5e19783ec (patch) | |
tree | 23e07eead1db22e554adfa4725e55333ef52116f /profiles | |
parent | Stable on sparc (diff) | |
download | historical-db912afa48a1e4310dc7afbef84f57c5e19783ec.tar.gz historical-db912afa48a1e4310dc7afbef84f57c5e19783ec.tar.bz2 historical-db912afa48a1e4310dc7afbef84f57c5e19783ec.zip |
Mass Update: gnustep.eclass revamped to allow configurable root install; gnustep-base/libs/apps updated to utilize new gnustep.eclass (only versions bumped where files would change); some KEYWORDS were accidentally dropped between version bumps of packages -- this has been resolved; windowmaker correctly supports gnustep now; gnustep-funcs.eclass added -- used where info on an installed gnustep-env is needed rather than making a full GNUstep application
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/use.desc | 3 | ||||
-rw-r--r-- | profiles/use.local.desc | 8 |
2 files changed, 7 insertions, 4 deletions
diff --git a/profiles/use.desc b/profiles/use.desc index 59851f6cf2c2..0817cd0e4ce0 100644 --- a/profiles/use.desc +++ b/profiles/use.desc @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/use.desc,v 1.199 2004/11/11 23:32:00 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.desc,v 1.200 2004/11/12 03:46:33 fafhrd Exp $ # keep them sorted (excluding the special arch flags near the end). @@ -222,6 +222,7 @@ posix - Adds support for POSIX-compatible functions postgres - Adds support for the postgresql database ppds - Adds support for automatically generated ppd (printing driver) files prelude - Adds support/bindings for the Prelude Intrusion Detection System +profile - Adds profile support to builds of packages (will likely vary from ebuild to ebuild in support) python - Adds support/bindings for the Python language qdbm - Adds support for the qdbm library qt - Adds support for the Qt library. diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 41bcf711132d..fe756aebf62a 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.732 2004/11/11 23:32:00 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.733 2004/11/12 03:46:33 fafhrd Exp $ # This file contains descriptions of local USE flags, and the ebuilds which # contain them. @@ -283,11 +283,13 @@ gnome-extra/gnome-games:artworkextra - Add extra Artwork to gnome-games gnome-extra/libgda:mdb - Enable Microsoft Access DB support for GnomeDB. gnome-extra/nautilus-cd-burner:hal - Enable Hardware Abstraction Layer (HAL) support gnustep-apps/gnumail:emoticon - Enable extra Emoticon Bundle to see smiley's in e-mail messages. -gnustep-apps/gworkspace:imagekits - Enable support for ImageKits Bundle (mainly for PDF previewing) +gnustep-apps/gworkspace:imagekits - Enable support for ImageKits Bundle (mainly for PDF previewing) (soon obsolecsed by 'pdfkit') gnustep-apps/gworkspace:pdfkit - Enable support for PDFKit Bundle +gnustep-base/gnustep-make:non-flattened - do not flatten launch and library paths for GNUstep packages allowing executable within a .app to be launched based on processor type +gnustep-base/gnustep-make:layout-osx-like - Layout GNUstep FHS like OSX's (violates Linux FHS, but arguably more NeXT-like); User, Local, Network, and System are set to (in order): "~", "/", "/Network", "/System" +gnustep-base/gnustep-make:layout-from-conf-file - Layout GNUstep according to /etc/conf.d/gnustep.env; GNUSTEP_SYSTEM_ROOT, GNUSTEP_LOCAL_ROOT, GNUSTEP_NETWORK_ROOT, and GNUSTEP_USER_ROOT (use '~' or '~/whatever' -- SURROUNDED BY SINGLE QUOTES -- for the user root); the only required entry is GNUSTEP_SYSTEM_ROOT; GNUSTEP_SYSTEM_ROOT must end with "System". gnustep-base/gnustep-back-art:xim - Enable X11 XiM input method gnustep-base/gnustep-back-xlib:xim - Enable X11 XiM input method -gnustep-base/gnustep-gui:camaelon - Enable GNUstep Camaelon theme engine support gnustep-base/gnustep-gui:gsnd - Enable GNUstep sound server kde-base/arts:artswrappersuid - Set artswrapper suid for realtime playing, which is a security hazard kde-base/kdeadmin:foreign-package - Enable building of kpackage, which manages rpm and deb stuff |