Nove to new layout

This commit is contained in:
Mario Fetka
2014-11-02 09:42:47 +01:00
parent 68d6318910
commit 250a08b5dd
124 changed files with 5211 additions and 1623 deletions

View File

@@ -1,35 +0,0 @@
def configure_correct_gcc():
import re
import subprocess
import os
from entropy.const import etpConst
gcc_targets = ["4.8", "4.7", "4.6"]
uname_arch = os.uname()[4]
gcc_dir = etpConst['systemroot'] + "/etc/env.d/gcc"
gcc_profile_file = None
for gcc_target in gcc_targets:
gcc_profile_file_pfx = uname_arch + "-pc-linux-gnu-" + gcc_target
regex = re.compile(gcc_profile_file_pfx + "((.[0-30])?)$")
for curdir, subs, files in os.walk(gcc_dir):
for fname in files:
if regex.match(fname):
gcc_profile_file = os.path.join(curdir, fname)
break
break
if gcc_profile_file is not None:
break
if gcc_profile_file is not None:
# if we're hardened, we want the vanilla one by default
# to avoid stressing the user too much
vanilla_profile_file = gcc_profile_file + "-vanilla"
if os.path.isfile(vanilla_profile_file):
gcc_profile_file = vanilla_profile_file
profile_name = os.path.basename(gcc_profile_file)
subprocess.call(("gcc-config", profile_name))
if stage == "postinstall":
configure_correct_gcc()
my_ext_status = 0

View File

@@ -1 +1 @@
FEATURES="-distcc -distcc-pump parallel-fetch protect-owned splitdebug -ccache"
FEATURES="-distcc -distcc-pump parallel-fetch protect-owned compressdebug splitdebug -ccache"

View File

@@ -1 +1 @@
FEATURES="-distcc parallel-fetch protect-owned splitdebug"
FEATURES="-distcc parallel-fetch protect-owned compressdebug splitdebug"

View File

@@ -0,0 +1,48 @@
# Temp disable Graphite due to known x11-libs/qt bugs
FPUABI="-mfloat-abi=hard"
CFLAGS="-O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 ${FPUABI}"
CXXFLAGS="${CFLAGS}"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
CHOST="armv7a-hardfloat-linux-gnueabi"
### COMMON PART
#################################################
# Portage configuration
ACCEPT_KEYWORDS="arm ~arm"
FEATURES="ccache distcc parallel-fetch protect-owned compressdebug splitdebug"
# temp disabled: distcc-pump
MAKEOPTS="-j6 -s"
CCACHE_SIZE="5G"
CCACHE_DIR="/var/ccache"
# Global USE flags
USE="cpudetection cups goom joystick jpeg opengl png neon theora truetype xvid fontconfig jpeg png"
# Sound USE flags
USE="${USE} pulseaudio alsa flac mp3 vorbis ogg"
# System USE flags
USE="${USE} -consolekit dbus introspection logind perl policykit python systemd threads udev xattr xcb"
# Video OpenGL stuff
# Note: GLES2 is disabled globally atm. mesa-9.1.2 has bugs if both gl, and gles2 are enabled.
# The bug is in the GL{ES2,} headers (name clash), and gnome-shell fails to build because of that.
USE="${USE} -gles2"
LINGUAS="en en_US af ar az bg bn br bs ca cs cy da de el en_GB eo es et eu fa fi fr"
LINGUAS="${LINGUAS} fy ga gl he hi hr hu ia is it ja kk km ko lt lv mk mn ms nb nds nl"
LINGUAS="${LINGUAS} nn pa pl pt pt_BR ro ru rw se si sk sl sr sr@Latn ss sv ta tg tr uk"
LINGUAS="${LINGUAS} uz vi zh_CN zh_TW es_AR es_ES fy_NL ga_IE gu gu_IN nb_NO nn_NO pt_PT sv_SE ug zh"
# distcc configuration
DISTCC_HOSTS="localhost/1 172.16.255.1/5"
# DISTCC_VERBOSE=1
# Package specific configuration
APACHE2_MPMS="prefork"
# No Python3 Noooo
PYTHON_TARGETS="python2_7"
USE_PYTHON="2.7"
#################################################
### END COMMON PART -- cut here
source /var/lib/layman/make.conf

View File

@@ -1,40 +0,0 @@
# Temp disable Graphite due to known x11-libs/qt bugs
GRAPHITE="-floop-interchange -ftree-loop-distribution -floop-strip-mine -floop-block"
FPUABI="-mfloat-abi=hard"
CFLAGS="-O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 ${FPUABI}"
CXXFLAGS="${CFLAGS}"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
CHOST="armv7a-hardfloat-linux-gnueabi"
### COMMON PART
#################################################
# Portage configuration
ACCEPT_KEYWORDS="~arm arm"
FEATURES="ccache distcc distcc-pump parallel-fetch protect-owned splitdebug"
MAKEOPTS="-j16 -s"
CCACHE_SIZE="50G"
CCACHE_DIR="/var/ccache"
# Global USE flags
USE="alsa cpudetection dbus flac goom joystick mp3 theora threads truetype xvid vorbis vorbis"
# distcc configuration
DISTCC_SSH="/etc/distcc/distcc-ssh"
# <host>/<number of jobs>
# Works with QEMU warnings (damn)
# DISTCC_HOSTS="localhost/1 distcc@localhost/15,lzo,cpp"
# Works
DISTCC_HOSTS="localhost/1 127.0.0.1/15,lzo,cpp"
# DISTCC_VERBOSE=1
# Package specific configuration
APACHE2_MPMS="prefork"
# Filter out crap from packages
INSTALL_MASK="usr/share/gtk-doc/html/*"
PKG_INSTALL_MASK="${INSTALL_MASK}"
#################################################
### END COMMON PART -- cut here
source /var/lib/layman/make.conf

View File

@@ -1,39 +0,0 @@
# Temp disable Graphite due to known x11-libs/qt-* bugs
GRAPHITE="-floop-interchange -ftree-loop-distribution -floop-strip-mine -floop-block"
FPUABI="-mfloat-abi=softfp"
CFLAGS="-O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 ${FPUABI}"
CXXFLAGS="${CFLAGS}"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
CHOST="armv7a-unknown-linux-gnueabi"
### COMMON PART
#################################################
# Portage configuration
ACCEPT_KEYWORDS="~arm arm"
FEATURES="ccache distcc distcc-pump parallel-fetch protect-owned splitdebug"
MAKEOPTS="-j16 -s"
CCACHE_SIZE="50G"
CCACHE_DIR="/var/ccache"
# Global USE flags
USE="alsa cpudetection dbus flac goom joystick mp3 theora threads truetype xvid vorbis vorbis"
# distcc configuration
DISTCC_SSH="/etc/distcc/distcc-ssh"
# <host>/<number of jobs>
# Works with QEMU warnings (damn)
# DISTCC_HOSTS="localhost/1 distcc@localhost/15,lzo,cpp"
# Works
DISTCC_HOSTS="localhost/1 127.0.0.1/15,lzo,cpp"
# DISTCC_VERBOSE=1
# Package specific configuration
APACHE2_MPMS="prefork"
# Filter out crap from packages
INSTALL_MASK="usr/share/gtk-doc/html/*"
PKG_INSTALL_MASK="${INSTALL_MASK}"
#################################################
### END COMMON PART -- cut here
source /var/lib/layman/make.conf

View File

@@ -11,6 +11,7 @@ media-tv/xbmc xbmc.conf
dev-lang/spidermonkey neon.conf
x11-drivers/xf86-video-omapfb neon.conf
www-client/chromium neon.conf
media-sound/pulseaudio neon.conf
# force MAKEOPTS="-j1"
x11-libs/cairo makeopts-j1.conf

View File

