From 0106f11b1ec11269b3067ad2a3208a43f2b75502 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Fri, 23 Jul 2010 11:45:36 +0200 Subject: [PATCH] [molecule.examples.specs] update .spec files --- examples/specs/sabayon/gnome+kde.common | 143 --------- examples/specs/sabayon/gnome.common | 240 +++++++++++++++ examples/specs/sabayon/kde.common | 375 ++++++++++++++++++++++++ 3 files changed, 615 insertions(+), 143 deletions(-) delete mode 100644 examples/specs/sabayon/gnome+kde.common create mode 100644 examples/specs/sabayon/gnome.common create mode 100644 examples/specs/sabayon/kde.common diff --git a/examples/specs/sabayon/gnome+kde.common b/examples/specs/sabayon/gnome+kde.common deleted file mode 100644 index 5c34343..0000000 --- a/examples/specs/sabayon/gnome+kde.common +++ /dev/null @@ -1,143 +0,0 @@ -# Execution strategy -execution_strategy: livecd - -# Release string -release_string: Sabayon Linux - -# Release file (inside chroot) -release_file: /etc/sabayon-edition - -# Destination chroot directory, where files are pushed to before creating the squashfs image -# NOTE: data will be stored inside an auto-generated subdir -destination_chroot: /sabayon - -# Merge directory with destination chroot -# merge_destination_chroot: - -# Extra mirror (r)sync parameters -extra_rsync_parameters: --one-file-system --exclude proc/* - -# Outer chroot script command, to be executed outside destination chroot before packing it -outer_chroot_script: /sabayon/scripts/remaster_pre.sh - -# Outer chroot script command, to be executed outside destination chroot before -# before entering it (and AFTER inner_chroot_script) -outer_chroot_script_after: /sabayon/scripts/remaster_post.sh - -# Inner chroot script command, to be executed inside destination chroot before packing it -# - kmerge.sh - setup kernel bins -inner_chroot_script: /sabayon/scripts/inner_chroot_script.sh - -# Destination LiveCD root directory, where files are placed before getting mkisofs'ed -# NOTE: data will be stored inside an auto-generated subdir -destination_livecd_root: /sabayon - -# Merge directory with destination LiveCD root -merge_livecd_root: /sabayon/boot/standard - -# Extra mksquashfs parameters -# extra_mksquashfs_parameters: - -# Extra mkisofs parameters, perhaps something to include/use your bootloader -extra_mkisofs_parameters: -b isolinux/isolinux.bin -c isolinux/boot.cat - -# Pre-ISO building script. Hook to be able to copy kernel images in place, for example -pre_iso_script: /sabayon/scripts/cdroot.py - -# Pre-ISO building script. Hook called before ISO image creation -# Variables exported: -# SOURCE_CHROOT_DIR = path pointing to the initial chroot -# CHROOT_DIR = path pointing to the working chroot (the one that gets modified) -# CDROOT_DIR = path pointing to the root of the CD image being created -# ISO_PATH = path pointing to the destination ISO -# ISO_CHECKSUM_PATH = path pointing to the destination iso checksum (md5) -pre_iso_script: /sabayon/scripts/cdroot.py - -# Post-ISO building script. Hook called after ISO image creation -# Variables exported: -# ISO_PATH = path pointing to the destination ISO -# ISO_CHECKSUM_PATH = path pointing to the destination iso checksum (md5) -# post_iso_script: /sabayon/scripts/post_iso_script.sh - -# Destination directory for the ISO image path -destination_iso_directory: /sabayon/iso - -# Directories to remove completely (comma separated) -paths_to_remove: - /var/lib/entropy/client/database/*/sabayonlinux.org, - /boot/grub/grub.conf, - /root/.subversion, - /lib/udev-state/devices.tar.bz2, - /var/log/scrollkeeper.log, /var/log/genkernel.log, - /var/log/emerge.log, /usr/tmp/portage/*, - /root/.bash_history, /home/sabayonuser/.bash_history, - /usr/share/slocate/slocate.db, - /root/test-results.txt, - /root/test.sh, - /usr/portage/distfiles/*, - /usr/portage/packages/*, - /root/.revdep*, - /install-data/games/*, - /var/lib/entropy/store/*, - /var/log/entropy/*, - /var/lib/entropy/caches/*, - /var/lib/entropy/smartapps/*/*, - /var/lib/entropy/smartapps/*/*, - /var/lib/entropy/tmp/*, - /var/lib/entropy/packages*/*, - /var/tmp/entropy/*, - /*.txt, - /usr/portage/a*, - /usr/portage/b*, - /usr/portage/c*, - /usr/portage/d*, - /usr/portage/e*, - /usr/portage/f*, - /usr/portage/g*, - /usr/portage/h*, - /usr/portage/i*, - /usr/portage/j*, - /usr/portage/k*, - /usr/portage/licenses, - /usr/portage/lxde*, - /usr/portage/m*, - /usr/portage/n*, - /usr/portage/o*, - /usr/portage/packages, - /usr/portage/pe*, - /usr/portage/q*, - /usr/portage/r*, - /usr/portage/s*, - /usr/portage/t*, - /usr/portage/u*, - /usr/portage/v*, - /usr/portage/w*, - /usr/portage/x*, - /usr/portage/y*, - /usr/portage/z*, - /etc/ssh/ssh_host_*, - /var/run/screen*, - /entropy, - /tmp/equoerror.txt, - /var/cache/man, - /var/lib/entropy/glsa/*, - /var/log/entropy/*.log, - /etc/mtab, - /boot/grub/grub.c*, - /tmp/.ICE-unix*, - /tmp/*.txt, - /tmp/.X*, - /var/tmp/*, - /boot/grub/device.map - -# Directories to empty (comma separated) -paths_to_empty: - /home/sabayonuser/.thumbnails/, - /root/.ccache, - /var/tmp/portage, - /var/tmp/ccache, - /var/tmp/portage-pkg, - /var/tmp/binpkgs, - /var/lib/entropy/portage, - /var/lib/entropy/logs, - /var/cache/genkernel diff --git a/examples/specs/sabayon/gnome.common b/examples/specs/sabayon/gnome.common new file mode 100644 index 0000000..2133112 --- /dev/null +++ b/examples/specs/sabayon/gnome.common @@ -0,0 +1,240 @@ +# Define an alternative execution strategy, in this case, the value must be +# "iso_remaster" +execution_strategy: iso_remaster + +# Release string +release_string: Sabayon Linux + +# File to write release string +release_file: /etc/sabayon-edition + +# ISO Image title +iso_title: Sabayon GNOME + +# Outer chroot script command, to be executed outside destination chroot before +# before entering it (and before inner_chroot_script) +outer_chroot_script: /sabayon/scripts/remaster_pre.sh + +# Inner chroot script command, to be executed inside destination chroot after +# packages installation and removal +inner_chroot_script_after: /sabayon/scripts/remaster_generic_inner_chroot_script_after.sh gnome + +# Outer chroot script command, to be executed outside destination chroot before +# before entering it (and AFTER inner_chroot_script) +outer_chroot_script_after: /sabayon/scripts/remaster_post.sh + +# Extra mkisofs parameters, perhaps something to include/use your bootloader +extra_mkisofs_parameters: -b isolinux/isolinux.bin -c isolinux/boot.cat + +# Pre-ISO building script. Hook called before ISO image creation +# Variables exported: +# SOURCE_CHROOT_DIR = path pointing to the initial chroot +# CHROOT_DIR = path pointing to the working chroot (the one that gets modified) +# CDROOT_DIR = path pointing to the root of the CD image being created +# ISO_PATH = path pointing to the destination ISO +# ISO_CHECKSUM_PATH = path pointing to the destination iso checksum (md5) +pre_iso_script: /sabayon/scripts/generic_pre_iso_script.sh GNOME + +# Post-ISO building script. Hook called after ISO image creation +# Variables exported: +# ISO_PATH = path pointing to the destination ISO +# ISO_CHECKSUM_PATH = path pointing to the destination iso checksum (md5) +# post_iso_script: /sabayon/scripts/post_iso_script.sh + +# Destination directory for the ISO image path (MANDATORY) +destination_iso_directory: /sabayon/iso + +# List of packages that would be removed from chrooted system (comma separated) +# packages_to_remove: + +# List of packages that would be added from chrooted system (comma separated) +packages_to_add: + @gnome, + app-admin/gnome-system-tools, + app-admin/packagekit-base, + app-admin/packagekit-gtk, + app-admin/sulfur, + app-admin/system-tools-backends, + app-crypt/gnupg, + app-dicts/aspell-de, + app-dicts/aspell-en, + app-dicts/aspell-fr, + app-dicts/aspell-it, + app-dicts/aspell-nl, + app-dicts/aspell-pl, + app-dicts/myspell-de, + app-dicts/myspell-en, + app-dicts/myspell-es, + app-dicts/myspell-fr, + app-dicts/myspell-it, + app-dicts/myspell-nl, + app-editors/gedit, + app-emulation/virtualbox-guest-additions, + app-emulation/wine, + app-misc/anaconda-runtime-gui, + app-misc/gnote, + app-misc/sabayon-version, + app-misc/sabayon-music, + app-misc/sabayon-mce, + app-misc/sabayon-skel, + app-text/gnome-spell, + app-text/pastebunz, + app-office/openoffice, + app-office/openoffice-l10n-de, + app-office/openoffice-l10n-es, + app-office/openoffice-l10n-fr, + app-office/openoffice-l10n-it, + app-office/openoffice-l10n-nl, + app-office/openoffice-l10n-pt, + dev-java/sun-jre-bin, + gnome-base/gnome-shell, + gnome-base/gnome-applets, + gnome-extra/deskbar-applet, + gnome-extra/fast-user-switch-applet, + gnome-extra/gcalctool, + gnome-extra/gconf-editor, + gnome-extra/gnome-games, + gnome-extra/gnome-power-manager, + gnome-extra/gnome-screensaver, + gnome-extra/gnome-utils, + gnome-extra/gucharmap, + gnome-extra/nautilus-open-terminal, + gnome-extra/nautilus-sendto, + gnome-extra/nm-applet, + gnome-extra/polkit-gnome, + games-puzzle/world-of-goo-demo, + mail-client/evolution, + media-fonts/ttf-bitstream-vera, + media-fonts/dejavu, + media-fonts/corefonts, + media-gfx/shotwell, + media-gfx/gimp, + media-libs/libdvdread, + media-libs/libdvdcss, + media-libs/libdvdplay, + media-libs/libdvdnav, + media-plugins/alsa-plugins, + media-sound/audacious, + media-sound/padevchooser, + media-sound/paman, + media-sound/pavucontrol, + media-sound/pavumeter, + media-tv/afatech9005-firmware, + media-tv/ivtv-firmware, + media-tv/xbmc, + media-video/mplayer, + media-video/totem, + net-analyzer/gnome-netstatus, + net-dialup/globespan-adsl, + net-dialup/gnome-ppp, + net-dialup/ppp, + net-dialup/rp-pppoe, + net-fs/samba, + net-im/pidgin, + net-irc/xchat, + net-misc/networkmanager, + net-misc/networkmanager-openvpn, + net-misc/networkmanager-pptp, + net-misc/networkmanager-vpnc, + net-misc/ntp, + net-p2p/deluge, + net-print/cups, + net-print/gnome-cups-manager, + net-print/foomatic-db, + net-print/foomatic-db-ppds, + net-print/foomatic-filters, + net-print/foomatic-filters-ppds, + net-print/gutenprint, + net-wireless/acx-firmware, + net-wireless/atmel-firmware, + net-wireless/b43-firmware, + net-wireless/b43-fwcutter, + net-wireless/bcm43xx-firmware, + net-wireless/bcm43xx-fwcutter, + net-wireless/bluez, + net-wireless/bluez-firmware, + net-wireless/bluez-hcidump, + net-wireless/broadcom-sta, + net-wireless/gnome-bluetooth, + net-wireless/ipw2200-firmware, + net-wireless/ipw3945-ucode, + net-wireless/ipw3945d, + net-wireless/iwl3945-ucode, + net-wireless/iwl3945-ucode, + net-wireless/iwl4965-ucode, + net-wireless/iwl4965-ucode, + net-wireless/iwl5000-ucode, + net-wireless/iwl5000-ucode, + net-wireless/iwl5150-ucode, + net-wireless/iwl6000-ucode, + net-wireless/libertas-firmware, + net-wireless/linux-wlan-ng-firmware, + net-wireless/linux-wlan-ng-utils, + net-wireless/ndiswrapper, + net-wireless/prism54-firmware:0, + net-wireless/prism54-usb-firmware, + net-wireless/rt61-firmware, + net-wireless/rt73-firmware, + net-wireless/zd1201-firmware, + net-wireless/zd1211-firmware, + sys-apps/gpu-detector, + sys-apps/entropy-client-services, + sys-apps/gnome-disk-utility, + sys-apps/hal, + sys-apps/hdparm, + sys-apps/sdparm, + sys-apps/tuxonice-userui, + sys-block/gparted, + sys-fs/dmraid, + sys-fs/ntfs3g, + sys-power/acpid, + www-client/mozilla-firefox, + www-plugins/adobe-flash, + www-plugins/nspluginwrapper, + x11-apps/xdm, + x11-terms/guake, + x11-terms/xterm, + x11-drivers/xf86-video-virtualbox, + x11-drivers/ati-drivers, + x11-drivers/nvidia-drivers, + x11-misc/alacarte, + x11-misc/desktop-acceleration-helpers, + x11-misc/magneto-gtk, + x11-misc/xvkbd, + x11-plugins/compiz-plugins-extra, + x11-plugins/compiz-plugins-main, + x11-terms/gnome-terminal, + x11-themes/emerald-themes, + x11-themes/gnome-backgrounds, + x11-themes/gnome-colors-common, + x11-themes/gnome-colors-themes, + x11-themes/gnome-icon-theme, + x11-themes/gnome-themes, + x11-themes/gtk-engines, + x11-themes/gtk-engines-murrine, + x11-themes/hicolor-icon-theme, + x11-themes/murrine-themes, + x11-themes/sabayon-artwork-extra, + x11-themes/sabayon-artwork-gnome, + x11-themes/sabayon-artwork-ooo, + x11-themes/sound-theme-freedesktop, + x11-themes/xcursor-themes, + x11-wm/compiz, + x11-wm/fluxbox, + x11-wm/twm + +# Custom shell call to packages add (default is: equo install) +# custom_packages_add_cmd: + +# Custom command for updating repositories (default is: equo update) +# repositories_update_cmd: + +# Determine whether repositories update should be run (if packages_to_add is set) +# (default is: no), values are: yes, no. +execute_repositories_update: yes + +# Directories to remove completely (comma separated) +# paths_to_remove: + +# Directories to empty (comma separated) +# paths_to_empty: diff --git a/examples/specs/sabayon/kde.common b/examples/specs/sabayon/kde.common new file mode 100644 index 0000000..1ea707f --- /dev/null +++ b/examples/specs/sabayon/kde.common @@ -0,0 +1,375 @@ +# Define an alternative execution strategy, in this case, the value must be +# "iso_remaster" +execution_strategy: iso_remaster + +# Release string +release_string: Sabayon Linux + +# File to write release string +release_file: /etc/sabayon-edition + +# ISO Image title +iso_title: Sabayon KDE + +# Outer chroot script command, to be executed outside destination chroot before +# before entering it (and before inner_chroot_script) +outer_chroot_script: /sabayon/scripts/remaster_pre.sh + +# Inner chroot script command, to be executed inside destination chroot after +# packages installation and removal +inner_chroot_script_after: /sabayon/scripts/remaster_generic_inner_chroot_script_after.sh kde + +# Outer chroot script command, to be executed outside destination chroot before +# before entering it (and AFTER inner_chroot_script) +outer_chroot_script_after: /sabayon/scripts/remaster_post.sh + +# Extra mkisofs parameters, perhaps something to include/use your bootloader +extra_mkisofs_parameters: -b isolinux/isolinux.bin -c isolinux/boot.cat + +# Pre-ISO building script. Hook called before ISO image creation +# Variables exported: +# SOURCE_CHROOT_DIR = path pointing to the initial chroot +# CHROOT_DIR = path pointing to the working chroot (the one that gets modified) +# CDROOT_DIR = path pointing to the root of the CD image being created +# ISO_PATH = path pointing to the destination ISO +# ISO_CHECKSUM_PATH = path pointing to the destination iso checksum (md5) +pre_iso_script: /sabayon/scripts/generic_pre_iso_script.sh KDE + +# Post-ISO building script. Hook called after ISO image creation +# Variables exported: +# ISO_PATH = path pointing to the destination ISO +# ISO_CHECKSUM_PATH = path pointing to the destination iso checksum (md5) +# post_iso_script: /sabayon/scripts/post_iso_script.sh + +# Destination directory for the ISO image path (MANDATORY) +destination_iso_directory: /sabayon/iso + +# List of packages that would be removed from chrooted system (comma separated) +# packages_to_remove: + +# List of packages that would be added from chrooted system (comma separated) +packages_to_add: + app-admin/packagekit-base, + app-admin/packagekit-qt4, + app-admin/sulfur, + app-cdr/k3b, + app-crypt/gnupg, + app-dicts/aspell-de, + app-dicts/aspell-en, + app-dicts/aspell-fr, + app-dicts/aspell-it, + app-dicts/aspell-nl, + app-dicts/aspell-pl, + app-dicts/myspell-de, + app-dicts/myspell-en, + app-dicts/myspell-es, + app-dicts/myspell-fr, + app-dicts/myspell-it, + app-dicts/myspell-nl, + app-emulation/virtualbox-guest-additions, + app-emulation/wine, + app-misc/anaconda-runtime-gui, + app-misc/sabayon-version, + app-misc/sabayon-music, + app-misc/sabayon-mce, + app-misc/sabayon-skel, + app-text/pastebunz, + app-office/openoffice, + app-office/openoffice-l10n-de, + app-office/openoffice-l10n-es, + app-office/openoffice-l10n-fr, + app-office/openoffice-l10n-it, + app-office/openoffice-l10n-nl, + app-office/openoffice-l10n-pt, + dev-java/sun-jre-bin, + games-puzzle/world-of-goo-demo, + kde-base/kde-l10n-bg, + kde-base/kde-l10n-ca, + kde-base/kde-l10n-cs, + kde-base/kde-l10n-csb, + kde-base/kde-l10n-da, + kde-base/kde-l10n-de, + kde-base/kde-l10n-el, + kde-base/kde-l10n-en_GB, + kde-base/kde-l10n-es, + kde-base/kde-l10n-et, + kde-base/kde-l10n-fi, + kde-base/kde-l10n-fr, + kde-base/kde-l10n-ga, + kde-base/kde-l10n-gl, + kde-base/kde-l10n-hi, + kde-base/kde-l10n-hu, + kde-base/kde-l10n-it, + kde-base/kde-l10n-ja, + kde-base/kde-l10n-kk, + kde-base/kde-l10n-km, + kde-base/kde-l10n-ko, + kde-base/kde-l10n-lv, + kde-base/kde-l10n-mk, + kde-base/kde-l10n-nb, + kde-base/kde-l10n-nds, + kde-base/kde-l10n-nl, + kde-base/kde-l10n-nn, + kde-base/kde-l10n-pa, + kde-base/kde-l10n-pl, + kde-base/kde-l10n-pt, + kde-base/kde-l10n-pt_BR, + kde-base/kde-l10n-ru, + kde-base/kde-l10n-sl, + kde-base/kde-l10n-sv, + kde-base/kde-l10n-tr, + kde-base/kde-l10n-uk, + kde-base/kde-l10n-wa, + kde-base/kde-l10n-zh_CN, + kde-base/kde-l10n-zh_TW, + kde-base/akregator, + kde-base/ark, + kde-base/bomber, + kde-base/bovo, + kde-base/dolphin, + kde-base/kabcclient, + kde-base/kalarm, + kde-base/kamera, + kde-base/kapman, + kde-base/kappfinder, + kde-base/kcalc, + kde-base/kcharselect, + kde-base/kcheckpass, + kde-base/kcminit, + kde-base/kde-env, + kde-base/kdeaccessibility-colorschemes, + kde-base/kdeadmin-meta, + kde-base/kdeartwork-colorschemes, + kde-base/kdeartwork-desktopthemes, + kde-base/kdeartwork-emoticons, + kde-base/kdeartwork-iconthemes, + kde-base/kdeartwork-kscreensaver, + kde-base/kdeartwork-sounds, + kde-base/kdeartwork-styles, + kde-base/kdeartwork-wallpapers, + kde-base/kdeartwork-weatherwallpapers, + kde-base/kdebase-cursors, + kde-base/kdebase-runtime-meta, + kde-base/kdebase-startkde, + kde-base/kdebase-wallpapers, + kde-base/kdegraphics-strigi-analyzer, + kde-base/kdelibs, + kde-base/kdemultimedia-kioslaves, + kde-base/kdenetwork-filesharing, + kde-base/kdepasswd, + kde-base/kdepimlibs, + kde-base/kdeplasma-addons, + kde-base/kdf, + kde-base/kdialog, + kde-base/kdm, + kde-base/kdnssd, + kde-base/keditbookmarks, + kde-base/kephal, + kde-base/kfind, + kde-base/kfmclient, + kde-base/kfourinline, + kde-base/kgpg, + kde-base/khotkeys, + kde-base/killbots, + kde-base/kinfocenter, + kde-base/kiriki, + kde-base/kjots, + kde-base/klines, + kde-base/klipper, + kde-base/kmag, + kde-base/kmahjongg, + kde-base/kmenuedit, + kde-base/kmines, + kde-base/kmix, + kde-base/kmousetool, + kde-base/kmouth, + kde-base/knetwalk, + kde-base/knotes, + kde-base/knotify, + kde-base/kolf, + kde-base/kollision, + kde-base/konquest, + kde-base/konsole, + kde-base/konsolekalendar, + kde-base/kontact, + kde-base/kopete, + kde-base/korganizer, + kde-base/kpat, + kde-base/kppp, + kde-base/kreadconfig, + kde-base/kreversi, + kde-base/krosspython, + kde-base/krunner, + kde-base/ksame, + kde-base/ksaneplugin, + kde-base/kscd, + kde-base/kscreensaver, + kde-base/kshisen, + kde-base/ksmserver, + kde-base/ksnapshot, + kde-base/kspaceduel, + kde-base/ksplash, + kde-base/ksquares, + kde-base/kstartupconfig, + kde-base/ksudoku, + kde-base/ksysguard, + kde-base/ksystraycmd, + kde-base/ktron, + kde-base/kubrick, + kde-base/kwallet, + kde-base/kwin, + kde-base/kwrite, + kde-base/kwrited, + kde-base/libkcddb, + kde-base/libkcompactdisc, + kde-base/libkdcraw, + kde-base/libkdeedu, + kde-base/libkdegames, + kde-base/libkdepim, + kde-base/libkexiv2, + kde-base/libkipi, + kde-base/libkleo, + kde-base/libkmahjongg, + kde-base/libkonq, + kde-base/libkpgp, + kde-base/libksane, + kde-base/libkworkspace, + kde-base/libplasmaclock, + kde-base/libplasmagenericshell, + kde-base/libtaskmanager, + kde-base/mplayerthumbs, + kde-base/okular, + kde-base/oxygen-icons, + kde-base/phonon-kde, + kde-base/plasma-apps, + kde-base/plasma-workspace, + kde-base/policykit-kde, + kde-base/powerdevil, + kde-base/pykde4, + kde-base/qguiplatformplugin_kde, + kde-base/solid, + kde-base/svgpart, + kde-base/systemsettings, + kde-base/thumbnailers, + kde-misc/kcm_gtk, + kde-misc/kio-sysinfo, + kde-misc/magneto-kde, + kde-misc/yakuake, + media-fonts/ttf-bitstream-vera, + media-fonts/dejavu, + media-fonts/corefonts, + media-libs/libdvdread, + media-libs/libdvdcss, + media-libs/libdvdplay, + media-libs/libdvdnav, + media-plugins/alsa-plugins, + media-sound/clementine, + media-sound/padevchooser, + media-sound/paman, + media-sound/pavucontrol, + media-sound/pavumeter, + media-tv/afatech9005-firmware, + media-tv/ivtv-firmware, + media-tv/xbmc, + media-video/vlc, + net-analyzer/gnome-netstatus, + net-dialup/globespan-adsl, + net-dialup/gnome-ppp, + net-dialup/ppp, + net-dialup/rp-pppoe, + net-fs/samba, + net-irc/konversation, + net-misc/networkmanager, + net-misc/networkmanager-openvpn, + net-misc/networkmanager-pptp, + net-misc/networkmanager-vpnc, + net-misc/ntp, + net-print/cups, + net-print/foomatic-db, + net-print/foomatic-db-ppds, + net-print/foomatic-filters, + net-print/foomatic-filters-ppds, + net-print/gutenprint, + net-wireless/acx-firmware, + net-wireless/atmel-firmware, + net-wireless/b43-firmware, + net-wireless/b43-fwcutter, + net-wireless/bcm43xx-firmware, + net-wireless/bcm43xx-fwcutter, + net-wireless/bluez, + net-wireless/bluez-firmware, + net-wireless/bluez-hcidump, + net-wireless/broadcom-sta, + net-wireless/gnome-bluetooth, + net-wireless/ipw2200-firmware, + net-wireless/ipw3945-ucode, + net-wireless/ipw3945d, + net-wireless/iwl3945-ucode, + net-wireless/iwl3945-ucode, + net-wireless/iwl4965-ucode, + net-wireless/iwl4965-ucode, + net-wireless/iwl5000-ucode, + net-wireless/iwl5000-ucode, + net-wireless/iwl5150-ucode, + net-wireless/iwl6000-ucode, + net-wireless/libertas-firmware, + net-wireless/linux-wlan-ng-firmware, + net-wireless/linux-wlan-ng-utils, + net-wireless/ndiswrapper, + net-wireless/prism54-firmware:0, + net-wireless/prism54-usb-firmware, + net-wireless/rt61-firmware, + net-wireless/rt73-firmware, + net-wireless/zd1201-firmware, + net-wireless/zd1211-firmware, + sys-auth/policykit, + sys-auth/policykit-qt, + sys-auth/polkit, + sys-auth/polkit-kde, + sys-auth/polkit-qt, + sys-apps/gpu-detector, + sys-apps/entropy-client-services, + sys-apps/gnome-disk-utility, + sys-apps/hal, + sys-apps/hdparm, + sys-apps/sdparm, + sys-apps/tuxonice-userui, + sys-block/gparted, + sys-fs/dmraid, + sys-fs/ntfs3g, + sys-power/acpid, + www-client/mozilla-firefox, + www-plugins/adobe-flash, + www-plugins/nspluginwrapper, + x11-apps/xdm, + x11-terms/xterm, + x11-drivers/xf86-video-virtualbox, + x11-drivers/ati-drivers, + x11-drivers/nvidia-drivers, + x11-misc/desktop-acceleration-helpers, + x11-misc/xvkbd, + x11-themes/gtk-engines, + x11-themes/gtk-engines-murrine, + x11-themes/sabayon-artwork-extra, + x11-themes/sabayon-artwork-kde, + x11-themes/sabayon-artwork-ooo, + x11-themes/sound-theme-freedesktop, + x11-themes/xcursor-themes, + x11-wm/fluxbox, + x11-wm/twm + +# Custom shell call to packages add (default is: equo install) +# custom_packages_add_cmd: + +# Custom command for updating repositories (default is: equo update) +# repositories_update_cmd: + +# Determine whether repositories update should be run (if packages_to_add is set) +# (default is: no), values are: yes, no. +execute_repositories_update: yes + +# Directories to remove completely (comma separated) +# paths_to_remove: + +# Directories to empty (comma separated) +# paths_to_empty: