[molecules] drop old 3rdparty stuff

This commit is contained in:
Fabio Erculiani 2012-08-01 15:23:37 +02:00
parent 254b1fdd8a
commit 328d8f9932
3 changed files with 0 additions and 221 deletions

View File

@ -1,191 +0,0 @@
# 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 MCS
# Outer chroot script command, to be executed outside destination chroot before
# before entering it (and before inner_chroot_script)
outer_chroot_script: /sabayon/scripts/3rdparty/remaster_mcs_pre.sh
# Execute repositories update here, in a more fault-tolerant flavor
inner_chroot_script: /sabayon/scripts/3rdparty/remaster_mcs_inner_chroot_script.sh
# Inner chroot script command, to be executed inside destination chroot after
# packages installation and removal
inner_chroot_script_after: /sabayon/scripts/3rdparty/remaster_mcs_inner_chroot_script_after.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
# Used to umount /proc and unbind packages dir
error_script: /sabayon/scripts/remaster_error_script.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 to be able to copy kernel images in place, for example
pre_iso_script: /sabayon/scripts/3rdparty/mcs_pre_iso_script.sh
# Post-ISO building script, called after ISO image generation.
post_iso_script: /sabayon/scripts/generic_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:
app-office/libreoffice,
app-emulation/wine,
sabayon-mce,
sabayon-music,
sun-jre-bin,
gnome-extra/gcalctool,
x11-terms/guake,
app-misc/gnote,
gnome-extra/gnome-games,
games-puzzle/world-of-goo-demo,
app-text/evince,
media-gfx/shotwell,
media-gfx/gimp,
net-p2p/transmission-gtk,
net-dialup/gnome-ppp,
net-irc/xchat,
net-im/pidgin,
mail-client/evolution,
app-admin/rigo,
sys-apps/magneto-core,
media-tv/xbmc,
media-sound/audacious,
app-cdr/brasero,
media-video/totem,
www-plugins/adobe-flash,
media-libs/libdvdcss,
media-libs/libdvdread,
gnome-extra/gnome-media,
x11-wm/compiz,
media-gfx/eog,
net-print/gnome-cups-manager,
net-print/libgnomecups,
net-fs/samba,
media-libs/libgphoto2,
sys-apps/gnome-disk-utility,
app-pda/pilot-link,
x11-wm/mutter,
x11-libs/vdpau-video,
net-print/gutenprint,
net-print/foomatic-db,
net-print/foomatic-db-engine,
net-print/foomatic-db-ppds,
net-print/foomatic-filters-ppds,
app-emulation/emul-linux-x86-gtklibs,
app-emulation/emul-linux-x86-medialibs,
app-emulation/emul-linux-x86-soundlibs,
app-emulation/emul-linux-x86-opengl,
app-emulation/emul-linux-x86-sdl,
app-i18n/enca, media-video/mplayer,
media-plugins/live,
media-libs/netpbm,
media-libs/openal,
app-text/recode,
media-libs/ladspa-sdk,
dev-libs/libcdio,
dev-libs/fribidi,
media-libs/libass,
media-sound/twolame,
media-libs/libdv,
dev-util/cppunit,
media-video/rtmpdump,
media-libs/schroedinger,
media-video/dirac,
media-libs/libcddb,
media-tv/linuxtv-dvb-headers,
media-video/ffmpeg,
app-misc/screen,
app-dicts/aspell-it,
app-dicts/aspell-fr,
app-dicts/aspell-nl,
app-dicts/aspell-pl,
app-dicts/aspell-de,
app-dicts/aspell-en,
net-libs/webkit-gtk,
app-editors/gedit,
gnome-extra/gtkhtml,
app-dicts/myspell-de,
app-dicts/myspell-en,
app-dicts/myspell-es,
app-dicts/myspell-fr,
app-dicts/myspell-it,
app-dicts/myspell-nl,
x11-themes/gnome-backgrounds,
gnome-extra/deskbar-applet,
sys-block/gparted,
x11-misc/alacarte,
dev-cpp/gtkmm,
dev-cpp/glibmm,
net-wireless/broadcom-sta,
app-admin/packagekit-base,
x11-drivers/ati-drivers,
x11-drivers/nvidia-drivers,
net-wireless/ndiswrapper,
dev-libs/openobex,
dev-libs/totem-pl-parser,
media-libs/bio2jack,
media-libs/clutter,
dev-python/pyopengl,
media-libs/gegl,
net-dialup/wvdial,
media-libs/farsight2,
net-im/silc-toolkit,
media-sound/padevchooser
# List of packages that would be added from chrooted system (comma separated)
packages_to_add:
net-nds/389-ds-base,
app-admin/389-ds-console,
app-admin/389-admin-console,
app-admin/389-console,
net-nds/389-admin,
net-mail/dovecot,
net-mail/cyrus-imapd,
www-servers/apache[threads],
www-servers/jboss-bin:4.2,
dev-java/jdbc-mysql,
net-mail/gnarwl,
dev-python/vobject,
dev-java/log4j,
dev-lang/erlang,
net-im/jabber-base,
net-im/ejabberd,
dev-python/python-dateutil,
dev-python/vobject,
dev-python/python-ldap,
www-client/firefox
# Custom shell call to packages add (default is: equo install)
custom_packages_add_cmd: equo install --relaxed
# Custom shell call to packages removal (default is: equo remove)
# custom_packages_remove_cmd: equo remove --deep
# 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: no
# Directories to remove completely (comma separated)
# paths_to_remove:
# Directories to empty (comma separated)
# paths_to_empty:

View File

@ -1,14 +0,0 @@
# Use abs path, otherwise daily builds automagic won't work
%import /sabayon/molecules/3rdparty/mcs.common
# Release Version
release_version: 1.0
# Release Version string description
release_desc: amd64 MCS
# Path to source ISO file
source_iso: /sabayon/iso/Sabayon_Linux_DAILY_amd64_G.iso
# Destination ISO image name, call whatever you want.iso, not mandatory
destination_iso_image_name: Sabayon_Linux_DAILY_amd64_MCS.iso

View File

@ -1,16 +0,0 @@
# Use abs path, otherwise daily builds automagic won't work
%import /sabayon/molecules/3rdparty/mcs.common
prechroot: linux32
# Release Version
release_version: 1.0
# Release Version string description
release_desc: x86 MCS
# Path to source ISO file
source_iso: /sabayon/iso/Sabayon_Linux_DAILY_x86_G.iso
# Destination ISO image name, call whatever you want.iso, not mandatory
destination_iso_image_name: Sabayon_Linux_DAILY_x86_MCS.iso