@@ -1,139 +0,0 @@
# hardfloat is only supported since gcc-4.5
# We force gcc-4.5 because this stage should be closer to stable
# When gcc-4.5 is stable this could be removed
=sys-devel/gcc-4.5*
# <3.0 doesn't build with gcc-4.5
sys-apps/diffutils
# We want Portage 2.2
<sys-apps/portage-2.3 **
# Temp keywording, will test and add keywords back
www-servers/nginx **
# it has long cmdline patch, they say it fixes webkit-gtk
# (but it's not true)
=sys-devel/make-3.82-r4 **
# Keyword E17
<dev-libs/embryo-9999 **
<dev-libs/eeze-9999 **
<dev-libs/ecore-9999 **
<dev-libs/e_dbus-9999 **
<dev-libs/eina-9999 **
<media-libs/edje-9999 **
<dev-libs/efreet-9999 **
<media-libs/evas-9999 **
<dev-libs/eet-9999 **
<xfce-extra/xfce4-notifyd-9999 **
# Want slim for testing
<=x11-misc/slim-1.3.3 **
# Want gnumeric for testing
=app-office/gnumeric-1.10.17 **
# Real men want dosbox on ARM
=games-emulation/dosbox-0.74 **
# need this
=dev-libs/gjs-1.32.0 **
# Games!
<=games-strategy/freeciv-2.3.2 **
=app-office/glabels-3.0.0 **
# want WICD
=dev-python/urwid-1.0.1 **
=net-misc/wicd-1.7.2.4-r1 **
# want xnoise
=media-sound/xnoise-0.2.2 **
# want xvid
=media-plugins/gst-plugins-xvid-0.10.22 **
# want lightdm
=x11-misc/lightdm-1.2.2-r3 **
=x11-misc/lightdm-gtk-greeter-1.1.5 **
# want exaile
=media-libs/mutagen-1.20 **
=media-sound/exaile-0.3.2.1 **
# want emesene
dev-python/pywebkitgtk **
dev-python/papyon **
net-im/emesene **
# GNOME 3 stuff
<media-libs/cogl-9999 **
<gnome-extra/sushi-9999 **
<media-libs/clutter-9999 **
<x11-wm/muffin-9999 **
<media-libs/clutter-gtk-9999 **
<x11-wm/mutter-9999 **
<media-video/cheese-9999 **
<gnome-base/gnome-shell-9999 **
<x11-libs/mx-9999 **
<media-libs/libchamplain-9999 **
<media-plugins/gst-plugins-vp8-9999 **
<media-video/totem-9999 **
<gnome-extra/gnome-games-9999 **
<media-libs/clutter-gst-9999 **
<gnome-extra/gnome-games-9999 **
<net-im/telepathy-mission-control-9999 **
<net-libs/gnome-online-accounts-9999 **
<net-im/empathy-9999 **
<net-im/telepathy-logger-9999 **
<sci-geosciences/geocode-glib-9999 **
<dev-libs/folks-9999 **
<net-libs/telepathy-farstream-9999 **
<gnome-base/gnome-core-apps-9999 **
<gnome-extra/gnome-screensaver-9999 **
<gnome-base/gnome-control-center-9999 **
<sys-auth/nss-myhostname-9999 **
<gnome-extra/gnome-contacts-9999 **
<gnome-extra/yelp-9999 **
<media-gfx/shotwell-9999 **
<mail-client/evolution-9999 **
<media-libs/gexiv2-9999 **
<gnome-extra/nm-applet-9999 **
<gnome-extra/gnome-system-monitor-9999 **
<gnome-base/gnome-core-libs-9999 **
<gnome-extra/yelp-xsl-9999 **
<gnome-extra/gnome-power-manager-9999 **
<app-admin/openrc-settingsd-9999 **
<media-gfx/eog-9999 **
<net-wireless/gnome-bluetooth-9999 **
<gnome-base/gnome-session-9999 **
<app-editors/gedit-9999 **
<media-sound/sound-juicer-9999 **
<gnome-base/gnome-extra-apps-9999 **
<x11-themes/gnome-icon-theme-extras-9999 **
<www-client/epiphany-9999 **
<app-crypt/seahorse-9999 **
<gnome-extra/gnome-color-manager-9999 **
<gnome-extra/gnome-tweak-tool-9999 **
<gnome-base/gnome-9999 **
<gnome-extra/evolution-data-server-9999 **
<gnome-base/gdm-9999 **
<net-misc/vinagre-9999 **
<gnome-base/gnome-fallback-9999 **
<gnome-extra/nemo-9999 **
# Additional deps pulled in that need to be keyworded
=app-editors/xemacs-21.5.31 **
=app-xemacs/emerge-1.11 **
=app-xemacs/xemacs-base-2.27 **
<x11-libs/libdesktop-agnostic-9999 **
<media-libs/libprojectm-9999 **
# Media stuff
# =media-video/mpeg-tools-1.5b-r4 **
=media-video/xvid4conf-1.12 **
# Frozen Bubble
=games-arcade/frozen-bubble-2.2.1_beta1 **

