diff options
author | Wim Muskee <wimmuskee@gmail.com> | 2012-01-09 17:40:01 +0100 |
---|---|---|
committer | Wim Muskee <wimmuskee@gmail.com> | 2012-01-09 17:40:01 +0100 |
commit | 2e3ff4d425b6993cea5d12622d813379a2a769d4 (patch) | |
tree | 2603607dfb92c6790f4594b3c5c0843c679185a5 /profiles | |
parent | ltsp-server: Version bump to 5.2.19. (diff) | |
download | ltsp-2e3ff4d425b6993cea5d12622d813379a2a769d4.tar.gz ltsp-2e3ff4d425b6993cea5d12622d813379a2a769d4.tar.bz2 ltsp-2e3ff4d425b6993cea5d12622d813379a2a769d4.zip |
profiles: Add default profiles for ltsp-client, amd64 and x86.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/ChangeLog | 15 | ||||
-rw-r--r-- | profiles/default/linux/amd64/10.0/ltsp/eapi | 1 | ||||
-rw-r--r-- | profiles/default/linux/amd64/10.0/ltsp/parent | 2 | ||||
-rw-r--r-- | profiles/default/linux/x86/10.0/ltsp/eapi | 1 | ||||
-rw-r--r-- | profiles/default/linux/x86/10.0/ltsp/package.accept_keywords | 2 | ||||
-rw-r--r-- | profiles/default/linux/x86/10.0/ltsp/parent | 2 | ||||
-rw-r--r-- | profiles/ltsp/eapi | 1 | ||||
-rw-r--r-- | profiles/ltsp/make.defaults | 6 | ||||
-rw-r--r-- | profiles/ltsp/package.use | 9 |
9 files changed, 39 insertions, 0 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog new file mode 100644 index 0000000..36bca44 --- /dev/null +++ b/profiles/ChangeLog @@ -0,0 +1,15 @@ +# ChangeLog for profile directory +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 09 Jan 2012; Wim Muskee <wimmuskee@gmail.com> + default/linux/x86/10.0/ltsp/: + Add x86 ltsp profile. + + 09 Jan 2012; Wim Muskee <wimmuskee@gmail.com> + default/linux/x86/10.0/ltsp/: + Add amd64 ltsp profile. + + 09 Jan 2012; Wim Muskee <wimmuskee@gmail.com> + ltsp/: + Add default ltsp profile. diff --git a/profiles/default/linux/amd64/10.0/ltsp/eapi b/profiles/default/linux/amd64/10.0/ltsp/eapi new file mode 100644 index 0000000..0cfbf08 --- /dev/null +++ b/profiles/default/linux/amd64/10.0/ltsp/eapi @@ -0,0 +1 @@ +2 diff --git a/profiles/default/linux/amd64/10.0/ltsp/parent b/profiles/default/linux/amd64/10.0/ltsp/parent new file mode 100644 index 0000000..40ed721 --- /dev/null +++ b/profiles/default/linux/amd64/10.0/ltsp/parent @@ -0,0 +1,2 @@ +/usr/portage/profiles/default/linux/amd64/10.0 +../../../../../ltsp diff --git a/profiles/default/linux/x86/10.0/ltsp/eapi b/profiles/default/linux/x86/10.0/ltsp/eapi new file mode 100644 index 0000000..0cfbf08 --- /dev/null +++ b/profiles/default/linux/x86/10.0/ltsp/eapi @@ -0,0 +1 @@ +2 diff --git a/profiles/default/linux/x86/10.0/ltsp/package.accept_keywords b/profiles/default/linux/x86/10.0/ltsp/package.accept_keywords new file mode 100644 index 0000000..6057db7 --- /dev/null +++ b/profiles/default/linux/x86/10.0/ltsp/package.accept_keywords @@ -0,0 +1,2 @@ +# bzr 2.2 is incompatible with python 2.7, and 2.4 still unstable (#383751) +=dev-vcs/bzr-2.4 x86 diff --git a/profiles/default/linux/x86/10.0/ltsp/parent b/profiles/default/linux/x86/10.0/ltsp/parent new file mode 100644 index 0000000..6a0eb3c --- /dev/null +++ b/profiles/default/linux/x86/10.0/ltsp/parent @@ -0,0 +1,2 @@ +/usr/portage/profiles/default/linux/x86/10.0 +../../../../../ltsp diff --git a/profiles/ltsp/eapi b/profiles/ltsp/eapi new file mode 100644 index 0000000..0cfbf08 --- /dev/null +++ b/profiles/ltsp/eapi @@ -0,0 +1 @@ +2 diff --git a/profiles/ltsp/make.defaults b/profiles/ltsp/make.defaults new file mode 100644 index 0000000..e31941d --- /dev/null +++ b/profiles/ltsp/make.defaults @@ -0,0 +1,6 @@ +EMERGE_DEFAULT_OPTS="--usepkg --buildpkg" +CONFIG_PROTECT_MASK="/etc /etc/conf.d /etc/init.d" +CLEAN_DELAY="0" +EMERGE_WARNING_DELAY="0" +INSTALL_MASK="TODO.bz2 AUTHORS.bz2 NEWS.bz2 README.bz2 ChangeLog.bz2" +USE="${USE} alsa pulseaudio svg xml X -cups" diff --git a/profiles/ltsp/package.use b/profiles/ltsp/package.use new file mode 100644 index 0000000..a9d439a --- /dev/null +++ b/profiles/ltsp/package.use @@ -0,0 +1,9 @@ +# req by pulseaudio +sys-fs/udev extras + +# req by xorg-server +dev-libs/libxml2 python + +# req by mesa +x11-libs/libdrm libkm + |