View File

@@ -0,0 +1 @@
../../armarch/portage/package.keywords

View File

@@ -1 +0,0 @@
sys-libs/imx-lib Freescale

View File

@@ -0,0 +1 @@
../../armarch/portage/package.license

View File

@@ -1 +0,0 @@
>sys-fs/udev-171-r5

View File

@@ -0,0 +1 @@
../../armarch/portage/package.mask

View File

@@ -1,79 +0,0 @@
# sys-devel/gcc:4.6 is fine for us
sys-devel/gcc:4.6
# Nirbheek Chauhan <nirbheek@gentoo.org> (25 Mar 2012)
# This is now the GNOME 3.4 mask
# Masked for testing, clutter-1.10, and bugs in some packages:
=app-accessibility/accerciser-3.4*
=app-accessibility/at-spi2-atk-2.4*
=app-accessibility/at-spi2-core-2.4*
=app-accessibility/orca-3.4*
=app-admin/gnome-system-log-3.4*
=app-crypt/gcr-3.4*
=app-crypt/seahorse-3.4*
=app-dicts/gnome-dictionary-3.4*
=app-misc/tracker-0.14*
>=dev-libs/folks-0.6.8
=dev-libs/libgdata-0.12*
=dev-libs/totem-pl-parser-3*
=dev-util/gnome-devel-docs-3.4*
=dev-python/pyatspi-2.4*
=gnome-base/gdm-3.4*
=gnome-base/gnome-control-center-3.4*
=gnome-base/gnome-core-apps-3.4*
=gnome-base/gnome-core-libs-3.4*
=gnome-base/gnome-desktop-3.4*
=gnome-base/gnome-extra-apps-3.4*
=gnome-base/gnome-fallback-3.4*
=gnome-base/gnome-3.4*
=gnome-base/gnome-keyring-3.4*
=gnome-base/gnome-light-3.4*
=gnome-base/gnome-menus-3.4*
=gnome-base/gnome-panel-3.4*
=gnome-base/gnome-power-manager-3.4*
=gnome-base/gnome-session-3.4*
=gnome-base/gnome-settings-daemon-3.4*
=gnome-base/gnome-shell-3.4*
=gnome-base/libgnome-keyring-3.4*
=gnome-base/libgnomekbd-3.4*
=gnome-base/nautilus-3.4*
=gnome-extra/evolution-data-server-3.4*
=gnome-extra/evolution-ews-3.4*
=gnome-extra/evolution-exchange-3.4*
=gnome-extra/evolution-groupwise-3.4*
=gnome-extra/gnome-color-manager-3.4*
=gnome-extra/gnome-contacts-3.4*
=gnome-extra/gnome-documents-0.4*
=gnome-extra/gnome-games-3.4*
=gnome-extra/gnome-search-tool-3.4*
=gnome-extra/gnome-shell-extensions-3.4*
>=gnome-extra/gnome-tweak-tool-3.3
=gnome-extra/gnome-user-docs-3.4*
=gnome-extra/gnome-utils-3.4*
=gnome-extra/mousetweaks-3.4*
=gnome-extra/nautilus-tracker-tags-0.14*
=gnome-extra/seahorse-nautilus-3.4*
=gnome-extra/sushi-0.4*
=mail-client/evolution-3.4*
=media-gfx/gnome-font-viewer-3.4*
=media-gfx/gnome-screenshot-3.4*
=media-video/cheese-3.4*
=media-video/totem-3.4*
=net-im/empathy-3.4*
=net-libs/gnome-online-accounts-3.4*
>=net-libs/telepathy-farstream-0.2
=net-wireless/gnome-bluetooth-3.4*
=sys-apps/baobab-3.4*
=x11-libs/libcryptui-3.4*
=x11-libs/libwnck-3.4*
>=x11-wm/metacity-2.34.2
=x11-wm/mutter-3.4*
>=x11-themes/zukitwo-shell-2012.04.24
# New clutter API breaks almost everything
=media-libs/cogl-1.10*
=media-libs/clutter-1.10*
=media-libs/clutter-gtk-1.2*
=media-libs/clutter-gst-1.5*
=media-libs/clutter-gst-1.6*
# Needs gst-plugins-flac-0.10.31 + commit 265a5bfa to write seekable flac files
=media-sound/sound-juicer-3.4*

View File

@@ -0,0 +1 @@
../../armarch/portage/package.unmask

View File

@@ -0,0 +1 @@
../../armarch/portage/package.use

View File

@@ -1,150 +0,0 @@
# Base system
dev-lang/python sqlite
sys-apps/file python
dev-libs/boost python
dev-db/sqlite soundex
# GCC
sys-devel/gcc gcj objc objc-gc objc++ graphite
sys-devel/base-gcc gcj objc objc-gc objc++ graphite
# Required by icedtea
x11-libs/cairo X svg
x11-libs/pango X
# Required by X.Org Server
dev-libs/libxml2 python
# Nice fonts
media-libs/freetype auto-hinter
media-gfx/imagemagick truetype fontconfig corefonts png
# Required by several stuff
sys-auth/pambase consolekit
sys-auth/consolekit policykit
# doesn't compile with epoll
net-proxy/squid -epoll
# Required by chromium
dev-libs/libxml2 icu
# XFCE 4 stuff
xfce-base/xfce4-session policykit udev
# required by xfce4 and upower stuff
# extras is required by net-wireless/bluez
sys-fs/udev gudev extras
# LXDE stuff
x11-misc/obconf lxde
# Fluxbox time!
media-libs/imlib2 X
# Firefox stuff
media-libs/libpng apng
# Language packs!
sys-apps/man-pages -linguas_da -linguas_de -linguas_fr -linguas_it -linguas_ja -linguas_nl -linguas_pl -linguas_ro -linguas_ru -linguas_zh_CN
#www-client/firefox linguas_af linguas_ak linguas_ar linguas_ast linguas_be linguas_bg linguas_bn linguas_bn_BD linguas_bn_IN linguas_br
#www-client/firefox linguas_bs linguas_ca linguas_cs linguas_cy linguas_da linguas_de linguas_el linguas_en linguas_en_GB linguas_en_US
#www-client/firefox linguas_en_ZA linguas_eo linguas_es linguas_es_AR linguas_es_CL linguas_es_ES linguas_es_MX linguas_et
#www-client/firefox linguas_eu linguas_fa linguas_fi linguas_fr linguas_fy linguas_fy_NL linguas_ga linguas_ga_IE linguas_gd linguas_gl
#www-client/firefox linguas_gu linguas_gu_IN linguas_he linguas_hi linguas_hi_IN linguas_hr linguas_hu linguas_hy linguas_hy_AM
#www-client/firefox linguas_id linguas_is linguas_it linguas_ja linguas_kk linguas_kn linguas_ko linguas_ku linguas_lg linguas_lt linguas_lv
#www-client/firefox linguas_mai linguas_mk linguas_ml linguas_mr linguas_nb linguas_nb_NO linguas_nl linguas_nn linguas_nn_NO linguas_nso
#www-client/firefox linguas_or linguas_pa linguas_pa_IN linguas_pl linguas_pt linguas_pt_BR linguas_pt_PT linguas_rm linguas_ro linguas_ru
#www-client/firefox linguas_si linguas_sk linguas_sl linguas_son linguas_sq linguas_sr linguas_sv linguas_sv_SE linguas_ta linguas_ta_LK
#www-client/firefox linguas_te linguas_th linguas_tr linguas_uk linguas_vi linguas_zh
#app-text/hunspell linguas_af linguas_ak linguas_ar linguas_ast linguas_be linguas_bg linguas_bn linguas_bn_BD linguas_bn_IN linguas_br
#app-text/hunspell linguas_bs linguas_ca linguas_cs linguas_cy linguas_da linguas_de linguas_el linguas_en linguas_en_GB linguas_en_US
#app-text/hunspell linguas_en_ZA linguas_eo linguas_es linguas_es_AR linguas_es_CL linguas_es_ES linguas_es_MX linguas_et
#app-text/hunspell linguas_eu linguas_fa linguas_fi linguas_fr linguas_fy linguas_fy_NL linguas_ga linguas_ga_IE linguas_gd linguas_gl
#app-text/hunspell linguas_gu linguas_gu_IN linguas_he linguas_hi linguas_hi_IN linguas_hr linguas_hu linguas_hy linguas_hy_AM
#app-text/hunspell linguas_id linguas_is linguas_it linguas_ja linguas_kk linguas_kn linguas_ko linguas_ku linguas_lg linguas_lt linguas_lv
#app-text/hunspell linguas_mai linguas_mk linguas_ml linguas_mr linguas_nb linguas_nb_NO linguas_nl linguas_nn linguas_nn_NO linguas_nso
#app-text/hunspell linguas_or linguas_pa linguas_pa_IN linguas_pl linguas_pt linguas_pt_BR linguas_pt_PT linguas_rm linguas_ro linguas_ru
#app-text/hunspell linguas_si linguas_sk linguas_sl linguas_son linguas_sq linguas_sr linguas_sv linguas_sv_SE linguas_ta linguas_ta_LK
#app-text/hunspell linguas_te linguas_th linguas_tr linguas_uk linguas_vi linguas_zh
# KDE stuff
x11-libs/qt-core qt3support ssl
# GNOME stuff
app-text/poppler cairo
sys-fs/udev hwdb
sys-apps/pciutils -zlib
gnome-base/gvfs cdda
x11-libs/gdk-pixbuf jpeg
x11-libs/qt-core -qt3support
sys-apps/dbus X
net-libs/gtk-vnc gtk3
net-print/cups dbus
app-crypt/pinentry gtk
gnome-base/gvfs gdu
gnome-base/gnome-settings-daemon packagekit policykit
gnome-base/gconf policykit
net-im/empathy gnome-online-accounts
mail-client/evolution networkmanager
x11-libs/gtk+ X
gnome-base/gnome-menus python
# required by Sulfur
x11-libs/vte:0 python
dev-libs/folks eds
# MATE stuff
app-arch/mate-file-archiver caja
mate-base/mate-conf policykit
mate-base/mate-menus python
mate-base/mate-settings-daemon policykit pulseaudio
mate-extra/mate-file-manager-sendto -cdr
mate-extra/mate-media pulseaudio
mate-extra/mate-power-manager policykit
media-gfx/mate-image-viewer jpeg svg
app-text/mate-document-viewer caja mate mate-keyring
# LibreOffice?
app-office/libreoffice -nsplugin -gnome -java templates -kde pdfimport
# Multimedia!
media-libs/libsdl X opengl
media-libs/sdl-image gif jpeg png
media-video/mplayer jpeg png pulseaudio -dvdnav
media-video/mplayer2 jpeg png pulseaudio -cpudetection -dvdnav
media-tv/xbmc bluray udev pulseaudio webserver css
# needed for vlc
sys-libs/zlib minizip
# Networking
net-libs/rb_libtorrent python
net-wireless/wpa_supplicant dbus
net-misc/modemmanager policykit
net-misc/networkmanager bluetooth connection-sharing resolvconf modemmanager
# required by gnome-core-apps
gnome-extra/nm-applet bluetooth
# Enable gles while we don't have other GL libs around (pvr-omap4 would collide)
media-libs/mesa gles1 gles2 openvg
media-libs/cogl gles2 opengl
# Required by Plymouth
x11-libs/libdrm libkms
# E17 flags
media-libs/evas X
# Enable Cairo for pybogject, we have split ebuilds
dev-python/pygobject cairo
# Do not user thread worker
<www-servers/apache-2.4 -threads
# Enable USE=branding
x11-themes/elementary-icon-theme branding
# Enable cryptsetup in genkernel
sys-kernel/genkernel cryptsetup crypt
# Needed for emesene
net-libs/farstream python

View File

@@ -0,0 +1,3 @@
sys-devel/base-gcc:4.7
>=sys-apps/portage-2.2.0_alpha142
>sys-libs/glibc-2.16.9999

View File

@@ -0,0 +1,6 @@
# Our fallback mirror is pkg.sabayon.org
pkg.sabayon.org
best.sabayon.org
dl.sabayon.org
r.sabayon.org
redir.sabayon.org

View File

@@ -0,0 +1,129 @@
app-accessibility/at-spi2-core ~arm
app-accessibility/caribou ~arm
app-admin/apg ~arm
app-admin/packagekit ~arm
app-admin/packagekit-gtk ~arm
app-crypt/seahorse ~arm
app-editors/gedit ~arm
app-misc/geoclue ~arm
app-office/abiword ~arm
app-text/libexttextcat ~arm
app-text/libwpd ~arm
app-text/libwpg ~arm
app-text/libwps ~arm
app-text/mythes ~arm
app-text/tofrodos ~arm
app-txt/epdfview ~arm
dev-libs/folks ~arm
dev-libs/gjs ~arm
dev-libs/hyphen ~arm
dev-libs/json-glib ~arm
dev-libs/libgdata ~arm
dev-libs/libpeas ~arm
dev-python/pyatspi ~arm
dev-util/itstool ~arm
dev-util/mdds ~arm
games-board/aisleriot ~arm
gnome-base/gnome-core-libs ~arm
gnome-base/gnome-keyring ~arm
gnome-base/gnome-session ~arm
gnome-base/libgnome-keyring ~arm
gnome-extra/avant-window-navigator ~arm
gnome-extra/gnome-games ~arm
gnome-extra/gnome-power-manager ~arm
gnome-extra/gnome-screensaver ~arm
gnome-extra/gnome-system-monitor ~arm
gnome-extra/nm-applet ~arm
gnome-extra/yelp-xsl ~arm
media-gfx/eog ~arm
media-gfx/shotwell ~arm
media-libs/clutter ~arm
media-libs/clutter-gtk ~arm
media-libs/cogl ~arm
media-libs/gexiv2 ~arm
media-libs/libbluray ~arm
media-libs/libchamplain ~arm
media-libs/libgnome-media-profiles ~arm
media-libs/libgphoto2 ~arm
media-libs/libprojectm ~arm
media-libs/libraw ~arm
media-libs/memphis ~arm
media-libs/sdl-gfx ~arm
media-libs/sdl-sound ~arm
media-libs/vigra ~arm
media-plugins/gst-plugins-cdparanoia ~arm
media-plugins/gst-plugins-lame ~arm
media-sound/sound-juicer ~arm
media-video/cheese ~arm
media-video/gnome-video-effects ~arm
net-im/telepathy-connection-managers ~arm
net-im/telepathy-logger ~arm
net-im/telepathy-mission-control ~arm
net-libs/gtk-vnc ~arm
net-libs/libmicrohttpd ~arm
net-libs/liboauth ~arm
net-libs/rest ~arm
net-libs/telepathy-farsight ~arm
net-misc/vinagre ~arm
sci-libs/colamd ~arm
sci-libs/hdf5 ~arm
sci-libs/ufconfig ~arm
sci-mathematics/lpsolve ~arm
sys-apps/ifplugd ~arm
sys-apps/lsb-release ~arm
sys-apps/portage ~arm
virtual/ffmpeg ~arm
x11-libs/libdesktop-agnostic ~arm
x11-libs/mx ~arm
x11-themes/gnome-icon-theme-extras ~arm
x11-themes/sabayon-artwork-loo ~arm
lxde-base/lxpolkit ~arm
xfce-extra/xfce4-notifyd ~arm
app-accessibility/at-spi2-core ~arm
net-libs/liboauth ~arm
media-libs/libraw ~arm
dev-util/itstool ~arm
dev-libs/json-glib ~arm
media-plugins/gst-plugins-lame ~arm
media-video/gnome-video-effects ~arm
app-admin/apg ~arm
net-im/telepathy-connection-managers ~arm
sys-apps/lsb-release ~arm
gnome-base/gnome ~arm
dev-libs/eeze ~arm
net-libs/gnome-online-accounts ~arm
gnome-base/gnome-core-apps ~arm
gnome-extra/gnome-tweak-tool ~arm
gnome-extra/nm-applet ~arm
dev-libs/efreet ~arm
media-libs/evas ~arm
x11-wm/muffin ~arm
gnome-extra/yelp ~arm
media-libs/edje ~arm
gnome-extra/gnome-contacts ~arm
media-video/totem ~arm
net-im/empathy ~arm
net-wireless/gnome-bluetooth ~arm
dev-libs/eina ~arm
gnome-base/gnome-shell ~arm
gnome-extra/sushi ~arm
sys-devel/make ~arm
dev-libs/ecore ~arm
gnome-base/gdm ~arm
x11-wm/mutter ~arm
gnome-extra/evolution-data-server ~arm
dev-libs/e_dbus ~arm
gnome-base/gnome-fallback ~arm
www-client/epiphany ~arm
dev-libs/eet ~arm
gnome-base/gnome-control-center ~arm
dev-libs/embryo ~arm
gnome-extra/nemo ~arm
x11-libs/libdesktop-agnostic ~arm
media-libs/libprojectm ~arm
x11-themes/gtk-engines-murrine ~arm
www-servers/nginx ~arm
media-libs/vigra ~arm
gnome-extra/nemo ~arm
x11-wm/muffin ~arm
x11-themes/murrine-themes ~arm

View File

@@ -0,0 +1,8 @@
# these are all the same
http://dl.sabayon.org/entropy
http://best.sabayon.org/entropy
http://redir.sabayon.org/entropy
# This will be used as last resort, and must stay here
http://pkg.sabayon.org
# this is in case our DNS goes down
http://na.mirror.garr.it/mirrors/sabayonlinux/entropy

View File

@@ -0,0 +1,15 @@
app-admin/equo
app-misc/sabayon-version
dev-db/sqlite
sys-apps/entropy
sys-devel/base-gcc:4.7
sys-libs/db:4.8
virtual/cron
# virtual/linux-binary
sys-auth/pambase
# glibc cannot be removed, it's part of the system
# nowadays it's not even a system pkg because
# virtual/libc wraps it.
# This makes sure we always block glibc
sys-libs/glibc

View File

@@ -0,0 +1 @@
https://packages.sabayon.org/service

View File

@@ -0,0 +1,3 @@
sys-devel/base-gcc:4.7
>=sys-apps/portage-2.2.0_alpha142
>sys-libs/glibc-2.16.9999

View File

@@ -0,0 +1,6 @@
# Our fallback mirror is pkg.sabayon.org
pkg.sabayon.org
best.sabayon.org
dl.sabayon.org
r.sabayon.org
redir.sabayon.org

View File

@@ -121,3 +121,9 @@ dev-libs/embryo ~arm
gnome-extra/nemo ~arm
x11-libs/libdesktop-agnostic ~arm
media-libs/libprojectm ~arm
x11-themes/gtk-engines-murrine ~arm
www-servers/nginx ~arm
media-libs/vigra ~arm
gnome-extra/nemo ~arm
x11-wm/muffin ~arm
x11-themes/murrine-themes ~arm

View File

@@ -0,0 +1,8 @@
# these are all the same
http://dl.sabayon.org/entropy
http://best.sabayon.org/entropy
http://redir.sabayon.org/entropy
# This will be used as last resort, and must stay here
http://pkg.sabayon.org
# this is in case our DNS goes down
http://na.mirror.garr.it/mirrors/sabayonlinux/entropy

View File

@@ -0,0 +1,15 @@
app-admin/equo
app-misc/sabayon-version
dev-db/sqlite
sys-apps/entropy
sys-devel/base-gcc:4.7
sys-libs/db:4.8
virtual/cron
# virtual/linux-binary
sys-auth/pambase
# glibc cannot be removed, it's part of the system
# nowadays it's not even a system pkg because
# virtual/libc wraps it.
# This makes sure we always block glibc
sys-libs/glibc

View File

@@ -0,0 +1 @@
https://packages.sabayon.org/service