diff --git a/Documentation/ls_pro_live/armv5tejl-stage1.spec b/Documentation/ls_pro_live/armv5tejl-stage1.spec deleted file mode 100644 index d5c59e5..0000000 --- a/Documentation/ls_pro_live/armv5tejl-stage1.spec +++ /dev/null @@ -1,107 +0,0 @@ -# generic installation stage specfile -# used to build a stage1, stage2, or stage3 installation tarball - -# The subarch can be any of the supported catalyst subarches (like athlon-xp). -# Refer to the catalyst reference manual for suppurted subarches. -# http://www.gentoo.org/proj/en/releng/catalyst/ -# example: -# subarch: athlon-xp -subarch: arm - -# The version stamp is an identifier for the build. It can be anything you wish -# it to be, but it is usually a date. -# example: -# version_stamp: 2006.1 -version_stamp: armv5tejl.0 - -# The target specifies what target we want catalyst to do. For stages, the -# supported targets are: stage1 stage2 stage3 -# example: -# target: stage2 -target: stage1 - -# The rel_type defines what kind of build we are doing. This is merely another -# identifier, but it useful for allowing multiple concurrent builds. Usually, -# default will suffice. -# example: -# rel_type: default -rel_type: default - -# This is the system profile to be used by catalyst to build this target. It is -# specified as a relative path from /usr/portage/profiles. -# example: -# profile: default-linux/x86/2006.1 -profile: default-linux/arm/10.0/server - -# This specifies which snapshot to use for building this target. -# example: -# snapshot: 2006.1 -snapshot: armv5tejl.0 - -# This specifies where the seed stage comes from for this target, The path is -# relative to $clst_sharedir/builds. The rel_type is also used as a path prefix -# for the seed. -# example: -# default/stage3-x86-2006.1 -source_subpath: default/stage3-arm-armv5tejl.0 - -# These are the hosts used as distcc slaves when distcc is enabled in your -# catalyst.conf. It follows the same syntax as distcc-config --set-hosts and -# is entirely optional. -# example: -# distcc_hosts: 127.0.0.1 192.168.0.1 -distcc_hosts: - -# This is an optional directory containing portage configuration files. It -# follows the same syntax as /etc/portage and should be consistent across all -# targets to minimize problems. -# example: -# portage_confdir: /etc/portage -portage_confdir: /home/mario/mars/linamh/trunk/genlink/Documentation/ls_pro_live/portage/ - -# This option specifies the location to a portage overlay that you would like to -# have used when building this target. -# example: -# portage_overlay: /usr/local/portage -portage_overlay: /home/mario/mars/linamh/trunk/genlink - -# This allows the optional directory containing the output packages for -# catalyst. Mainly used as a way for different spec files to access the same -# cache directory. Default behavior is for this location to be autogenerated -# by catalyst based on the spec file. -# example: -# pkgcache_path: /tmp/packages -# pkgcache_path: - -# These options are only available when building a stage1 or stage2 target and -# are all optional. These allow for emulating the changes possible during ai -# bootstrap. Some possible uses of these would be building embedded stages -# requiring a different CHOST or building a stage2 with NPTL support from a -# stage1 tarball that is built without it. -# If left blank, then the catalyst defaults from arch.py are used. - -# This option is used to change the CHOST from what is default in the profile -# to whatever you specify. This is useful for building NPTL, for example. -# example: -# chost: i686-pc-linux-gnu -chost: armv5tejl-softfloat-linux-gnueabi - -# This option allows you to change the default CFLAGS that will be used in -# building this stage. This really should remain generic, as putting -# optimizations flags here will build a stage1 tarball that is no longer -# generic. -# example: -# cflags: -Os -pipe -fomit-frame-pointer -mcpu=i686 -cflags: -march=armv5te -mtune=arm926ej-s -Os -fomit-frame-pointer -pipe - -# This is for setting the CXXFLAGS. Generally, this would be set to the same -# as CFLAGS. In fact, it will mirror CFLAGS by default. -# example: -# cxxflags: -Os -pipe -fomit-frame-pointer -mcpu=i686 -cxxflags: -march=armv5te -mtune=arm926ej-s -Os -fomit-frame-pointer -pipe - -# Setting this option sets LDFLAGS in make.conf in your stage. This would be -# useful for setting up an embedded or hardened system. -# example: -# ldflags: -Wl,-O1 -Wl,-z,now -ldflags: -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed diff --git a/Documentation/ls_pro_live/armv5tejl-stage2.spec b/Documentation/ls_pro_live/armv5tejl-stage2.spec deleted file mode 100644 index ba902d9..0000000 --- a/Documentation/ls_pro_live/armv5tejl-stage2.spec +++ /dev/null @@ -1,107 +0,0 @@ -# generic installation stage specfile -# used to build a stage1, stage2, or stage3 installation tarball - -# The subarch can be any of the supported catalyst subarches (like athlon-xp). -# Refer to the catalyst reference manual for suppurted subarches. -# http://www.gentoo.org/proj/en/releng/catalyst/ -# example: -# subarch: athlon-xp -subarch: arm - -# The version stamp is an identifier for the build. It can be anything you wish -# it to be, but it is usually a date. -# example: -# version_stamp: 2006.1 -version_stamp: armv5tejl.0 - -# The target specifies what target we want catalyst to do. For stages, the -# supported targets are: stage1 stage2 stage3 -# example: -# target: stage2 -target: stage2 - -# The rel_type defines what kind of build we are doing. This is merely another -# identifier, but it useful for allowing multiple concurrent builds. Usually, -# default will suffice. -# example: -# rel_type: default -rel_type: default - -# This is the system profile to be used by catalyst to build this target. It is -# specified as a relative path from /usr/portage/profiles. -# example: -# profile: default-linux/x86/2006.1 -profile: default-linux/arm/10.0/server - -# This specifies which snapshot to use for building this target. -# example: -# snapshot: 2006.1 -snapshot: armv5tejl.0 - -# This specifies where the seed stage comes from for this target, The path is -# relative to $clst_sharedir/builds. The rel_type is also used as a path prefix -# for the seed. -# example: -# default/stage3-x86-2006.1 -source_subpath: default/stage1-arm-armv5tejl.0 - -# These are the hosts used as distcc slaves when distcc is enabled in your -# catalyst.conf. It follows the same syntax as distcc-config --set-hosts and -# is entirely optional. -# example: -# distcc_hosts: 127.0.0.1 192.168.0.1 -distcc_hosts: - -# This is an optional directory containing portage configuration files. It -# follows the same syntax as /etc/portage and should be consistent across all -# targets to minimize problems. -# example: -# portage_confdir: /etc/portage -portage_confdir: /home/mario/mars/linamh/trunk/genlink/Documentation/ls_pro_live/portage/ - -# This option specifies the location to a portage overlay that you would like to -# have used when building this target. -# example: -# portage_overlay: /usr/local/portage -portage_overlay: /home/mario/mars/linamh/trunk/genlink - -# This allows the optional directory containing the output packages for -# catalyst. Mainly used as a way for different spec files to access the same -# cache directory. Default behavior is for this location to be autogenerated -# by catalyst based on the spec file. -# example: -# pkgcache_path: /tmp/packages -pkgcache_path: - -# These options are only available when building a stage1 or stage2 target and -# are all optional. These allow for emulating the changes possible during ai -# bootstrap. Some possible uses of these would be building embedded stages -# requiring a different CHOST or building a stage2 with NPTL support from a -# stage1 tarball that is built without it. -# If left blank, then the catalyst defaults from arch.py are used. - -# This option is used to change the CHOST from what is default in the profile -# to whatever you specify. This is useful for building NPTL, for example. -# example: -# chost: i686-pc-linux-gnu -chost: armv5tejl-softfloat-linux-gnueabi - -# This option allows you to change the default CFLAGS that will be used in -# building this stage. This really should remain generic, as putting -# optimizations flags here will build a stage1 tarball that is no longer -# generic. -# example: -# cflags: -Os -pipe -fomit-frame-pointer -mcpu=i686 -cflags: -march=armv5te -mtune=arm926ej-s -Os -fomit-frame-pointer -pipe - -# This is for setting the CXXFLAGS. Generally, this would be set to the same -# as CFLAGS. In fact, it will mirror CFLAGS by default. -# example: -# cxxflags: -Os -pipe -fomit-frame-pointer -mcpu=i686 -cxxflags: -march=armv5te -mtune=arm926ej-s -Os -fomit-frame-pointer -pipe - -# Setting this option sets LDFLAGS in make.conf in your stage. This would be -# useful for setting up an embedded or hardened system. -# example: -# ldflags: -Wl,-O1 -Wl,-z,now -ldflags: -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed diff --git a/Documentation/ls_pro_live/armv5tejl-stage3.spec b/Documentation/ls_pro_live/armv5tejl-stage3.spec deleted file mode 100644 index 71dd41d..0000000 --- a/Documentation/ls_pro_live/armv5tejl-stage3.spec +++ /dev/null @@ -1,107 +0,0 @@ -# generic installation stage specfile -# used to build a stage1, stage2, or stage3 installation tarball - -# The subarch can be any of the supported catalyst subarches (like athlon-xp). -# Refer to the catalyst reference manual for suppurted subarches. -# http://www.gentoo.org/proj/en/releng/catalyst/ -# example: -# subarch: athlon-xp -subarch: arm - -# The version stamp is an identifier for the build. It can be anything you wish -# it to be, but it is usually a date. -# example: -# version_stamp: 2006.1 -version_stamp: armv5tejl.0 - -# The target specifies what target we want catalyst to do. For stages, the -# supported targets are: stage1 stage2 stage3 -# example: -# target: stage2 -target: stage3 - -# The rel_type defines what kind of build we are doing. This is merely another -# identifier, but it useful for allowing multiple concurrent builds. Usually, -# default will suffice. -# example: -# rel_type: default -rel_type: default - -# This is the system profile to be used by catalyst to build this target. It is -# specified as a relative path from /usr/portage/profiles. -# example: -# profile: default-linux/x86/2006.1 -profile: default-linux/arm/10.0/server - -# This specifies which snapshot to use for building this target. -# example: -# snapshot: 2006.1 -snapshot: armv5tejl.0 - -# This specifies where the seed stage comes from for this target, The path is -# relative to $clst_sharedir/builds. The rel_type is also used as a path prefix -# for the seed. -# example: -# default/stage3-x86-2006.1 -source_subpath: default/stage2-arm-armv5tejl.0 - -# These are the hosts used as distcc slaves when distcc is enabled in your -# catalyst.conf. It follows the same syntax as distcc-config --set-hosts and -# is entirely optional. -# example: -# distcc_hosts: 127.0.0.1 192.168.0.1 -distcc_hosts: - -# This is an optional directory containing portage configuration files. It -# follows the same syntax as /etc/portage and should be consistent across all -# targets to minimize problems. -# example: -# portage_confdir: /etc/portage -portage_confdir: /home/mario/mars/linamh/trunk/genlink/Documentation/ls_pro_live/portage/ - -# This option specifies the location to a portage overlay that you would like to -# have used when building this target. -# example: -# portage_overlay: /usr/local/portage -portage_overlay: /home/mario/mars/linamh/trunk/genlink - -# This allows the optional directory containing the output packages for -# catalyst. Mainly used as a way for different spec files to access the same -# cache directory. Default behavior is for this location to be autogenerated -# by catalyst based on the spec file. -# example: -# pkgcache_path: /tmp/packages -pkgcache_path: - -# These options are only available when building a stage1 or stage2 target and -# are all optional. These allow for emulating the changes possible during ai -# bootstrap. Some possible uses of these would be building embedded stages -# requiring a different CHOST or building a stage2 with NPTL support from a -# stage1 tarball that is built without it. -# If left blank, then the catalyst defaults from arch.py are used. - -# This option is used to change the CHOST from what is default in the profile -# to whatever you specify. This is useful for building NPTL, for example. -# example: -# chost: i686-pc-linux-gnu -# chost: - -# This option allows you to change the default CFLAGS that will be used in -# building this stage. This really should remain generic, as putting -# optimizations flags here will build a stage1 tarball that is no longer -# generic. -# example: -# cflags: -Os -pipe -fomit-frame-pointer -mcpu=i686 -cflags: -march=armv5te -mtune=arm926ej-s -Os -fomit-frame-pointer -pipe - -# This is for setting the CXXFLAGS. Generally, this would be set to the same -# as CFLAGS. In fact, it will mirror CFLAGS by default. -# example: -# cxxflags: -Os -pipe -fomit-frame-pointer -mcpu=i686 -cxxflags: -march=armv5te -mtune=arm926ej-s -Os -fomit-frame-pointer -pipe - -# Setting this option sets LDFLAGS in make.conf in your stage. This would be -# useful for setting up an embedded or hardened system. -# example: -# ldflags: -Wl,-O1 -Wl,-z,now -ldflags: -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed diff --git a/Documentation/ls_pro_live/armv5tejl-stage4.spec b/Documentation/ls_pro_live/armv5tejl-stage4.spec deleted file mode 100644 index cf8e694..0000000 --- a/Documentation/ls_pro_live/armv5tejl-stage4.spec +++ /dev/null @@ -1,258 +0,0 @@ -# stage4 example specfile -# used to build a stage4 - -# The subarch can be any of the supported catalyst subarches (like athlon-xp). -# Refer to the catalyst reference manual for suppurted subarches. -# http://www.gentoo.org/proj/en/releng/catalyst/ -# example: -# subarch: athlon-xp -subarch: arm - -# The version stamp is an identifier for the build. It can be anything you wish# it to be, but it is usually a date. -# example: -# version_stamp: 2006.1 -version_stamp: armv5tejl-buffalo_ls_pro_live.0 - -# The target specifies what target we want catalyst to do. For building a CD, -# we start with stage4 as our target. -# example: -# target: stage4 -target: stage4 - -# The rel_type defines what kind of build we are doing. This is merely another -# identifier, but it useful for allowing multiple concurrent builds. Usually, -# default will suffice. -# example: -# rel_type: default -rel_type: default - -# This is the system profile to be used by catalyst to build this target. It is# specified as a relative path from /usr/portage/profiles. -# example: -# profile: default-linux/x86/2006.1 -profile: default-linux/arm/10.0/server - -# This specifies which snapshot to use for building this target. -# example: -# snapshot: 2006.1 -snapshot: armv5tejl.0 - -# This specifies where the seed stage comes from for this target, The path is -# relative to $clst_sharedir/builds. The rel_type is also used as a path prefix# for the seed. -# example: -# default/stage3-x86-2006.1 -source_subpath: default/stage3-arm-armv5tejl.0 - -# These are the hosts used as distcc slaves when distcc is enabled in your -# catalyst.conf. It follows the same syntax as distcc-config --set-hosts and -# is entirely optional. -# example: -# distcc_hosts: 127.0.0.1 192.168.0.1 -distcc_hosts: - -# This is an optional directory containing portage configuration files. It -# follows the same syntax as /etc/portage and should be consistent across all -# targets to minimize problems. -# example: -# portage_confdir: /etc/portage -portage_confdir: /home/mario/mars/linamh/trunk/genlink/Documentation/ls_pro_live/portage/ - -# This option specifies the location to a portage overlay that you would like to -# have used when building this target. -# example: -# portage_overlay: /usr/local/portage -portage_overlay: /home/mario/mars/linamh/trunk/genlink - -# This allows the optional directory containing the output packages for -# catalyst. Mainly used as a way for different spec files to access the same -# cache directory. Default behavior is for this location to be autogenerated -# by catalyst based on the spec file. -# example: -# pkgcache_path: /tmp/packages -pkgcache_path: - -# This allows the optional directory containing the output packages for kernel -# builds. Mainly used as a way for different spec files to access the same -# cache directory. Default behavior is for this location to be autogenerated -# by catalyst based on the spec file. -# example: -# kerncache_path: /tmp/kernel -kerncache_path: - -# The stage4 target is where you will build packages for basically updated -# stage3. These packages can be built with customized USE settings. The -# settings here are additive to the default USE configured by the profile. -# Leaving this blank will default to the system use flags -# example: -# stage4/use: ipv6 socks5 fbcon ncurses readline ssl -stage4/use: - -# This is the set of packages that we will merge into the stage4 tarball. They -# will be built with the USE flags configured above. These packages must not -# depend on a configured kernel. If the package requires a configured kernel, -# then it will be defined elsewhere. -# example: -# stage4/packages: livecd-tools dhcpcd acpid apmd gentoo-sources coldplug fxload irssi gpm syslog-ng parted links raidtools dosfstools nfs-utils jfsutils xfsprogs e2fsprogs reiserfsprogs ntfsprogs pwgen rp-pppoe screen mirrorselect penggy iputils hwdata-knoppix hwsetup lvm2 evms vim pptpclient mdadm ethtool wireless-tools prism54-firmware wpa_supplicant -stage4/packages: layman openssh dhcpcd udev micro_evtd vixie-cron logrotate update-motd linux-buffalo_ls_pro_live buffalo_ls_pro_live-sources gpm syslog-ng gdisk parted atop links dosfstools nfs-utils jfsutils xfsprogs e2fsprogs reiserfsprogs reiser4progs pwgen screen mirrorselect iputils lvm2 vim mdadm ethtool ntp smartmontools hddtemp - -# A fsscript is simply a shell script that is copied into the chroot of the stage4 -# after the kernel(s) and any external modules have been compiled and is -# executed within the chroot. It can contain any commands that are available -# via the packages installed by our stages or by the packages installed during -# the stage4-stage1 build. We do not use one for the official release media, so -# there will not be one listed below. The syntax is simply the full path and -# filename to the shell script that you wish to execute. The script is copied -# into the chroot by catalyst automatically. -# example: -# stage4/fsscript: -stage4/fsscript: /home/mario/mars/linamh/trunk/genlink/Documentation/ls_pro_live/fsscript - -# This is where you set the splash theme. This theme must be present in -# /etc/splash, before the kernel has completed building. -# example: -# stage4/splash_theme: livecd-2006.1 -stage4/splash_theme: - -# This is a set of arguments that will be passed to genkernel for all kernels -# defined in this target. It is useful for passing arguments to genkernel that -# are not otherwise available via the stage4-stage2 spec file. -# example: -# stage4/gk_mainargs: --lvm --dmraid -stage4/gk_mainargs: - -# This option allows you to specify your own linuxrc script for genkernel to use# when building your CD. This is not checked for functionality, so it is up to -# you to debug your own script. We do not use one for the official release -# media, so there will not be one listed below. -# example: -# stage4/linuxrc: -stage4/linuxrc: - -# This is for the message of the day. It is not required -# release media, as catalyst builds a default motd when the stage4/type is set -# to one of the gentoo-* options. This setting overrides the default motd even -# on official media. Since we do not use this for the official releases, it is -# left blank below. -# example: -# stage4/motd: -stage4/motd: - -# This is for blacklisting modules from being hotplugged that are known to cause -# problems. Putting a module name here will keep it from being auto-loaded, -# even if ti is detected by hotplug. -# example: -# stage4/modblacklist: 8139cp -stage4/modblacklist: - -# This is for adding init scripts to runlevels. The syntax for the init script -# is the script name, followed by a pipe, followed by the runlevel in which you -# want the script to run. It looks like spind|default and is space delimited. -# We do not use this on the official media, as catalyst sets up the runlevels -# correctly for us. Since we do not use this, it is left blank below. -# example: -# stage4/rcadd: -stage4/rcadd: udev|sysinit micro_evtd-boot|boot hwclock|boot root|boot procfs|boot mtab|boot fsck|boot swap|boot vixie-cron|default micro_evtd|default syslog-ng|default net.eth0|default dbus|default linux-logo|default ntpd|default ntp-client|default smartd|default hddtemp|default sshd|default - -# This is for removing init script from runlevels. It is executed after the -# defaults shipped with catalyst, so it is possible to remove the defaults using -# this option. It can follow the same syntax as livcd/rcadd, or you can leave -# the runlevel off to remove the script from any runlevels detected. We do not -# use this on the official media, so it is left blank. -# example: -# stage4/rcdel: -stage4/rcdel: - -# This overlay is dropped onto the filesystem within the loop. This can be used -# for such things as updating configuration files or adding anything else you -# would want within your stage4 filesystem. Files added here are available when -# docache is used. We do not use this on the official media, so we will leave -# it blank below. -# example: -# stage4/root_overlay: -stage4/root_overlay: /home/mario/mars/linamh/trunk/genlink/Documentation/ls_pro_live/root_overlay - -# This is used by catalyst to copy the specified file to /etc/X11/xinit/xinitrc -# and is used by the stage4/type gentoo-gamecd and generic-livecd. While the -# file will still be copied for any stage4/type, catalyst will only create the -# necessary /etc/startx for those types, so X will not be automatically started. -# This is useful also for setting up X on a CD where you do not wish X to start -# automatically. We do not use this on the release media, so it is left blank. -# example: -# stage4/xinitrc: -stage4/xinitrc: - -# This option is used to create non-root users on your CD. It takes a space -# separated list of user names. These users will be added to the following -# groups: users,wheel,audio,games,cdrom,usb -# If this is specified in your spec file, then the first user is also the user -# used to start X. Since this is not used on the release media, it is blank. -# example: -# stage4/users: -stage4/users: - -# This option is used to specify the number of kernels to build and also the -# labels that will be used by the CD bootloader to refer to each kernel image. -# example: -# boot/kernel: gentoo -boot/kernel: - -# This option tells catalyst which kernel sources to merge for this kernel -# label. This can use normal portage atoms to specify a specific version. -# example: -# boot/kernel/gentoo/sources: gentoo-sources -boot/kernel/gentoo/sources: - -# This option is the full path and filename to a kernel .config file that is -# used by genkernel to compile the kernel this label applies to. -# example: -# boot/kernel/gentoo/config: /tmp/2.6.11-smp.config -boot/kernel/gentoo/config: - -# This option sets genkernel parameters on a per-kernel basis and applies only -# to this kernel label. This can be used for building options into only a -# single kernel, where compatibility may be an issue. Since we do not use this -# on the official release media, it is left blank, but it follows the same -# syntax as stage4/gk_mainargs. -# example: -# boot/kernel/gentoo/gk_kernargs: -boot/kernel/gentoo/gk_kernargs: - -# This option sets the USE flags used to build the kernel and also any packages -# which are defined under this kernel label. These USE flags are additive from -# the default USE for the specified profile. -# example: -# boot/kernel/gentoo/use: pcmcia usb -X -boot/kernel/gentoo/use: - -# This option appends an extension to the name of your kernel, as viewed by a -# uname -r/ This also affects any modules built under this kernel label. This -# is useful for having two kernels using the same sources to keep the modules -# from overwriting each other. We do not use this on the official media, so it -# is left blank. -# example: -# boot/kernel/gentoo/extraversion: -boot/kernel/gentoo/extraversion: - -# This option is for merging kernel-dependent packages and external modules that -# are configured against this kernel label. -# example: -# boot/kernel/gentoo/packages: pcmcia-cs speedtouch slmodem globespan-adsl hostap-driver hostap-utils ipw2100 ipw2200 fritzcapi fcdsl cryptsetup -boot/kernel/gentoo/packages: - -# This is a list of packages that will be unmerged after all the kernels have -# been built. There are no checks on these packages, so be careful what you -# add here. They can potentially break your CD. -# example: -# stage4/unmerge: acl attr autoconf automake bin86 binutils libtool m4 bison ld.so make perl patch linux-headers man-pages sash bison flex gettext texinfo ccache distcc addpatches man groff lib-compat miscfiles rsync sysklogd bc lcms libmng genkernel diffutils libperl gnuconfig gcc-config gcc bin86 cpio cronbase ed expat grub lilo help2man libtool gentoo-sources -stage4/unmerge: - -# This option is used to empty the directories listed. It is useful for getting -# rid of files that don't belong to a particular package, or removing files from -# a package that you wish to keep, but won't need the full functionality. -# example: -# stage4/empty: /var/tmp /var/cache /var/db /var/empty /var/lock /var/log /var/run /var/spool /var/state /tmp /usr/portage /usr/share/man /usr/share/info /usr/share/unimaps /usr/include /usr/share/zoneinfo /usr/share/dict /usr/share/doc /usr/share/ss /usr/share/state /usr/share/texinfo /usr/lib/python2.2 /usr/lib/portage /usr/share/gettext /usr/share/i18n /usr/share/rfc /usr/lib/X11/config /usr/lib/X11/etc /usr/lib/X11/doc /usr/src /usr/share/doc /usr/share/man /root/.ccache /etc/cron.daily /etc/cron.hourly /etc/cron.monthly /etc/cron.weekly /etc/logrotate.d /etc/rsync /usr/lib/awk /usr/lib/ccache /usr/lib/gcc-config /usr/lib/nfs /usr/local /usr/diet/include /usr/diet/man /usr/share/consolefonts/partialfonts /usr/share/consoletrans /usr/share/emacs /usr/share/gcc-data /usr/share/genkernel /etc/splash/gentoo /etc/splash/emergence /usr/share/gnuconfig /usr/share/lcms /usr/share/locale /etc/skel -stage4/empty: /var/tmp/portage /var/tmp/ccache /var/tmp/binpkg /tmp - -# This option tells catalyst to clean specific files from the filesystem and is -# very usefu in cleaning up stray files in /etc left over after stage4/unmerge. -# example: -# stage4/rm: /lib/*.a /usr/lib/*.a /usr/lib/gcc-lib/*/*/libgcj* /etc/dispatch-conf.conf /etc/etc-update.conf /etc/*- /etc/issue* /etc/make.conf /etc/man.conf /etc/*.old /root/.viminfo /usr/sbin/fb* /usr/sbin/fsck.cramfs /usr/sbin/fsck.minix /usr/sbin/mkfs.minix /usr/sbin/mkfs.bfs /usr/sbin/mkfs.cramfs /lib/security/pam_access.so /lib/security/pam_chroot.so /lib/security/pam_debug.so /lib/security/pam_ftp.so /lib/security/pam_issue.so /lib/security/pam_mail.so /lib/security/pam_motd.so /lib/security/pam_mkhomedir.so /lib/security/pam_postgresok.so /lib/security/pam_rhosts_auth.so /lib/security/pam_userdb.so /usr/share/consolefonts/1* /usr/share/consolefonts/7* /usr/share/consolefonts/8* /usr/share/consolefonts/9* /usr/share/consolefonts/A* /usr/share/consolefonts/C* /usr/share/consolefonts/E* /usr/share/consolefonts/G* /usr/share/consolefonts/L* /usr/share/consolefonts/M* /usr/share/consolefonts/R* /usr/share/consolefonts/a* /usr/share/consolefonts/c* /usr/share/consolefonts/dr* /usr/share/consolefonts/g* /usr/share/consolefonts/i* /usr/share/consolefonts/k* /usr/share/consolefonts/l* /usr/share/consolefonts/r* /usr/share/consolefonts/s* /usr/share/consolefonts/t* /usr/share/consolefonts/v* /etc/splash/livecd-2006.1/16* /etc/splash/livecd-2006.1/12* /etc/splash/livecd-2006.1/6* /etc/splash/livecd-2006.1/8* /etc/splash/livecd-2006.1/images/silent-16* /etc/splash/livecd-2006.1/images/silent-12* /etc/splash/livecd-2006.1/images/silent-6* /etc/splash/livecd-2006.1/images/silent-8* /etc/splash/livecd-2006.1/images/verbose-16* /etc/splash/livecd-2006.1/images/verbose-12* /etc/splash/livecd-2006.1/images/verbose-6* /etc/splash/livecd-2006.1/images/verbose-8* /etc/make.conf.example /etc/make.globals /etc/resolv.conf -stage4/rm: /usr/bin/qemu-arm /root/move_portage diff --git a/Documentation/ls_pro_live/fsscript b/Documentation/ls_pro_live/fsscript deleted file mode 100755 index 92ac059..0000000 --- a/Documentation/ls_pro_live/fsscript +++ /dev/null @@ -1,39 +0,0 @@ -#!/bin/sh - -# link the kernel and initrd for the inital package -cd /boot -ln -sf uImage-*.buffalo uImage.buffalo -ln -sf initrd-*.buffalo initrd.buffalo -# no search for .svn dir -# subversiontrees are used for /etc/portage & /var/lib/layman/go-genlink -# so remove manually -rm -rf /.svn -rm -rf /etc/.svn -rm -rf /etc/conf.d/.svn -rm -rf /etc/init.d/.svn -rm -rf /etc/layman/.svn -rm -rf /etc/profile.d/.svn -rm -rf /var/.svn -rm -rf /var/lib/.svn -rm -rf /var/lib/layman/.svn - -# qemu-arm don't work with newer coreutils -# but the linkstation works with it -rm -f /etc/portage/package.mask/coreutils - -# init bash profile for root -cp -Rv /etc/skel/.bash* /root/ - -# create the new portage dir -mkdir /usr/portage.new - -# shrink the image by only syncing the requred dirs into /usr/portage -# the only dirs that survive are profiles (required), eclass (required), licenses (required) -# we have to use the IP as the resolve.conf file is already gone -# but a new one will be added in a later phase of catylast -rsync -aPv rsync://83.164.133.198/gentoo-portage/profiles /usr/portage.new/ -rsync -aPv rsync://83.164.133.198/gentoo-portage/eclass /usr/portage.new/ -rsync -aPv rsync://83.164.133.198/gentoo-portage/licenses /usr/portage.new/ - -# change password for root user -echo "root:goLsProLive" | chpasswd diff --git a/Documentation/ls_pro_live/portage/package.keywords/BerkeleyDB b/Documentation/ls_pro_live/portage/package.keywords/BerkeleyDB deleted file mode 100644 index d32f02a..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/BerkeleyDB +++ /dev/null @@ -1 +0,0 @@ -dev-perl/BerkeleyDB x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/Cache-Cache b/Documentation/ls_pro_live/portage/package.keywords/Cache-Cache deleted file mode 100644 index cdae8bb..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/Cache-Cache +++ /dev/null @@ -1 +0,0 @@ -dev-perl/Cache-Cache x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/Convert-BinHex b/Documentation/ls_pro_live/portage/package.keywords/Convert-BinHex deleted file mode 100644 index 03c6924..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/Convert-BinHex +++ /dev/null @@ -1 +0,0 @@ -dev-perl/Convert-BinHex x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/Convert-TNEF b/Documentation/ls_pro_live/portage/package.keywords/Convert-TNEF deleted file mode 100644 index 85ea901..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/Convert-TNEF +++ /dev/null @@ -1 +0,0 @@ -dev-perl/Convert-TNEF x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/Crypt-DES b/Documentation/ls_pro_live/portage/package.keywords/Crypt-DES deleted file mode 100644 index 1421d55..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/Crypt-DES +++ /dev/null @@ -1 +0,0 @@ -dev-perl/Crypt-DES x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_pro_live/portage/package.keywords/Digest-Nilsimsa b/Documentation/ls_pro_live/portage/package.keywords/Digest-Nilsimsa deleted file mode 100644 index ce581c0..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/Digest-Nilsimsa +++ /dev/null @@ -1 +0,0 @@ -dev-perl/Digest-Nilsimsa x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/File-Tail b/Documentation/ls_pro_live/portage/package.keywords/File-Tail deleted file mode 100644 index 5ce7b3e..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/File-Tail +++ /dev/null @@ -1 +0,0 @@ -dev-perl/File-Tail x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/HTML-Template b/Documentation/ls_pro_live/portage/package.keywords/HTML-Template deleted file mode 100644 index 9fb5185..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/HTML-Template +++ /dev/null @@ -1 +0,0 @@ -dev-perl/HTML-Template x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_pro_live/portage/package.keywords/IO-Multiplex b/Documentation/ls_pro_live/portage/package.keywords/IO-Multiplex deleted file mode 100644 index 65ad234..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/IO-Multiplex +++ /dev/null @@ -1 +0,0 @@ -dev-perl/IO-Multiplex x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_pro_live/portage/package.keywords/IPC-ShareLite b/Documentation/ls_pro_live/portage/package.keywords/IPC-ShareLite deleted file mode 100644 index 39380be..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/IPC-ShareLite +++ /dev/null @@ -1 +0,0 @@ -dev-perl/IPC-ShareLite x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/Log-Log4perl b/Documentation/ls_pro_live/portage/package.keywords/Log-Log4perl deleted file mode 100644 index 0e8c41a..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/Log-Log4perl +++ /dev/null @@ -1 +0,0 @@ -dev-perl/Log-Log4perl x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_pro_live/portage/package.keywords/MIME-tools b/Documentation/ls_pro_live/portage/package.keywords/MIME-tools deleted file mode 100644 index e2e7323..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/MIME-tools +++ /dev/null @@ -1 +0,0 @@ -dev-perl/MIME-tools x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/Mail-DKIM b/Documentation/ls_pro_live/portage/package.keywords/Mail-DKIM deleted file mode 100644 index 61f5ed8..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/Mail-DKIM +++ /dev/null @@ -1 +0,0 @@ -dev-perl/Mail-DKIM x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/Mail-SPF b/Documentation/ls_pro_live/portage/package.keywords/Mail-SPF deleted file mode 100644 index 4535d73..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/Mail-SPF +++ /dev/null @@ -1 +0,0 @@ -dev-perl/Mail-SPF x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/MailTools b/Documentation/ls_pro_live/portage/package.keywords/MailTools deleted file mode 100644 index 54f13cc..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/MailTools +++ /dev/null @@ -1 +0,0 @@ -dev-perl/MailTools x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/Net-CIDR b/Documentation/ls_pro_live/portage/package.keywords/Net-CIDR deleted file mode 100644 index ee88f5c..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/Net-CIDR +++ /dev/null @@ -1 +0,0 @@ -dev-perl/Net-CIDR x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_pro_live/portage/package.keywords/Net-DNS-Resolver-Programmable b/Documentation/ls_pro_live/portage/package.keywords/Net-DNS-Resolver-Programmable deleted file mode 100644 index b860bc5..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/Net-DNS-Resolver-Programmable +++ /dev/null @@ -1 +0,0 @@ -dev-perl/Net-DNS-Resolver-Programmable x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/Net-Netmask b/Documentation/ls_pro_live/portage/package.keywords/Net-Netmask deleted file mode 100644 index ea040d4..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/Net-Netmask +++ /dev/null @@ -1 +0,0 @@ -dev-perl/Net-Netmask x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_pro_live/portage/package.keywords/NetAddr-IP b/Documentation/ls_pro_live/portage/package.keywords/NetAddr-IP deleted file mode 100644 index d69c3f2..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/NetAddr-IP +++ /dev/null @@ -1 +0,0 @@ -dev-perl/NetAddr-IP x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/Unix-Syslog b/Documentation/ls_pro_live/portage/package.keywords/Unix-Syslog deleted file mode 100644 index 20fffdf..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/Unix-Syslog +++ /dev/null @@ -1 +0,0 @@ -dev-perl/Unix-Syslog x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/acct b/Documentation/ls_pro_live/portage/package.keywords/acct deleted file mode 100644 index 0775f09..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/acct +++ /dev/null @@ -1 +0,0 @@ -sys-process/acct x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_pro_live/portage/package.keywords/amavisd-new b/Documentation/ls_pro_live/portage/package.keywords/amavisd-new deleted file mode 100644 index a2bec26..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/amavisd-new +++ /dev/null @@ -1 +0,0 @@ -mail-filter/amavisd-new x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/ant-core b/Documentation/ls_pro_live/portage/package.keywords/ant-core deleted file mode 100644 index 84435b3..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/ant-core +++ /dev/null @@ -1 +0,0 @@ -dev-java/ant-core x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_pro_live/portage/package.keywords/ant-nodeps b/Documentation/ls_pro_live/portage/package.keywords/ant-nodeps deleted file mode 100644 index 1701330..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/ant-nodeps +++ /dev/null @@ -1 +0,0 @@ -dev-java/ant-nodeps x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/arc b/Documentation/ls_pro_live/portage/package.keywords/arc deleted file mode 100644 index c8cc6b3..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/arc +++ /dev/null @@ -1 +0,0 @@ -app-arch/arc x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/atop b/Documentation/ls_pro_live/portage/package.keywords/atop deleted file mode 100644 index a3c268d..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/atop +++ /dev/null @@ -1 +0,0 @@ -sys-process/atop x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_pro_live/portage/package.keywords/audit b/Documentation/ls_pro_live/portage/package.keywords/audit deleted file mode 100644 index e1caf9a..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/audit +++ /dev/null @@ -1 +0,0 @@ -sys-process/audit x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/bcel b/Documentation/ls_pro_live/portage/package.keywords/bcel deleted file mode 100644 index e184a37..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/bcel +++ /dev/null @@ -1 +0,0 @@ -dev-java/bcel x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_pro_live/portage/package.keywords/catdoc b/Documentation/ls_pro_live/portage/package.keywords/catdoc deleted file mode 100644 index e0b58b5..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/catdoc +++ /dev/null @@ -1 +0,0 @@ -app-text/catdoc x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_pro_live/portage/package.keywords/clamav b/Documentation/ls_pro_live/portage/package.keywords/clamav deleted file mode 100644 index 0530cd3..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/clamav +++ /dev/null @@ -1 +0,0 @@ -app-antivirus/clamav x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/commons-cli b/Documentation/ls_pro_live/portage/package.keywords/commons-cli deleted file mode 100644 index f6194d3..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/commons-cli +++ /dev/null @@ -1 +0,0 @@ -dev-java/commons-cli x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_pro_live/portage/package.keywords/commons-logging b/Documentation/ls_pro_live/portage/package.keywords/commons-logging deleted file mode 100644 index 4edd5b1..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/commons-logging +++ /dev/null @@ -1 +0,0 @@ -dev-java/commons-logging x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_pro_live/portage/package.keywords/dcc b/Documentation/ls_pro_live/portage/package.keywords/dcc deleted file mode 100644 index 488fa71..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/dcc +++ /dev/null @@ -1 +0,0 @@ -mail-filter/dcc x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/dkim-milter b/Documentation/ls_pro_live/portage/package.keywords/dkim-milter deleted file mode 100644 index 3daaf57..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/dkim-milter +++ /dev/null @@ -1 +0,0 @@ -mail-filter/dkim-milter x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/dokuwiki b/Documentation/ls_pro_live/portage/package.keywords/dokuwiki deleted file mode 100644 index ece245e..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/dokuwiki +++ /dev/null @@ -1 +0,0 @@ -www-apps/dokuwiki x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_pro_live/portage/package.keywords/dom4j b/Documentation/ls_pro_live/portage/package.keywords/dom4j deleted file mode 100644 index 0c00722..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/dom4j +++ /dev/null @@ -1 +0,0 @@ -dev-java/dom4j x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/freeze b/Documentation/ls_pro_live/portage/package.keywords/freeze deleted file mode 100644 index b30a31c..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/freeze +++ /dev/null @@ -1 +0,0 @@ -app-arch/freeze x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/gitosis-gentoo b/Documentation/ls_pro_live/portage/package.keywords/gitosis-gentoo deleted file mode 100644 index 540d9a9..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/gitosis-gentoo +++ /dev/null @@ -1 +0,0 @@ -dev-vcs/gitosis-gentoo x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/google-perftools b/Documentation/ls_pro_live/portage/package.keywords/google-perftools deleted file mode 100644 index e49257d..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/google-perftools +++ /dev/null @@ -1 +0,0 @@ -dev-util/google-perftools x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/gsasl b/Documentation/ls_pro_live/portage/package.keywords/gsasl deleted file mode 100644 index bf1f0b2..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/gsasl +++ /dev/null @@ -1 +0,0 @@ -virtual/gsasl x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/icedtea b/Documentation/ls_pro_live/portage/package.keywords/icedtea deleted file mode 100644 index e00031f..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/icedtea +++ /dev/null @@ -1 +0,0 @@ -dev-java/icedtea x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/icu4j b/Documentation/ls_pro_live/portage/package.keywords/icu4j deleted file mode 100644 index 92e0d30..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/icu4j +++ /dev/null @@ -1 +0,0 @@ -dev-java/icu4j x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/ipset b/Documentation/ls_pro_live/portage/package.keywords/ipset deleted file mode 100644 index e08adaf..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/ipset +++ /dev/null @@ -1 +0,0 @@ -net-firewall/ipset x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_pro_live/portage/package.keywords/iso-relax b/Documentation/ls_pro_live/portage/package.keywords/iso-relax deleted file mode 100644 index 73098a2..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/iso-relax +++ /dev/null @@ -1 +0,0 @@ -dev-java/iso-relax x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/javacup b/Documentation/ls_pro_live/portage/package.keywords/javacup deleted file mode 100644 index d34a641..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/javacup +++ /dev/null @@ -1 +0,0 @@ -dev-java/javacup x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_pro_live/portage/package.keywords/javatoolkit b/Documentation/ls_pro_live/portage/package.keywords/javatoolkit deleted file mode 100644 index 074fc90..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/javatoolkit +++ /dev/null @@ -1 +0,0 @@ -dev-java/javatoolkit x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_pro_live/portage/package.keywords/jaxb-api b/Documentation/ls_pro_live/portage/package.keywords/jaxb-api deleted file mode 100644 index 4f2fb95..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/jaxb-api +++ /dev/null @@ -1 +0,0 @@ -java-virtuals/jaxb-api x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/jaxen b/Documentation/ls_pro_live/portage/package.keywords/jaxen deleted file mode 100644 index cd7fc2b..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/jaxen +++ /dev/null @@ -1 +0,0 @@ -dev-java/jaxen x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/jdom b/Documentation/ls_pro_live/portage/package.keywords/jdom deleted file mode 100644 index 1cffdde..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/jdom +++ /dev/null @@ -1 +0,0 @@ -dev-java/jdom x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/jdom-jaxen b/Documentation/ls_pro_live/portage/package.keywords/jdom-jaxen deleted file mode 100644 index 11a1471..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/jdom-jaxen +++ /dev/null @@ -1 +0,0 @@ -dev-java/jdom-jaxen x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/latencytop b/Documentation/ls_pro_live/portage/package.keywords/latencytop deleted file mode 100644 index bafc270..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/latencytop +++ /dev/null @@ -1 +0,0 @@ -sys-process/latencytop x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/libgdiplus b/Documentation/ls_pro_live/portage/package.keywords/libgdiplus deleted file mode 100644 index c9cc781..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/libgdiplus +++ /dev/null @@ -1 +0,0 @@ -dev-dotnet/libgdiplus x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/libgsasl b/Documentation/ls_pro_live/portage/package.keywords/libgsasl deleted file mode 100644 index 65ac8b0..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/libgsasl +++ /dev/null @@ -1 +0,0 @@ -net-libs/libgsasl x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/libmilter b/Documentation/ls_pro_live/portage/package.keywords/libmilter deleted file mode 100644 index 035043e..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/libmilter +++ /dev/null @@ -1 +0,0 @@ -mail-filter/libmilter x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/libpqpp b/Documentation/ls_pro_live/portage/package.keywords/libpqpp deleted file mode 100644 index 9b47250..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/libpqpp +++ /dev/null @@ -1 +0,0 @@ -dev-cpp/libpqpp x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_pro_live/portage/package.keywords/linux-logo b/Documentation/ls_pro_live/portage/package.keywords/linux-logo deleted file mode 100644 index 001e87b..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/linux-logo +++ /dev/null @@ -1 +0,0 @@ -app-misc/linux-logo x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_pro_live/portage/package.keywords/lsb-release b/Documentation/ls_pro_live/portage/package.keywords/lsb-release deleted file mode 100644 index 41dfa23..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/lsb-release +++ /dev/null @@ -1 +0,0 @@ -sys-apps/lsb-release x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_pro_live/portage/package.keywords/mdadm b/Documentation/ls_pro_live/portage/package.keywords/mdadm deleted file mode 100644 index 2c27a3c..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/mdadm +++ /dev/null @@ -1 +0,0 @@ -sys-fs/mdadm x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/mediawiki b/Documentation/ls_pro_live/portage/package.keywords/mediawiki deleted file mode 100644 index 1c1de06..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/mediawiki +++ /dev/null @@ -1 +0,0 @@ -www-apps/mediawiki x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/mod_mono b/Documentation/ls_pro_live/portage/package.keywords/mod_mono deleted file mode 100644 index 67b5a69..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/mod_mono +++ /dev/null @@ -1 +0,0 @@ -www-apache/mod_mono x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/mod_python b/Documentation/ls_pro_live/portage/package.keywords/mod_python deleted file mode 100644 index e1a9bc0..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/mod_python +++ /dev/null @@ -1 +0,0 @@ -www-apache/mod_python x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_pro_live/portage/package.keywords/mono b/Documentation/ls_pro_live/portage/package.keywords/mono deleted file mode 100644 index 1cb8c19..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/mono +++ /dev/null @@ -1 +0,0 @@ -dev-lang/mono x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/msv b/Documentation/ls_pro_live/portage/package.keywords/msv deleted file mode 100644 index 9f6acc7..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/msv +++ /dev/null @@ -1 +0,0 @@ -dev-java/msv x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/munin b/Documentation/ls_pro_live/portage/package.keywords/munin deleted file mode 100644 index 505d079..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/munin +++ /dev/null @@ -1 +0,0 @@ -net-analyzer/munin x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_pro_live/portage/package.keywords/nant b/Documentation/ls_pro_live/portage/package.keywords/nant deleted file mode 100644 index b405179..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/nant +++ /dev/null @@ -1 +0,0 @@ -dev-dotnet/nant x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/net-SNMP b/Documentation/ls_pro_live/portage/package.keywords/net-SNMP deleted file mode 100644 index 612bfd8..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/net-SNMP +++ /dev/null @@ -1 +0,0 @@ -dev-perl/Net-SNMP x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_pro_live/portage/package.keywords/net-server b/Documentation/ls_pro_live/portage/package.keywords/net-server deleted file mode 100644 index ac335c0..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/net-server +++ /dev/null @@ -1 +0,0 @@ -dev-perl/net-server x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_pro_live/portage/package.keywords/ntfsprogs b/Documentation/ls_pro_live/portage/package.keywords/ntfsprogs deleted file mode 100644 index e5c2626..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/ntfsprogs +++ /dev/null @@ -1 +0,0 @@ -sys-fs/ntfsprogs x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_pro_live/portage/package.keywords/pdns b/Documentation/ls_pro_live/portage/package.keywords/pdns deleted file mode 100644 index 518714d..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/pdns +++ /dev/null @@ -1 +0,0 @@ -net-dns/pdns x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_pro_live/portage/package.keywords/pe-format b/Documentation/ls_pro_live/portage/package.keywords/pe-format deleted file mode 100644 index 1b0b494..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/pe-format +++ /dev/null @@ -1 +0,0 @@ -dev-dotnet/pe-format x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/pecl-apc b/Documentation/ls_pro_live/portage/package.keywords/pecl-apc deleted file mode 100644 index 961bb98..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/pecl-apc +++ /dev/null @@ -1 +0,0 @@ -dev-php5/pecl-apc x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/perl-File-Temp b/Documentation/ls_pro_live/portage/package.keywords/perl-File-Temp deleted file mode 100644 index 91d0793..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/perl-File-Temp +++ /dev/null @@ -1 +0,0 @@ -virtual/perl-File-Temp x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/perl-mozldap b/Documentation/ls_pro_live/portage/package.keywords/perl-mozldap deleted file mode 100644 index 32dd5ff..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/perl-mozldap +++ /dev/null @@ -1 +0,0 @@ -dev-perl/perl-mozldap x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/perl-net-ping b/Documentation/ls_pro_live/portage/package.keywords/perl-net-ping deleted file mode 100644 index 6619ed7..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/perl-net-ping +++ /dev/null @@ -1 +0,0 @@ -virtual/perl-net-ping x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/phpldapadmin b/Documentation/ls_pro_live/portage/package.keywords/phpldapadmin deleted file mode 100644 index 957a056..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/phpldapadmin +++ /dev/null @@ -1 +0,0 @@ -net-nds/phpldapadmin x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_pro_live/portage/package.keywords/phpmyadmin b/Documentation/ls_pro_live/portage/package.keywords/phpmyadmin deleted file mode 100644 index 4d9fe18..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/phpmyadmin +++ /dev/null @@ -1 +0,0 @@ -dev-db/phpmyadmin x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_pro_live/portage/package.keywords/phppgadmin b/Documentation/ls_pro_live/portage/package.keywords/phppgadmin deleted file mode 100644 index c43b0ba..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/phppgadmin +++ /dev/null @@ -1 +0,0 @@ -dev-db/phppgadmin x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/phpsysinfo b/Documentation/ls_pro_live/portage/package.keywords/phpsysinfo deleted file mode 100644 index 22669fd..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/phpsysinfo +++ /dev/null @@ -1 +0,0 @@ -www-apps/phpsysinfo x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_pro_live/portage/package.keywords/postgrey b/Documentation/ls_pro_live/portage/package.keywords/postgrey deleted file mode 100644 index 0b811b8..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/postgrey +++ /dev/null @@ -1 +0,0 @@ -mail-filter/postgrey x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_pro_live/portage/package.keywords/psycopg b/Documentation/ls_pro_live/portage/package.keywords/psycopg deleted file mode 100644 index 94fc33c..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/psycopg +++ /dev/null @@ -1 +0,0 @@ -dev-python/psycopg x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_pro_live/portage/package.keywords/pyzor b/Documentation/ls_pro_live/portage/package.keywords/pyzor deleted file mode 100644 index 93e6173..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/pyzor +++ /dev/null @@ -1 +0,0 @@ -dev-python/pyzor x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/razor b/Documentation/ls_pro_live/portage/package.keywords/razor deleted file mode 100644 index 2e84d4f..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/razor +++ /dev/null @@ -1 +0,0 @@ -mail-filter/razor x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/re2c b/Documentation/ls_pro_live/portage/package.keywords/re2c deleted file mode 100644 index 4c618d0..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/re2c +++ /dev/null @@ -1 +0,0 @@ -dev-util/re2c x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/relaxng-datatype b/Documentation/ls_pro_live/portage/package.keywords/relaxng-datatype deleted file mode 100644 index 5fd29f5..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/relaxng-datatype +++ /dev/null @@ -1 +0,0 @@ -dev-java/relaxng-datatype x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/rhino b/Documentation/ls_pro_live/portage/package.keywords/rhino deleted file mode 100644 index 71398f9..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/rhino +++ /dev/null @@ -1 +0,0 @@ -dev-java/rhino x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/saxpath b/Documentation/ls_pro_live/portage/package.keywords/saxpath deleted file mode 100644 index 667184c..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/saxpath +++ /dev/null @@ -1 +0,0 @@ -dev-java/saxpath x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/shorewall b/Documentation/ls_pro_live/portage/package.keywords/shorewall deleted file mode 100644 index d5bd9a8..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/shorewall +++ /dev/null @@ -1 +0,0 @@ -net-firewall/shorewall x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_pro_live/portage/package.keywords/smartmontools b/Documentation/ls_pro_live/portage/package.keywords/smartmontools deleted file mode 100644 index b3cc137..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/smartmontools +++ /dev/null @@ -1 +0,0 @@ -sys-apps/smartmontools x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_pro_live/portage/package.keywords/spamassassin b/Documentation/ls_pro_live/portage/package.keywords/spamassassin deleted file mode 100644 index 22694b7..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/spamassassin +++ /dev/null @@ -1 +0,0 @@ -mail-filter/spamassassin x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/sqlalchemy b/Documentation/ls_pro_live/portage/package.keywords/sqlalchemy deleted file mode 100644 index bd7d783..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/sqlalchemy +++ /dev/null @@ -1 +0,0 @@ -dev-python/sqlalchemy x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_pro_live/portage/package.keywords/squidguard b/Documentation/ls_pro_live/portage/package.keywords/squidguard deleted file mode 100644 index 6b50133..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/squidguard +++ /dev/null @@ -1 +0,0 @@ -net-proxy/squidguard x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_pro_live/portage/package.keywords/stax-api b/Documentation/ls_pro_live/portage/package.keywords/stax-api deleted file mode 100644 index 4c9b18d..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/stax-api +++ /dev/null @@ -1 +0,0 @@ -java-virtuals/stax-api x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/systemtap b/Documentation/ls_pro_live/portage/package.keywords/systemtap deleted file mode 100644 index 3de2ab4..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/systemtap +++ /dev/null @@ -1 +0,0 @@ -dev-util/systemtap x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/webalizer b/Documentation/ls_pro_live/portage/package.keywords/webalizer deleted file mode 100644 index 75526a7..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/webalizer +++ /dev/null @@ -1 +0,0 @@ -app-admin/webalizer x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/webalizer-xtended b/Documentation/ls_pro_live/portage/package.keywords/webalizer-xtended deleted file mode 100644 index ac21f06..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/webalizer-xtended +++ /dev/null @@ -1 +0,0 @@ -app-admin/webalizer-xtended x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/websvn b/Documentation/ls_pro_live/portage/package.keywords/websvn deleted file mode 100644 index 0b9a2fe..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/websvn +++ /dev/null @@ -1 +0,0 @@ -www-apps/websvn x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_pro_live/portage/package.keywords/xalan b/Documentation/ls_pro_live/portage/package.keywords/xalan deleted file mode 100644 index a2d562e..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/xalan +++ /dev/null @@ -1 +0,0 @@ -dev-java/xalan x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_pro_live/portage/package.keywords/xalan-serializer b/Documentation/ls_pro_live/portage/package.keywords/xalan-serializer deleted file mode 100644 index f0945b3..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/xalan-serializer +++ /dev/null @@ -1 +0,0 @@ -dev-java/xalan-serializer x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_pro_live/portage/package.keywords/xerces b/Documentation/ls_pro_live/portage/package.keywords/xerces deleted file mode 100644 index a7afb92..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/xerces +++ /dev/null @@ -1 +0,0 @@ -dev-java/xerces x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_pro_live/portage/package.keywords/xjavac b/Documentation/ls_pro_live/portage/package.keywords/xjavac deleted file mode 100644 index 0acd5d3..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/xjavac +++ /dev/null @@ -1 +0,0 @@ -dev-java/xjavac x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_pro_live/portage/package.keywords/xml-commons-external b/Documentation/ls_pro_live/portage/package.keywords/xml-commons-external deleted file mode 100644 index 372939d..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/xml-commons-external +++ /dev/null @@ -1 +0,0 @@ -dev-java/xml-commons-external x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_pro_live/portage/package.keywords/xml-commons-resolver b/Documentation/ls_pro_live/portage/package.keywords/xml-commons-resolver deleted file mode 100644 index a56e0d8..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/xml-commons-resolver +++ /dev/null @@ -1 +0,0 @@ -dev-java/xml-commons-resolver x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_pro_live/portage/package.keywords/xml-xmlbeans b/Documentation/ls_pro_live/portage/package.keywords/xml-xmlbeans deleted file mode 100644 index b04638c..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/xml-xmlbeans +++ /dev/null @@ -1 +0,0 @@ -dev-java/xml-xmlbeans x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/xom b/Documentation/ls_pro_live/portage/package.keywords/xom deleted file mode 100644 index cb8d1bf..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/xom +++ /dev/null @@ -1 +0,0 @@ -dev-java/xom x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/xpp2 b/Documentation/ls_pro_live/portage/package.keywords/xpp2 deleted file mode 100644 index 503ca4a..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/xpp2 +++ /dev/null @@ -1 +0,0 @@ -dev-java/xpp2 x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/xpp3 b/Documentation/ls_pro_live/portage/package.keywords/xpp3 deleted file mode 100644 index 849b27b..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/xpp3 +++ /dev/null @@ -1 +0,0 @@ -dev-java/xpp3 x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/xsdlib b/Documentation/ls_pro_live/portage/package.keywords/xsdlib deleted file mode 100644 index 31cabf7..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/xsdlib +++ /dev/null @@ -1 +0,0 @@ -dev-java/xsdlib x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/xsp b/Documentation/ls_pro_live/portage/package.keywords/xsp deleted file mode 100644 index cc76675..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/xsp +++ /dev/null @@ -1 +0,0 @@ -dev-dotnet/xsp x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.keywords/zoo b/Documentation/ls_pro_live/portage/package.keywords/zoo deleted file mode 100644 index 341982e..0000000 --- a/Documentation/ls_pro_live/portage/package.keywords/zoo +++ /dev/null @@ -1 +0,0 @@ -app-arch/zoo x86 ~x86 diff --git a/Documentation/ls_pro_live/portage/package.mask/coreutils b/Documentation/ls_pro_live/portage/package.mask/coreutils deleted file mode 100644 index 310c9a1..0000000 --- a/Documentation/ls_pro_live/portage/package.mask/coreutils +++ /dev/null @@ -1 +0,0 @@ -=sys-apps/coreutils-8.6 diff --git a/Documentation/ls_pro_live/portage/package.unmask/gcc b/Documentation/ls_pro_live/portage/package.unmask/gcc deleted file mode 100644 index d3e5ce8..0000000 --- a/Documentation/ls_pro_live/portage/package.unmask/gcc +++ /dev/null @@ -1 +0,0 @@ ->=sys-devel/gcc-4.4.0 diff --git a/Documentation/ls_pro_live/portage/package.unmask/glibc b/Documentation/ls_pro_live/portage/package.unmask/glibc deleted file mode 100644 index ddc7e67..0000000 --- a/Documentation/ls_pro_live/portage/package.unmask/glibc +++ /dev/null @@ -1 +0,0 @@ ->=sys-libs/glibc-1.11 diff --git a/Documentation/ls_pro_live/portage/package.unmask/openldap b/Documentation/ls_pro_live/portage/package.unmask/openldap deleted file mode 100644 index 987cf20..0000000 --- a/Documentation/ls_pro_live/portage/package.unmask/openldap +++ /dev/null @@ -1 +0,0 @@ ->=net-nds/openldap-2.4.7 diff --git a/Documentation/ls_pro_live/portage/package.unmask/perl b/Documentation/ls_pro_live/portage/package.unmask/perl deleted file mode 100644 index a1e6316..0000000 --- a/Documentation/ls_pro_live/portage/package.unmask/perl +++ /dev/null @@ -1,6 +0,0 @@ -# Torsten Veller (20 Sep 2009) -# Add perl-5.10 masks (#280724) -~dev-lang/perl-5.10.1 -~sys-devel/libperl-5.10.1 -=app-admin/perl-cleaner-2* - diff --git a/Documentation/ls_pro_live/portage/package.unmask/portage b/Documentation/ls_pro_live/portage/package.unmask/portage deleted file mode 100644 index 96db6a6..0000000 --- a/Documentation/ls_pro_live/portage/package.unmask/portage +++ /dev/null @@ -1 +0,0 @@ ->=sys-apps/portage-2.2_rc36 diff --git a/Documentation/ls_pro_live/portage/package.unmask/sandbox b/Documentation/ls_pro_live/portage/package.unmask/sandbox deleted file mode 100644 index 913ab8f..0000000 --- a/Documentation/ls_pro_live/portage/package.unmask/sandbox +++ /dev/null @@ -1 +0,0 @@ ->=sys-apps/sandbox-2.2 diff --git a/Documentation/ls_pro_live/portage/package.use/avahi b/Documentation/ls_pro_live/portage/package.use/avahi deleted file mode 100644 index 62598c0..0000000 --- a/Documentation/ls_pro_live/portage/package.use/avahi +++ /dev/null @@ -1 +0,0 @@ -net-dns/avahi mdnsresponder-compat \ No newline at end of file diff --git a/Documentation/ls_pro_live/portage/package.use/cairo b/Documentation/ls_pro_live/portage/package.use/cairo deleted file mode 100644 index 686b7c4..0000000 --- a/Documentation/ls_pro_live/portage/package.use/cairo +++ /dev/null @@ -1 +0,0 @@ -x11-libs/cairo X svg \ No newline at end of file diff --git a/Documentation/ls_pro_live/portage/package.use/cmake b/Documentation/ls_pro_live/portage/package.use/cmake deleted file mode 100644 index 5b43d81..0000000 --- a/Documentation/ls_pro_live/portage/package.use/cmake +++ /dev/null @@ -1 +0,0 @@ -dev-util/cmake -qt4 \ No newline at end of file diff --git a/Documentation/ls_pro_live/portage/package.use/courier-authlib b/Documentation/ls_pro_live/portage/package.use/courier-authlib deleted file mode 100644 index 7b6ada7..0000000 --- a/Documentation/ls_pro_live/portage/package.use/courier-authlib +++ /dev/null @@ -1 +0,0 @@ -net-libs/courier-authlib gdbm ldap diff --git a/Documentation/ls_pro_live/portage/package.use/courier-imap b/Documentation/ls_pro_live/portage/package.use/courier-imap deleted file mode 100644 index a0a4932..0000000 --- a/Documentation/ls_pro_live/portage/package.use/courier-imap +++ /dev/null @@ -1 +0,0 @@ -net-mail/courier-imap -gdbm diff --git a/Documentation/ls_pro_live/portage/package.use/cups b/Documentation/ls_pro_live/portage/package.use/cups deleted file mode 100644 index f313a52..0000000 --- a/Documentation/ls_pro_live/portage/package.use/cups +++ /dev/null @@ -1 +0,0 @@ -net-print/cups ldap diff --git a/Documentation/ls_pro_live/portage/package.use/cyrus-sasl b/Documentation/ls_pro_live/portage/package.use/cyrus-sasl deleted file mode 100644 index 29ddbc1..0000000 --- a/Documentation/ls_pro_live/portage/package.use/cyrus-sasl +++ /dev/null @@ -1 +0,0 @@ -dev-libs/cyrus-sasl authdaemond kerberos sample -gdbm ldap diff --git a/Documentation/ls_pro_live/portage/package.use/dhcpcd b/Documentation/ls_pro_live/portage/package.use/dhcpcd deleted file mode 100644 index 77d2b92..0000000 --- a/Documentation/ls_pro_live/portage/package.use/dhcpcd +++ /dev/null @@ -1 +0,0 @@ -net-misc/dhcpcd -zeroconf \ No newline at end of file diff --git a/Documentation/ls_pro_live/portage/package.use/gcc b/Documentation/ls_pro_live/portage/package.use/gcc deleted file mode 100644 index 03ddffb..0000000 --- a/Documentation/ls_pro_live/portage/package.use/gcc +++ /dev/null @@ -1 +0,0 @@ -sys-devel/gcc -mudflap graphite libffi diff --git a/Documentation/ls_pro_live/portage/package.use/icedtea b/Documentation/ls_pro_live/portage/package.use/icedtea deleted file mode 100644 index c021d40..0000000 --- a/Documentation/ls_pro_live/portage/package.use/icedtea +++ /dev/null @@ -1 +0,0 @@ -dev-java/icedtea -hs16 -npplugin -doc -examples -javascript -nio2 -nsplugin -pulseaudio -systemtap -xrender -zero diff --git a/Documentation/ls_pro_live/portage/package.use/layman b/Documentation/ls_pro_live/portage/package.use/layman deleted file mode 100644 index a6fff43..0000000 --- a/Documentation/ls_pro_live/portage/package.use/layman +++ /dev/null @@ -1 +0,0 @@ -app-portage/layman git subversion diff --git a/Documentation/ls_pro_live/portage/package.use/mit-krb5 b/Documentation/ls_pro_live/portage/package.use/mit-krb5 deleted file mode 100644 index e19b9e9..0000000 --- a/Documentation/ls_pro_live/portage/package.use/mit-krb5 +++ /dev/null @@ -1 +0,0 @@ -app-crypt/mit-krb5 ldap -doc diff --git a/Documentation/ls_pro_live/portage/package.use/mysql b/Documentation/ls_pro_live/portage/package.use/mysql deleted file mode 100644 index 4aabc3e..0000000 --- a/Documentation/ls_pro_live/portage/package.use/mysql +++ /dev/null @@ -1,2 +0,0 @@ -dev-db/mysql big-tables community -embedded extraengine profiling xtradb -cluster filesystem -innodb -oqgraph pbms pbxt revision soliddb -sphinx -spider brighthouse memcache awss3 -dev-db/mariadb big-tables community -embedded extraengine profiling xtradb -cluster filesystem -innodb -oqgraph pbms pbxt revision soliddb -sphinx -spider brighthouse memcache awss3 diff --git a/Documentation/ls_pro_live/portage/package.use/openldap b/Documentation/ls_pro_live/portage/package.use/openldap deleted file mode 100644 index 666d7ac..0000000 --- a/Documentation/ls_pro_live/portage/package.use/openldap +++ /dev/null @@ -1 +0,0 @@ -net-nds/openldap kerberos overlays samba sasl slp -smbkrb5passwd berkdb crypt perl readline ssl tcpd -debug -gdbm -ipv6 -minimal -selinux diff --git a/Documentation/ls_pro_live/portage/package.use/php b/Documentation/ls_pro_live/portage/package.use/php deleted file mode 100644 index 64a156b..0000000 --- a/Documentation/ls_pro_live/portage/package.use/php +++ /dev/null @@ -1 +0,0 @@ -dev-lang/php suhosin cli cgi apache2 ctype ftp gd hash iconv ipv6 memlimit mysql nls pcre pic posix pdo reflection session simplexml soap sockets spl sqlite ssl tokenizer truetype xml xmlreader xmlwriter xsl zlib diff --git a/Documentation/ls_pro_live/portage/package.use/python b/Documentation/ls_pro_live/portage/package.use/python deleted file mode 100644 index f5018a6..0000000 --- a/Documentation/ls_pro_live/portage/package.use/python +++ /dev/null @@ -1 +0,0 @@ -dev-lang/python xml \ No newline at end of file diff --git a/Documentation/ls_pro_live/portage/package.use/samba b/Documentation/ls_pro_live/portage/package.use/samba deleted file mode 100644 index f09ff65..0000000 --- a/Documentation/ls_pro_live/portage/package.use/samba +++ /dev/null @@ -1 +0,0 @@ -net-fs/samba automount doc examples fam kerberos swat syslog winbind oav quotas ldap diff --git a/Documentation/ls_pro_live/portage/package.use/subversion b/Documentation/ls_pro_live/portage/package.use/subversion deleted file mode 100644 index a773dbb..0000000 --- a/Documentation/ls_pro_live/portage/package.use/subversion +++ /dev/null @@ -1 +0,0 @@ -dev-util/subversion -dso \ No newline at end of file diff --git a/Documentation/ls_pro_live/portage/postsync.d/gcc-armv5tejl-patch b/Documentation/ls_pro_live/portage/postsync.d/gcc-armv5tejl-patch deleted file mode 100755 index c479944..0000000 --- a/Documentation/ls_pro_live/portage/postsync.d/gcc-armv5tejl-patch +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -[ -x /usr/bin/patch ] && /usr/bin/patch -p0 -i /etc/portage/toolchain_eclass-armv5tejl.patch -: diff --git a/Documentation/ls_pro_live/portage/postsync.d/profile-overlay-update b/Documentation/ls_pro_live/portage/postsync.d/profile-overlay-update deleted file mode 100755 index 61c5627..0000000 --- a/Documentation/ls_pro_live/portage/postsync.d/profile-overlay-update +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -[ -x /usr/bin/svn ] && /usr/bin/svn up /etc/portage -: diff --git a/Documentation/ls_pro_live/portage/profile/make.defaults b/Documentation/ls_pro_live/portage/profile/make.defaults deleted file mode 100644 index c77684d..0000000 --- a/Documentation/ls_pro_live/portage/profile/make.defaults +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation - -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -# orion5x - make.defaults - -ARCH="arm" -ACCEPT_KEYWORDS="arm ~arm" - -# CFLAGS="-O2 -pipe -fno-strict-aliasing -mtune=arm926ej-s" -# CHOST="armv5tejl-softfloat-linux-gnueabi" -# CXXFLAGS="${CFLAGS}" -# CPPFLAGS="${CFLAGS}" - -USE="${USE} 7zip apache2 armv5 authdaemond authfile bash-completion clamav \ - clamd maildir php posix postfix pam glibc-omitfp \ - procmail samba sasl slang softquota symlink tokenizer usb \ - -oss -branding -esd xine mp3 gnutls cups ppds \ - foomatic-db alsa hal gimpprint freetype X unicode rdesktop pda \ - zeroconf xinerama java sqlite\ - sms quotas dvb xprint theora ogg a52 matroska v4l xvid network \ - fame svg ffmpeg css audiofile musicbrainz scanner \ - musepack new-login kerberos dbus openexr aac fat hfs jfs xfs \ - ntfs reiserfs cjk cdda dts imap cairo sysfs xpm nptl nptlonly \ - gs lzo mjpeg speex slp fftw xvmc v4l2 cpudetection extramodules \ - mail -apm ipod flac avahi stream live tiff usb x264 dv lame mp3rtp \ - udev cdr dvi libnotify bzip2 aalib mng cddb -beagle -gnome -evo mono \ - -eds png gif -qt4 inotify graphite \ - -qt3 policykit bash-completion gmp acl mozldap threads utils \ - apache2_mpms_worker kvm ccache xmlrpc java" - - -USE_EXPAND="ORION_NAS_DEVICES" - -# Adding this one, since it makes sense. -USE="${USE} bzip2" - -# These USE flags are what is common between the various sub-profiles. Stages 2 -# and 3 are built against these, so be careful what you add. -USE="${USE} acl cups gdbm gpm nptl nptlonly sysfs unicode" diff --git a/Documentation/ls_pro_live/portage/profile/packages b/Documentation/ls_pro_live/portage/profile/packages deleted file mode 100644 index 3735627..0000000 --- a/Documentation/ls_pro_live/portage/profile/packages +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 2001-2009 Gentoo Foundation. -# Distributed under the terms of the GNU General Public License, v2 -# $Header: $ - -# For instructions on how this file works (as an inclusion mask, primarily), -# please refer to ${PORTDIR}/profiles/base/packages - -# Use this file to lock down specific versions of packages ONLY TO THIS -# SPECIFIC PROFILE! - -# You can also add files to the base system itself if you prefix them with a -# * - ->=sys-apps/baselayout-1.12.10-r5 ->=sys-devel/binutils-2.18-r1 ->=sys-libs/glibc-2.4-r4 ->=sys-apps/portage-2.1.6.8 ->=sys-devel/gcc-4.2.1 -*sys-fs/xfsprogs -*sys-fs/jfsutils -*sys-fs/reiser4progs -*app-admin/showconsole -*sys-libs/timezone-data -*net-misc/dhcpcd -*sys-apps/micro_evtd \ No newline at end of file diff --git a/Documentation/ls_pro_live/portage/profile/virtuals b/Documentation/ls_pro_live/portage/profile/virtuals deleted file mode 100644 index 32648f1..0000000 --- a/Documentation/ls_pro_live/portage/profile/virtuals +++ /dev/null @@ -1 +0,0 @@ -virtual/linux-sources sys-kernel/buffalo_ls_pro_live-sources diff --git a/Documentation/ls_pro_live/portage/toolchain_eclass-armv5tejl.patch b/Documentation/ls_pro_live/portage/toolchain_eclass-armv5tejl.patch deleted file mode 100644 index 29a7420..0000000 --- a/Documentation/ls_pro_live/portage/toolchain_eclass-armv5tejl.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- /usr/portage/eclass/toolchain.eclass.orig 2010-04-03 22:35:38.000000000 +0200 -+++ /usr/portage/eclass/toolchain.eclass 2010-04-18 18:41:12.000000000 +0200 -@@ -1239,7 +1239,11 @@ - # Remove endian ('l' / 'eb') - [[ ${arm_arch} == *l ]] && arm_arch=${arm_arch%l} - [[ ${arm_arch} == *eb ]] && arm_arch=${arm_arch%eb} -- confgcc+=" --with-arch=${arm_arch}" -+ local arm_arches="armv4 armv4t armv5t armv5te armv6j armv6k armv6m armv6t2 armv6zk armv7a armv7m armv7r" -+ for i in $arm_arches; do -+ [[ ${i} == $arm_arch ]] && \ -+ confgcc+=" --with-arch=${arm_arch}" -+ done - fi - ;; - # Add --with-abi flags to set default MIPS ABI diff --git a/Documentation/ls_pro_live/root_overlay/etc/conf.d/hostname b/Documentation/ls_pro_live/root_overlay/etc/conf.d/hostname deleted file mode 100644 index 5ecaa01..0000000 --- a/Documentation/ls_pro_live/root_overlay/etc/conf.d/hostname +++ /dev/null @@ -1,2 +0,0 @@ -# Set to the hostname of this machine -hostname="goLSProLive" diff --git a/Documentation/ls_pro_live/root_overlay/etc/conf.d/hwclock b/Documentation/ls_pro_live/root_overlay/etc/conf.d/hwclock deleted file mode 100644 index 0794bad..0000000 --- a/Documentation/ls_pro_live/root_overlay/etc/conf.d/hwclock +++ /dev/null @@ -1,35 +0,0 @@ -# /etc/conf.d/clock - -# Set CLOCK to "UTC" if your hardware clock is set to UTC (also known as -# Greenwich Mean Time). If that clock is set to the local time, then -# set CLOCK to "local". -# Note that if you dual boot with Windows, then you should set it to -# "local" because Windows always sets the hardware clock to local time. - -CLOCK="UTC" - -# Select the proper timezone. For valid values, peek inside of the -# /usr/share/zoneinfo/ directory. For example, some common values are -# "America/New_York" or "EST5EDT" or "Europe/Berlin". If you want to -# manage /etc/localtime yourself, set this to "". - -TIMEZONE="UTC" - -# If you wish to pass any other arguments to hwclock during bootup, -# you may do so here. - -CLOCK_OPTS="" - -# If you want to set the Hardware Clock to the current System Time (software -# clock) during shutdown, then say "yes" here. - -CLOCK_SYSTOHC="yes" - - -### ALPHA SPECIFIC OPTIONS ### - -# If your alpha uses the SRM console, set this to "yes". -SRM="no" - -# If your alpha uses the ARC console, set this to "yes". -ARC="no" diff --git a/Documentation/ls_pro_live/root_overlay/etc/conf.d/linux-logo b/Documentation/ls_pro_live/root_overlay/etc/conf.d/linux-logo deleted file mode 100644 index 49c538e..0000000 --- a/Documentation/ls_pro_live/root_overlay/etc/conf.d/linux-logo +++ /dev/null @@ -1,27 +0,0 @@ -# Seq Description Output -# ---------------------------------------------------------------- -# ## # -# #B Bogomips 374.37 -# #C Compiled Date #47 Fri Jan 8 10:37:09 EST 1999 -# #E User Text My Favorite Linux Distribution -# Displayed with -t -# #H Hostname deranged -# #L Load average Load average 0.04, 0.01, 0.01 -# #M Megahertz 188Mhz -# where supported -# #N Number of CPU's Two -# #O OS Name Linux -# #P Processor or Processors Processor -# #R Ram 64M -# in Megabytes -# #S Plural s -# #T Type of CPU K6 -# #U Uptime Uptime 10 hours 59 minutes -# #V Version of OS 2.2.0-pre5 -# #X CPU Vendor AMD -# \\n carriage return - -FORMAT="Gentoo #O `cat /etc/gentoo-release | awk '{ print $5,$6 }'`\n#O #V, Compiled #C\n#N #X #T #M CPU#S, #R RAM, #B Bogomips\n#U\n#H / \l \n" -FORMATNET="Gentoo #O `cat /etc/gentoo-release | awk '{ print $5,$6 }'`\n#O #V, Compiled #C\n#N #X #T #M CPU#S, #R RAM, #B Bogomips\n#U\n#H\n" -OPTIONS="-f -u" - diff --git a/Documentation/ls_pro_live/root_overlay/etc/conf.d/net b/Documentation/ls_pro_live/root_overlay/etc/conf.d/net deleted file mode 100644 index cd66052..0000000 --- a/Documentation/ls_pro_live/root_overlay/etc/conf.d/net +++ /dev/null @@ -1,27 +0,0 @@ -# This blank configuration will automatically use DHCP for any net.* -# scripts in /etc/init.d. To create a more complete configuration, -# please review /usr/share/doc/openrc/net.example and save your configuration -# in /etc/conf.d/net (this file :]!). - -# -# DHCP IP / route configuration, with fallback to a static IP / route -# - -config_eth0=( "dhcp" ) -fallback_eth0=( "192.168.178.103 netmask 255.255.255.0 broadcast 192.168.178.255" ) -fallback_route_eth0=( "default via 192.168.178.1" ) - - -# -# pure static IP / route configuration, should the above not work even with fallback.. -# (in that case, comment the whole DHCP section and uncomment this one) -# - -#config_eth0=( "192.168.178.103 netmask 255.255.255.0 broadcast 192.168.178.255" ) -#routes_eth0=( "default via 192.168.178.1" ) - -# -# DNS configuration -# - -dns_servers_eth0="192.168.178.1" diff --git a/Documentation/ls_pro_live/root_overlay/etc/fstab b/Documentation/ls_pro_live/root_overlay/etc/fstab deleted file mode 100644 index 58f341e..0000000 --- a/Documentation/ls_pro_live/root_overlay/etc/fstab +++ /dev/null @@ -1,21 +0,0 @@ -# /etc/fstab: static file system information. -# -# noatime turns off atimes for increased performance (atimes normally aren't -# needed); notail increases performance of ReiserFS (at the expense of storage -# efficiency). It's safe to drop the noatime options if you want and to -# switch between notail / tail freely. -# -# The root filesystem should have a pass number of either 0 or 1. -# All other filesystems should have a pass number of 0 or greater than 1. -# -# See the manpage fstab(5) for more information. -# - -# - -# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts. -/dev/sda1 /boot ext2 noauto,noatime 1 2 -/dev/sda2 / ext4 noatime 0 1 -/dev/sda3 none swap sw 0 0 -# /dev/cdrom /mnt/cdrom auto noauto,ro 0 0 -# /dev/fd0 /mnt/floppy auto noauto 0 0 diff --git a/Documentation/ls_pro_live/root_overlay/etc/init.d/net.eth0 b/Documentation/ls_pro_live/root_overlay/etc/init.d/net.eth0 deleted file mode 120000 index 3843c79..0000000 --- a/Documentation/ls_pro_live/root_overlay/etc/init.d/net.eth0 +++ /dev/null @@ -1 +0,0 @@ -net.lo \ No newline at end of file diff --git a/Documentation/ls_pro_live/root_overlay/etc/inittab b/Documentation/ls_pro_live/root_overlay/etc/inittab deleted file mode 100644 index e71cd00..0000000 --- a/Documentation/ls_pro_live/root_overlay/etc/inittab +++ /dev/null @@ -1,63 +0,0 @@ -# -# /etc/inittab: This file describes how the INIT process should set up -# the system in a certain run-level. -# -# Author: Miquel van Smoorenburg, -# Modified by: Patrick J. Volkerding, -# Modified by: Daniel Robbins, -# Modified by: Martin Schlemmer, -# Modified by: Mike Frysinger, -# Modified by: Robin H. Johnson, -# -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sysvinit/files/inittab-2.87,v 1.1 2010/01/08 16:55:07 williamh Exp $ - -# Default runlevel. -id:3:initdefault: - -# System initialization, mount local filesystems, etc. -si::sysinit:/sbin/rc sysinit - -# Further system initialization, brings up the boot runlevel. -rc::bootwait:/sbin/rc boot - -l0:0:wait:/sbin/rc shutdown -l0s:0:wait:/sbin/halt -dhp -l1:1:wait:/sbin/rc single -l2:2:wait:/sbin/rc nonetwork -l3:3:wait:/sbin/rc default -l4:4:wait:/sbin/rc default -l5:5:wait:/sbin/rc default -l6:6:wait:/sbin/rc reboot -l6r:6:wait:/sbin/reboot -dk -#z6:6:respawn:/sbin/sulogin - -# new-style single-user -su0:S:wait:/sbin/rc single -su1:S:wait:/sbin/sulogin - -# TERMINALS -c1:12345:respawn:/sbin/agetty 38400 tty1 linux -c2:2345:respawn:/sbin/agetty 38400 tty2 linux -c3:2345:respawn:/sbin/agetty 38400 tty3 linux -c4:2345:respawn:/sbin/agetty 38400 tty4 linux -c5:2345:respawn:/sbin/agetty 38400 tty5 linux -c6:2345:respawn:/sbin/agetty 38400 tty6 linux - -# SERIAL CONSOLES -# Set the Seruel console to a higher bitrate for Linkstation -s0:12345:respawn:/sbin/agetty 115200 ttyS0 vt100 -# Disable the second console as the micro_evtd is using it for Linkstation -#s1:12345:respawn:/sbin/agetty 9600 ttyS1 vt100 - -# What to do at the "Three Finger Salute". -ca:12345:ctrlaltdel:/sbin/shutdown -r now - -# Used by /etc/init.d/xdm to control DM startup. -# Read the comments in /etc/init.d/xdm for more -# info. Do NOT remove, as this will start nothing -# extra at boot if /etc/init.d/xdm is not added -# to the "default" runlevel. -x:a:once:/etc/X11/startDM.sh - -# Architecture specific features -#f0:12345:respawn:/sbin/agetty 9600 ttyFB0 vt100 diff --git a/Documentation/ls_pro_live/root_overlay/etc/layman/layman.cfg b/Documentation/ls_pro_live/root_overlay/etc/layman/layman.cfg deleted file mode 100644 index 805d059..0000000 --- a/Documentation/ls_pro_live/root_overlay/etc/layman/layman.cfg +++ /dev/null @@ -1,82 +0,0 @@ -[MAIN] - -#----------------------------------------------------------- -# Defines the directory where overlays should be installed - -storage : /var/lib/layman - -#----------------------------------------------------------- -# Remote overlay lists will be stored here -# layman will append _md5(url).xml to each filename - -cache : %(storage)s/cache - -#----------------------------------------------------------- -# The list of locally installed overlays - -local_list: %(storage)s/overlays.xml - -#----------------------------------------------------------- -# Path to the make.conf file that should be modified by -# layman - -make_conf : %(storage)s/make.conf - -#----------------------------------------------------------- -# URLs of the remote lists of overlays (one per line) or -# local overlay definitions -# -#overlays : http://www.gentoo.org/proj/en/overlays/repositories.xml -# http://dev.gentoo.org/~wrobel/layman/global-overlays.xml -# http://mydomain.org/my-layman-list.xml -# file:///var/lib/layman/my-list.xml - -overlays : http://www.gentoo.org/proj/en/overlays/repositories.xml - http://ftp.disconnected-by-peer.at/pub/overlay/geos_one-overlay.xml - -#----------------------------------------------------------- -# Proxy support -# If unset, layman will use the http_proxy environment variable. -# -#proxy : http://[user:pass@]www.my-proxy.org:3128 - -#----------------------------------------------------------- -# Strict checking of overlay definitions -# -# Set either to "yes" or "no". If "no" layman will issue -# warnings if an overlay definition is missing either -# description or contact information. -# -nocheck : yes - -#----------------------------------------------------------- -# Umask settings -# -# layman should usually work with a umask of 0022. You should -# only change this setting if you are absolutely certain that -# you know what you are doing. -# -#umask : 0022 - -#----------------------------------------------------------- -# Command overrides -# -# You can have commands point to either a binary at a different -# location, e.g. -# -# /home/you/local/bin/git -# -# or just the command, e.g. -# -# git -# -# to use PATH-based resolution of the binary to call. -# -#bzr_command : /usr/bin/bzr -#cvs_command : /usr/bin/cvs -#darcs_command : /usr/bin/darcs -#git_command : /usr/bin/git -#mercurial_command : /usr/bin/hg -#rsync_command : /usr/bin/rsync -#svn_command : /usr/bin/svn -#tar_command : /bin/tar diff --git a/Documentation/ls_pro_live/root_overlay/etc/make.conf b/Documentation/ls_pro_live/root_overlay/etc/make.conf deleted file mode 100644 index 9cec4c9..0000000 --- a/Documentation/ls_pro_live/root_overlay/etc/make.conf +++ /dev/null @@ -1,15 +0,0 @@ -# These settings were set by the catalyst build script that automatically -# built this stage. -# Please consult /usr/share/portage/config/make.conf.example for a more -# detailed example. -CFLAGS="-march=armv5te -mtune=arm926ej-s -Os -fomit-frame-pointer -pipe" -CXXFLAGS="${CFLAGS}" -# WARNING: Changing your CHOST is not something that should be done lightly. -# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing. -CHOST="armv5tejl-softfloat-linux-gnueabi" -# LDFLAGS is unsupported. USE AT YOUR OWN RISK! -LDFLAGS="-Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed" - -PORTAGE_BINHOST="http://ftp.disconnected-by-peer.at/armv5tejl-arm926ej-s/" - -source /var/lib/layman/make.conf \ No newline at end of file diff --git a/Documentation/ls_pro_live/root_overlay/etc/make.profile b/Documentation/ls_pro_live/root_overlay/etc/make.profile deleted file mode 120000 index 06f4206..0000000 --- a/Documentation/ls_pro_live/root_overlay/etc/make.profile +++ /dev/null @@ -1 +0,0 @@ -../usr/portage/profiles/default/linux/arm/10.0/server \ No newline at end of file diff --git a/Documentation/ls_pro_live/root_overlay/etc/profile.d/go-genlink.sh b/Documentation/ls_pro_live/root_overlay/etc/profile.d/go-genlink.sh deleted file mode 100644 index dfd965a..0000000 --- a/Documentation/ls_pro_live/root_overlay/etc/profile.d/go-genlink.sh +++ /dev/null @@ -1,6 +0,0 @@ -echo "uncompressing /var/lib/layman/go-genlink.tar.bz2 to /var/lib/layman/" -tar -xvjf /var/lib/layman/go-genlink.tar.bz2 -C /var/lib/layman/ -echo "removing /var/lib/layman/go-genlink.tar.bz2" -rm -f /var/lib/layman/go-genlink.tar.bz2 -echo "removing /etc/profile.d/go-genlink.sh" -rm -f /etc/profile.d/go-genlink.sh \ No newline at end of file diff --git a/Documentation/ls_pro_live/root_overlay/etc/profile.d/go-portage.sh b/Documentation/ls_pro_live/root_overlay/etc/profile.d/go-portage.sh deleted file mode 100644 index f3c8596..0000000 --- a/Documentation/ls_pro_live/root_overlay/etc/profile.d/go-portage.sh +++ /dev/null @@ -1,9 +0,0 @@ -if [ ! -f /root/move_portage ] -then - echo "delete old portage dir" - rm -rf /usr/portage - echo "rename new portage to old portage" - mv -f /usr/portage.new /usr/portage - echo "removing /etc/profile.d/go-portage.sh" - rm -f /etc/profile.d/go-portage.sh -fi diff --git a/Documentation/ls_pro_live/root_overlay/etc/resolv.conf b/Documentation/ls_pro_live/root_overlay/etc/resolv.conf deleted file mode 100644 index 93d8a60..0000000 --- a/Documentation/ls_pro_live/root_overlay/etc/resolv.conf +++ /dev/null @@ -1,4 +0,0 @@ -# Generated by dhcpcd from eth0 -# /etc/resolv.conf.head can replace this line -nameserver 192.168.178.1 -# /etc/resolv.conf.tail can replace this line diff --git a/Documentation/ls_pro_live/root_overlay/etc/smartd.conf b/Documentation/ls_pro_live/root_overlay/etc/smartd.conf deleted file mode 100644 index d4d9588..0000000 --- a/Documentation/ls_pro_live/root_overlay/etc/smartd.conf +++ /dev/null @@ -1,147 +0,0 @@ -# Sample configuration file for smartd. See man smartd.conf. - -# Home page is: http://smartmontools.sourceforge.net - -# $Id: smartd.conf 3128 2010-07-27 13:08:31Z chrfranke $ - -# smartd will re-read the configuration file if it receives a HUP -# signal - -# The file gives a list of devices to monitor using smartd, with one -# device per line. Text after a hash (#) is ignored, and you may use -# spaces and tabs for white space. You may use '\' to continue lines. - -# You can usually identify which hard disks are on your system by -# looking in /proc/ide and in /proc/scsi. - -# The word DEVICESCAN will cause any remaining lines in this -# configuration file to be ignored: it tells smartd to scan for all -# ATA and SCSI devices. DEVICESCAN may be followed by any of the -# Directives listed below, which will be applied to all devices that -# are found. Most users should comment out DEVICESCAN and explicitly -# list the devices that they wish to monitor. -DEVICESCAN - -/dev/sda -a -d marvell - - -# Alternative setting to ignore temperature and power-on hours reports -# in syslog. -#DEVICESCAN -I 194 -I 231 -I 9 - -# Alternative setting to report more useful raw temperature in syslog. -#DEVICESCAN -R 194 -R 231 -I 9 - -# Alternative setting to report raw temperature changes >= 5 Celsius -# and min/max temperatures. -#DEVICESCAN -I 194 -I 231 -I 9 -W 5 - -# First (primary) ATA/IDE hard disk. Monitor all attributes, enable -# automatic online data collection, automatic Attribute autosave, and -# start a short self-test every day between 2-3am, and a long self test -# Saturdays between 3-4am. -#/dev/hda -a -o on -S on -s (S/../.././02|L/../../6/03) - -# Monitor SMART status, ATA Error Log, Self-test log, and track -# changes in all attributes except for attribute 194 -#/dev/hdb -H -l error -l selftest -t -I 194 - -# Monitor all attributes except normalized Temperature (usually 194), -# but track Temperature changes >= 4 Celsius, report Temperatures -# >= 45 Celsius and changes in Raw value of Reallocated_Sector_Ct (5). -# Send mail on SMART failures or when Temperature is >= 55 Celsius. -#/dev/hdc -a -I 194 -W 4,45,55 -R 5 -m admin@example.com - -# An ATA disk may appear as a SCSI device to the OS. If a SCSI to -# ATA Translation (SAT) layer is between the OS and the device then -# this can be flagged with the '-d sat' option. This situation may -# become common with SATA disks in SAS and FC environments. -# /dev/sda -a -d sat - -# A very silent check. Only report SMART health status if it fails -# But send an email in this case -#/dev/hdc -H -C 0 -U 0 -m admin@example.com - -# First two SCSI disks. This will monitor everything that smartd can -# monitor. Start extended self-tests Wednesdays between 6-7pm and -# Sundays between 1-2 am -#/dev/sda -d scsi -s L/../../3/18 -#/dev/sdb -d scsi -s L/../../7/01 - -# Monitor 4 ATA disks connected to a 3ware 6/7/8000 controller which uses -# the 3w-xxxx driver. Start long self-tests Sundays between 1-2, 2-3, 3-4, -# and 4-5 am. -# NOTE: starting with the Linux 2.6 kernel series, the /dev/sdX interface -# is DEPRECATED. Use the /dev/tweN character device interface instead. -# For example /dev/twe0, /dev/twe1, and so on. -#/dev/sdc -d 3ware,0 -a -s L/../../7/01 -#/dev/sdc -d 3ware,1 -a -s L/../../7/02 -#/dev/sdc -d 3ware,2 -a -s L/../../7/03 -#/dev/sdc -d 3ware,3 -a -s L/../../7/04 - -# Monitor 2 ATA disks connected to a 3ware 9000 controller which -# uses the 3w-9xxx driver (Linux, FreeBSD). Start long self-tests Tuesdays -# between 1-2 and 3-4 am. -#/dev/twa0 -d 3ware,0 -a -s L/../../2/01 -#/dev/twa0 -d 3ware,1 -a -s L/../../2/03 - -# Monitor 2 SATA (not SAS) disks connected to a 3ware 9000 controller which -# uses the 3w-sas driver (Linux, FreeBSD). Start long self-tests Tuesdays -# between 1-2 and 3-4 am. -#/dev/twl0 -d 3ware,0 -a -s L/../../2/01 -#/dev/twa0 -d 3ware,1 -a -s L/../../2/03 - -# Same as above for Windows. Option '-d 3ware,N' is not necessary, -# disk (port) number is specified in device name. -# NOTE: On Windows, DEVICESCAN works also for 3ware controllers. -#/dev/hdc,0 -a -s L/../../2/01 -#/dev/hdc,1 -a -s L/../../2/03 - -# Monitor 3 ATA disks directly connected to a HighPoint RocketRAID. Start long -# self-tests Sundays between 1-2, 2-3, and 3-4 am. -#/dev/sdd -d hpt,1/1 -a -s L/../../7/01 -#/dev/sdd -d hpt,1/2 -a -s L/../../7/02 -#/dev/sdd -d hpt,1/3 -a -s L/../../7/03 - -# Monitor 2 ATA disks connected to the same PMPort which connected to the -# HighPoint RocketRAID. Start long self-tests Tuesdays between 1-2 and 3-4 am -#/dev/sdd -d hpt,1/4/1 -a -s L/../../2/01 -#/dev/sdd -d hpt,1/4/2 -a -s L/../../2/03 - -# HERE IS A LIST OF DIRECTIVES FOR THIS CONFIGURATION FILE. -# PLEASE SEE THE smartd.conf MAN PAGE FOR DETAILS -# -# -d TYPE Set the device type: ata, scsi, marvell, removable, 3ware,N, hpt,L/M/N -# -T TYPE set the tolerance to one of: normal, permissive -# -o VAL Enable/disable automatic offline tests (on/off) -# -S VAL Enable/disable attribute autosave (on/off) -# -n MODE No check. MODE is one of: never, sleep, standby, idle -# -H Monitor SMART Health Status, report if failed -# -l TYPE Monitor SMART log. Type is one of: error, selftest -# -f Monitor for failure of any 'Usage' Attributes -# -m ADD Send warning email to ADD for -H, -l error, -l selftest, and -f -# -M TYPE Modify email warning behavior (see man page) -# -s REGE Start self-test when type/date matches regular expression (see man page) -# -p Report changes in 'Prefailure' Normalized Attributes -# -u Report changes in 'Usage' Normalized Attributes -# -t Equivalent to -p and -u Directives -# -r ID Also report Raw values of Attribute ID with -p, -u or -t -# -R ID Track changes in Attribute ID Raw value with -p, -u or -t -# -i ID Ignore Attribute ID for -f Directive -# -I ID Ignore Attribute ID for -p, -u or -t Directive -# -C ID Report if Current Pending Sector count non-zero -# -U ID Report if Offline Uncorrectable count non-zero -# -W D,I,C Monitor Temperature D)ifference, I)nformal limit, C)ritical limit -# -v N,ST Modifies labeling of Attribute N (see man page) -# -a Default: equivalent to -H -f -t -l error -l selftest -C 197 -U 198 -# -F TYPE Use firmware bug workaround. Type is one of: none, samsung -# -P TYPE Drive-specific presets: use, ignore, show, showall -# # Comment: text after a hash sign is ignored -# \ Line continuation character -# Attribute ID is a decimal integer 1 <= ID <= 255 -# except for -C and -U, where ID = 0 turns them off. -# All but -d, -m and -M Directives are only implemented for ATA devices -# -# If the test string DEVICESCAN is the first uncommented text -# then smartd will scan for devices /dev/hd[a-l] and /dev/sd[a-z] -# DEVICESCAN may be followed by any desired Directives. diff --git a/Documentation/ls_pro_live/root_overlay/etc/sysctl.conf b/Documentation/ls_pro_live/root_overlay/etc/sysctl.conf deleted file mode 100644 index 53e2c3c..0000000 --- a/Documentation/ls_pro_live/root_overlay/etc/sysctl.conf +++ /dev/null @@ -1,67 +0,0 @@ -# /etc/sysctl.conf -# -# For more information on how this file works, please see -# the manpages sysctl(8) and sysctl.conf(5). -# -# In order for this file to work properly, you must first -# enable 'Sysctl support' in the kernel. -# -# Look in /proc/sys/ for all the things you can setup. -# - -# Disables packet forwarding -net.ipv4.ip_forward = 0 -# Disables IP dynaddr -#net.ipv4.ip_dynaddr = 0 -# Disable ECN -#net.ipv4.tcp_ecn = 0 -# Enables source route verification -net.ipv4.conf.default.rp_filter = 1 -# Enable reverse path -net.ipv4.conf.all.rp_filter = 1 - -# Enable SYN cookies (yum!) -# http://cr.yp.to/syncookies.html -#net.ipv4.tcp_syncookies = 1 - -# Disable source route -#net.ipv4.conf.all.accept_source_route = 0 -#net.ipv4.conf.default.accept_source_route = 0 - -# Disable redirects -#net.ipv4.conf.all.accept_redirects = 0 -#net.ipv4.conf.default.accept_redirects = 0 - -# Disable secure redirects -#net.ipv4.conf.all.secure_redirects = 0 -#net.ipv4.conf.default.secure_redirects = 0 - -# Ignore ICMP broadcasts -#net.ipv4.icmp_echo_ignore_broadcasts = 1 - -# Disables the magic-sysrq key -# Set Loggong on on seriel console for Linkstatio -kernel.sysrq = 1 -# When the kernel panics, automatically reboot in 3 seconds -#kernel.panic = 3 -# Allow for more PIDs (cool factor!); may break some programs -#kernel.pid_max = 999999 - -# You should compile nfsd into the kernel or add it -# to modules.autoload for this to work properly -# TCP Port for lock manager -#fs.nfs.nlm_tcpport = 0 -# UDP Port for lock manager -#fs.nfs.nlm_udpport = 0 - -# logging settings for Buffalo Linkstation -# The logging levels are -# 0 system is unusable -# 1 action must be taken immediately -# 2 critical conditions -# 3 error conditions -# 4 warning conditions -# 5 normal but significant condition -# 6 informational -# 7 debug-level messages -kernel.printk= 7 diff --git a/Documentation/ls_pro_live/root_overlay/var/lib/layman/cache_4c92214b7d4c90e21ca3a769938e7f02.xml b/Documentation/ls_pro_live/root_overlay/var/lib/layman/cache_4c92214b7d4c90e21ca3a769938e7f02.xml deleted file mode 100644 index 4d0d264..0000000 --- a/Documentation/ls_pro_live/root_overlay/var/lib/layman/cache_4c92214b7d4c90e21ca3a769938e7f02.xml +++ /dev/null @@ -1,116 +0,0 @@ - - - - http://www.disconnected-by-peer.at - - This overlay hold the ebuild's for the AppArmor Application - Firewall. - - - - http://linamh.disconnected-by-peer.at - - This overlay hold the ebuild's for the 389 Directory - Server. - - - - http://linamh.disconnected-by-peer.at - - This overlay hold the ebuild's for the Mandriva Management - Console. - - - - http://linamh.disconnected-by-peer.at - - This overlay is geos_one's playground for new ebuilds The - short name linamh is LINux AdMinistrators Heaven. As the full Name says - its mainly for Admins. - - - - http://linamh.disconnected-by-peer.at - - This overlay provides the ebuild's for the bongo-project mail - server. - - - - http://linamh.disconnected-by-peer.at - - This overlay provides the ebuild's for the iFolder - system. - - - - http://linamh.disconnected-by-peer.at - - This overlay provides my ebuild's for the vmware products. - - - - http://linamh.disconnected-by-peer.at - - This overlay provides my ebuild's for the mysql derivates. - - - - http://linamh.disconnected-by-peer.at - - This overlay provides ebuild's for the genlink based hardware. - - - - http://linamh.disconnected-by-peer.at - - This overlay provides my ebuild's for the Lightscribe system. - - - - http://buffalo.nas-central.org/index.php/GenLink_for_ARM9 - - In order to get the buffalo-patched linux headers and other - packages which had to be adjusted for usage and compilation on the - Linkstation Pro from our SF.net overlay later. - - - - http://bugs.gentoo.org/show_bug.cgi?id=194561 - - We (myself and jmbsvicetto) ARE working on it: - http://git.overlays.gentoo.org/gitweb/?p=proj/mysql.git;a=summary - And the usual changes to the mysql-extras repo of the patches. - It fails a bunch of the upstream testsuites still, but it does pass more - of mypersonal tests. If everybody here would try 5.1.39 AND 5.1.41 on there, - with the testinstructions in the ebuild files, it would be nice to get rid of - all all theattachments to this bug that are no longer relevant.. - - - diff --git a/Documentation/ls_pro_live/root_overlay/var/lib/layman/cache_ac494f50f5736be7871962c0dec7b3bb.xml b/Documentation/ls_pro_live/root_overlay/var/lib/layman/cache_ac494f50f5736be7871962c0dec7b3bb.xml deleted file mode 100644 index d9756bc..0000000 --- a/Documentation/ls_pro_live/root_overlay/var/lib/layman/cache_ac494f50f5736be7871962c0dec7b3bb.xml +++ /dev/null @@ -1,2870 +0,0 @@ - - - - - - - http://github.com/aidecoe/aidecoe-overlay/tree/master - - aidecoe@aidecoe.name - - - git://github.com/aidecoe/aidecoe-overlay.git - http://github.com/feeds/aidecoe/commits/aidecoe-overlay/master - - - - - https://trac.poildetroll.net/trac/akoya - - geekounet@poildetroll.net - - https://hg.poildetroll.net/hg/gentoo/overlay - https://hg.poildetroll.net/gentoo/overlay/atom-log - - - - - http://git.overlays.gentoo.org/gitweb/?p=user/alexcepoi.git;a=summary - - alex.cepoi@gmail.com - - - git://git.overlays.gentoo.org/user/alexcepoi.git - http://git.overlays.gentoo.org/gitroot/user/alexcepoi.git - git+ssh://git@git.overlays.gentoo.org/user/alexcepoi.git - http://git.overlays.gentoo.org/gitweb/?p=user/alexcepoi.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=user/alexcepoi.git;a=rss - - - - - http://git.overlays.gentoo.org/gitweb/?p=dev/alexxy.git - - alexxy@gentoo.org - - - git://git.overlays.gentoo.org/dev/alexxy.git - http://git.overlays.gentoo.org/gitroot/dev/alexxy.git - git+ssh://git@git.overlays.gentoo.org/dev/alexxy.git - http://git.overlays.gentoo.org/gitweb/?p=dev/alexxy.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=dev/alexxy.git;a=rss - - - - - http://amielke.de/ - - overlay@amielke.de - - - git://github.com/amielke/amielke-overlay.git - http://github.com/feeds/amielke/commits/amielke-overlay/master - - - - - http://git.overlays.gentoo.org/gitweb/?p=dev/anarchy.git;a=summary - - anarchy@gentoo.org - - - git://git.overlays.gentoo.org/dev/anarchy - http://git.overlays.gentoo.org/gitroot/dev/anarchy.git - git+ssh://git@git.overlays.gentoo.org/dev/anarchy.git - http://git.overlays.gentoo.org/gitweb/?p=dev/anarchy.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=dev/anarchy.git;a=rss - - - - - http://bitbucket.org/and3k/and3k-sunrise-overlay - - post@belahausmann.name - - - http://bitbucket.org/and3k/and3k-sunrise-overlay - ssh://hg@bitbucket.org/and3k/and3k-sunrise-overlay - http://bitbucket.org/and3k/and3k-sunrise-overlay/atom - http://bitbucket.org/and3k/and3k-sunrise-overlay/rss - - - - - http://code.google.com/p/arcon/ - - non7top@gmail.com - - https://arcon.googlecode.com/hg/ - http://code.google.com/feeds/p/arcon/hgchanges/basic - - - - - http://armagetronad.net - - luke_armagetron@dashjr.org - - https://armagetronad.svn.sourceforge.net/svnroot/armagetronad/armagetronad/trunk/build/gentoo/overlay - - - - - http://overlays.gentoo.org/dev/aross - - aross@gentoo.org - - svn://overlays.gentoo.org/dev/aross - http://overlays.gentoo.org/dev/aross/timeline - - - - - http://overlays.gentoo.org - - bangert@gentoo.org - - svn://overlays.gentoo.org/dev/bangert/ebuilds - http://overlays.gentoo.org/dev/bangert/timeline - - - - - https://launchpad.net/bzr-gentoo-overlay/ - - malept@malept.com - - - lp:bzr-gentoo-overlay - http://bazaar.launchpad.net/~serkan-kaba/serkan-overlay/mainline/atom - - - - - http://github.com/belak/gentoo.overlay - - vahki.ttc@gmail.com - - - http://bitbucket.org/belak/belak.gentoo - ssh://hg@bitbucket.org/belak/belak.gentoo - http://bitbucket.org/belak/belak.gentoo/atom/ - http://bitbucket.org/belak/belak.gentoo/rss/ - - - - - http://git.overlays.gentoo.org/gitweb/?p=user/benf.git;a=summary - - benjaminfranzke@gmail.com - - - git://git.overlays.gentoo.org/user/benf.git - http://git.overlays.gentoo.org/gitroot/user/benf.git - git+ssh://git@git.overlays.gentoo.org/user/benf.git - http://git.overlays.gentoo.org/gitweb/?p=user/benf.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=user/benf.git;a=rss - - - - - http://svn.liveforge.org/berkano/trunk - - yngwin@gmail.com - - http://svn.liveforge.org/berkano/trunk - - - - - http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=summary - - betagarden@gentoo.org - - - git://git.overlays.gentoo.org/proj/betagarden.git - http://git.overlays.gentoo.org/gitroot/proj/betagarden.git - git+ssh://git@git.overlays.gentoo.org/proj/betagarden.git - http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=rss - - - - - https://overlays.gentoo.org/dev/betelgeuse - - betelgeuse@gentoo.org - - svn://overlays.gentoo.org/dev/betelgeuse - http://overlays.gentoo.org/dev/betelgeuse/timeline - - - - - http://git.overlays.gentoo.org/gitweb/?p=user/bibletime.git;a=summary - - ristioja@gmail.com - - - git://git.overlays.gentoo.org/user/bibletime.git - http://git.overlays.gentoo.org/gitroot/user/bibletime.git - git+ssh://git@git.overlays.gentoo.org/user/bibletime.git - http://git.overlays.gentoo.org/gitweb/?p=user/bibletime.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=user/bibletime.git;a=rss - - - - - http://git.overlays.gentoo.org/gitweb/?p=dev/blueness.git;a=summary - - blueness@gentoo.org - - - git://git.overlays.gentoo.org/dev/blueness - http://git.overlays.gentoo.org/gitroot/dev/blueness.git - git+ssh://git@git.overlays.gentoo.org/dev/blueness.git - http://git.overlays.gentoo.org/gitweb/?p=dev/blueness.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=dev/blueness.git;a=rss - - - - - http://calculate-linux.org - - support@calculate.ru - - git://git.calculate.ru/dev/overlay.git - - - - - http://overlays.gentoo.org/proj/cell - - lu_zero@gentoo.org - - svn://overlays.gentoo.org/proj/cell - http://overlays.gentoo.org/proj/cell/timeline - - - - - http://github.com/transacid/CenterIM-overlay - - transacid@centerim.org - - - git://github.com/transacid/CenterIM-overlay.git - http://github.com/transacid/CenterIM-overlay.git - http://github.com/feeds/transacid/commits/CenterIM-overlay/master - - - - - http://projects.longitekk.com:8000/Projects - - chtekk@longitekk.com - - svn://projects.longitekk.com/projects/gentoo-ebuilds - http://projects.longitekk.com:8000/Projects/timeline?ticket=on&changeset=on&milestone=on&wiki=on&max=50&daysback=90&format=rss - - - - - http://git.overlays.gentoo.org/gitweb/?p=dev/chutzpah.git;a=summary - - chutzpah@gentoo.org - - - git://git.overlays.gentoo.org/dev/chutzpah - http://git.overlays.gentoo.org/gitroot/dev/chutzpah.git - git+ssh://git@git.overlays.gentoo.org/dev/chutzpah.git - http://git.overlays.gentoo.org/gitweb/?p=dev/chutzpah.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=dev/chutzpah.git;a=rss - - - - - http://cj-overlay.googlecode.com - - kleiner_otti@gmx.de - - https://cj-overlay.googlecode.com/hg/ - http://code.google.com/feeds/p/cj-overlay/hgchanges/basic - - - - - http://wiki.cregion.ru/moin.cgi/CRG_Overlay - - johnrdoe63@cregion.ru - - rsync://rsync.cregion.ru/crg-overlay - - - - - http://git.chromium.org/cgi-bin/gitweb.cgi?p=chromiumos-overlay.git;a=summary - - anush@chromium.org - - - http://git.chromium.org/git/chromiumos-overlay - http://git.chromium.org/cgi-bin/gitweb.cgi?p=chromiumos-overlay.git;a=atom - http://git.chromium.org/cgi-bin/gitweb.cgi?p=chromiumos-overlay.git;a=rss - - - - - http://code.assembla.com/d-overlay/subversion/nodes - - alvaro.castro.castilla@gmail.com - - http://subversion.assembla.com/svn/d-overlay - - - - - - http://git.overlays.gentoo.org/gitweb/?p=dev/dagger.git;a=summary - - dagger@gentoo.org - - - git://git.overlays.gentoo.org/dev/dagger - http://git.overlays.gentoo.org/gitroot/dev/dagger.git - git+ssh://git@git.overlays.gentoo.org/dev/dagger.git - http://git.overlays.gentoo.org/gitweb/?p=dev/dagger.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=dev/dagger.git;a=rss - - - - - http://dev.gentoo.org/~dberkholz/overlay/ - - dberkholz@gentoo.org - - - git://git.overlays.gentoo.org/dev/dberkholz - http://git.overlays.gentoo.org/gitroot/dev/dberkholz.git - git+ssh://git@git.overlays.gentoo.org/dev/dberkholz.git - http://git.overlays.gentoo.org/gitweb/?p=dev/dberkholz.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=dev/dberkholz.git;a=rss - - - - - http://overlays.gentoo.org - - deathwing00@gentoo.org - - svn://overlays.gentoo.org/dev/deathwing00 - http://overlays.gentoo.org/dev/deathwing00/timeline - - - - - http://overlays.gentoo.org - - dertobi123@gentoo.org - - svn://overlays.gentoo.org/dev/dertobi123 - http://overlays.gentoo.org/dev/dertobi123/timeline - - - - - - desktop-effects@gentoo.org - - git://git.overlays.gentoo.org/proj/desktop-effects.git - http://git.overlays.gentoo.org/gitweb/?p=proj/desktop-effects.git;a=atom - - - - - http://dev.gentoo.org/~dev-zero/ - - dev-zero@gentoo.org - - - git://git.overlays.gentoo.org/dev/dev-zero - http://git.overlays.gentoo.org/gitroot/dev/dev-zero.git - git+ssh://git@git.overlays.gentoo.org/dev/dev-zero.git - http://git.overlays.gentoo.org/gitweb/?p=dev/dev-zero.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=dev/dev-zero.git;a=rss - - - - - http://devnull.core.ws/EbuildRepository/ - - nico@core.ws - - http://hg.core.ws/devnull - http://hg.core.ws/devnull/atom-log - - - - - http://git.overlays.gentoo.org/gitweb/?p=user/dilfridge.git;a=summary - - mail@akhuettel.de - - - git://git.overlays.gentoo.org/user/dilfridge.git - http://git.overlays.gentoo.org/gitroot/user/dilfridge.git - git+ssh://git@git.overlays.gentoo.org/user/dilfridge.git - http://git.overlays.gentoo.org/gitweb/?p=user/dilfridge.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=user/dilfridge.git;a=rss - - - - - http://overlays.gentoo.org/dev/dirtyepic - - dirtyepic@gentoo.org - - svn://overlays.gentoo.org/dev/dirtyepic - http://overlays.gentoo.org/dev/dirtyepic/timeline - - - - - http://git.overlays.gentoo.org/gitweb/?p=proj/dotnet.git;a=summary - - dotnet@gentoo.org - - - git://git.overlays.gentoo.org/proj/dotnet.git - http://git.overlays.gentoo.org/gitroot/proj/dotnet.git - git+ssh://git@git.overlays.gentoo.org/proj/dotnet.git - http://git.overlays.gentoo.org/gitweb/?p=proj/dotnet.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=proj/dotnet.git;a=rss - - - - - http://repo.or.cz/w/dottout.git - - andrea@dottout.com - - git://repo.or.cz/dottout.git - http://repo.or.cz/w/dottout.git?a=rss - - - - - http://drizzt.bsdnet.eu/ - - drizzt@gentoo.org - - svn://overlays.gentoo.org/dev/drizzt/ - http://overlays.gentoo.org/dev/drizzt/timeline - - - - - http://git.overlays.gentoo.org/gitweb/?p=user/DuPol.git;a=summary - - dustin.polke@uni-siegen.de - - - git://git.overlays.gentoo.org/user/DuPol.git - http://git.overlays.gentoo.org/gitroot/user/DuPol.git - git+ssh://git@git.overlays.gentoo.org/user/DuPol.git - http://git.overlays.gentoo.org/gitweb/?p=user/DuPol.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=user/DuPol.git;a=rss - - - - - http://git.overlays.gentoo.org/gitweb/?p=user/eatnumber1.git;a=summary - - russ@eatnumber1.com - - - git://git.overlays.gentoo.org/user/eatnumber1.git - http://git.overlays.gentoo.org/gitroot/user/eatnumber1.git - git+ssh://git@git.overlays.gentoo.org/user/eatnumber1.git - http://git.overlays.gentoo.org/gitweb/?p=user/eatnumber1.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=user/eatnumber1.git;a=rss - - - - - - wolf31o2@wolf31o2.org - - svn://overlays.gentoo.org/proj/efika - http://overlays.gentoo.org/proj/efika/timeline - - - - - http://overlays.gentoo.org/proj/emacs/ - - emacs@gentoo.org - - svn://overlays.gentoo.org/proj/emacs/emacs-overlay - http://overlays.gentoo.org/proj/emacs/timeline - - - - - http://git.overlays.gentoo.org/gitweb/?p=proj/embedded-cross.git;a=summary - - armin76@gentoo.org - - - git://git.overlays.gentoo.org/proj/embedded-cross.git - http://git.overlays.gentoo.org/gitroot/proj/embedded-cross.git - git+ssh://git@git.overlays.gentoo.org/proj/embedded-cross.git - http://git.overlays.gentoo.org/gitweb/?p=proj/embedded-cross.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=proj/embedded-cross.git;a=rss - - - - - http://overlays.gentoo.org/dev/vapier/wiki/enlightenment - - enlightenment@gentoo.org - - svn://overlays.gentoo.org/dev/vapier/enlightenment - http://overlays.gentoo.org/dev/vapier/timeline - - - - - http://git.overlays.gentoo.org/gitweb/?p=dev/eva.git;a=summary - - eva@gentoo.org - - - git://git.overlays.gentoo.org/dev/eva.git - http://git.overlays.gentoo.org/gitroot/dev/eva.git - git+ssh://git@git.overlays.gentoo.org/dev/eva.git - http://git.overlays.gentoo.org/gitweb/?p=dev/eva.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=dev/eva.git;a=rss - - - - - http://github.com/eyolfson/overlay-eyolfson - - jon@eyolfson.com - - - git://github.com/eyolfson/overlay-eyolfson.git - http://github.com/eyolfson/overlay-eyolfson.git - http://github.com/feeds/eyolfson/commits/overlay-eyolfson/master - - - - - http://dev.gentoo.org/~falco/ - - falco@gentoo.org - - - git://git.overlays.gentoo.org/dev/falco - http://git.overlays.gentoo.org/gitroot/dev/falco.git - git+ssh://git@git.overlays.gentoo.org/dev/falco.git - http://git.overlays.gentoo.org/gitweb/?p=dev/falco.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=dev/falco.git;a=rss - - - - - http://www.pkgcore.org/~ferringb/ - - ferringb@gmail.com - - - http://pkgcore.org/~ferringb/bzr/overlay - - - - - http://overlays.gentoo.org/proj/finnish - - flammie@gentoo.org - - svn://overlays.gentoo.org/proj/finnish/trunk - http://overlays.gentoo.org/proj/finnish/timeline - - - - - http://blog.flameeyes.eu/ - - flameeyes@gmail.com - - - git://git.overlays.gentoo.org/dev/flameeyes.git - http://git.overlays.gentoo.org/gitroot/dev/flameeyes.git - git+ssh://git@git.overlays.gentoo.org/dev/flameeyes.git - http://git.overlays.gentoo.org/gitweb/?p=dev/flameeyes.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=dev/flameeyes.git;a=rss - - - - - http://github.com/slashbeast/foo-overlay - - jabberuser@gmail.com - - - git://github.com/slashbeast/foo-overlay.git - http://github.com/slashbeast/foo-overlay.git - http://github.com/slashbeast/foo-overlay/commits/master.atom - - - - - http://www.freevo.org - - dischi@freevo.org - - svn://svn.freevo.org/freevo/portage/ - - - - - http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git - - scarabeus@gentoo.org - - - git://git.overlays.gentoo.org/proj/gamerlay.git - http://git.overlays.gentoo.org/gitroot/proj/gamerlay.git - git+ssh://git@git.overlays.gentoo.org/proj/gamerlay.git - http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=rss - - - - - http://games.gentoo.org/ - - games@gentoo.org - - svn://overlays.gentoo.org/proj/games - http://overlays.gentoo.org/proj/games/timeline - - - - - http://overlays.gentoo.org/proj/gcc-porting/ - - gcc-porting@gentoo.org - - svn://overlays.gentoo.org/proj/gcc-porting - http://overlays.gentoo.org/proj/gcc-porting/timeline - - - - - http://sourceforge.net/projects/gechi-overlay/ - - gechi+subscribe@gechi.it - - - https://gechi-overlay.svn.sourceforge.net/svnroot/gechi-overlay/overlay/ - - - - - http://overlays.gentoo.org/dev/genstef - - genstef@gentoo.org - - - svn://overlays.gentoo.org/dev/genstef - http://overlays.gentoo.org/dev/genstef/timeline - - - - - http://gentooarm.powderluv.org/ - - powderluv@powderluv.org - - git://gitorious.org/gentoo-arm-overlay/gentoo-arm-overlay.git - http://gitorious.org/gentoo-arm-overlay.atom - - - - - http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-bsd.git - - welp@gentoo.org - - - git://git.overlays.gentoo.org/proj/gentoo-bsd.git - http://git.overlays.gentoo.org/gitroot/proj/gentoo-bsd.git - git+ssh://git@git.overlays.gentoo.org/proj/gentoo-bsd.git - http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-bsd.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-bsd.git;a=rss - - - - - http://code.google.com/p/gentoo-china-overlay - - r0bertz@gentoo.org - - http://gentoo-china-overlay.googlecode.com/svn/trunk/ - http://code.google.com/feeds/p/gentoo-china-overlay/svnchanges/basic - - - - - http://www.gentoo-quebec.org - - laurent@gentoo-quebec.org - - https://gentoo-quebec.org/svn/gentoo-quebec/trunk/overlay/ - - - - - http://gentoo-taiwan.googlecode.com/ - - scsichen@gmail.com - - http://gentoo-taiwan.googlecode.com/svn/trunk/ - http://code.google.com/feeds/p/gentoo-taiwan/svnchanges/basic - - - - - http://ebuild.gentoo.gr.jp/ - - jp-admins@gentoo.gr.jp - - git://git.gentoo.gr.jp/ebuilds/gentoojp.git - - - - - http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=summary - - gnome@gentoo.org - - - git://git.overlays.gentoo.org/proj/gnome.git - http://git.overlays.gentoo.org/gitroot/proj/gnome.git - git+ssh://git@git.overlays.gentoo.org/proj/gnome.git - http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=rss - - - - - http://git.overlays.gentoo.org/gitweb/?p=proj/gnome-live.git;a=summary - - gnome@gentoo.org - - - git://git.overlays.gentoo.org/proj/gnome-live.git - http://git.overlays.gentoo.org/gitroot/proj/gnome-live.git - git+ssh://git@git.overlays.gentoo.org/proj/gnome-live.git - http://git.overlays.gentoo.org/gitweb/?p=proj/gnome-live.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=proj/gnome-live.git;a=rss - - - - - http://github.com/ramereth/gnr-overlay/tree/master - - ramereth@gentoo.org - - git://github.com/ramereth/gnr-overlay.git - http://github.com/feeds/ramereth/commits/gnr-overlay/master - - - - - http://overlays.gentoo.org/proj/gnustep - - gnustep@gentoo.org - - svn://overlays.gentoo.org/proj/gnustep/overlay - http://overlays.gentoo.org/proj/gnustep/timeline - - - - - http://git.overlays.gentoo.org/gitweb/?p=proj/gpe.git;a=summary - - gpe@gentoo.org - - - git://git.overlays.gentoo.org/proj/gpe.git - http://git.overlays.gentoo.org/gitroot/proj/gpe.git - git+ssh://git@git.overlays.gentoo.org/proj/gpe.git - http://git.overlays.gentoo.org/gitweb/?p=proj/gpe.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=proj/gpe.git;a=rss - - - - - http://moving-innovations.com/blog/ - - graaff@gentoo.org - - http://moving-innovations.com/overlay - - - - - - http://git.overlays.gentoo.org/gitweb/?p=dev/halcy0n.git;a=summary - - halcy0n@gentoo.org - - - git://git.overlays.gentoo.org/dev/halcy0n.git - http://git.overlays.gentoo.org/gitroot/dev/halcy0n.git - git+ssh://git@git.overlays.gentoo.org/dev/halcy0n.git - http://git.overlays.gentoo.org/gitweb/?p=dev/halcy0n.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=dev/halcy0n.git;a=rss - - - - - http://www.hboeck.de - - hanno@gentoo.org - - https://svn.hboeck.de/overlay/ - - - - - http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=summary - - hardened@gentoo.org - - git://git.overlays.gentoo.org/proj/hardened-dev.git - http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=atom - - - - - http://code.haskell.org/gentoo/gentoo-haskell/ - - haskell@gentoo.org - - http://code.haskell.org/gentoo/gentoo-haskell/ - - - - - http://dev.gentoo.org/~hawking/ - - hawking@gentoo.org - - - git://git.overlays.gentoo.org/dev/hawking - http://git.overlays.gentoo.org/gitroot/dev/hawking.git - git+ssh://git@git.overlays.gentoo.org/dev/hawking.git - http://git.overlays.gentoo.org/gitweb/?p=dev/hawking.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=dev/hawking.git;a=rss - - - - - http://git.xnull.de/gitweb/?p=overlay.git - - hollow@gentoo.org - - git://git.xnull.de/overlay.git - http://git.xnull.de/gitweb/?p=overlay.git;a=atom - - - - - http://dev.gentoo.org/~hwoarang/ - - hwoarang@gentoo.org - - - git://git.overlays.gentoo.org/dev/hwoarang - http://git.overlays.gentoo.org/gitroot/dev/hwoarang.git - git+ssh://git@git.overlays.gentoo.org/dev/hwoarang.git - http://git.overlays.gentoo.org/gitweb/?p=dev/hwoarang.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=dev/hwoarang.git;a=rss - - - - - http://repo.or.cz/w/gentoo-overlay-ibormuth.git - - ibormuth@efil.de - - git://repo.or.cz/gentoo-overlay-ibormuth.git - http://repo.or.cz/w/gentoo-overlay-ibormuth.git?a=rss - - - - - http://git.overlays.gentoo.org/gitweb/?p=user/iElectric.git - - domen@dev.si - - - git://git.overlays.gentoo.org/user/iElectric.git - http://git.overlays.gentoo.org/gitroot/user/iElectric.git - git+ssh://git@git.overlays.gentoo.org/user/iElectric.git - http://git.overlays.gentoo.org/gitweb/?p=user/iElectric.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=user/iElectric.git;a=rss - - - - - - http://git.overlays.gentoo.org/gitweb/?p=dev/ikelos.git;a=summary - - ikelos@gentoo.org - - - git://git.overlays.gentoo.org/dev/ikelos.git - http://git.overlays.gentoo.org/gitroot/dev/ikelos.git - git+ssh://git@git.overlays.gentoo.org/dev/ikelos.git - http://git.overlays.gentoo.org/gitweb/?p=dev/ikelos.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=dev/ikelos.git;a=rss - - - - - http://github.com/init6/init_6 - - sudormrfhalt@gmail.com - - - git://github.com/init6/init_6.git - http://github.com/feeds/init6/commits/init_6/master - - - - - http://www.initng.org - - qupada@initng.org - - https://svn.initng.org/portage/gentoo - - - - - - levertond@googlemail.com - - git://repo.or.cz/gentoo-interactive-fiction.git - http://repo.or.cz/w/gentoo-interactive-fiction.git?a=rss - - - - - http://opensvn.csie.org/rmh3093/iwlwifi - - rmh3093@gmail.com - - http://opensvn.csie.org/rmh3093/iwlwifi - - - - - http://gitorious.org/jasiu - - jasiupsota@gmail.com - - - git://gitorious.org/jasiu/jasiu.git - - - - - http://overlays.gentoo.org/proj/java - - java@gentoo.org - - svn://overlays.gentoo.org/proj/java/java-overlay/ - http://overlays.gentoo.org/proj/java/timeline - - - - - http://overlays.gentoo.org/dev/je_fro - - je_fro@gentoo.org - - svn://overlays.gentoo.org/dev/je_fro - http://overlays.gentoo.org/dev/je_fro/timeline - - - - - http://git.overlays.gentoo.org/gitweb/?p=user/jensp.git;a=summary - - jens@chaox.net - - - git://git.overlays.gentoo.org/user/jensp.git - http://git.overlays.gentoo.org/gitroot/user/jensp.git - git+ssh://git@git.overlays.gentoo.org/user/jensp.git - http://git.overlays.gentoo.org/gitweb/?p=user/jensp.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=user/jensp.git;a=rss - - - - - http://git.overlays.gentoo.org/gitweb/?p=dev/jmbsvicetto.git - - jmbsvicetto@gentoo.org - - - git://git.overlays.gentoo.org/dev/jmbsvicetto.git - http://git.overlays.gentoo.org/gitroot/dev/jmbsvicetto.git - git+ssh://git@git.overlays.gentoo.org/dev/jmbsvicetto.git - http://git.overlays.gentoo.org/gitweb/?p=dev/jmbsvicetto.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=dev/jmbsvicetto.git;a=rss - - - - - http://overlays.gentoo.org/dev/jokey - - jokey@gentoo.org - - - svn://overlays.gentoo.org/dev/jokey/trunk - http://overlays.gentoo.org/dev/jokey/timeline - - - - - http://jyujin.de/ - - mdeininger@jyujin.de - - git://git.becquerel.org/portage-overlay.git - http://git.jyujin.de/?p=portage-overlay.git;a=atom - - - - - http://www.kaa.org.ua/gentoo - - oleg@kaa.org.ua - - - http://www.kaa.org.ua/gentoo - http://www.kaa.org.ua/gentoo - - - - - http://kde.gentoo.org - - kde@gentoo.org - - - git://git.overlays.gentoo.org/proj/kde.git - http://git.overlays.gentoo.org/gitroot/proj/kde.git - git+ssh://git@git.overlays.gentoo.org/proj/kde.git - http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=rss - - - - - http://git.overlays.gentoo.org/gitweb/?p=proj/kde-sunset.git;a=summary - - gentoo-desktop+subscribe@lists.gentoo.org - - - git://git.overlays.gentoo.org/proj/kde-sunset.git - http://git.overlays.gentoo.org/gitroot/proj/kde-sunset.git - git+ssh://git@git.overlays.gentoo.org/proj/kde-sunset.git - http://git.overlays.gentoo.org/gitweb/?p=proj/kde-sunset.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=proj/kde-sunset.git;a=rss - - - - - http://dev.gentoo.org/~mueli - - mueli@gentoo.org - - - git://git.overlays.gentoo.org/proj/kerberos.git - http://git.overlays.gentoo.org/gitroot/proj/kerberos.git - git+ssh://git@git.overlays.gentoo.org/proj/kerberos.git - http://git.overlays.gentoo.org/gitweb/?p=proj/kerberos.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=proj/kerberos.git;a=rss - - - - - http://git.overlays.gentoo.org/gitweb/?p=user/keruspe.git;a=summary - - Marc-Antoine@Perennou.com - - - git://git.overlays.gentoo.org/user/keruspe.git - http://git.overlays.gentoo.org/gitroot/user/keruspe.git - git+ssh://git@git.overlays.gentoo.org/user/keruspe.git - http://git.overlays.gentoo.org/gitweb/?p=user/keruspe.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=user/keruspe.git;a=rss - - - - - http://www.gentoo.org/proj/en/kolab/index.xml - - wrobel@gentoo.org - - svn://overlays.gentoo.org/proj/kolab/overlay - http://overlays.gentoo.org/proj/kolab/timeline - - - - - http://git.overlays.gentoo.org/gitweb/?p=user/kork.git;a=summary - - hsggebhardt@googlemail.com - - - git://git.overlays.gentoo.org/user/kork.git - http://git.overlays.gentoo.org/gitroot/user/kork.git - git+ssh://git@git.overlays.gentoo.org/user/kork.git - http://git.overlays.gentoo.org/gitweb/?p=user/kork.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=user/kork.git;a=rss - - - - - - dang@gentoo.org;cardoe@gentoo.org - - git://github.com/dang/kvm.git - http://github.com/feeds/dang/commits/kvm/master - - - - - http://git.overlays.gentoo.org/gitweb/?p=proj/kuroo.git;a=summary - - detlev.casanova@gmail.com - - - git://git.overlays.gentoo.org/proj/kuroo.git - http://git.overlays.gentoo.org/gitroot/proj/kuroo.git - git+ssh://git@git.overlays.gentoo.org/proj/kuroo.git - http://git.overlays.gentoo.org/gitweb/?p=proj/kuroo.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=proj/kuroo.git;a=rss - - - - - http://github.com/laurentb/gentoo-overlay - - laurent@bachelier.name - - - git://github.com/laurentb/gentoo-overlay.git - http://github.com/laurentb/gentoo-overlay.git - http://github.com/feeds/laurentb/commits/gentoo-overlay/master - - - - - http://gitorious.org/lcd-filtering - - billl@users.sourceforge.net - - - git://gitorious.org/lcd-filtering/lcd-filtering.git - http://git.gitorious.org/lcd-filtering/lcd-filtering.git - http://gitorious.org/lcd-filtering.atom - - - - - http://git.overlays.gentoo.org/gitweb/?p=dev/leio.git - - leio@gentoo.org - - - git://git.overlays.gentoo.org/dev/leio.git - http://git.overlays.gentoo.org/gitroot/dev/leio.git - git+ssh://git@git.overlays.gentoo.org/dev/leio.git - http://git.overlays.gentoo.org/gitweb/?p=dev/leio.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=dev/leio.git;a=rss - - - - - http://www.lila-center.info - - fosstux@gmail.com - - http://svn.berlios.de/svnroot/repos/lila-theme/trunk/lila/gentoo/overlay - - - - - http://overlays.gentoo.org - - liquidx@gentoo.org - - svn://overlays.gentoo.org/dev/liquidx - http://overlays.gentoo.org/dev/liquidx/timeline - - - - - http://repo.or.cz/w/gentoo-lisp-overlay.git - - gentoo-lisp@gentoo.org - - git://repo.or.cz/gentoo-lisp-overlay.git - http://repo.or.cz/w/gentoo-lisp-overlay.git?a=rss - - - - - - http://git.overlays.gentoo.org/gitweb/?p=dev/loki_val.git;a=summary - - loki_val@gentoo.org - - - git://git.overlays.gentoo.org/dev/loki_val - http://git.overlays.gentoo.org/gitroot/dev/loki_val.git - git+ssh://git@git.overlays.gentoo.org/dev/loki_val.git - http://git.overlays.gentoo.org/gitweb/?p=dev/loki_val.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=dev/loki_val.git;a=rss - - - - - http://www.gentoo-cn.org/gitweb/?p=loongson.git;a=summary - - r0bertz@gentoo.org - - git://www.gentoo-cn.org/var/git/loongson.git - - - - - http://www.lordvan.com - - lordvan@gentoo.org - - - git://git.overlays.gentoo.org/dev/lordvan.git - http://git.overlays.gentoo.org/gitroot/dev/lordvan.git - git+ssh://git@git.overlays.gentoo.org/dev/lordvan.git - http://git.overlays.gentoo.org/gitweb/?p=dev/lordvan.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=dev/lordvan.git;a=rss - - - - - http://github.com/bignaux/lorelei-overlay - - ronan@aimao.org - - - git://github.com/bignaux/lorelei-overlay.git - http://github.com/bignaux/lorelei-overlay.git - http://github.com/feeds/bignaux/commits/lorelei-overlay/master - - - - - http://git.overlays.gentoo.org/gitweb/?p=proj/ltsp.git;a=summary - - dberkholz@gentoo.org - - - git://git.overlays.gentoo.org/proj/ltsp.git - http://git.overlays.gentoo.org/gitroot/proj/ltsp.git - git+ssh://git@git.overlays.gentoo.org/proj/ltsp.git - http://git.overlays.gentoo.org/gitweb/?p=proj/ltsp.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=proj/ltsp.git;a=rss - - - - - http://overlays.gentoo.org/dev/lu_zero - - lu_zero@gentoo.org - - svn://overlays.gentoo.org/dev/lu_zero - http://overlays.gentoo.org/dev/lu_zero/timeline - - - - - http://luke.dashjr.org - - luke_armagetron@dashjr.org - - svn://svn.dashjr.org/luke-portage-overlay/trunk - - - - - http://www.gentoo.org/proj/en/desktop/lxde/ - - yngwin@gentoo.org - - http://bitbucket.org/yngwin/lxde-overlay - http://bitbucket.org/yngwin/lxde-overlay/atom/ - - - - - http://git.overlays.gentoo.org/gitweb/?p=proj/m68k.git - - m68k@gentoo.org - - git://git.overlays.gentoo.org/proj/m68k.git - http://git.overlays.gentoo.org/gitweb/?p=proj/m68k.git;a=atom - - - - - http://git.overlays.gentoo.org/gitweb/?p=dev/maekke.git - - maekke@gentoo.org - - - git://git.overlays.gentoo.org/dev/maekke.git - http://git.overlays.gentoo.org/gitroot/dev/maekke.git - git+ssh://git@git.overlays.gentoo.org/dev/maekke.git - http://git.overlays.gentoo.org/gitweb/?p=dev/maekke.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=dev/maekke.git;a=rss - - - - - http://github.com/maggu2810/maggu2810-overlay - - maggu2810@web.de - - - git://github.com/maggu2810/maggu2810-overlay.git - http://github.com/maggu2810/maggu2810-overlay.git - http://github.com/feeds/maggu2810/commits/maggu2810-overlay/master - - - - - http://dev.openbossa.org/trac/mamona/wiki/MamonaGentooOverlay - - ricardo.salveti@openbossa.org - - http://rsalveti.net/git/projects/mamona-overlay/ - http://rsalveti.net/git/?p=mamona-overlay;a=atom - - - - - http://overlays.gentoo.org/dev/marineam - - marineam@gentoo.org - - svn://overlays.gentoo.org/dev/marineam/xen - http://overlays.gentoo.org/dev/marineam/timeline - - - - - http://git.overlays.gentoo.org/gitweb/?p=dev/matsuu.git - - matsuu@gentoo.org - - - git://git.overlays.gentoo.org/dev/matsuu.git - http://git.overlays.gentoo.org/gitroot/dev/matsuu.git - git+ssh://git@git.overlays.gentoo.org/dev/matsuu.git - http://git.overlays.gentoo.org/gitweb/?p=dev/matsuu.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=dev/matsuu.git;a=rss - - - - - http://git.overlays.gentoo.org/gitweb/?p=user/menelkir.git;a=summary - - menelkir@itroll.org - - - git://git.overlays.gentoo.org/user/menelkir.git - http://git.overlays.gentoo.org/gitroot/user/menelkir.git - git+ssh://git@git.overlays.gentoo.org/user/menelkir.git - http://git.overlays.gentoo.org/gitweb/?p=user/menelkir.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=user/menelkir.git;a=rss - - - - - http://git.overlays.gentoo.org/gitweb/?p=proj/mozilla.git - - mozilla@gentoo.org - - git://git.overlays.gentoo.org/proj/mozilla.git - http://git.overlays.gentoo.org/gitweb/?p=proj/mozilla.git;a=atom - - - - - http://github.com/musicpd/mpd-overlay - - netzdamon@gmail.com - - - git://github.com/musicpd/mpd-overlay.git - http://github.com/musicpd/mpd-overlay/commits/master.atom - - - - - http://git.overlays.gentoo.org/gitweb/?p=dev/mrpouet.git - - mrpouet@gentoo.org - - - git://git.overlays.gentoo.org/dev/mrpouet.git - http://git.overlays.gentoo.org/gitroot/dev/mrpouet.git - git+ssh://git@git.overlays.gentoo.org/dev/mrpouet.git - http://git.overlays.gentoo.org/gitweb/?p=dev/mrpouet.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=dev/mrpouet.git;a=rss - - - - - http://github.com/radhermit/msp430-overlay - - radhermit@gentoo.org - - - git://github.com/radhermit/msp430-overlay.git - http://github.com/radhermit/msp430-overlay.git - http://github.com/radhermit/msp430-overlay/commits/master.atom - - - - - http://github.com/sjnewbury/multilib-overlay - - multilib@gentoo.org - - git://github.com/sjnewbury/multilib-overlay.git - http://github.com/feeds/sjnewbury/commits/multilib-overlay/master - - - - - http://gitorious.org/gentoo-multimedia - - media-video@gentoo.org - - git://gitorious.org/gentoo-multimedia/gentoo-multimedia.git - http://gitorious.org/gentoo-multimedia.atom - - - - - http://git.overlays.gentoo.org/gitweb/?p=user/mv.git - - vaeth@mathematik.uni-wuerzburg.de - - - git://git.overlays.gentoo.org/user/mv.git - http://git.overlays.gentoo.org/gitroot/user/mv.git - git+ssh://git@git.overlays.gentoo.org/user/mv.git - http://git.overlays.gentoo.org/gitweb/?p=user/mv.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=user/mv.git;a=rss - - - - - http://git.overlays.gentoo.org/gitweb/?p=proj/mysql.git;a=summary - - mysql-bugs@gentoo.org - - - git://git.overlays.gentoo.org/proj/mysql.git - http://git.overlays.gentoo.org/gitroot/proj/mysql.git - git+ssh://git@git.overlays.gentoo.org/proj/mysql.git - http://git.overlays.gentoo.org/gitweb/?p=proj/mysql.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=proj/mysql.git;a=rss - - - - - http://n4g.mars.arge.at - - Mario-Fetka@gmx.at - - https://svn.disconnected-by-peer.at/svn/n4g/trunk/novell4gentoo/ - - - - - http://n4g.mars.arge.at - - Mario-Fetka@gmx.at - - https://svn.disconnected-by-peer.at/svn/n4g/branches/experimental/ - - - - - http://slonopotamus.org/gentoo-on-n8x0 - - luke_n8x0_overlay@dashjr.org - - git://slonopotamus.org/overlay - - - - - http://git.overlays.gentoo.org/gitweb/?p=dev/nelchael.git;a=summary - - nelchael@gentoo.org - - - git://git.overlays.gentoo.org/dev/nelchael.git - http://git.overlays.gentoo.org/gitroot/dev/nelchael.git - git+ssh://git@git.overlays.gentoo.org/dev/nelchael.git - http://git.overlays.gentoo.org/gitweb/?p=dev/nelchael.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=dev/nelchael.git;a=rss - - - - - http://git.overlays.gentoo.org/gitweb/?p=dev/neurogeek.git - - neurogeek@gentoo.org - - - git://git.overlays.gentoo.org/dev/neurogeek.git - http://git.overlays.gentoo.org/gitroot/dev/neurogeek.git - git+ssh://git@git.overlays.gentoo.org/dev/neurogeek.git - http://git.overlays.gentoo.org/gitweb/?p=dev/neurogeek.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=dev/neurogeek.git;a=rss - - - - - http://gitorious.org/neuvoo/overlay - - jacobgalbreath@gmail.com - - - git://gitorious.org/neuvoo/overlay.git - http://gitorious.org/neuvoo.atom - - - - - http://git.overlays.gentoo.org/gitweb/?p=user/nikai.git - - nikai@nikai.net - - - git://git.overlays.gentoo.org/user/nikai.git - http://git.overlays.gentoo.org/gitroot/user/nikai.git - git+ssh://git@git.overlays.gentoo.org/user/nikai.git - http://git.overlays.gentoo.org/gitweb/?p=user/nikai.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=user/nikai.git;a=rss - - - - - http://git.overlays.gentoo.org/gitweb/?p=dev/nirbheek.git - - nirbheek@gentoo.org - - - git://git.overlays.gentoo.org/dev/nirbheek.git - http://git.overlays.gentoo.org/gitroot/dev/nirbheek.git - git+ssh://git@git.overlays.gentoo.org/dev/nirbheek.git - http://git.overlays.gentoo.org/gitweb/?p=dev/nirbheek.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=dev/nirbheek.git;a=rss - - - - - http://git.njw.me.uk/cgit/cgit.cgi/njw-gentoo-local/ - - gentoo-overlay@njw.me.uk - - http://git.njw.me.uk/njw-gentoo-local.git - http://git.njw.me.uk/cgit/cgit.cgi/njw-gentoo-local/atom/?h=master - - - - - http://overlays.gentoo.org/proj/nx - - nx@gentoo.org - - svn://overlays.gentoo.org/proj/nx/testing - http://overlays.gentoo.org/proj/nx/timeline - - - - - http://github.com/nuteater/nuteater-overlay - - perttu.luukko@iki.fi - - - git://github.com/nuteater/nuteater-overlay.git - http://github.com/feeds/nuteater/commits/nuteater-overlay/master - - - - - http://ohnopub.net/~ohnobinki/gentoo - - ohnobinki@ohnopublishing.net - - http://ohnopublishing.net/hg/ohnobinki_overlay - http://ohnopublishing.net/hg/ohnobinki_overlay/rss-log - - - - - http://overlays.gentoo.org/proj/embedded/wiki/openmoko - - OdinsHorse@googlemail.com - - svn://overlays.gentoo.org/proj/embedded/openmoko - http://overlays.gentoo.org/proj/embedded/timeline - - - - - http://geki.ath.cx/index.php/OpenOffice - - h.mth@web.de - - http://geki.ath.cx/hacks/overlay.tar.bz2 - - - - - - http://git.overlays.gentoo.org/gitweb/?p=dev/uberlord;a=summary - - roy@marples.name - - git://git.overlays.gentoo.org/dev/uberlord - http://git.overlays.gentoo.org/gitweb/?p=dev/uberlord.git;a=atom - - - - - http://gentoo-wiki.com/Howto_OSS4 - - majeru@gentoo.ro - - http://hg.atheme.org/users/majeru/portage-overlay/ - http://hg.atheme.org/users/majeru/portage-overlay/atom-log - - - - - http://repo.or.cz/w/otih-overlay.git - - fabian@datensalat.eu - - git://repo.or.cz/otih-overlay.git - http://repo.or.cz/w/otih-overlay.git?a=rss - - - - - http://git.overlays.gentoo.org/gitweb/?p=dev/pchrist.git - - pchrist@gentoo.org - - - git://git.overlays.gentoo.org/dev/pchrist.git - http://git.overlays.gentoo.org/gitroot/dev/pchrist.git - git+ssh://git@git.overlays.gentoo.org/dev/pchrist.git - http://git.overlays.gentoo.org/gitweb/?p=dev/pchrist.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=dev/pchrist.git;a=rss - - - - - http://github.com/eatnumber1/pcsx2-overlay/tree/master - - gabrielmaculus@gmail.com - - git://github.com/eatnumber1/pcsx2-overlay.git - http://github.com/feeds/eatnumber1/commits/pcsx2-overlay/master - - - - - http://pd-overlay.sourceforge.net/ - - mescalinum@gmail.com - - https://pd-overlay.svn.sourceforge.net/svnroot/pd-overlay/pd-overlay - http://sourceforge.net/export/rss2_keepsake.php?group_id=180376 - - - - - http://pda.gentoo.ru - - alexxy@gentoo.ru - - git://vcs.gentoo.ru/gentoo-pda - - - - - http://www.pentoo.ch - - zerochaos@pentoo.ch - - https://www.pentoo.ch/svn/portage/trunk/ - - - - - http://overlays.gentoo.org/proj/perl/ - - perl@gentoo.org - - - git://git.overlays.gentoo.org/proj/perl-overlay.git - http://git.overlays.gentoo.org/gitroot/proj/perl-overlay.git - git+ssh://git@git.overlays.gentoo.org/proj/perl-overlay.git - http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=rss - - - - - http://git.overlays.gentoo.org/gitweb/?p=proj/php.git;a=summary - - php-bugs@gentoo.org - - - git://git.overlays.gentoo.org/proj/php.git - http://git.overlays.gentoo.org/gitroot/proj/php.git - git+ssh://git@git.overlays.gentoo.org/proj/php.git - http://git.overlays.gentoo.org/gitweb/?p=proj/php.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=proj/php.git;a=rss - - - - - http://git.overlays.gentoo.org/gitweb/?p=user/piczu.git;a=summary - - maciag.artur@gmail.com - - - git://git.overlays.gentoo.org/user/piczu.git - http://git.overlays.gentoo.org/gitroot/user/piczu.git - git+ssh://git@git.overlays.gentoo.org/user/piczu.git - http://git.overlays.gentoo.org/gitweb/?p=user/piczu.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=user/piczu.git;a=rss - - - - - http://blog.pioto.org - - pioto@pioto.org - - git://git.pioto.org/pioto-overlay.git - http://git.pioto.org/gitweb/pioto-overlay.git?a=atom - - - - - http://overlays.gentoo.org/dev/anant/wiki - - anant@gentoo.org - - svn://overlays.gentoo.org/dev/anant/plan9 - http://overlays.gentoo.org/dev/anant/timeline - - - - - http://necoro.eu/portato - - gentoo@necoro.eu - - - git://github.com/Necoro/portato-overlay.git - http://github.com/Necoro/portato-overlay/commits/master.atom - - - - - http://overlays.gentoo.org/proj/postgresql - - pgsql-bugs@gentoo.org - - svn://overlays.gentoo.org/proj/postgresql/experimental - http://overlays.gentoo.org/proj/postgresql/timeline - - - - - http://overlays.gentoo.org/proj/postgresql - - pgsql-bugs@gentoo.org - - svn://overlays.gentoo.org/proj/postgresql/testing - http://overlays.gentoo.org/proj/postgresql/timeline - - - - - http://overlays.gentoo.org/proj/powerpc - - ranger@gentoo.org - - svn://overlays.gentoo.org/proj/powerpc - http://overlays.gentoo.org/proj/powerpc/timeline - - - - - http://powerman.name/RTFM/Gentoo_ebuilds.html - - powerman@powerman.name - - - http://powerman.name/download/Gentoo/powerman-overlay.tgz - - - - - http://proaudio.tuxfamily.org/wiki - - evermind@tuxfamily.org - - svn://svn.tuxfamily.org/svnroot/proaudio/proaudio/trunk/overlays/proaudio - - - - - http://git.overlays.gentoo.org/gitweb/?p=user/pross.git;a=summary - - pross@pross.org.uk - - - git://git.overlays.gentoo.org/user/pross.git - http://git.overlays.gentoo.org/gitroot/user/pross.git - git+ssh://git@git.overlays.gentoo.org/user/pross.git - http://git.overlays.gentoo.org/gitweb/?p=user/pross.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=user/pross.git;a=rss - - - - - http://git.overlays.gentoo.org/gitweb/?p=user/purak.git;a=summary - - bburaksezer@gmail.com - - - git://git.overlays.gentoo.org/user/purak.git - http://git.overlays.gentoo.org/gitroot/user/purak.git - git+ssh://git@git.overlays.gentoo.org/user/purak.git - http://git.overlays.gentoo.org/gitweb/?p=user/purak.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=user/purak.git;a=rss - - - - - http://git.goodpoint.de/?p=pure-funtoo.git;a=summary - - sebastian@pipping.org - - git://git.goodpoint.de/pure-funtoo.git - http://git.goodpoint.de/?p=pure-funtoo.git;a=atom - - - - - http://overlays.gentoo.org/proj/python/wiki - - python@gentoo.org - - svn://overlays.gentoo.org/proj/python/overlays/python - http://overlays.gentoo.org/proj/python/timeline - - - - - http://overlays.gentoo.org - - pythonhead@gentoo.org - - svn://overlays.gentoo.org/dev/pythonhead - http://overlays.gentoo.org/dev/pythonhead/timeline - - - - - http://gitorious.org/gentoo-qt/qting-edge - - yngwin@gentoo.org - - git://gitorious.org/gentoo-qt/qting-edge.git - http://gitorious.org/gentoo-qt.atom - - - - - http://overlay.rafaelmartins.eng.br/ - - rafael@rafaelmartins.eng.br - - - http://hg.rafaelmartins.eng.br/gentoo-overlay/ - - - - - http://github.com/ramereth/ramereth-overlay/tree/master - - ramereth@gentoo.org - - git://github.com/ramereth/ramereth-overlay.git - http://github.com/feeds/ramereth/commits/ramereth-overlay/master - - - - - http://code.google.com/p/raw/ - - mahatma@eu.by - - http://raw.googlecode.com/svn/trunk - http://code.google.com/feeds/p/raw/svnchanges/basic - - - - - http://overlays.gentoo.org/dev/rbu/wiki - - rbu@gentoo.org - - - svn://overlays.gentoo.org/dev/rbu/overlay - http://overlays.gentoo.org/dev/rbu/timeline - - - - - http://git.overlays.gentoo.org/gitweb/?p=dev/remi.git - - remi@gentoo.org - - - git://git.overlays.gentoo.org/dev/remi.git - http://git.overlays.gentoo.org/gitroot/dev/remi.git - git+ssh://git@git.overlays.gentoo.org/dev/remi.git - http://git.overlays.gentoo.org/gitweb/?p=dev/remi.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=dev/remi.git;a=rss - - - - - http://git.overlays.gentoo.org/gitweb/?p=user/rebutia.git;a=summary - - ps@twin.jikos.cz - - - git://git.overlays.gentoo.org/user/rebutia.git - http://git.overlays.gentoo.org/gitroot/user/rebutia.git - git+ssh://git@git.overlays.gentoo.org/user/rebutia.git - http://git.overlays.gentoo.org/gitweb/?p=user/rebutia.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=user/rebutia.git;a=rss - - - - - http://code.google.com/p/rion-overlay/ - - rion4ik@gmail.com - - http://rion-overlay.googlecode.com/hg/ - http://code.google.com/feeds/p/rion-overlay/hgchanges/basic - - - - - http://git.overlays.gentoo.org/gitweb/?p=dev/robbat2.git;a=summary - - robbat2@gentoo.org - - - git://git.overlays.gentoo.org/dev/robbat2.git - http://git.overlays.gentoo.org/gitroot/dev/robbat2.git - git+ssh://git@git.overlays.gentoo.org/dev/robbat2.git - http://git.overlays.gentoo.org/gitweb/?p=dev/robbat2.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=dev/robbat2.git;a=rss - - - - - http://gitorious.org/roslin/roslin - - lazy_bum@o2.pl - - - git://gitorious.org/roslin/roslin.git - http://git.gitorious.org/roslin/roslin.git - http://gitorious.org/roslin/roslin.atom - - - - - http://os-rostov.ru/ - - oleg.kluchkin@gmail.com - - http://svn.os-rostov.ru/repos/overlay - - - - - http://overlays.gentoo.org/proj/rox - - rox@gentoo.org - - svn://overlays.gentoo.org/proj/rox/trunk/overlay/ - http://overlays.gentoo.org/proj/rox/timeline - - - - - http://git.overlays.gentoo.org/gitweb/?p=user/rubenqba.git;a=summary - - ruben.bressler@cerpamid.co.cu - - - git://git.overlays.gentoo.org/user/rubenqba.git - http://git.overlays.gentoo.org/gitroot/user/rubenqba.git - git+ssh://git@git.overlays.gentoo.org/user/rubenqba.git - http://git.overlays.gentoo.org/gitweb/?p=user/rubenqba.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=user/rubenqba.git;a=rss - - - - - http://overlays.gentoo.org/proj/ruby/wiki - - ruby@gentoo.org - - - git://git.overlays.gentoo.org/proj/ruby-overlay.git - http://git.overlays.gentoo.org/gitroot/proj/ruby-overlay.git - git+ssh://git@git.overlays.gentoo.org/proj/ruby-overlay.git - http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=rss - - - - - http://s3d.berlios.de/ - - sven.eckelmann@gmx.de - - git://gitorious.org/s3d-gentoo/s3d-gentoo.git - http://gitorious.org/s3d-gentoo.atom - - - - - http://sabayonlinux.org - - lxnay@sabayonlinux.org - - git://sabayon.org/projects/overlay.git - http://gitweb.sabayon.org/?p=overlay.git;a=atom - - - - - http://github.com/cschwan/sage-on-gentoo - - cschwan@students.uni-mainz.de - - - git://github.com/cschwan/sage-on-gentoo.git - http://github.com/cschwan/sage-on-gentoo.git - http://github.com/feeds/cschwan/commits/sage-on-gentoo/master - - - - - http://git.overlays.gentoo.org/gitweb/?p=user/sardemff7.git;a=summary - - sardemff7.pub@gmail.com - - - git://git.overlays.gentoo.org/user/sardemff7.git - http://git.overlays.gentoo.org/gitroot/user/sardemff7.git - git+ssh://git@git.overlays.gentoo.org/user/sardemff7.git - http://git.overlays.gentoo.org/gitweb/?p=user/sardemff7.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=user/sardemff7.git;a=rss - - - - - http://git.overlays.gentoo.org/gitweb/?p=user/sattvik.git;a=summary - - gentoo@sattvik.com - - - git://git.overlays.gentoo.org/user/sattvik.git - http://git.overlays.gentoo.org/gitroot/user/sattvik.git - git+ssh://git@git.overlays.gentoo.org/user/sattvik.git - http://git.overlays.gentoo.org/gitweb/?p=user/sattvik.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=user/sattvik.git;a=rss - - - - - http://git.overlays.gentoo.org/gitweb/?p=dev/scarabeus.git - - scarabeus@gentoo.org - - - git://git.overlays.gentoo.org/dev/scarabeus.git - http://git.overlays.gentoo.org/gitroot/dev/scarabeus.git - git+ssh://git@git.overlays.gentoo.org/dev/scarabeus.git - http://git.overlays.gentoo.org/gitweb/?p=dev/scarabeus.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=dev/scarabeus.git;a=rss - - - - - http://overlays.gentoo.org/proj/science/wiki/en - - sci@gentoo.org - - - git://git.overlays.gentoo.org/proj/sci.git - http://git.overlays.gentoo.org/gitroot/proj/sci.git - git+ssh://git@git.overlays.gentoo.org/proj/sci.git - http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=rss - - - - - http://overlays.gentoo.org/dev/matsuu/ - - matsuu@gentoo.org - - svn://overlays.gentoo.org/dev/matsuu/secondlife/ - http://overlays.gentoo.org/dev/matsuu/timeline - - - - - http://overlays.gentoo.org/dev/seemant - - seemant@gentoo.org - - svn://overlays.gentoo.org/dev/seemant - http://overlays.gentoo.org/dev/seemant/timeline - - - - - http://dev.gentoo.org/~serkan - - serkan@gentoo.org - - http://bazaar.launchpad.net/~serkan-kaba/serkan-overlay/mainline - - - - - http://scm.calivia.com/svn/sipx/gentoo - - msl@calivia.com - - http://scm.calivia.com/svn/sipx/gentoo - - - - - http://git.overlays.gentoo.org/gitweb/?p=user/smithdanea.git;a=summary - - smithdanea@gmail.com - - - git://git.overlays.gentoo.org/user/smithdanea.git - http://git.overlays.gentoo.org/gitroot/user/smithdanea.git - git+ssh://git@git.overlays.gentoo.org/user/smithdanea.git - http://git.overlays.gentoo.org/gitweb/?p=user/smithdanea.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=user/smithdanea.git;a=rss - - - - - http://git.overlays.gentoo.org/gitweb/?p=dev/sochotnicky.git;a=summary - - sochotnicky@gentoo.org - - - git://git.overlays.gentoo.org/dev/sochotnicky.git - http://git.overlays.gentoo.org/gitroot/dev/sochotnicky.git - git+ssh://git@git.overlays.gentoo.org/dev/sochotnicky.git - http://git.overlays.gentoo.org/gitweb/?p=dev/sochotnicky.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=dev/sochotnicky.git;a=rss - - - - - - l.valerimanera@gmail.com - - git://repo.or.cz/gentoo-soor-overlay.git - http://repo.or.cz/w/gentoo-soor-overlay.git?a=rss - - - - - http://git.goodpoint.de/?p=overlay-sping.git;a=summary - - sping@gentoo.org - - - git://git.goodpoint.de/overlay-sping.git - http://git.goodpoint.de/?p=overlay-sping.git;a=atom - - - - - http://git.overlays.gentoo.org/gitweb/?p=dev/steev.git;a=summary - - steev@gentoo.org - - - git://git.overlays.gentoo.org/dev/steev.git - http://git.overlays.gentoo.org/gitroot/dev/steev.git - git+ssh://git@git.overlays.gentoo.org/dev/steev.git - http://git.overlays.gentoo.org/gitweb/?p=dev/steev.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=dev/steev.git;a=rss - - - - - http://code.google.com/p/stormfront/ - - jkomar@jbox.ca - - - http://stormfront.googlecode.com/svn/trunk/ - http://code.google.com/feeds/p/stormfront/svnchanges/basic - - - - - http://stuge.se/ - - peter@stuge.se - - - git://git.stuge.se/stuge-overlay.git - - - - - http://sugarlabs.org/go/Community/Distributions/Gentoo - - alsroot@member.fsf.org - - git://git.overlays.gentoo.org/proj/sugar.git - http://git.overlays.gentoo.org/gitweb/?p=proj/sugar.git;a=atom - - - - - http://overlays.gentoo.org/dev/suka - - suka@gentoo.org - - svn://overlays.gentoo.org/dev/suka - http://overlays.gentoo.org/dev/suka/timeline - - - - - http://overlays.gentoo.org/proj/sunrise - - sunrise@gentoo.org - - svn://overlays.gentoo.org/proj/sunrise/reviewed/ - http://overlays.gentoo.org/proj/sunrise/timeline - - - - - http://dev.gentoo.org/~swegener/ - - swegener@gentoo.org - - rsync://rsync.gentoo.stealer.net/swegener-overlay/ - - - - - http://gitorious.org/projects/tante_overlay/repos/mainline - - tante@the-gay-bar.com - - git://gitorious.org/tante_overlay/mainline.git - http://gitorious.org/tante_overlay.atom - - - - - https://overlays.gentoo.org/dev/mescalinum - - mescalinum@gentoo.org - - svn://overlays.gentoo.org/dev/mescalinum/tcl-8.6 - http://overlays.gentoo.org/dev/mescalinum/timeline - - - - - https://overlays.gentoo.org/dev/mescalinum - - mescalinum@gentoo.org - - svn://overlays.gentoo.org/dev/mescalinum/tcl-multislot - http://overlays.gentoo.org/dev/mescalinum/timeline - - - - - - rmh3093@gmail.com - - git://zen-sources.org/zen/THE.git - http://git.zen-sources.org/?p=THE.git;a=atom - - - - - http://www.mavrinac.com/index.cgi?page=tp - - mavrinac@gmail.com - - git://git.thousandparsec.net/git/gentoo-overlay.git - http://git.thousandparsec.net/gitweb/gitweb.cgi?p=gentoo-overlay.git;a=atom - - - - - http://overlays.gentoo.org/proj/toolchain/wiki - - toolchain@gentoo.org - - svn://overlays.gentoo.org/proj/toolchain - http://overlays.gentoo.org/proj/toolchain/timeline - - - - - http://overlays.gentoo.org/dev/trapni/ - - trapni@gentoo.org - - svn://overlays.gentoo.org/dev/trapni/overlay - http://overlays.gentoo.org/dev/trapni/timeline - - - - - http://svn.digital-trauma.de/gentoo/ - - gentoo-overlay@digital-trauma.de - - http://svn.digital-trauma.de/gentoo/trunk/ - - - - - http://www.tryton.org/ - - cedric.krier@b2ck.com - - http://www.tryton.org/hg/tryton-overlay/ - http://hg.tryton.org/hgwebdir.cgi/tryton-overlay/atom-log - - - - - http://git.overlays.gentoo.org/gitweb/?p=proj/turbogears2.git;a=summary - - sping@gentoo.org - - - git://git.overlays.gentoo.org/proj/turbogears2.git - http://git.overlays.gentoo.org/gitroot/proj/turbogears2.git - git+ssh://git@git.overlays.gentoo.org/proj/turbogears2.git - http://git.overlays.gentoo.org/gitweb/?p=proj/turbogears2.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=proj/turbogears2.git;a=rss - - - - - http://repo.or.cz/w/ub0rlay.git - - f@ub0r.de - - git://repo.or.cz/ub0rlay.git - http://repo.or.cz/w/ub0rlay.git?a=rss - - - - - http://github.com/unknown-horizons/Portage-Overlay-for-Unknown-Horizons - - b.mallinger@gmx.at - - - git://github.com/unknown-horizons/Portage-Overlay-for-Unknown-Horizons.git - http://github.com/unknown-horizons/Portage-Overlay-for-Unknown-Horizons.git - http://github.com/unknown-horizons/Portage-Overlay-for-Unknown-Horizons/commits/master.atom - - - - - http://overlays.gentoo.org/proj/vdr - - vdr@gentoo.org - - svn://overlays.gentoo.org/proj/vdr/vdr-devel - http://overlays.gentoo.org/proj/vdr/timeline - - - - - http://overlays.gentoo.org/proj/vdr - - vdr@gentoo.org - - svn://overlays.gentoo.org/proj/vdr/testing - http://overlays.gentoo.org/proj/vdr/timeline - - - - - http://overlays.gentoo.org/proj/vdr - - vdr@gentoo.org - - svn://overlays.gentoo.org/proj/vdr/vdr-xine-overlay - http://overlays.gentoo.org/proj/vdr/timeline - - - - - http://www.verlihub-project.org - - netcelli@verlihub-project.org - - git://verlihub.git.sourceforge.net/gitroot/verlihub/overlay - - - - - http://github.com/v-fox - - virtuousfox@gmail.com - - - git://github.com/v-fox/gentoo_overlay.git - http://github.com/v-fox/gentoo_overlay.git - http://github.com/v-fox/gentoo_overlay/commits/master.atom - - - - - http://bugs.gentoo.org/show_bug.cgi?id=122500 - - vmware@gentoo.org - - svn://overlays.gentoo.org/proj/vmware/trunk - http://overlays.gentoo.org/proj/vmware/timeline - - - - - http://svn.netdomination.org/gentoo-voip - - voip@gentoo.org - - svn://overlays.gentoo.org/proj/voip/trunk - http://overlays.gentoo.org/proj/voip/timeline - - - - - - http://cafarelli.fr/websvn/listing.php?repname=voyageur-overlay - - voyageur@gentoo.org - - https://cafarelli.fr/svn/voyageur-overlay - http://cafarelli.fr/websvn/rss.php?repname=voyageur-overlay&path=&isdir=1 - - - - - http://overlays.gentoo.org/proj/vps - - vserver-devs@gentoo.org - - svn://overlays.gentoo.org/proj/vps - http://overlays.gentoo.org/proj/vps/timeline - - - - - http://wacfg.noova.de - - nutz@noova.de - - git://github.com/nutztherookie/wacfg-overlay.git - http://github.com/nutztherookie/wacfg-overlay/commits/master.atom - - - - - http://overlays.gentoo.org - - web-apps@gentoo.org - - svn://overlays.gentoo.org/proj/webapps/experimental - http://overlays.gentoo.org/proj/webapps/timeline - - - - - http://dev.gentoo.org/~wired/ - - wired@gentoo.org - - git://github.com/wired/wirelay.git - http://github.com/feeds/wired/commits/wirelay/master - - - - - http://git.overlays.gentoo.org/gitweb/?p=user/wish.git;a=summary - - iskren.s@gmail.com - - - git://git.overlays.gentoo.org/user/wish.git - http://git.overlays.gentoo.org/gitroot/user/wish.git - git+ssh://git@git.overlays.gentoo.org/user/wish.git - http://git.overlays.gentoo.org/gitweb/?p=user/wish.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=user/wish.git;a=rss - - - - - http://www.wolf31o2.org - - wolf31o2@wolf31o2.org - - git://git.wolf31o2.org/overlays/wolf31o2.git - - - - - http://overlays.gentoo.org - - wrobel@gentoo.org - - svn://overlays.gentoo.org/dev/wrobel/stable - http://overlays.gentoo.org/dev/wrobel/timeline - - - - - http://overlays.gentoo.org - - wschlich@gentoo.org - - svn://overlays.gentoo.org/dev/wschlich/stable - http://overlays.gentoo.org/dev/wschlich/timeline - - - - - http://overlays.gentoo.org - - wschlich@gentoo.org - - svn://overlays.gentoo.org/dev/wschlich/testing - http://overlays.gentoo.org/dev/wschlich/timeline - - - - - http://www.gentoo.org/proj/en/desktop/x/x11/ - - x11@gentoo.org - - - git://git.overlays.gentoo.org/proj/x11 - http://git.overlays.gentoo.org/gitroot/proj/x11.git - git+ssh://git@git.overlays.gentoo.org/proj/x11.git - http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=rss - - - - - http://overlays.gentoo.org/proj/emacs/ - - xemacs@gentoo.org - - svn://overlays.gentoo.org/proj/emacs/xemacs-overlay - http://overlays.gentoo.org/proj/emacs/timeline - - - - - http://overlays.gentoo.org/proj/xen - - xen@gentoo.org - - svn://overlays.gentoo.org/proj/xen/overlay - http://overlays.gentoo.org/proj/xen/timeline - - - - - http://overlays.gentoo.org/proj/xfce/wiki - - xfce@gentoo.org - - - git://git.overlays.gentoo.org/proj/xfce.git - http://git.overlays.gentoo.org/gitroot/proj/xfce.git - git+ssh://git@git.overlays.gentoo.org/proj/xfce.git - http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=rss - - - - - http://github.com/dgoncharov/xgr - - dgoncharov@users.sf.net - - - git://github.com/dgoncharov/xgr.git - - - - - http://git.overlays.gentoo.org/gitweb/?p=user/xhub.git;a=summary - - olivier.huber@crans.org - - - git://git.overlays.gentoo.org/user/xhub.git - http://git.overlays.gentoo.org/gitroot/user/xhub.git - git+ssh://git@git.overlays.gentoo.org/user/xhub.git - http://git.overlays.gentoo.org/gitweb/?p=user/xhub.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=user/xhub.git;a=rss - - - - - http://git.goodpoint.de/?p=overlay-xmms-zombie.git;a=summary - - sebastian@pipping.org - - git://git.goodpoint.de/overlay-xmms-zombie.git - http://git.goodpoint.de/?p=overlay-xmms-zombie.git;a=atom - - - - - http://gentoo.xwing.info - - casta@xwing.info - - rsync://gentoo.xwing.info/xwing-overlay - - - - - http://gitorious.org/yporti/overlay - - bruno@yporti.com - - - git://gitorious.org/yporti/overlay.git - http://git.gitorious.org/yporti/overlay.git - - - - - http://gentoo.zugaina.org/ - - ycarus@zugaina.org - - rsync://gentoo.zugaina.org/zugaina-portage - - diff --git a/Documentation/ls_pro_live/root_overlay/var/lib/layman/go-genlink.tar.bz2 b/Documentation/ls_pro_live/root_overlay/var/lib/layman/go-genlink.tar.bz2 deleted file mode 100644 index 3d17e63..0000000 Binary files a/Documentation/ls_pro_live/root_overlay/var/lib/layman/go-genlink.tar.bz2 and /dev/null differ diff --git a/Documentation/ls_pro_live/root_overlay/var/lib/layman/make.conf b/Documentation/ls_pro_live/root_overlay/var/lib/layman/make.conf deleted file mode 100644 index 3cbfeb3..0000000 --- a/Documentation/ls_pro_live/root_overlay/var/lib/layman/make.conf +++ /dev/null @@ -1,4 +0,0 @@ -PORTDIR_OVERLAY=" -/var/lib/layman/go-genlink -$PORTDIR_OVERLAY -" diff --git a/Documentation/ls_pro_live/root_overlay/var/lib/layman/overlays.xml b/Documentation/ls_pro_live/root_overlay/var/lib/layman/overlays.xml deleted file mode 100644 index 6401284..0000000 --- a/Documentation/ls_pro_live/root_overlay/var/lib/layman/overlays.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - go-genlink - This overlay provides ebuild's for the genlink based hardware. - http://linamh.disconnected-by-peer.at - - mario.fetka@gmail.com - - https://svn.disconnected-by-peer.at/svn/linamh/trunk/genlink/ - - diff --git a/Documentation/ls_xhl/armv5tejl-stage1.spec b/Documentation/ls_xhl/armv5tejl-stage1.spec deleted file mode 100644 index e16de9a..0000000 --- a/Documentation/ls_xhl/armv5tejl-stage1.spec +++ /dev/null @@ -1,107 +0,0 @@ -# generic installation stage specfile -# used to build a stage1, stage2, or stage3 installation tarball - -# The subarch can be any of the supported catalyst subarches (like athlon-xp). -# Refer to the catalyst reference manual for suppurted subarches. -# http://www.gentoo.org/proj/en/releng/catalyst/ -# example: -# subarch: athlon-xp -subarch: arm - -# The version stamp is an identifier for the build. It can be anything you wish -# it to be, but it is usually a date. -# example: -# version_stamp: 2006.1 -version_stamp: armv5tejl.0 - -# The target specifies what target we want catalyst to do. For stages, the -# supported targets are: stage1 stage2 stage3 -# example: -# target: stage2 -target: stage1 - -# The rel_type defines what kind of build we are doing. This is merely another -# identifier, but it useful for allowing multiple concurrent builds. Usually, -# default will suffice. -# example: -# rel_type: default -rel_type: default - -# This is the system profile to be used by catalyst to build this target. It is -# specified as a relative path from /usr/portage/profiles. -# example: -# profile: default-linux/x86/2006.1 -profile: default-linux/arm/10.0/server - -# This specifies which snapshot to use for building this target. -# example: -# snapshot: 2006.1 -snapshot: armv5tejl.0 - -# This specifies where the seed stage comes from for this target, The path is -# relative to $clst_sharedir/builds. The rel_type is also used as a path prefix -# for the seed. -# example: -# default/stage3-x86-2006.1 -source_subpath: default/stage3-arm-armv5tejl.0 - -# These are the hosts used as distcc slaves when distcc is enabled in your -# catalyst.conf. It follows the same syntax as distcc-config --set-hosts and -# is entirely optional. -# example: -# distcc_hosts: 127.0.0.1 192.168.0.1 -distcc_hosts: - -# This is an optional directory containing portage configuration files. It -# follows the same syntax as /etc/portage and should be consistent across all -# targets to minimize problems. -# example: -# portage_confdir: /etc/portage -portage_confdir: /home/mario/mars/linamh/trunk/genlink/Documentation/ls_xhl/portage/ - -# This option specifies the location to a portage overlay that you would like to -# have used when building this target. -# example: -# portage_overlay: /usr/local/portage -portage_overlay: /home/mario/mars/linamh/trunk/genlink - -# This allows the optional directory containing the output packages for -# catalyst. Mainly used as a way for different spec files to access the same -# cache directory. Default behavior is for this location to be autogenerated -# by catalyst based on the spec file. -# example: -# pkgcache_path: /tmp/packages -# pkgcache_path: - -# These options are only available when building a stage1 or stage2 target and -# are all optional. These allow for emulating the changes possible during ai -# bootstrap. Some possible uses of these would be building embedded stages -# requiring a different CHOST or building a stage2 with NPTL support from a -# stage1 tarball that is built without it. -# If left blank, then the catalyst defaults from arch.py are used. - -# This option is used to change the CHOST from what is default in the profile -# to whatever you specify. This is useful for building NPTL, for example. -# example: -# chost: i686-pc-linux-gnu -chost: armv5tejl-softfloat-linux-gnueabi - -# This option allows you to change the default CFLAGS that will be used in -# building this stage. This really should remain generic, as putting -# optimizations flags here will build a stage1 tarball that is no longer -# generic. -# example: -# cflags: -Os -pipe -fomit-frame-pointer -mcpu=i686 -cflags: -march=armv5te -mtune=arm926ej-s -Os -fomit-frame-pointer -pipe - -# This is for setting the CXXFLAGS. Generally, this would be set to the same -# as CFLAGS. In fact, it will mirror CFLAGS by default. -# example: -# cxxflags: -Os -pipe -fomit-frame-pointer -mcpu=i686 -cxxflags: -march=armv5te -mtune=arm926ej-s -Os -fomit-frame-pointer -pipe - -# Setting this option sets LDFLAGS in make.conf in your stage. This would be -# useful for setting up an embedded or hardened system. -# example: -# ldflags: -Wl,-O1 -Wl,-z,now -ldflags: -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed diff --git a/Documentation/ls_xhl/armv5tejl-stage2.spec b/Documentation/ls_xhl/armv5tejl-stage2.spec deleted file mode 100644 index 33387e5..0000000 --- a/Documentation/ls_xhl/armv5tejl-stage2.spec +++ /dev/null @@ -1,107 +0,0 @@ -# generic installation stage specfile -# used to build a stage1, stage2, or stage3 installation tarball - -# The subarch can be any of the supported catalyst subarches (like athlon-xp). -# Refer to the catalyst reference manual for suppurted subarches. -# http://www.gentoo.org/proj/en/releng/catalyst/ -# example: -# subarch: athlon-xp -subarch: arm - -# The version stamp is an identifier for the build. It can be anything you wish -# it to be, but it is usually a date. -# example: -# version_stamp: 2006.1 -version_stamp: armv5tejl.0 - -# The target specifies what target we want catalyst to do. For stages, the -# supported targets are: stage1 stage2 stage3 -# example: -# target: stage2 -target: stage2 - -# The rel_type defines what kind of build we are doing. This is merely another -# identifier, but it useful for allowing multiple concurrent builds. Usually, -# default will suffice. -# example: -# rel_type: default -rel_type: default - -# This is the system profile to be used by catalyst to build this target. It is -# specified as a relative path from /usr/portage/profiles. -# example: -# profile: default-linux/x86/2006.1 -profile: default-linux/arm/10.0/server - -# This specifies which snapshot to use for building this target. -# example: -# snapshot: 2006.1 -snapshot: armv5tejl.0 - -# This specifies where the seed stage comes from for this target, The path is -# relative to $clst_sharedir/builds. The rel_type is also used as a path prefix -# for the seed. -# example: -# default/stage3-x86-2006.1 -source_subpath: default/stage1-arm-armv5tejl.0 - -# These are the hosts used as distcc slaves when distcc is enabled in your -# catalyst.conf. It follows the same syntax as distcc-config --set-hosts and -# is entirely optional. -# example: -# distcc_hosts: 127.0.0.1 192.168.0.1 -distcc_hosts: - -# This is an optional directory containing portage configuration files. It -# follows the same syntax as /etc/portage and should be consistent across all -# targets to minimize problems. -# example: -# portage_confdir: /etc/portage -portage_confdir: /home/mario/mars/linamh/trunk/genlink/Documentation/ls_xhl/portage/ - -# This option specifies the location to a portage overlay that you would like to -# have used when building this target. -# example: -# portage_overlay: /usr/local/portage -portage_overlay: /home/mario/mars/linamh/trunk/genlink - -# This allows the optional directory containing the output packages for -# catalyst. Mainly used as a way for different spec files to access the same -# cache directory. Default behavior is for this location to be autogenerated -# by catalyst based on the spec file. -# example: -# pkgcache_path: /tmp/packages -pkgcache_path: - -# These options are only available when building a stage1 or stage2 target and -# are all optional. These allow for emulating the changes possible during ai -# bootstrap. Some possible uses of these would be building embedded stages -# requiring a different CHOST or building a stage2 with NPTL support from a -# stage1 tarball that is built without it. -# If left blank, then the catalyst defaults from arch.py are used. - -# This option is used to change the CHOST from what is default in the profile -# to whatever you specify. This is useful for building NPTL, for example. -# example: -# chost: i686-pc-linux-gnu -chost: armv5tejl-softfloat-linux-gnueabi - -# This option allows you to change the default CFLAGS that will be used in -# building this stage. This really should remain generic, as putting -# optimizations flags here will build a stage1 tarball that is no longer -# generic. -# example: -# cflags: -Os -pipe -fomit-frame-pointer -mcpu=i686 -cflags: -march=armv5te -mtune=arm926ej-s -Os -fomit-frame-pointer -pipe - -# This is for setting the CXXFLAGS. Generally, this would be set to the same -# as CFLAGS. In fact, it will mirror CFLAGS by default. -# example: -# cxxflags: -Os -pipe -fomit-frame-pointer -mcpu=i686 -cxxflags: -march=armv5te -mtune=arm926ej-s -Os -fomit-frame-pointer -pipe - -# Setting this option sets LDFLAGS in make.conf in your stage. This would be -# useful for setting up an embedded or hardened system. -# example: -# ldflags: -Wl,-O1 -Wl,-z,now -ldflags: -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed diff --git a/Documentation/ls_xhl/armv5tejl-stage3.spec b/Documentation/ls_xhl/armv5tejl-stage3.spec deleted file mode 100644 index 05db96f..0000000 --- a/Documentation/ls_xhl/armv5tejl-stage3.spec +++ /dev/null @@ -1,107 +0,0 @@ -# generic installation stage specfile -# used to build a stage1, stage2, or stage3 installation tarball - -# The subarch can be any of the supported catalyst subarches (like athlon-xp). -# Refer to the catalyst reference manual for suppurted subarches. -# http://www.gentoo.org/proj/en/releng/catalyst/ -# example: -# subarch: athlon-xp -subarch: arm - -# The version stamp is an identifier for the build. It can be anything you wish -# it to be, but it is usually a date. -# example: -# version_stamp: 2006.1 -version_stamp: armv5tejl.0 - -# The target specifies what target we want catalyst to do. For stages, the -# supported targets are: stage1 stage2 stage3 -# example: -# target: stage2 -target: stage3 - -# The rel_type defines what kind of build we are doing. This is merely another -# identifier, but it useful for allowing multiple concurrent builds. Usually, -# default will suffice. -# example: -# rel_type: default -rel_type: default - -# This is the system profile to be used by catalyst to build this target. It is -# specified as a relative path from /usr/portage/profiles. -# example: -# profile: default-linux/x86/2006.1 -profile: default-linux/arm/10.0/server - -# This specifies which snapshot to use for building this target. -# example: -# snapshot: 2006.1 -snapshot: armv5tejl.0 - -# This specifies where the seed stage comes from for this target, The path is -# relative to $clst_sharedir/builds. The rel_type is also used as a path prefix -# for the seed. -# example: -# default/stage3-x86-2006.1 -source_subpath: default/stage2-arm-armv5tejl.0 - -# These are the hosts used as distcc slaves when distcc is enabled in your -# catalyst.conf. It follows the same syntax as distcc-config --set-hosts and -# is entirely optional. -# example: -# distcc_hosts: 127.0.0.1 192.168.0.1 -distcc_hosts: - -# This is an optional directory containing portage configuration files. It -# follows the same syntax as /etc/portage and should be consistent across all -# targets to minimize problems. -# example: -# portage_confdir: /etc/portage -portage_confdir: /home/mario/mars/linamh/trunk/genlink/Documentation/ls_xhl/portage/ - -# This option specifies the location to a portage overlay that you would like to -# have used when building this target. -# example: -# portage_overlay: /usr/local/portage -portage_overlay: /home/mario/mars/linamh/trunk/genlink - -# This allows the optional directory containing the output packages for -# catalyst. Mainly used as a way for different spec files to access the same -# cache directory. Default behavior is for this location to be autogenerated -# by catalyst based on the spec file. -# example: -# pkgcache_path: /tmp/packages -pkgcache_path: - -# These options are only available when building a stage1 or stage2 target and -# are all optional. These allow for emulating the changes possible during ai -# bootstrap. Some possible uses of these would be building embedded stages -# requiring a different CHOST or building a stage2 with NPTL support from a -# stage1 tarball that is built without it. -# If left blank, then the catalyst defaults from arch.py are used. - -# This option is used to change the CHOST from what is default in the profile -# to whatever you specify. This is useful for building NPTL, for example. -# example: -# chost: i686-pc-linux-gnu -# chost: - -# This option allows you to change the default CFLAGS that will be used in -# building this stage. This really should remain generic, as putting -# optimizations flags here will build a stage1 tarball that is no longer -# generic. -# example: -# cflags: -Os -pipe -fomit-frame-pointer -mcpu=i686 -cflags: -march=armv5te -mtune=arm926ej-s -Os -fomit-frame-pointer -pipe - -# This is for setting the CXXFLAGS. Generally, this would be set to the same -# as CFLAGS. In fact, it will mirror CFLAGS by default. -# example: -# cxxflags: -Os -pipe -fomit-frame-pointer -mcpu=i686 -cxxflags: -march=armv5te -mtune=arm926ej-s -Os -fomit-frame-pointer -pipe - -# Setting this option sets LDFLAGS in make.conf in your stage. This would be -# useful for setting up an embedded or hardened system. -# example: -# ldflags: -Wl,-O1 -Wl,-z,now -ldflags: -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed diff --git a/Documentation/ls_xhl/armv5tejl-stage4.spec b/Documentation/ls_xhl/armv5tejl-stage4.spec deleted file mode 100644 index 872df7f..0000000 --- a/Documentation/ls_xhl/armv5tejl-stage4.spec +++ /dev/null @@ -1,258 +0,0 @@ -# stage4 example specfile -# used to build a stage4 - -# The subarch can be any of the supported catalyst subarches (like athlon-xp). -# Refer to the catalyst reference manual for suppurted subarches. -# http://www.gentoo.org/proj/en/releng/catalyst/ -# example: -# subarch: athlon-xp -subarch: arm - -# The version stamp is an identifier for the build. It can be anything you wish# it to be, but it is usually a date. -# example: -# version_stamp: 2006.1 -version_stamp: armv5tejl-buffalo_ls_xhl.0 - -# The target specifies what target we want catalyst to do. For building a CD, -# we start with stage4 as our target. -# example: -# target: stage4 -target: stage4 - -# The rel_type defines what kind of build we are doing. This is merely another -# identifier, but it useful for allowing multiple concurrent builds. Usually, -# default will suffice. -# example: -# rel_type: default -rel_type: default - -# This is the system profile to be used by catalyst to build this target. It is# specified as a relative path from /usr/portage/profiles. -# example: -# profile: default-linux/x86/2006.1 -profile: default-linux/arm/10.0/server - -# This specifies which snapshot to use for building this target. -# example: -# snapshot: 2006.1 -snapshot: armv5tejl.0 - -# This specifies where the seed stage comes from for this target, The path is -# relative to $clst_sharedir/builds. The rel_type is also used as a path prefix# for the seed. -# example: -# default/stage3-x86-2006.1 -source_subpath: default/stage3-arm-armv5tejl.0 - -# These are the hosts used as distcc slaves when distcc is enabled in your -# catalyst.conf. It follows the same syntax as distcc-config --set-hosts and -# is entirely optional. -# example: -# distcc_hosts: 127.0.0.1 192.168.0.1 -distcc_hosts: - -# This is an optional directory containing portage configuration files. It -# follows the same syntax as /etc/portage and should be consistent across all -# targets to minimize problems. -# example: -# portage_confdir: /etc/portage -portage_confdir: /home/mario/mars/linamh/trunk/genlink/Documentation/ls_xhl/portage/ - -# This option specifies the location to a portage overlay that you would like to -# have used when building this target. -# example: -# portage_overlay: /usr/local/portage -portage_overlay: /home/mario/mars/linamh/trunk/genlink - -# This allows the optional directory containing the output packages for -# catalyst. Mainly used as a way for different spec files to access the same -# cache directory. Default behavior is for this location to be autogenerated -# by catalyst based on the spec file. -# example: -# pkgcache_path: /tmp/packages -pkgcache_path: - -# This allows the optional directory containing the output packages for kernel -# builds. Mainly used as a way for different spec files to access the same -# cache directory. Default behavior is for this location to be autogenerated -# by catalyst based on the spec file. -# example: -# kerncache_path: /tmp/kernel -kerncache_path: - -# The stage4 target is where you will build packages for basically updated -# stage3. These packages can be built with customized USE settings. The -# settings here are additive to the default USE configured by the profile. -# Leaving this blank will default to the system use flags -# example: -# stage4/use: ipv6 socks5 fbcon ncurses readline ssl -stage4/use: - -# This is the set of packages that we will merge into the stage4 tarball. They -# will be built with the USE flags configured above. These packages must not -# depend on a configured kernel. If the package requires a configured kernel, -# then it will be defined elsewhere. -# example: -# stage4/packages: livecd-tools dhcpcd acpid apmd gentoo-sources coldplug fxload irssi gpm syslog-ng parted links raidtools dosfstools nfs-utils jfsutils xfsprogs e2fsprogs reiserfsprogs ntfsprogs pwgen rp-pppoe screen mirrorselect penggy iputils hwdata-knoppix hwsetup lvm2 evms vim pptpclient mdadm ethtool wireless-tools prism54-firmware wpa_supplicant -stage4/packages: layman openssh dhcpcd micro_evtd linux-buffalo_ls_xhl sim_buffalo gpm syslog-ng gdisk parted links dosfstools nfs-utils jfsutils xfsprogs e2fsprogs reiserfsprogs reiser4progs pwgen screen mirrorselect iputils lvm2 vim mdadm ethtool ntp smartmontools hddtemp - -# A fsscript is simply a shell script that is copied into the chroot of the stage4 -# after the kernel(s) and any external modules have been compiled and is -# executed within the chroot. It can contain any commands that are available -# via the packages installed by our stages or by the packages installed during -# the stage4-stage1 build. We do not use one for the official release media, so -# there will not be one listed below. The syntax is simply the full path and -# filename to the shell script that you wish to execute. The script is copied -# into the chroot by catalyst automatically. -# example: -# stage4/fsscript: -stage4/fsscript: /home/mario/mars/linamh/trunk/genlink/Documentation/ls_xhl/fsscript - -# This is where you set the splash theme. This theme must be present in -# /etc/splash, before the kernel has completed building. -# example: -# stage4/splash_theme: livecd-2006.1 -stage4/splash_theme: - -# This is a set of arguments that will be passed to genkernel for all kernels -# defined in this target. It is useful for passing arguments to genkernel that -# are not otherwise available via the stage4-stage2 spec file. -# example: -# stage4/gk_mainargs: --lvm --dmraid -stage4/gk_mainargs: - -# This option allows you to specify your own linuxrc script for genkernel to use# when building your CD. This is not checked for functionality, so it is up to -# you to debug your own script. We do not use one for the official release -# media, so there will not be one listed below. -# example: -# stage4/linuxrc: -stage4/linuxrc: - -# This is for the message of the day. It is not required -# release media, as catalyst builds a default motd when the stage4/type is set -# to one of the gentoo-* options. This setting overrides the default motd even -# on official media. Since we do not use this for the official releases, it is -# left blank below. -# example: -# stage4/motd: -stage4/motd: - -# This is for blacklisting modules from being hotplugged that are known to cause -# problems. Putting a module name here will keep it from being auto-loaded, -# even if ti is detected by hotplug. -# example: -# stage4/modblacklist: 8139cp -stage4/modblacklist: - -# This is for adding init scripts to runlevels. The syntax for the init script -# is the script name, followed by a pipe, followed by the runlevel in which you -# want the script to run. It looks like spind|default and is space delimited. -# We do not use this on the official media, as catalyst sets up the runlevels -# correctly for us. Since we do not use this, it is left blank below. -# example: -# stage4/rcadd: -stage4/rcadd: micro_evtd|boot hwclock|boot syslog-ng|boot sysfs|boot net.eth0|boot dbus|default linux-logo|default ntpd|default ntp-client|default smartd|default hddtemp|default sshd|default - -# This is for removing init script from runlevels. It is executed after the -# defaults shipped with catalyst, so it is possible to remove the defaults using -# this option. It can follow the same syntax as livcd/rcadd, or you can leave -# the runlevel off to remove the script from any runlevels detected. We do not -# use this on the official media, so it is left blank. -# example: -# stage4/rcdel: -stage4/rcdel: - -# This overlay is dropped onto the filesystem within the loop. This can be used -# for such things as updating configuration files or adding anything else you -# would want within your stage4 filesystem. Files added here are available when -# docache is used. We do not use this on the official media, so we will leave -# it blank below. -# example: -# stage4/root_overlay: -stage4/root_overlay: /home/mario/mars/linamh/trunk/genlink/Documentation/ls_xhl/root_overlay - -# This is used by catalyst to copy the specified file to /etc/X11/xinit/xinitrc -# and is used by the stage4/type gentoo-gamecd and generic-livecd. While the -# file will still be copied for any stage4/type, catalyst will only create the -# necessary /etc/startx for those types, so X will not be automatically started. -# This is useful also for setting up X on a CD where you do not wish X to start -# automatically. We do not use this on the release media, so it is left blank. -# example: -# stage4/xinitrc: -stage4/xinitrc: - -# This option is used to create non-root users on your CD. It takes a space -# separated list of user names. These users will be added to the following -# groups: users,wheel,audio,games,cdrom,usb -# If this is specified in your spec file, then the first user is also the user -# used to start X. Since this is not used on the release media, it is blank. -# example: -# stage4/users: -stage4/users: - -# This option is used to specify the number of kernels to build and also the -# labels that will be used by the CD bootloader to refer to each kernel image. -# example: -# boot/kernel: gentoo -boot/kernel: - -# This option tells catalyst which kernel sources to merge for this kernel -# label. This can use normal portage atoms to specify a specific version. -# example: -# boot/kernel/gentoo/sources: gentoo-sources -boot/kernel/gentoo/sources: - -# This option is the full path and filename to a kernel .config file that is -# used by genkernel to compile the kernel this label applies to. -# example: -# boot/kernel/gentoo/config: /tmp/2.6.11-smp.config -boot/kernel/gentoo/config: - -# This option sets genkernel parameters on a per-kernel basis and applies only -# to this kernel label. This can be used for building options into only a -# single kernel, where compatibility may be an issue. Since we do not use this -# on the official release media, it is left blank, but it follows the same -# syntax as stage4/gk_mainargs. -# example: -# boot/kernel/gentoo/gk_kernargs: -boot/kernel/gentoo/gk_kernargs: - -# This option sets the USE flags used to build the kernel and also any packages -# which are defined under this kernel label. These USE flags are additive from -# the default USE for the specified profile. -# example: -# boot/kernel/gentoo/use: pcmcia usb -X -boot/kernel/gentoo/use: - -# This option appends an extension to the name of your kernel, as viewed by a -# uname -r/ This also affects any modules built under this kernel label. This -# is useful for having two kernels using the same sources to keep the modules -# from overwriting each other. We do not use this on the official media, so it -# is left blank. -# example: -# boot/kernel/gentoo/extraversion: -boot/kernel/gentoo/extraversion: - -# This option is for merging kernel-dependent packages and external modules that -# are configured against this kernel label. -# example: -# boot/kernel/gentoo/packages: pcmcia-cs speedtouch slmodem globespan-adsl hostap-driver hostap-utils ipw2100 ipw2200 fritzcapi fcdsl cryptsetup -boot/kernel/gentoo/packages: - -# This is a list of packages that will be unmerged after all the kernels have -# been built. There are no checks on these packages, so be careful what you -# add here. They can potentially break your CD. -# example: -# stage4/unmerge: acl attr autoconf automake bin86 binutils libtool m4 bison ld.so make perl patch linux-headers man-pages sash bison flex gettext texinfo ccache distcc addpatches man groff lib-compat miscfiles rsync sysklogd bc lcms libmng genkernel diffutils libperl gnuconfig gcc-config gcc bin86 cpio cronbase ed expat grub lilo help2man libtool gentoo-sources -stage4/unmerge: - -# This option is used to empty the directories listed. It is useful for getting -# rid of files that don't belong to a particular package, or removing files from -# a package that you wish to keep, but won't need the full functionality. -# example: -# stage4/empty: /var/tmp /var/cache /var/db /var/empty /var/lock /var/log /var/run /var/spool /var/state /tmp /usr/portage /usr/share/man /usr/share/info /usr/share/unimaps /usr/include /usr/share/zoneinfo /usr/share/dict /usr/share/doc /usr/share/ss /usr/share/state /usr/share/texinfo /usr/lib/python2.2 /usr/lib/portage /usr/share/gettext /usr/share/i18n /usr/share/rfc /usr/lib/X11/config /usr/lib/X11/etc /usr/lib/X11/doc /usr/src /usr/share/doc /usr/share/man /root/.ccache /etc/cron.daily /etc/cron.hourly /etc/cron.monthly /etc/cron.weekly /etc/logrotate.d /etc/rsync /usr/lib/awk /usr/lib/ccache /usr/lib/gcc-config /usr/lib/nfs /usr/local /usr/diet/include /usr/diet/man /usr/share/consolefonts/partialfonts /usr/share/consoletrans /usr/share/emacs /usr/share/gcc-data /usr/share/genkernel /etc/splash/gentoo /etc/splash/emergence /usr/share/gnuconfig /usr/share/lcms /usr/share/locale /etc/skel -stage4/empty: - -# This option tells catalyst to clean specific files from the filesystem and is -# very usefu in cleaning up stray files in /etc left over after stage4/unmerge. -# example: -# stage4/rm: /lib/*.a /usr/lib/*.a /usr/lib/gcc-lib/*/*/libgcj* /etc/dispatch-conf.conf /etc/etc-update.conf /etc/*- /etc/issue* /etc/make.conf /etc/man.conf /etc/*.old /root/.viminfo /usr/sbin/fb* /usr/sbin/fsck.cramfs /usr/sbin/fsck.minix /usr/sbin/mkfs.minix /usr/sbin/mkfs.bfs /usr/sbin/mkfs.cramfs /lib/security/pam_access.so /lib/security/pam_chroot.so /lib/security/pam_debug.so /lib/security/pam_ftp.so /lib/security/pam_issue.so /lib/security/pam_mail.so /lib/security/pam_motd.so /lib/security/pam_mkhomedir.so /lib/security/pam_postgresok.so /lib/security/pam_rhosts_auth.so /lib/security/pam_userdb.so /usr/share/consolefonts/1* /usr/share/consolefonts/7* /usr/share/consolefonts/8* /usr/share/consolefonts/9* /usr/share/consolefonts/A* /usr/share/consolefonts/C* /usr/share/consolefonts/E* /usr/share/consolefonts/G* /usr/share/consolefonts/L* /usr/share/consolefonts/M* /usr/share/consolefonts/R* /usr/share/consolefonts/a* /usr/share/consolefonts/c* /usr/share/consolefonts/dr* /usr/share/consolefonts/g* /usr/share/consolefonts/i* /usr/share/consolefonts/k* /usr/share/consolefonts/l* /usr/share/consolefonts/r* /usr/share/consolefonts/s* /usr/share/consolefonts/t* /usr/share/consolefonts/v* /etc/splash/livecd-2006.1/16* /etc/splash/livecd-2006.1/12* /etc/splash/livecd-2006.1/6* /etc/splash/livecd-2006.1/8* /etc/splash/livecd-2006.1/images/silent-16* /etc/splash/livecd-2006.1/images/silent-12* /etc/splash/livecd-2006.1/images/silent-6* /etc/splash/livecd-2006.1/images/silent-8* /etc/splash/livecd-2006.1/images/verbose-16* /etc/splash/livecd-2006.1/images/verbose-12* /etc/splash/livecd-2006.1/images/verbose-6* /etc/splash/livecd-2006.1/images/verbose-8* /etc/make.conf.example /etc/make.globals /etc/resolv.conf -stage4/rm: /usr/bin/qemu-arm diff --git a/Documentation/ls_xhl/fsscript b/Documentation/ls_xhl/fsscript deleted file mode 100755 index b3d026c..0000000 --- a/Documentation/ls_xhl/fsscript +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh -cd /boot -ln -sf uImage-*.buffalo uImage.buffalo -ln -sf initrd-*.buffalo initrd.buffalo -# no search for .svn dir -# as a subversiontree is used for /etc/portage & /var/lib/layman/go-genlink -# so remove by hand -rm -rf /.svn -rm -rf /etc/.svn -rm -rf /etc/conf.d/.svn -rm -rf /etc/layman/.svn -rm -rf /etc/profile.d/.svn -rm -rf /var/.svn -rm -rf /var/lib/.svn -rm -rf /var/lib/layman/.svn -rm -rf /usr/.svn -rm -rf /usr/local/.svn -rm -rf /usr/local/bin/.svn - -# chamge password for root user -/usr/local/bin/changepassword root goLsXhl diff --git a/Documentation/ls_xhl/portage/package.keywords/BerkeleyDB b/Documentation/ls_xhl/portage/package.keywords/BerkeleyDB deleted file mode 100644 index d32f02a..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/BerkeleyDB +++ /dev/null @@ -1 +0,0 @@ -dev-perl/BerkeleyDB x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/Cache-Cache b/Documentation/ls_xhl/portage/package.keywords/Cache-Cache deleted file mode 100644 index cdae8bb..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/Cache-Cache +++ /dev/null @@ -1 +0,0 @@ -dev-perl/Cache-Cache x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/Convert-BinHex b/Documentation/ls_xhl/portage/package.keywords/Convert-BinHex deleted file mode 100644 index 03c6924..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/Convert-BinHex +++ /dev/null @@ -1 +0,0 @@ -dev-perl/Convert-BinHex x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/Convert-TNEF b/Documentation/ls_xhl/portage/package.keywords/Convert-TNEF deleted file mode 100644 index 85ea901..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/Convert-TNEF +++ /dev/null @@ -1 +0,0 @@ -dev-perl/Convert-TNEF x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/Crypt-DES b/Documentation/ls_xhl/portage/package.keywords/Crypt-DES deleted file mode 100644 index 1421d55..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/Crypt-DES +++ /dev/null @@ -1 +0,0 @@ -dev-perl/Crypt-DES x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_xhl/portage/package.keywords/Digest-Nilsimsa b/Documentation/ls_xhl/portage/package.keywords/Digest-Nilsimsa deleted file mode 100644 index ce581c0..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/Digest-Nilsimsa +++ /dev/null @@ -1 +0,0 @@ -dev-perl/Digest-Nilsimsa x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/File-Tail b/Documentation/ls_xhl/portage/package.keywords/File-Tail deleted file mode 100644 index 5ce7b3e..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/File-Tail +++ /dev/null @@ -1 +0,0 @@ -dev-perl/File-Tail x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/HTML-Template b/Documentation/ls_xhl/portage/package.keywords/HTML-Template deleted file mode 100644 index 9fb5185..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/HTML-Template +++ /dev/null @@ -1 +0,0 @@ -dev-perl/HTML-Template x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_xhl/portage/package.keywords/IO-Multiplex b/Documentation/ls_xhl/portage/package.keywords/IO-Multiplex deleted file mode 100644 index 65ad234..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/IO-Multiplex +++ /dev/null @@ -1 +0,0 @@ -dev-perl/IO-Multiplex x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_xhl/portage/package.keywords/IPC-ShareLite b/Documentation/ls_xhl/portage/package.keywords/IPC-ShareLite deleted file mode 100644 index 39380be..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/IPC-ShareLite +++ /dev/null @@ -1 +0,0 @@ -dev-perl/IPC-ShareLite x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/Log-Log4perl b/Documentation/ls_xhl/portage/package.keywords/Log-Log4perl deleted file mode 100644 index 0e8c41a..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/Log-Log4perl +++ /dev/null @@ -1 +0,0 @@ -dev-perl/Log-Log4perl x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_xhl/portage/package.keywords/MIME-tools b/Documentation/ls_xhl/portage/package.keywords/MIME-tools deleted file mode 100644 index e2e7323..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/MIME-tools +++ /dev/null @@ -1 +0,0 @@ -dev-perl/MIME-tools x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/Mail-DKIM b/Documentation/ls_xhl/portage/package.keywords/Mail-DKIM deleted file mode 100644 index 61f5ed8..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/Mail-DKIM +++ /dev/null @@ -1 +0,0 @@ -dev-perl/Mail-DKIM x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/Mail-SPF b/Documentation/ls_xhl/portage/package.keywords/Mail-SPF deleted file mode 100644 index 4535d73..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/Mail-SPF +++ /dev/null @@ -1 +0,0 @@ -dev-perl/Mail-SPF x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/MailTools b/Documentation/ls_xhl/portage/package.keywords/MailTools deleted file mode 100644 index 54f13cc..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/MailTools +++ /dev/null @@ -1 +0,0 @@ -dev-perl/MailTools x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/Net-CIDR b/Documentation/ls_xhl/portage/package.keywords/Net-CIDR deleted file mode 100644 index ee88f5c..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/Net-CIDR +++ /dev/null @@ -1 +0,0 @@ -dev-perl/Net-CIDR x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_xhl/portage/package.keywords/Net-DNS-Resolver-Programmable b/Documentation/ls_xhl/portage/package.keywords/Net-DNS-Resolver-Programmable deleted file mode 100644 index b860bc5..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/Net-DNS-Resolver-Programmable +++ /dev/null @@ -1 +0,0 @@ -dev-perl/Net-DNS-Resolver-Programmable x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/Net-Netmask b/Documentation/ls_xhl/portage/package.keywords/Net-Netmask deleted file mode 100644 index ea040d4..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/Net-Netmask +++ /dev/null @@ -1 +0,0 @@ -dev-perl/Net-Netmask x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_xhl/portage/package.keywords/NetAddr-IP b/Documentation/ls_xhl/portage/package.keywords/NetAddr-IP deleted file mode 100644 index d69c3f2..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/NetAddr-IP +++ /dev/null @@ -1 +0,0 @@ -dev-perl/NetAddr-IP x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/Unix-Syslog b/Documentation/ls_xhl/portage/package.keywords/Unix-Syslog deleted file mode 100644 index 20fffdf..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/Unix-Syslog +++ /dev/null @@ -1 +0,0 @@ -dev-perl/Unix-Syslog x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/acct b/Documentation/ls_xhl/portage/package.keywords/acct deleted file mode 100644 index 0775f09..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/acct +++ /dev/null @@ -1 +0,0 @@ -sys-process/acct x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_xhl/portage/package.keywords/amavisd-new b/Documentation/ls_xhl/portage/package.keywords/amavisd-new deleted file mode 100644 index a2bec26..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/amavisd-new +++ /dev/null @@ -1 +0,0 @@ -mail-filter/amavisd-new x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/ant-core b/Documentation/ls_xhl/portage/package.keywords/ant-core deleted file mode 100644 index 84435b3..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/ant-core +++ /dev/null @@ -1 +0,0 @@ -dev-java/ant-core x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_xhl/portage/package.keywords/ant-nodeps b/Documentation/ls_xhl/portage/package.keywords/ant-nodeps deleted file mode 100644 index 1701330..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/ant-nodeps +++ /dev/null @@ -1 +0,0 @@ -dev-java/ant-nodeps x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/arc b/Documentation/ls_xhl/portage/package.keywords/arc deleted file mode 100644 index c8cc6b3..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/arc +++ /dev/null @@ -1 +0,0 @@ -app-arch/arc x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/atop b/Documentation/ls_xhl/portage/package.keywords/atop deleted file mode 100644 index a3c268d..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/atop +++ /dev/null @@ -1 +0,0 @@ -sys-process/atop x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_xhl/portage/package.keywords/audit b/Documentation/ls_xhl/portage/package.keywords/audit deleted file mode 100644 index e1caf9a..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/audit +++ /dev/null @@ -1 +0,0 @@ -sys-process/audit x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/bcel b/Documentation/ls_xhl/portage/package.keywords/bcel deleted file mode 100644 index e184a37..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/bcel +++ /dev/null @@ -1 +0,0 @@ -dev-java/bcel x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_xhl/portage/package.keywords/catdoc b/Documentation/ls_xhl/portage/package.keywords/catdoc deleted file mode 100644 index e0b58b5..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/catdoc +++ /dev/null @@ -1 +0,0 @@ -app-text/catdoc x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_xhl/portage/package.keywords/clamav b/Documentation/ls_xhl/portage/package.keywords/clamav deleted file mode 100644 index 0530cd3..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/clamav +++ /dev/null @@ -1 +0,0 @@ -app-antivirus/clamav x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/commons-cli b/Documentation/ls_xhl/portage/package.keywords/commons-cli deleted file mode 100644 index f6194d3..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/commons-cli +++ /dev/null @@ -1 +0,0 @@ -dev-java/commons-cli x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_xhl/portage/package.keywords/commons-logging b/Documentation/ls_xhl/portage/package.keywords/commons-logging deleted file mode 100644 index 4edd5b1..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/commons-logging +++ /dev/null @@ -1 +0,0 @@ -dev-java/commons-logging x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_xhl/portage/package.keywords/dcc b/Documentation/ls_xhl/portage/package.keywords/dcc deleted file mode 100644 index 488fa71..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/dcc +++ /dev/null @@ -1 +0,0 @@ -mail-filter/dcc x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/dkim-milter b/Documentation/ls_xhl/portage/package.keywords/dkim-milter deleted file mode 100644 index 3daaf57..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/dkim-milter +++ /dev/null @@ -1 +0,0 @@ -mail-filter/dkim-milter x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/dokuwiki b/Documentation/ls_xhl/portage/package.keywords/dokuwiki deleted file mode 100644 index ece245e..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/dokuwiki +++ /dev/null @@ -1 +0,0 @@ -www-apps/dokuwiki x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_xhl/portage/package.keywords/dom4j b/Documentation/ls_xhl/portage/package.keywords/dom4j deleted file mode 100644 index 0c00722..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/dom4j +++ /dev/null @@ -1 +0,0 @@ -dev-java/dom4j x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/freeze b/Documentation/ls_xhl/portage/package.keywords/freeze deleted file mode 100644 index b30a31c..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/freeze +++ /dev/null @@ -1 +0,0 @@ -app-arch/freeze x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/gitosis-gentoo b/Documentation/ls_xhl/portage/package.keywords/gitosis-gentoo deleted file mode 100644 index 540d9a9..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/gitosis-gentoo +++ /dev/null @@ -1 +0,0 @@ -dev-vcs/gitosis-gentoo x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/google-perftools b/Documentation/ls_xhl/portage/package.keywords/google-perftools deleted file mode 100644 index e49257d..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/google-perftools +++ /dev/null @@ -1 +0,0 @@ -dev-util/google-perftools x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/gsasl b/Documentation/ls_xhl/portage/package.keywords/gsasl deleted file mode 100644 index bf1f0b2..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/gsasl +++ /dev/null @@ -1 +0,0 @@ -virtual/gsasl x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/icedtea b/Documentation/ls_xhl/portage/package.keywords/icedtea deleted file mode 100644 index e00031f..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/icedtea +++ /dev/null @@ -1 +0,0 @@ -dev-java/icedtea x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/icu4j b/Documentation/ls_xhl/portage/package.keywords/icu4j deleted file mode 100644 index 92e0d30..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/icu4j +++ /dev/null @@ -1 +0,0 @@ -dev-java/icu4j x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/ipset b/Documentation/ls_xhl/portage/package.keywords/ipset deleted file mode 100644 index e08adaf..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/ipset +++ /dev/null @@ -1 +0,0 @@ -net-firewall/ipset x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_xhl/portage/package.keywords/iso-relax b/Documentation/ls_xhl/portage/package.keywords/iso-relax deleted file mode 100644 index 73098a2..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/iso-relax +++ /dev/null @@ -1 +0,0 @@ -dev-java/iso-relax x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/javacup b/Documentation/ls_xhl/portage/package.keywords/javacup deleted file mode 100644 index d34a641..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/javacup +++ /dev/null @@ -1 +0,0 @@ -dev-java/javacup x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_xhl/portage/package.keywords/javatoolkit b/Documentation/ls_xhl/portage/package.keywords/javatoolkit deleted file mode 100644 index 074fc90..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/javatoolkit +++ /dev/null @@ -1 +0,0 @@ -dev-java/javatoolkit x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_xhl/portage/package.keywords/jaxb-api b/Documentation/ls_xhl/portage/package.keywords/jaxb-api deleted file mode 100644 index 4f2fb95..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/jaxb-api +++ /dev/null @@ -1 +0,0 @@ -java-virtuals/jaxb-api x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/jaxen b/Documentation/ls_xhl/portage/package.keywords/jaxen deleted file mode 100644 index cd7fc2b..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/jaxen +++ /dev/null @@ -1 +0,0 @@ -dev-java/jaxen x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/jdom b/Documentation/ls_xhl/portage/package.keywords/jdom deleted file mode 100644 index 1cffdde..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/jdom +++ /dev/null @@ -1 +0,0 @@ -dev-java/jdom x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/jdom-jaxen b/Documentation/ls_xhl/portage/package.keywords/jdom-jaxen deleted file mode 100644 index 11a1471..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/jdom-jaxen +++ /dev/null @@ -1 +0,0 @@ -dev-java/jdom-jaxen x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/latencytop b/Documentation/ls_xhl/portage/package.keywords/latencytop deleted file mode 100644 index bafc270..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/latencytop +++ /dev/null @@ -1 +0,0 @@ -sys-process/latencytop x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/libgdiplus b/Documentation/ls_xhl/portage/package.keywords/libgdiplus deleted file mode 100644 index c9cc781..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/libgdiplus +++ /dev/null @@ -1 +0,0 @@ -dev-dotnet/libgdiplus x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/libgsasl b/Documentation/ls_xhl/portage/package.keywords/libgsasl deleted file mode 100644 index 65ac8b0..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/libgsasl +++ /dev/null @@ -1 +0,0 @@ -net-libs/libgsasl x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/libmilter b/Documentation/ls_xhl/portage/package.keywords/libmilter deleted file mode 100644 index 035043e..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/libmilter +++ /dev/null @@ -1 +0,0 @@ -mail-filter/libmilter x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/libpqpp b/Documentation/ls_xhl/portage/package.keywords/libpqpp deleted file mode 100644 index 9b47250..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/libpqpp +++ /dev/null @@ -1 +0,0 @@ -dev-cpp/libpqpp x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_xhl/portage/package.keywords/linux-logo b/Documentation/ls_xhl/portage/package.keywords/linux-logo deleted file mode 100644 index 001e87b..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/linux-logo +++ /dev/null @@ -1 +0,0 @@ -app-misc/linux-logo x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_xhl/portage/package.keywords/lsb-release b/Documentation/ls_xhl/portage/package.keywords/lsb-release deleted file mode 100644 index 41dfa23..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/lsb-release +++ /dev/null @@ -1 +0,0 @@ -sys-apps/lsb-release x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_xhl/portage/package.keywords/mdadm b/Documentation/ls_xhl/portage/package.keywords/mdadm deleted file mode 100644 index 2c27a3c..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/mdadm +++ /dev/null @@ -1 +0,0 @@ -sys-fs/mdadm x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/mediawiki b/Documentation/ls_xhl/portage/package.keywords/mediawiki deleted file mode 100644 index 1c1de06..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/mediawiki +++ /dev/null @@ -1 +0,0 @@ -www-apps/mediawiki x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/mod_mono b/Documentation/ls_xhl/portage/package.keywords/mod_mono deleted file mode 100644 index 67b5a69..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/mod_mono +++ /dev/null @@ -1 +0,0 @@ -www-apache/mod_mono x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/mod_python b/Documentation/ls_xhl/portage/package.keywords/mod_python deleted file mode 100644 index e1a9bc0..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/mod_python +++ /dev/null @@ -1 +0,0 @@ -www-apache/mod_python x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_xhl/portage/package.keywords/mono b/Documentation/ls_xhl/portage/package.keywords/mono deleted file mode 100644 index 1cb8c19..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/mono +++ /dev/null @@ -1 +0,0 @@ -dev-lang/mono x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/msv b/Documentation/ls_xhl/portage/package.keywords/msv deleted file mode 100644 index 9f6acc7..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/msv +++ /dev/null @@ -1 +0,0 @@ -dev-java/msv x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/munin b/Documentation/ls_xhl/portage/package.keywords/munin deleted file mode 100644 index 505d079..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/munin +++ /dev/null @@ -1 +0,0 @@ -net-analyzer/munin x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_xhl/portage/package.keywords/nant b/Documentation/ls_xhl/portage/package.keywords/nant deleted file mode 100644 index b405179..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/nant +++ /dev/null @@ -1 +0,0 @@ -dev-dotnet/nant x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/net-SNMP b/Documentation/ls_xhl/portage/package.keywords/net-SNMP deleted file mode 100644 index 612bfd8..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/net-SNMP +++ /dev/null @@ -1 +0,0 @@ -dev-perl/Net-SNMP x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_xhl/portage/package.keywords/net-server b/Documentation/ls_xhl/portage/package.keywords/net-server deleted file mode 100644 index ac335c0..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/net-server +++ /dev/null @@ -1 +0,0 @@ -dev-perl/net-server x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_xhl/portage/package.keywords/ntfsprogs b/Documentation/ls_xhl/portage/package.keywords/ntfsprogs deleted file mode 100644 index e5c2626..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/ntfsprogs +++ /dev/null @@ -1 +0,0 @@ -sys-fs/ntfsprogs x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_xhl/portage/package.keywords/pdns b/Documentation/ls_xhl/portage/package.keywords/pdns deleted file mode 100644 index 518714d..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/pdns +++ /dev/null @@ -1 +0,0 @@ -net-dns/pdns x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_xhl/portage/package.keywords/pe-format b/Documentation/ls_xhl/portage/package.keywords/pe-format deleted file mode 100644 index 1b0b494..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/pe-format +++ /dev/null @@ -1 +0,0 @@ -dev-dotnet/pe-format x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/pecl-apc b/Documentation/ls_xhl/portage/package.keywords/pecl-apc deleted file mode 100644 index 961bb98..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/pecl-apc +++ /dev/null @@ -1 +0,0 @@ -dev-php5/pecl-apc x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/perl-File-Temp b/Documentation/ls_xhl/portage/package.keywords/perl-File-Temp deleted file mode 100644 index 91d0793..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/perl-File-Temp +++ /dev/null @@ -1 +0,0 @@ -virtual/perl-File-Temp x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/perl-mozldap b/Documentation/ls_xhl/portage/package.keywords/perl-mozldap deleted file mode 100644 index 32dd5ff..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/perl-mozldap +++ /dev/null @@ -1 +0,0 @@ -dev-perl/perl-mozldap x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/perl-net-ping b/Documentation/ls_xhl/portage/package.keywords/perl-net-ping deleted file mode 100644 index 6619ed7..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/perl-net-ping +++ /dev/null @@ -1 +0,0 @@ -virtual/perl-net-ping x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/phpldapadmin b/Documentation/ls_xhl/portage/package.keywords/phpldapadmin deleted file mode 100644 index 957a056..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/phpldapadmin +++ /dev/null @@ -1 +0,0 @@ -net-nds/phpldapadmin x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_xhl/portage/package.keywords/phpmyadmin b/Documentation/ls_xhl/portage/package.keywords/phpmyadmin deleted file mode 100644 index 4d9fe18..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/phpmyadmin +++ /dev/null @@ -1 +0,0 @@ -dev-db/phpmyadmin x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_xhl/portage/package.keywords/phppgadmin b/Documentation/ls_xhl/portage/package.keywords/phppgadmin deleted file mode 100644 index c43b0ba..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/phppgadmin +++ /dev/null @@ -1 +0,0 @@ -dev-db/phppgadmin x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/phpsysinfo b/Documentation/ls_xhl/portage/package.keywords/phpsysinfo deleted file mode 100644 index 22669fd..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/phpsysinfo +++ /dev/null @@ -1 +0,0 @@ -www-apps/phpsysinfo x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_xhl/portage/package.keywords/postgrey b/Documentation/ls_xhl/portage/package.keywords/postgrey deleted file mode 100644 index 0b811b8..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/postgrey +++ /dev/null @@ -1 +0,0 @@ -mail-filter/postgrey x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_xhl/portage/package.keywords/psycopg b/Documentation/ls_xhl/portage/package.keywords/psycopg deleted file mode 100644 index 94fc33c..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/psycopg +++ /dev/null @@ -1 +0,0 @@ -dev-python/psycopg x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_xhl/portage/package.keywords/pyzor b/Documentation/ls_xhl/portage/package.keywords/pyzor deleted file mode 100644 index 93e6173..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/pyzor +++ /dev/null @@ -1 +0,0 @@ -dev-python/pyzor x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/razor b/Documentation/ls_xhl/portage/package.keywords/razor deleted file mode 100644 index 2e84d4f..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/razor +++ /dev/null @@ -1 +0,0 @@ -mail-filter/razor x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/re2c b/Documentation/ls_xhl/portage/package.keywords/re2c deleted file mode 100644 index 4c618d0..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/re2c +++ /dev/null @@ -1 +0,0 @@ -dev-util/re2c x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/relaxng-datatype b/Documentation/ls_xhl/portage/package.keywords/relaxng-datatype deleted file mode 100644 index 5fd29f5..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/relaxng-datatype +++ /dev/null @@ -1 +0,0 @@ -dev-java/relaxng-datatype x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/rhino b/Documentation/ls_xhl/portage/package.keywords/rhino deleted file mode 100644 index 71398f9..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/rhino +++ /dev/null @@ -1 +0,0 @@ -dev-java/rhino x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/saxpath b/Documentation/ls_xhl/portage/package.keywords/saxpath deleted file mode 100644 index 667184c..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/saxpath +++ /dev/null @@ -1 +0,0 @@ -dev-java/saxpath x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/shorewall b/Documentation/ls_xhl/portage/package.keywords/shorewall deleted file mode 100644 index d5bd9a8..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/shorewall +++ /dev/null @@ -1 +0,0 @@ -net-firewall/shorewall x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_xhl/portage/package.keywords/smartmontools b/Documentation/ls_xhl/portage/package.keywords/smartmontools deleted file mode 100644 index b3cc137..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/smartmontools +++ /dev/null @@ -1 +0,0 @@ -sys-apps/smartmontools x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_xhl/portage/package.keywords/spamassassin b/Documentation/ls_xhl/portage/package.keywords/spamassassin deleted file mode 100644 index 22694b7..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/spamassassin +++ /dev/null @@ -1 +0,0 @@ -mail-filter/spamassassin x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/sqlalchemy b/Documentation/ls_xhl/portage/package.keywords/sqlalchemy deleted file mode 100644 index bd7d783..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/sqlalchemy +++ /dev/null @@ -1 +0,0 @@ -dev-python/sqlalchemy x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_xhl/portage/package.keywords/squidguard b/Documentation/ls_xhl/portage/package.keywords/squidguard deleted file mode 100644 index 6b50133..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/squidguard +++ /dev/null @@ -1 +0,0 @@ -net-proxy/squidguard x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_xhl/portage/package.keywords/stax-api b/Documentation/ls_xhl/portage/package.keywords/stax-api deleted file mode 100644 index 4c9b18d..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/stax-api +++ /dev/null @@ -1 +0,0 @@ -java-virtuals/stax-api x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/systemtap b/Documentation/ls_xhl/portage/package.keywords/systemtap deleted file mode 100644 index 3de2ab4..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/systemtap +++ /dev/null @@ -1 +0,0 @@ -dev-util/systemtap x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/webalizer b/Documentation/ls_xhl/portage/package.keywords/webalizer deleted file mode 100644 index 75526a7..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/webalizer +++ /dev/null @@ -1 +0,0 @@ -app-admin/webalizer x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/webalizer-xtended b/Documentation/ls_xhl/portage/package.keywords/webalizer-xtended deleted file mode 100644 index ac21f06..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/webalizer-xtended +++ /dev/null @@ -1 +0,0 @@ -app-admin/webalizer-xtended x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/websvn b/Documentation/ls_xhl/portage/package.keywords/websvn deleted file mode 100644 index 0b9a2fe..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/websvn +++ /dev/null @@ -1 +0,0 @@ -www-apps/websvn x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_xhl/portage/package.keywords/xalan b/Documentation/ls_xhl/portage/package.keywords/xalan deleted file mode 100644 index a2d562e..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/xalan +++ /dev/null @@ -1 +0,0 @@ -dev-java/xalan x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_xhl/portage/package.keywords/xalan-serializer b/Documentation/ls_xhl/portage/package.keywords/xalan-serializer deleted file mode 100644 index f0945b3..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/xalan-serializer +++ /dev/null @@ -1 +0,0 @@ -dev-java/xalan-serializer x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_xhl/portage/package.keywords/xerces b/Documentation/ls_xhl/portage/package.keywords/xerces deleted file mode 100644 index a7afb92..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/xerces +++ /dev/null @@ -1 +0,0 @@ -dev-java/xerces x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_xhl/portage/package.keywords/xjavac b/Documentation/ls_xhl/portage/package.keywords/xjavac deleted file mode 100644 index 0acd5d3..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/xjavac +++ /dev/null @@ -1 +0,0 @@ -dev-java/xjavac x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_xhl/portage/package.keywords/xml-commons-external b/Documentation/ls_xhl/portage/package.keywords/xml-commons-external deleted file mode 100644 index 372939d..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/xml-commons-external +++ /dev/null @@ -1 +0,0 @@ -dev-java/xml-commons-external x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_xhl/portage/package.keywords/xml-commons-resolver b/Documentation/ls_xhl/portage/package.keywords/xml-commons-resolver deleted file mode 100644 index a56e0d8..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/xml-commons-resolver +++ /dev/null @@ -1 +0,0 @@ -dev-java/xml-commons-resolver x86 ~x86 \ No newline at end of file diff --git a/Documentation/ls_xhl/portage/package.keywords/xml-xmlbeans b/Documentation/ls_xhl/portage/package.keywords/xml-xmlbeans deleted file mode 100644 index b04638c..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/xml-xmlbeans +++ /dev/null @@ -1 +0,0 @@ -dev-java/xml-xmlbeans x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/xom b/Documentation/ls_xhl/portage/package.keywords/xom deleted file mode 100644 index cb8d1bf..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/xom +++ /dev/null @@ -1 +0,0 @@ -dev-java/xom x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/xpp2 b/Documentation/ls_xhl/portage/package.keywords/xpp2 deleted file mode 100644 index 503ca4a..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/xpp2 +++ /dev/null @@ -1 +0,0 @@ -dev-java/xpp2 x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/xpp3 b/Documentation/ls_xhl/portage/package.keywords/xpp3 deleted file mode 100644 index 849b27b..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/xpp3 +++ /dev/null @@ -1 +0,0 @@ -dev-java/xpp3 x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/xsdlib b/Documentation/ls_xhl/portage/package.keywords/xsdlib deleted file mode 100644 index 31cabf7..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/xsdlib +++ /dev/null @@ -1 +0,0 @@ -dev-java/xsdlib x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/xsp b/Documentation/ls_xhl/portage/package.keywords/xsp deleted file mode 100644 index cc76675..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/xsp +++ /dev/null @@ -1 +0,0 @@ -dev-dotnet/xsp x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.keywords/zoo b/Documentation/ls_xhl/portage/package.keywords/zoo deleted file mode 100644 index 341982e..0000000 --- a/Documentation/ls_xhl/portage/package.keywords/zoo +++ /dev/null @@ -1 +0,0 @@ -app-arch/zoo x86 ~x86 diff --git a/Documentation/ls_xhl/portage/package.unmask/gcc b/Documentation/ls_xhl/portage/package.unmask/gcc deleted file mode 100644 index d3e5ce8..0000000 --- a/Documentation/ls_xhl/portage/package.unmask/gcc +++ /dev/null @@ -1 +0,0 @@ ->=sys-devel/gcc-4.4.0 diff --git a/Documentation/ls_xhl/portage/package.unmask/glibc b/Documentation/ls_xhl/portage/package.unmask/glibc deleted file mode 100644 index ddc7e67..0000000 --- a/Documentation/ls_xhl/portage/package.unmask/glibc +++ /dev/null @@ -1 +0,0 @@ ->=sys-libs/glibc-1.11 diff --git a/Documentation/ls_xhl/portage/package.unmask/openldap b/Documentation/ls_xhl/portage/package.unmask/openldap deleted file mode 100644 index 987cf20..0000000 --- a/Documentation/ls_xhl/portage/package.unmask/openldap +++ /dev/null @@ -1 +0,0 @@ ->=net-nds/openldap-2.4.7 diff --git a/Documentation/ls_xhl/portage/package.unmask/perl b/Documentation/ls_xhl/portage/package.unmask/perl deleted file mode 100644 index a1e6316..0000000 --- a/Documentation/ls_xhl/portage/package.unmask/perl +++ /dev/null @@ -1,6 +0,0 @@ -# Torsten Veller (20 Sep 2009) -# Add perl-5.10 masks (#280724) -~dev-lang/perl-5.10.1 -~sys-devel/libperl-5.10.1 -=app-admin/perl-cleaner-2* - diff --git a/Documentation/ls_xhl/portage/package.unmask/portage b/Documentation/ls_xhl/portage/package.unmask/portage deleted file mode 100644 index 96db6a6..0000000 --- a/Documentation/ls_xhl/portage/package.unmask/portage +++ /dev/null @@ -1 +0,0 @@ ->=sys-apps/portage-2.2_rc36 diff --git a/Documentation/ls_xhl/portage/package.unmask/sandbox b/Documentation/ls_xhl/portage/package.unmask/sandbox deleted file mode 100644 index 913ab8f..0000000 --- a/Documentation/ls_xhl/portage/package.unmask/sandbox +++ /dev/null @@ -1 +0,0 @@ ->=sys-apps/sandbox-2.2 diff --git a/Documentation/ls_xhl/portage/package.use/avahi b/Documentation/ls_xhl/portage/package.use/avahi deleted file mode 100644 index 62598c0..0000000 --- a/Documentation/ls_xhl/portage/package.use/avahi +++ /dev/null @@ -1 +0,0 @@ -net-dns/avahi mdnsresponder-compat \ No newline at end of file diff --git a/Documentation/ls_xhl/portage/package.use/cairo b/Documentation/ls_xhl/portage/package.use/cairo deleted file mode 100644 index 686b7c4..0000000 --- a/Documentation/ls_xhl/portage/package.use/cairo +++ /dev/null @@ -1 +0,0 @@ -x11-libs/cairo X svg \ No newline at end of file diff --git a/Documentation/ls_xhl/portage/package.use/cmake b/Documentation/ls_xhl/portage/package.use/cmake deleted file mode 100644 index 5b43d81..0000000 --- a/Documentation/ls_xhl/portage/package.use/cmake +++ /dev/null @@ -1 +0,0 @@ -dev-util/cmake -qt4 \ No newline at end of file diff --git a/Documentation/ls_xhl/portage/package.use/courier-authlib b/Documentation/ls_xhl/portage/package.use/courier-authlib deleted file mode 100644 index 7b6ada7..0000000 --- a/Documentation/ls_xhl/portage/package.use/courier-authlib +++ /dev/null @@ -1 +0,0 @@ -net-libs/courier-authlib gdbm ldap diff --git a/Documentation/ls_xhl/portage/package.use/courier-imap b/Documentation/ls_xhl/portage/package.use/courier-imap deleted file mode 100644 index a0a4932..0000000 --- a/Documentation/ls_xhl/portage/package.use/courier-imap +++ /dev/null @@ -1 +0,0 @@ -net-mail/courier-imap -gdbm diff --git a/Documentation/ls_xhl/portage/package.use/cups b/Documentation/ls_xhl/portage/package.use/cups deleted file mode 100644 index f313a52..0000000 --- a/Documentation/ls_xhl/portage/package.use/cups +++ /dev/null @@ -1 +0,0 @@ -net-print/cups ldap diff --git a/Documentation/ls_xhl/portage/package.use/cyrus-sasl b/Documentation/ls_xhl/portage/package.use/cyrus-sasl deleted file mode 100644 index 29ddbc1..0000000 --- a/Documentation/ls_xhl/portage/package.use/cyrus-sasl +++ /dev/null @@ -1 +0,0 @@ -dev-libs/cyrus-sasl authdaemond kerberos sample -gdbm ldap diff --git a/Documentation/ls_xhl/portage/package.use/dhcpcd b/Documentation/ls_xhl/portage/package.use/dhcpcd deleted file mode 100644 index 77d2b92..0000000 --- a/Documentation/ls_xhl/portage/package.use/dhcpcd +++ /dev/null @@ -1 +0,0 @@ -net-misc/dhcpcd -zeroconf \ No newline at end of file diff --git a/Documentation/ls_xhl/portage/package.use/gcc b/Documentation/ls_xhl/portage/package.use/gcc deleted file mode 100644 index 03ddffb..0000000 --- a/Documentation/ls_xhl/portage/package.use/gcc +++ /dev/null @@ -1 +0,0 @@ -sys-devel/gcc -mudflap graphite libffi diff --git a/Documentation/ls_xhl/portage/package.use/icedtea b/Documentation/ls_xhl/portage/package.use/icedtea deleted file mode 100644 index c021d40..0000000 --- a/Documentation/ls_xhl/portage/package.use/icedtea +++ /dev/null @@ -1 +0,0 @@ -dev-java/icedtea -hs16 -npplugin -doc -examples -javascript -nio2 -nsplugin -pulseaudio -systemtap -xrender -zero diff --git a/Documentation/ls_xhl/portage/package.use/layman b/Documentation/ls_xhl/portage/package.use/layman deleted file mode 100644 index a6fff43..0000000 --- a/Documentation/ls_xhl/portage/package.use/layman +++ /dev/null @@ -1 +0,0 @@ -app-portage/layman git subversion diff --git a/Documentation/ls_xhl/portage/package.use/mit-krb5 b/Documentation/ls_xhl/portage/package.use/mit-krb5 deleted file mode 100644 index e19b9e9..0000000 --- a/Documentation/ls_xhl/portage/package.use/mit-krb5 +++ /dev/null @@ -1 +0,0 @@ -app-crypt/mit-krb5 ldap -doc diff --git a/Documentation/ls_xhl/portage/package.use/mysql b/Documentation/ls_xhl/portage/package.use/mysql deleted file mode 100644 index 4aabc3e..0000000 --- a/Documentation/ls_xhl/portage/package.use/mysql +++ /dev/null @@ -1,2 +0,0 @@ -dev-db/mysql big-tables community -embedded extraengine profiling xtradb -cluster filesystem -innodb -oqgraph pbms pbxt revision soliddb -sphinx -spider brighthouse memcache awss3 -dev-db/mariadb big-tables community -embedded extraengine profiling xtradb -cluster filesystem -innodb -oqgraph pbms pbxt revision soliddb -sphinx -spider brighthouse memcache awss3 diff --git a/Documentation/ls_xhl/portage/package.use/openldap b/Documentation/ls_xhl/portage/package.use/openldap deleted file mode 100644 index 666d7ac..0000000 --- a/Documentation/ls_xhl/portage/package.use/openldap +++ /dev/null @@ -1 +0,0 @@ -net-nds/openldap kerberos overlays samba sasl slp -smbkrb5passwd berkdb crypt perl readline ssl tcpd -debug -gdbm -ipv6 -minimal -selinux diff --git a/Documentation/ls_xhl/portage/package.use/php b/Documentation/ls_xhl/portage/package.use/php deleted file mode 100644 index 64a156b..0000000 --- a/Documentation/ls_xhl/portage/package.use/php +++ /dev/null @@ -1 +0,0 @@ -dev-lang/php suhosin cli cgi apache2 ctype ftp gd hash iconv ipv6 memlimit mysql nls pcre pic posix pdo reflection session simplexml soap sockets spl sqlite ssl tokenizer truetype xml xmlreader xmlwriter xsl zlib diff --git a/Documentation/ls_xhl/portage/package.use/python b/Documentation/ls_xhl/portage/package.use/python deleted file mode 100644 index f5018a6..0000000 --- a/Documentation/ls_xhl/portage/package.use/python +++ /dev/null @@ -1 +0,0 @@ -dev-lang/python xml \ No newline at end of file diff --git a/Documentation/ls_xhl/portage/package.use/samba b/Documentation/ls_xhl/portage/package.use/samba deleted file mode 100644 index f09ff65..0000000 --- a/Documentation/ls_xhl/portage/package.use/samba +++ /dev/null @@ -1 +0,0 @@ -net-fs/samba automount doc examples fam kerberos swat syslog winbind oav quotas ldap diff --git a/Documentation/ls_xhl/portage/package.use/subversion b/Documentation/ls_xhl/portage/package.use/subversion deleted file mode 100644 index a773dbb..0000000 --- a/Documentation/ls_xhl/portage/package.use/subversion +++ /dev/null @@ -1 +0,0 @@ -dev-util/subversion -dso \ No newline at end of file diff --git a/Documentation/ls_xhl/portage/postsync.d/gcc-armv5tejl-patch b/Documentation/ls_xhl/portage/postsync.d/gcc-armv5tejl-patch deleted file mode 100755 index c479944..0000000 --- a/Documentation/ls_xhl/portage/postsync.d/gcc-armv5tejl-patch +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -[ -x /usr/bin/patch ] && /usr/bin/patch -p0 -i /etc/portage/toolchain_eclass-armv5tejl.patch -: diff --git a/Documentation/ls_xhl/portage/postsync.d/profile-overlay-update b/Documentation/ls_xhl/portage/postsync.d/profile-overlay-update deleted file mode 100755 index 61c5627..0000000 --- a/Documentation/ls_xhl/portage/postsync.d/profile-overlay-update +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -[ -x /usr/bin/svn ] && /usr/bin/svn up /etc/portage -: diff --git a/Documentation/ls_xhl/portage/profile/make.defaults b/Documentation/ls_xhl/portage/profile/make.defaults deleted file mode 100644 index f381396..0000000 --- a/Documentation/ls_xhl/portage/profile/make.defaults +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation - -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -# orion5x - make.defaults - -ARCH="arm" -ACCEPT_KEYWORDS="arm ~arm" - -# CFLAGS="-O2 -pipe -fno-strict-aliasing -mtune=arm926ej-s" -# CHOST="armv5tejl-softfloat-linux-gnueabi" -# CXXFLAGS="${CFLAGS}" -# CPPFLAGS="${CFLAGS}" - -USE="${USE} 7zip apache2 arm authdaemond authfile bash-completion clamav \ - clamd maildir php posix postfix pam glibc-omitfp \ - procmail samba sasl slang softquota symlink tokenizer usb \ - -oss -branding -esd xine mp3 gnutls cups ppds \ - foomatic-db alsa hal gimpprint freetype X unicode rdesktop pda \ - zeroconf xinerama java sqlite\ - sms quotas dvb xprint theora ogg a52 matroska v4l xvid network \ - fame svg ffmpeg 7Zip css audiofile musicbrainz scanner \ - musepack new-login kerberos dbus openexr aac fat hfs jfs xfs \ - ntfs reiserfs cjk cdda dts imap cairo sysfs xpm nptl nptlonly \ - gs lzo mjpeg mmx speex slp fftw xvmc v4l2 cpudetection extramodules \ - mail -apm ipod flac avahi stream live tiff usb x264 dv lame mp3rtp \ - udev cdr dvi libnotify bzip2 aalib mng cddb -beagle -gnome -evo mono \ - -eds png gif -qt4 inotify graphite \ - -qt3 policykit bash-completion gmp acl mozldap threads utils \ - apache2_mpms_worker kvm ccache xmlrpc java" - - -USE_EXPAND="ORION_NAS_DEVICES" - -# Adding this one, since it makes sense. -USE="${USE} bzip2" - -# These USE flags are what is common between the various sub-profiles. Stages 2 -# and 3 are built against these, so be careful what you add. -USE="${USE} acl cups gdbm gpm nptl nptlonly sysfs unicode" diff --git a/Documentation/ls_xhl/portage/profile/packages b/Documentation/ls_xhl/portage/profile/packages deleted file mode 100644 index 0113e11..0000000 --- a/Documentation/ls_xhl/portage/profile/packages +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 2001-2009 Gentoo Foundation. -# Distributed under the terms of the GNU General Public License, v2 -# $Header: $ - -# For instructions on how this file works (as an inclusion mask, primarily), -# please refer to ${PORTDIR}/profiles/base/packages - -# Use this file to lock down specific versions of packages ONLY TO THIS -# SPECIFIC PROFILE! - -# You can also add files to the base system itself if you prefix them with a -# * - ->=sys-apps/baselayout-1.12.10-r5 ->=sys-devel/binutils-2.18-r1 ->=sys-libs/glibc-2.4-r4 ->=sys-apps/portage-2.1.6.8 ->=sys-devel/gcc-4.2.1 -*sys-fs/xfsprogs -*sys-fs/jfsutils -*sys-fs/reiser4progs -*sys-apps/gdisk -*app-admin/showconsole -*sys-libs/timezone-data -*net-misc/dhcpcd -*app-misc/linux-logo \ No newline at end of file diff --git a/Documentation/ls_xhl/portage/profile/virtuals b/Documentation/ls_xhl/portage/profile/virtuals deleted file mode 100644 index 908b287..0000000 --- a/Documentation/ls_xhl/portage/profile/virtuals +++ /dev/null @@ -1 +0,0 @@ -virtual/linux-sources sys-kernel/buffalo_ls_xhl-sources diff --git a/Documentation/ls_xhl/portage/toolchain_eclass-armv5tejl.patch b/Documentation/ls_xhl/portage/toolchain_eclass-armv5tejl.patch deleted file mode 100644 index 29a7420..0000000 --- a/Documentation/ls_xhl/portage/toolchain_eclass-armv5tejl.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- /usr/portage/eclass/toolchain.eclass.orig 2010-04-03 22:35:38.000000000 +0200 -+++ /usr/portage/eclass/toolchain.eclass 2010-04-18 18:41:12.000000000 +0200 -@@ -1239,7 +1239,11 @@ - # Remove endian ('l' / 'eb') - [[ ${arm_arch} == *l ]] && arm_arch=${arm_arch%l} - [[ ${arm_arch} == *eb ]] && arm_arch=${arm_arch%eb} -- confgcc+=" --with-arch=${arm_arch}" -+ local arm_arches="armv4 armv4t armv5t armv5te armv6j armv6k armv6m armv6t2 armv6zk armv7a armv7m armv7r" -+ for i in $arm_arches; do -+ [[ ${i} == $arm_arch ]] && \ -+ confgcc+=" --with-arch=${arm_arch}" -+ done - fi - ;; - # Add --with-abi flags to set default MIPS ABI diff --git a/Documentation/ls_xhl/root_overlay/etc/conf.d/hostname b/Documentation/ls_xhl/root_overlay/etc/conf.d/hostname deleted file mode 100644 index ab03d81..0000000 --- a/Documentation/ls_xhl/root_overlay/etc/conf.d/hostname +++ /dev/null @@ -1,2 +0,0 @@ -# Set to the hostname of this machine -hostname="goLSXhl" diff --git a/Documentation/ls_xhl/root_overlay/etc/conf.d/linux-logo b/Documentation/ls_xhl/root_overlay/etc/conf.d/linux-logo deleted file mode 100644 index 49c538e..0000000 --- a/Documentation/ls_xhl/root_overlay/etc/conf.d/linux-logo +++ /dev/null @@ -1,27 +0,0 @@ -# Seq Description Output -# ---------------------------------------------------------------- -# ## # -# #B Bogomips 374.37 -# #C Compiled Date #47 Fri Jan 8 10:37:09 EST 1999 -# #E User Text My Favorite Linux Distribution -# Displayed with -t -# #H Hostname deranged -# #L Load average Load average 0.04, 0.01, 0.01 -# #M Megahertz 188Mhz -# where supported -# #N Number of CPU's Two -# #O OS Name Linux -# #P Processor or Processors Processor -# #R Ram 64M -# in Megabytes -# #S Plural s -# #T Type of CPU K6 -# #U Uptime Uptime 10 hours 59 minutes -# #V Version of OS 2.2.0-pre5 -# #X CPU Vendor AMD -# \\n carriage return - -FORMAT="Gentoo #O `cat /etc/gentoo-release | awk '{ print $5,$6 }'`\n#O #V, Compiled #C\n#N #X #T #M CPU#S, #R RAM, #B Bogomips\n#U\n#H / \l \n" -FORMATNET="Gentoo #O `cat /etc/gentoo-release | awk '{ print $5,$6 }'`\n#O #V, Compiled #C\n#N #X #T #M CPU#S, #R RAM, #B Bogomips\n#U\n#H\n" -OPTIONS="-f -u" - diff --git a/Documentation/ls_xhl/root_overlay/etc/conf.d/net b/Documentation/ls_xhl/root_overlay/etc/conf.d/net deleted file mode 100644 index c1cea53..0000000 --- a/Documentation/ls_xhl/root_overlay/etc/conf.d/net +++ /dev/null @@ -1,27 +0,0 @@ -# This blank configuration will automatically use DHCP for any net.* -# scripts in /etc/init.d. To create a more complete configuration, -# please review /usr/share/doc/openrc/net.example and save your configuration -# in /etc/conf.d/net (this file :]!). - -# -# DHCP IP / route configuration, with fallback to a static IP / route -# - -config_eth1=( "dhcp" ) -fallback_eth1=( "192.168.178.103 netmask 255.255.255.0 broadcast 192.168.178.255" ) -fallback_route_eth1=( "default via 192.168.178.1" ) - - -# -# pure static IP / route configuration, should the above not work even with fallback.. -# (in that case, comment the whole DHCP section and uncomment this one) -# - -#config_eth0=( "192.168.178.103 netmask 255.255.255.0 broadcast 192.168.178.255" ) -#routes_eth0=( "default via 192.168.178.1" ) - -# -# DNS configuration -# - -dns_servers_eth1="192.168.178.1" diff --git a/Documentation/ls_xhl/root_overlay/etc/fstab b/Documentation/ls_xhl/root_overlay/etc/fstab deleted file mode 100644 index 4a0903a..0000000 --- a/Documentation/ls_xhl/root_overlay/etc/fstab +++ /dev/null @@ -1,21 +0,0 @@ -# /etc/fstab: static file system information. -# -# noatime turns off atimes for increased performance (atimes normally aren't -# needed); notail increases performance of ReiserFS (at the expense of storage -# efficiency). It's safe to drop the noatime options if you want and to -# switch between notail / tail freely. -# -# The root filesystem should have a pass number of either 0 or 1. -# All other filesystems should have a pass number of 0 or greater than 1. -# -# See the manpage fstab(5) for more information. -# - -# - -# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts. -/dev/sda1 /boot ext2 noauto,noatime 1 2 -/dev/sda2 / reiser4 noatime 0 1 -/dev/sda3 none swap sw 0 0 -# /dev/cdrom /mnt/cdrom auto noauto,ro 0 0 -# /dev/fd0 /mnt/floppy auto noauto 0 0 diff --git a/Documentation/ls_xhl/root_overlay/etc/inittab b/Documentation/ls_xhl/root_overlay/etc/inittab deleted file mode 100644 index 893174a..0000000 --- a/Documentation/ls_xhl/root_overlay/etc/inittab +++ /dev/null @@ -1,61 +0,0 @@ -# -# /etc/inittab: This file describes how the INIT process should set up -# the system in a certain run-level. -# -# Author: Miquel van Smoorenburg, -# Modified by: Patrick J. Volkerding, -# Modified by: Daniel Robbins, -# Modified by: Martin Schlemmer, -# Modified by: Mike Frysinger, -# Modified by: Robin H. Johnson, -# -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sysvinit/files/inittab-2.87,v 1.1 2010/01/08 16:55:07 williamh Exp $ - -# Default runlevel. -id:3:initdefault: - -# System initialization, mount local filesystems, etc. -si::sysinit:/sbin/rc sysinit - -# Further system initialization, brings up the boot runlevel. -rc::bootwait:/sbin/rc boot - -l0:0:wait:/sbin/rc shutdown -l0s:0:wait:/sbin/halt -dhp -l1:1:wait:/sbin/rc single -l2:2:wait:/sbin/rc nonetwork -l3:3:wait:/sbin/rc default -l4:4:wait:/sbin/rc default -l5:5:wait:/sbin/rc default -l6:6:wait:/sbin/rc reboot -l6r:6:wait:/sbin/reboot -dk -#z6:6:respawn:/sbin/sulogin - -# new-style single-user -su0:S:wait:/sbin/rc single -su1:S:wait:/sbin/sulogin - -# TERMINALS -c1:12345:respawn:/sbin/agetty 38400 tty1 linux -c2:2345:respawn:/sbin/agetty 38400 tty2 linux -c3:2345:respawn:/sbin/agetty 38400 tty3 linux -c4:2345:respawn:/sbin/agetty 38400 tty4 linux -c5:2345:respawn:/sbin/agetty 38400 tty5 linux -c6:2345:respawn:/sbin/agetty 38400 tty6 linux - -# SERIAL CONSOLES -s0:12345:respawn:/sbin/agetty 115200 ttyS0 vt100 -#s1:12345:respawn:/sbin/agetty 9600 ttyS1 vt100 - -# What to do at the "Three Finger Salute". -ca:12345:ctrlaltdel:/sbin/shutdown -r now - -# Used by /etc/init.d/xdm to control DM startup. -# Read the comments in /etc/init.d/xdm for more -# info. Do NOT remove, as this will start nothing -# extra at boot if /etc/init.d/xdm is not added -# to the "default" runlevel. -x:a:once:/etc/X11/startDM.sh - -# Architecture specific features -#f0:12345:respawn:/sbin/agetty 9600 ttyFB0 vt100 diff --git a/Documentation/ls_xhl/root_overlay/etc/layman/layman.cfg b/Documentation/ls_xhl/root_overlay/etc/layman/layman.cfg deleted file mode 100644 index 805d059..0000000 --- a/Documentation/ls_xhl/root_overlay/etc/layman/layman.cfg +++ /dev/null @@ -1,82 +0,0 @@ -[MAIN] - -#----------------------------------------------------------- -# Defines the directory where overlays should be installed - -storage : /var/lib/layman - -#----------------------------------------------------------- -# Remote overlay lists will be stored here -# layman will append _md5(url).xml to each filename - -cache : %(storage)s/cache - -#----------------------------------------------------------- -# The list of locally installed overlays - -local_list: %(storage)s/overlays.xml - -#----------------------------------------------------------- -# Path to the make.conf file that should be modified by -# layman - -make_conf : %(storage)s/make.conf - -#----------------------------------------------------------- -# URLs of the remote lists of overlays (one per line) or -# local overlay definitions -# -#overlays : http://www.gentoo.org/proj/en/overlays/repositories.xml -# http://dev.gentoo.org/~wrobel/layman/global-overlays.xml -# http://mydomain.org/my-layman-list.xml -# file:///var/lib/layman/my-list.xml - -overlays : http://www.gentoo.org/proj/en/overlays/repositories.xml - http://ftp.disconnected-by-peer.at/pub/overlay/geos_one-overlay.xml - -#----------------------------------------------------------- -# Proxy support -# If unset, layman will use the http_proxy environment variable. -# -#proxy : http://[user:pass@]www.my-proxy.org:3128 - -#----------------------------------------------------------- -# Strict checking of overlay definitions -# -# Set either to "yes" or "no". If "no" layman will issue -# warnings if an overlay definition is missing either -# description or contact information. -# -nocheck : yes - -#----------------------------------------------------------- -# Umask settings -# -# layman should usually work with a umask of 0022. You should -# only change this setting if you are absolutely certain that -# you know what you are doing. -# -#umask : 0022 - -#----------------------------------------------------------- -# Command overrides -# -# You can have commands point to either a binary at a different -# location, e.g. -# -# /home/you/local/bin/git -# -# or just the command, e.g. -# -# git -# -# to use PATH-based resolution of the binary to call. -# -#bzr_command : /usr/bin/bzr -#cvs_command : /usr/bin/cvs -#darcs_command : /usr/bin/darcs -#git_command : /usr/bin/git -#mercurial_command : /usr/bin/hg -#rsync_command : /usr/bin/rsync -#svn_command : /usr/bin/svn -#tar_command : /bin/tar diff --git a/Documentation/ls_xhl/root_overlay/etc/make.conf b/Documentation/ls_xhl/root_overlay/etc/make.conf deleted file mode 100644 index 9cec4c9..0000000 --- a/Documentation/ls_xhl/root_overlay/etc/make.conf +++ /dev/null @@ -1,15 +0,0 @@ -# These settings were set by the catalyst build script that automatically -# built this stage. -# Please consult /usr/share/portage/config/make.conf.example for a more -# detailed example. -CFLAGS="-march=armv5te -mtune=arm926ej-s -Os -fomit-frame-pointer -pipe" -CXXFLAGS="${CFLAGS}" -# WARNING: Changing your CHOST is not something that should be done lightly. -# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing. -CHOST="armv5tejl-softfloat-linux-gnueabi" -# LDFLAGS is unsupported. USE AT YOUR OWN RISK! -LDFLAGS="-Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed" - -PORTAGE_BINHOST="http://ftp.disconnected-by-peer.at/armv5tejl-arm926ej-s/" - -source /var/lib/layman/make.conf \ No newline at end of file diff --git a/Documentation/ls_xhl/root_overlay/etc/motd b/Documentation/ls_xhl/root_overlay/etc/motd deleted file mode 120000 index 7030993..0000000 --- a/Documentation/ls_xhl/root_overlay/etc/motd +++ /dev/null @@ -1 +0,0 @@ -issue.net \ No newline at end of file diff --git a/Documentation/ls_xhl/root_overlay/etc/profile.d/go-genlink.sh b/Documentation/ls_xhl/root_overlay/etc/profile.d/go-genlink.sh deleted file mode 100644 index dfd965a..0000000 --- a/Documentation/ls_xhl/root_overlay/etc/profile.d/go-genlink.sh +++ /dev/null @@ -1,6 +0,0 @@ -echo "uncompressing /var/lib/layman/go-genlink.tar.bz2 to /var/lib/layman/" -tar -xvjf /var/lib/layman/go-genlink.tar.bz2 -C /var/lib/layman/ -echo "removing /var/lib/layman/go-genlink.tar.bz2" -rm -f /var/lib/layman/go-genlink.tar.bz2 -echo "removing /etc/profile.d/go-genlink.sh" -rm -f /etc/profile.d/go-genlink.sh \ No newline at end of file diff --git a/Documentation/ls_xhl/root_overlay/etc/resolv.conf b/Documentation/ls_xhl/root_overlay/etc/resolv.conf deleted file mode 100644 index 93d8a60..0000000 --- a/Documentation/ls_xhl/root_overlay/etc/resolv.conf +++ /dev/null @@ -1,4 +0,0 @@ -# Generated by dhcpcd from eth0 -# /etc/resolv.conf.head can replace this line -nameserver 192.168.178.1 -# /etc/resolv.conf.tail can replace this line diff --git a/Documentation/ls_xhl/root_overlay/usr/local/bin/changepassword b/Documentation/ls_xhl/root_overlay/usr/local/bin/changepassword deleted file mode 100755 index 19d6a5b..0000000 --- a/Documentation/ls_xhl/root_overlay/usr/local/bin/changepassword +++ /dev/null @@ -1,49 +0,0 @@ -#!/usr/bin/expect -f -# Password change shell script, tested on Linux and FreeBSD -# ---------------------------------- -# It need expect tool. If you are using Linux use following command -# to install expect -# apt-get install expect -# FreeBSD user can use ports or following command: -# pkg_add -r -v expect -# ---------------------------------- -# If you are using linux change first line -# From: -#!/usr/local/bin/expect -f -# To: -#!/usr/bin/expect -f -# ----------------------------------------------- -# Copyright (c) 2006 nixCraft project -# This script is licensed under GNU GPL version 2.0 or above -# ------------------------------------------------------------------------- -# This script is part of nixCraft shell script collection (NSSC) -# Visit http://bash.cyberciti.biz/ for more information. -# ------------------------------------------------------------------------- -# display usage -if {$argc!=2} { - send_user "usage: $argv0 username password \n" - exit -} -# script must be run by root user -set whoami [exec id -u] -if {$whoami!=0} { - send_user "You must be a root user to run this script\n" - exit -} -# -set timeout -1 -match_max 100000 -# stopre password -set password [lindex $argv 1] -# username -set user [lindex $argv 0] -# opem shell -spawn $env(SHELL) -# send passwd command -send -- "passwd $user\r" -expect "assword:" -send "$password\r" -expect "assword:" -send "$password\r" -send "\r" -expect eof \ No newline at end of file diff --git a/Documentation/ls_xhl/root_overlay/var/lib/layman/.keep_app-portage_layman-0 b/Documentation/ls_xhl/root_overlay/var/lib/layman/.keep_app-portage_layman-0 deleted file mode 100644 index e69de29..0000000 diff --git a/Documentation/ls_xhl/root_overlay/var/lib/layman/cache_4c92214b7d4c90e21ca3a769938e7f02.xml b/Documentation/ls_xhl/root_overlay/var/lib/layman/cache_4c92214b7d4c90e21ca3a769938e7f02.xml deleted file mode 100644 index 4d0d264..0000000 --- a/Documentation/ls_xhl/root_overlay/var/lib/layman/cache_4c92214b7d4c90e21ca3a769938e7f02.xml +++ /dev/null @@ -1,116 +0,0 @@ - - - - http://www.disconnected-by-peer.at - - This overlay hold the ebuild's for the AppArmor Application - Firewall. - - - - http://linamh.disconnected-by-peer.at - - This overlay hold the ebuild's for the 389 Directory - Server. - - - - http://linamh.disconnected-by-peer.at - - This overlay hold the ebuild's for the Mandriva Management - Console. - - - - http://linamh.disconnected-by-peer.at - - This overlay is geos_one's playground for new ebuilds The - short name linamh is LINux AdMinistrators Heaven. As the full Name says - its mainly for Admins. - - - - http://linamh.disconnected-by-peer.at - - This overlay provides the ebuild's for the bongo-project mail - server. - - - - http://linamh.disconnected-by-peer.at - - This overlay provides the ebuild's for the iFolder - system. - - - - http://linamh.disconnected-by-peer.at - - This overlay provides my ebuild's for the vmware products. - - - - http://linamh.disconnected-by-peer.at - - This overlay provides my ebuild's for the mysql derivates. - - - - http://linamh.disconnected-by-peer.at - - This overlay provides ebuild's for the genlink based hardware. - - - - http://linamh.disconnected-by-peer.at - - This overlay provides my ebuild's for the Lightscribe system. - - - - http://buffalo.nas-central.org/index.php/GenLink_for_ARM9 - - In order to get the buffalo-patched linux headers and other - packages which had to be adjusted for usage and compilation on the - Linkstation Pro from our SF.net overlay later. - - - - http://bugs.gentoo.org/show_bug.cgi?id=194561 - - We (myself and jmbsvicetto) ARE working on it: - http://git.overlays.gentoo.org/gitweb/?p=proj/mysql.git;a=summary - And the usual changes to the mysql-extras repo of the patches. - It fails a bunch of the upstream testsuites still, but it does pass more - of mypersonal tests. If everybody here would try 5.1.39 AND 5.1.41 on there, - with the testinstructions in the ebuild files, it would be nice to get rid of - all all theattachments to this bug that are no longer relevant.. - - - diff --git a/Documentation/ls_xhl/root_overlay/var/lib/layman/cache_ac494f50f5736be7871962c0dec7b3bb.xml b/Documentation/ls_xhl/root_overlay/var/lib/layman/cache_ac494f50f5736be7871962c0dec7b3bb.xml deleted file mode 100644 index d9756bc..0000000 --- a/Documentation/ls_xhl/root_overlay/var/lib/layman/cache_ac494f50f5736be7871962c0dec7b3bb.xml +++ /dev/null @@ -1,2870 +0,0 @@ - - - - - - - http://github.com/aidecoe/aidecoe-overlay/tree/master - - aidecoe@aidecoe.name - - - git://github.com/aidecoe/aidecoe-overlay.git - http://github.com/feeds/aidecoe/commits/aidecoe-overlay/master - - - - - https://trac.poildetroll.net/trac/akoya - - geekounet@poildetroll.net - - https://hg.poildetroll.net/hg/gentoo/overlay - https://hg.poildetroll.net/gentoo/overlay/atom-log - - - - - http://git.overlays.gentoo.org/gitweb/?p=user/alexcepoi.git;a=summary - - alex.cepoi@gmail.com - - - git://git.overlays.gentoo.org/user/alexcepoi.git - http://git.overlays.gentoo.org/gitroot/user/alexcepoi.git - git+ssh://git@git.overlays.gentoo.org/user/alexcepoi.git - http://git.overlays.gentoo.org/gitweb/?p=user/alexcepoi.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=user/alexcepoi.git;a=rss - - - - - http://git.overlays.gentoo.org/gitweb/?p=dev/alexxy.git - - alexxy@gentoo.org - - - git://git.overlays.gentoo.org/dev/alexxy.git - http://git.overlays.gentoo.org/gitroot/dev/alexxy.git - git+ssh://git@git.overlays.gentoo.org/dev/alexxy.git - http://git.overlays.gentoo.org/gitweb/?p=dev/alexxy.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=dev/alexxy.git;a=rss - - - - - http://amielke.de/ - - overlay@amielke.de - - - git://github.com/amielke/amielke-overlay.git - http://github.com/feeds/amielke/commits/amielke-overlay/master - - - - - http://git.overlays.gentoo.org/gitweb/?p=dev/anarchy.git;a=summary - - anarchy@gentoo.org - - - git://git.overlays.gentoo.org/dev/anarchy - http://git.overlays.gentoo.org/gitroot/dev/anarchy.git - git+ssh://git@git.overlays.gentoo.org/dev/anarchy.git - http://git.overlays.gentoo.org/gitweb/?p=dev/anarchy.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=dev/anarchy.git;a=rss - - - - - http://bitbucket.org/and3k/and3k-sunrise-overlay - - post@belahausmann.name - - - http://bitbucket.org/and3k/and3k-sunrise-overlay - ssh://hg@bitbucket.org/and3k/and3k-sunrise-overlay - http://bitbucket.org/and3k/and3k-sunrise-overlay/atom - http://bitbucket.org/and3k/and3k-sunrise-overlay/rss - - - - - http://code.google.com/p/arcon/ - - non7top@gmail.com - - https://arcon.googlecode.com/hg/ - http://code.google.com/feeds/p/arcon/hgchanges/basic - - - - - http://armagetronad.net - - luke_armagetron@dashjr.org - - https://armagetronad.svn.sourceforge.net/svnroot/armagetronad/armagetronad/trunk/build/gentoo/overlay - - - - - http://overlays.gentoo.org/dev/aross - - aross@gentoo.org - - svn://overlays.gentoo.org/dev/aross - http://overlays.gentoo.org/dev/aross/timeline - - - - - http://overlays.gentoo.org - - bangert@gentoo.org - - svn://overlays.gentoo.org/dev/bangert/ebuilds - http://overlays.gentoo.org/dev/bangert/timeline - - - - - https://launchpad.net/bzr-gentoo-overlay/ - - malept@malept.com - - - lp:bzr-gentoo-overlay - http://bazaar.launchpad.net/~serkan-kaba/serkan-overlay/mainline/atom - - - - - http://github.com/belak/gentoo.overlay - - vahki.ttc@gmail.com - - - http://bitbucket.org/belak/belak.gentoo - ssh://hg@bitbucket.org/belak/belak.gentoo - http://bitbucket.org/belak/belak.gentoo/atom/ - http://bitbucket.org/belak/belak.gentoo/rss/ - - - - - http://git.overlays.gentoo.org/gitweb/?p=user/benf.git;a=summary - - benjaminfranzke@gmail.com - - - git://git.overlays.gentoo.org/user/benf.git - http://git.overlays.gentoo.org/gitroot/user/benf.git - git+ssh://git@git.overlays.gentoo.org/user/benf.git - http://git.overlays.gentoo.org/gitweb/?p=user/benf.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=user/benf.git;a=rss - - - - - http://svn.liveforge.org/berkano/trunk - - yngwin@gmail.com - - http://svn.liveforge.org/berkano/trunk - - - - - http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=summary - - betagarden@gentoo.org - - - git://git.overlays.gentoo.org/proj/betagarden.git - http://git.overlays.gentoo.org/gitroot/proj/betagarden.git - git+ssh://git@git.overlays.gentoo.org/proj/betagarden.git - http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=rss - - - - - https://overlays.gentoo.org/dev/betelgeuse - - betelgeuse@gentoo.org - - svn://overlays.gentoo.org/dev/betelgeuse - http://overlays.gentoo.org/dev/betelgeuse/timeline - - - - - http://git.overlays.gentoo.org/gitweb/?p=user/bibletime.git;a=summary - - ristioja@gmail.com - - - git://git.overlays.gentoo.org/user/bibletime.git - http://git.overlays.gentoo.org/gitroot/user/bibletime.git - git+ssh://git@git.overlays.gentoo.org/user/bibletime.git - http://git.overlays.gentoo.org/gitweb/?p=user/bibletime.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=user/bibletime.git;a=rss - - - - - http://git.overlays.gentoo.org/gitweb/?p=dev/blueness.git;a=summary - - blueness@gentoo.org - - - git://git.overlays.gentoo.org/dev/blueness - http://git.overlays.gentoo.org/gitroot/dev/blueness.git - git+ssh://git@git.overlays.gentoo.org/dev/blueness.git - http://git.overlays.gentoo.org/gitweb/?p=dev/blueness.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=dev/blueness.git;a=rss - - - - - http://calculate-linux.org - - support@calculate.ru - - git://git.calculate.ru/dev/overlay.git - - - - - http://overlays.gentoo.org/proj/cell - - lu_zero@gentoo.org - - svn://overlays.gentoo.org/proj/cell - http://overlays.gentoo.org/proj/cell/timeline - - - - - http://github.com/transacid/CenterIM-overlay - - transacid@centerim.org - - - git://github.com/transacid/CenterIM-overlay.git - http://github.com/transacid/CenterIM-overlay.git - http://github.com/feeds/transacid/commits/CenterIM-overlay/master - - - - - http://projects.longitekk.com:8000/Projects - - chtekk@longitekk.com - - svn://projects.longitekk.com/projects/gentoo-ebuilds - http://projects.longitekk.com:8000/Projects/timeline?ticket=on&changeset=on&milestone=on&wiki=on&max=50&daysback=90&format=rss - - - - - http://git.overlays.gentoo.org/gitweb/?p=dev/chutzpah.git;a=summary - - chutzpah@gentoo.org - - - git://git.overlays.gentoo.org/dev/chutzpah - http://git.overlays.gentoo.org/gitroot/dev/chutzpah.git - git+ssh://git@git.overlays.gentoo.org/dev/chutzpah.git - http://git.overlays.gentoo.org/gitweb/?p=dev/chutzpah.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=dev/chutzpah.git;a=rss - - - - - http://cj-overlay.googlecode.com - - kleiner_otti@gmx.de - - https://cj-overlay.googlecode.com/hg/ - http://code.google.com/feeds/p/cj-overlay/hgchanges/basic - - - - - http://wiki.cregion.ru/moin.cgi/CRG_Overlay - - johnrdoe63@cregion.ru - - rsync://rsync.cregion.ru/crg-overlay - - - - - http://git.chromium.org/cgi-bin/gitweb.cgi?p=chromiumos-overlay.git;a=summary - - anush@chromium.org - - - http://git.chromium.org/git/chromiumos-overlay - http://git.chromium.org/cgi-bin/gitweb.cgi?p=chromiumos-overlay.git;a=atom - http://git.chromium.org/cgi-bin/gitweb.cgi?p=chromiumos-overlay.git;a=rss - - - - - http://code.assembla.com/d-overlay/subversion/nodes - - alvaro.castro.castilla@gmail.com - - http://subversion.assembla.com/svn/d-overlay - - - - - - http://git.overlays.gentoo.org/gitweb/?p=dev/dagger.git;a=summary - - dagger@gentoo.org - - - git://git.overlays.gentoo.org/dev/dagger - http://git.overlays.gentoo.org/gitroot/dev/dagger.git - git+ssh://git@git.overlays.gentoo.org/dev/dagger.git - http://git.overlays.gentoo.org/gitweb/?p=dev/dagger.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=dev/dagger.git;a=rss - - - - - http://dev.gentoo.org/~dberkholz/overlay/ - - dberkholz@gentoo.org - - - git://git.overlays.gentoo.org/dev/dberkholz - http://git.overlays.gentoo.org/gitroot/dev/dberkholz.git - git+ssh://git@git.overlays.gentoo.org/dev/dberkholz.git - http://git.overlays.gentoo.org/gitweb/?p=dev/dberkholz.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=dev/dberkholz.git;a=rss - - - - - http://overlays.gentoo.org - - deathwing00@gentoo.org - - svn://overlays.gentoo.org/dev/deathwing00 - http://overlays.gentoo.org/dev/deathwing00/timeline - - - - - http://overlays.gentoo.org - - dertobi123@gentoo.org - - svn://overlays.gentoo.org/dev/dertobi123 - http://overlays.gentoo.org/dev/dertobi123/timeline - - - - - - desktop-effects@gentoo.org - - git://git.overlays.gentoo.org/proj/desktop-effects.git - http://git.overlays.gentoo.org/gitweb/?p=proj/desktop-effects.git;a=atom - - - - - http://dev.gentoo.org/~dev-zero/ - - dev-zero@gentoo.org - - - git://git.overlays.gentoo.org/dev/dev-zero - http://git.overlays.gentoo.org/gitroot/dev/dev-zero.git - git+ssh://git@git.overlays.gentoo.org/dev/dev-zero.git - http://git.overlays.gentoo.org/gitweb/?p=dev/dev-zero.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=dev/dev-zero.git;a=rss - - - - - http://devnull.core.ws/EbuildRepository/ - - nico@core.ws - - http://hg.core.ws/devnull - http://hg.core.ws/devnull/atom-log - - - - - http://git.overlays.gentoo.org/gitweb/?p=user/dilfridge.git;a=summary - - mail@akhuettel.de - - - git://git.overlays.gentoo.org/user/dilfridge.git - http://git.overlays.gentoo.org/gitroot/user/dilfridge.git - git+ssh://git@git.overlays.gentoo.org/user/dilfridge.git - http://git.overlays.gentoo.org/gitweb/?p=user/dilfridge.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=user/dilfridge.git;a=rss - - - - - http://overlays.gentoo.org/dev/dirtyepic - - dirtyepic@gentoo.org - - svn://overlays.gentoo.org/dev/dirtyepic - http://overlays.gentoo.org/dev/dirtyepic/timeline - - - - - http://git.overlays.gentoo.org/gitweb/?p=proj/dotnet.git;a=summary - - dotnet@gentoo.org - - - git://git.overlays.gentoo.org/proj/dotnet.git - http://git.overlays.gentoo.org/gitroot/proj/dotnet.git - git+ssh://git@git.overlays.gentoo.org/proj/dotnet.git - http://git.overlays.gentoo.org/gitweb/?p=proj/dotnet.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=proj/dotnet.git;a=rss - - - - - http://repo.or.cz/w/dottout.git - - andrea@dottout.com - - git://repo.or.cz/dottout.git - http://repo.or.cz/w/dottout.git?a=rss - - - - - http://drizzt.bsdnet.eu/ - - drizzt@gentoo.org - - svn://overlays.gentoo.org/dev/drizzt/ - http://overlays.gentoo.org/dev/drizzt/timeline - - - - - http://git.overlays.gentoo.org/gitweb/?p=user/DuPol.git;a=summary - - dustin.polke@uni-siegen.de - - - git://git.overlays.gentoo.org/user/DuPol.git - http://git.overlays.gentoo.org/gitroot/user/DuPol.git - git+ssh://git@git.overlays.gentoo.org/user/DuPol.git - http://git.overlays.gentoo.org/gitweb/?p=user/DuPol.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=user/DuPol.git;a=rss - - - - - http://git.overlays.gentoo.org/gitweb/?p=user/eatnumber1.git;a=summary - - russ@eatnumber1.com - - - git://git.overlays.gentoo.org/user/eatnumber1.git - http://git.overlays.gentoo.org/gitroot/user/eatnumber1.git - git+ssh://git@git.overlays.gentoo.org/user/eatnumber1.git - http://git.overlays.gentoo.org/gitweb/?p=user/eatnumber1.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=user/eatnumber1.git;a=rss - - - - - - wolf31o2@wolf31o2.org - - svn://overlays.gentoo.org/proj/efika - http://overlays.gentoo.org/proj/efika/timeline - - - - - http://overlays.gentoo.org/proj/emacs/ - - emacs@gentoo.org - - svn://overlays.gentoo.org/proj/emacs/emacs-overlay - http://overlays.gentoo.org/proj/emacs/timeline - - - - - http://git.overlays.gentoo.org/gitweb/?p=proj/embedded-cross.git;a=summary - - armin76@gentoo.org - - - git://git.overlays.gentoo.org/proj/embedded-cross.git - http://git.overlays.gentoo.org/gitroot/proj/embedded-cross.git - git+ssh://git@git.overlays.gentoo.org/proj/embedded-cross.git - http://git.overlays.gentoo.org/gitweb/?p=proj/embedded-cross.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=proj/embedded-cross.git;a=rss - - - - - http://overlays.gentoo.org/dev/vapier/wiki/enlightenment - - enlightenment@gentoo.org - - svn://overlays.gentoo.org/dev/vapier/enlightenment - http://overlays.gentoo.org/dev/vapier/timeline - - - - - http://git.overlays.gentoo.org/gitweb/?p=dev/eva.git;a=summary - - eva@gentoo.org - - - git://git.overlays.gentoo.org/dev/eva.git - http://git.overlays.gentoo.org/gitroot/dev/eva.git - git+ssh://git@git.overlays.gentoo.org/dev/eva.git - http://git.overlays.gentoo.org/gitweb/?p=dev/eva.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=dev/eva.git;a=rss - - - - - http://github.com/eyolfson/overlay-eyolfson - - jon@eyolfson.com - - - git://github.com/eyolfson/overlay-eyolfson.git - http://github.com/eyolfson/overlay-eyolfson.git - http://github.com/feeds/eyolfson/commits/overlay-eyolfson/master - - - - - http://dev.gentoo.org/~falco/ - - falco@gentoo.org - - - git://git.overlays.gentoo.org/dev/falco - http://git.overlays.gentoo.org/gitroot/dev/falco.git - git+ssh://git@git.overlays.gentoo.org/dev/falco.git - http://git.overlays.gentoo.org/gitweb/?p=dev/falco.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=dev/falco.git;a=rss - - - - - http://www.pkgcore.org/~ferringb/ - - ferringb@gmail.com - - - http://pkgcore.org/~ferringb/bzr/overlay - - - - - http://overlays.gentoo.org/proj/finnish - - flammie@gentoo.org - - svn://overlays.gentoo.org/proj/finnish/trunk - http://overlays.gentoo.org/proj/finnish/timeline - - - - - http://blog.flameeyes.eu/ - - flameeyes@gmail.com - - - git://git.overlays.gentoo.org/dev/flameeyes.git - http://git.overlays.gentoo.org/gitroot/dev/flameeyes.git - git+ssh://git@git.overlays.gentoo.org/dev/flameeyes.git - http://git.overlays.gentoo.org/gitweb/?p=dev/flameeyes.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=dev/flameeyes.git;a=rss - - - - - http://github.com/slashbeast/foo-overlay - - jabberuser@gmail.com - - - git://github.com/slashbeast/foo-overlay.git - http://github.com/slashbeast/foo-overlay.git - http://github.com/slashbeast/foo-overlay/commits/master.atom - - - - - http://www.freevo.org - - dischi@freevo.org - - svn://svn.freevo.org/freevo/portage/ - - - - - http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git - - scarabeus@gentoo.org - - - git://git.overlays.gentoo.org/proj/gamerlay.git - http://git.overlays.gentoo.org/gitroot/proj/gamerlay.git - git+ssh://git@git.overlays.gentoo.org/proj/gamerlay.git - http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=rss - - - - - http://games.gentoo.org/ - - games@gentoo.org - - svn://overlays.gentoo.org/proj/games - http://overlays.gentoo.org/proj/games/timeline - - - - - http://overlays.gentoo.org/proj/gcc-porting/ - - gcc-porting@gentoo.org - - svn://overlays.gentoo.org/proj/gcc-porting - http://overlays.gentoo.org/proj/gcc-porting/timeline - - - - - http://sourceforge.net/projects/gechi-overlay/ - - gechi+subscribe@gechi.it - - - https://gechi-overlay.svn.sourceforge.net/svnroot/gechi-overlay/overlay/ - - - - - http://overlays.gentoo.org/dev/genstef - - genstef@gentoo.org - - - svn://overlays.gentoo.org/dev/genstef - http://overlays.gentoo.org/dev/genstef/timeline - - - - - http://gentooarm.powderluv.org/ - - powderluv@powderluv.org - - git://gitorious.org/gentoo-arm-overlay/gentoo-arm-overlay.git - http://gitorious.org/gentoo-arm-overlay.atom - - - - - http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-bsd.git - - welp@gentoo.org - - - git://git.overlays.gentoo.org/proj/gentoo-bsd.git - http://git.overlays.gentoo.org/gitroot/proj/gentoo-bsd.git - git+ssh://git@git.overlays.gentoo.org/proj/gentoo-bsd.git - http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-bsd.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-bsd.git;a=rss - - - - - http://code.google.com/p/gentoo-china-overlay - - r0bertz@gentoo.org - - http://gentoo-china-overlay.googlecode.com/svn/trunk/ - http://code.google.com/feeds/p/gentoo-china-overlay/svnchanges/basic - - - - - http://www.gentoo-quebec.org - - laurent@gentoo-quebec.org - - https://gentoo-quebec.org/svn/gentoo-quebec/trunk/overlay/ - - - - - http://gentoo-taiwan.googlecode.com/ - - scsichen@gmail.com - - http://gentoo-taiwan.googlecode.com/svn/trunk/ - http://code.google.com/feeds/p/gentoo-taiwan/svnchanges/basic - - - - - http://ebuild.gentoo.gr.jp/ - - jp-admins@gentoo.gr.jp - - git://git.gentoo.gr.jp/ebuilds/gentoojp.git - - - - - http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=summary - - gnome@gentoo.org - - - git://git.overlays.gentoo.org/proj/gnome.git - http://git.overlays.gentoo.org/gitroot/proj/gnome.git - git+ssh://git@git.overlays.gentoo.org/proj/gnome.git - http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=rss - - - - - http://git.overlays.gentoo.org/gitweb/?p=proj/gnome-live.git;a=summary - - gnome@gentoo.org - - - git://git.overlays.gentoo.org/proj/gnome-live.git - http://git.overlays.gentoo.org/gitroot/proj/gnome-live.git - git+ssh://git@git.overlays.gentoo.org/proj/gnome-live.git - http://git.overlays.gentoo.org/gitweb/?p=proj/gnome-live.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=proj/gnome-live.git;a=rss - - - - - http://github.com/ramereth/gnr-overlay/tree/master - - ramereth@gentoo.org - - git://github.com/ramereth/gnr-overlay.git - http://github.com/feeds/ramereth/commits/gnr-overlay/master - - - - - http://overlays.gentoo.org/proj/gnustep - - gnustep@gentoo.org - - svn://overlays.gentoo.org/proj/gnustep/overlay - http://overlays.gentoo.org/proj/gnustep/timeline - - - - - http://git.overlays.gentoo.org/gitweb/?p=proj/gpe.git;a=summary - - gpe@gentoo.org - - - git://git.overlays.gentoo.org/proj/gpe.git - http://git.overlays.gentoo.org/gitroot/proj/gpe.git - git+ssh://git@git.overlays.gentoo.org/proj/gpe.git - http://git.overlays.gentoo.org/gitweb/?p=proj/gpe.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=proj/gpe.git;a=rss - - - - - http://moving-innovations.com/blog/ - - graaff@gentoo.org - - http://moving-innovations.com/overlay - - - - - - http://git.overlays.gentoo.org/gitweb/?p=dev/halcy0n.git;a=summary - - halcy0n@gentoo.org - - - git://git.overlays.gentoo.org/dev/halcy0n.git - http://git.overlays.gentoo.org/gitroot/dev/halcy0n.git - git+ssh://git@git.overlays.gentoo.org/dev/halcy0n.git - http://git.overlays.gentoo.org/gitweb/?p=dev/halcy0n.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=dev/halcy0n.git;a=rss - - - - - http://www.hboeck.de - - hanno@gentoo.org - - https://svn.hboeck.de/overlay/ - - - - - http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=summary - - hardened@gentoo.org - - git://git.overlays.gentoo.org/proj/hardened-dev.git - http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=atom - - - - - http://code.haskell.org/gentoo/gentoo-haskell/ - - haskell@gentoo.org - - http://code.haskell.org/gentoo/gentoo-haskell/ - - - - - http://dev.gentoo.org/~hawking/ - - hawking@gentoo.org - - - git://git.overlays.gentoo.org/dev/hawking - http://git.overlays.gentoo.org/gitroot/dev/hawking.git - git+ssh://git@git.overlays.gentoo.org/dev/hawking.git - http://git.overlays.gentoo.org/gitweb/?p=dev/hawking.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=dev/hawking.git;a=rss - - - - - http://git.xnull.de/gitweb/?p=overlay.git - - hollow@gentoo.org - - git://git.xnull.de/overlay.git - http://git.xnull.de/gitweb/?p=overlay.git;a=atom - - - - - http://dev.gentoo.org/~hwoarang/ - - hwoarang@gentoo.org - - - git://git.overlays.gentoo.org/dev/hwoarang - http://git.overlays.gentoo.org/gitroot/dev/hwoarang.git - git+ssh://git@git.overlays.gentoo.org/dev/hwoarang.git - http://git.overlays.gentoo.org/gitweb/?p=dev/hwoarang.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=dev/hwoarang.git;a=rss - - - - - http://repo.or.cz/w/gentoo-overlay-ibormuth.git - - ibormuth@efil.de - - git://repo.or.cz/gentoo-overlay-ibormuth.git - http://repo.or.cz/w/gentoo-overlay-ibormuth.git?a=rss - - - - - http://git.overlays.gentoo.org/gitweb/?p=user/iElectric.git - - domen@dev.si - - - git://git.overlays.gentoo.org/user/iElectric.git - http://git.overlays.gentoo.org/gitroot/user/iElectric.git - git+ssh://git@git.overlays.gentoo.org/user/iElectric.git - http://git.overlays.gentoo.org/gitweb/?p=user/iElectric.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=user/iElectric.git;a=rss - - - - - - http://git.overlays.gentoo.org/gitweb/?p=dev/ikelos.git;a=summary - - ikelos@gentoo.org - - - git://git.overlays.gentoo.org/dev/ikelos.git - http://git.overlays.gentoo.org/gitroot/dev/ikelos.git - git+ssh://git@git.overlays.gentoo.org/dev/ikelos.git - http://git.overlays.gentoo.org/gitweb/?p=dev/ikelos.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=dev/ikelos.git;a=rss - - - - - http://github.com/init6/init_6 - - sudormrfhalt@gmail.com - - - git://github.com/init6/init_6.git - http://github.com/feeds/init6/commits/init_6/master - - - - - http://www.initng.org - - qupada@initng.org - - https://svn.initng.org/portage/gentoo - - - - - - levertond@googlemail.com - - git://repo.or.cz/gentoo-interactive-fiction.git - http://repo.or.cz/w/gentoo-interactive-fiction.git?a=rss - - - - - http://opensvn.csie.org/rmh3093/iwlwifi - - rmh3093@gmail.com - - http://opensvn.csie.org/rmh3093/iwlwifi - - - - - http://gitorious.org/jasiu - - jasiupsota@gmail.com - - - git://gitorious.org/jasiu/jasiu.git - - - - - http://overlays.gentoo.org/proj/java - - java@gentoo.org - - svn://overlays.gentoo.org/proj/java/java-overlay/ - http://overlays.gentoo.org/proj/java/timeline - - - - - http://overlays.gentoo.org/dev/je_fro - - je_fro@gentoo.org - - svn://overlays.gentoo.org/dev/je_fro - http://overlays.gentoo.org/dev/je_fro/timeline - - - - - http://git.overlays.gentoo.org/gitweb/?p=user/jensp.git;a=summary - - jens@chaox.net - - - git://git.overlays.gentoo.org/user/jensp.git - http://git.overlays.gentoo.org/gitroot/user/jensp.git - git+ssh://git@git.overlays.gentoo.org/user/jensp.git - http://git.overlays.gentoo.org/gitweb/?p=user/jensp.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=user/jensp.git;a=rss - - - - - http://git.overlays.gentoo.org/gitweb/?p=dev/jmbsvicetto.git - - jmbsvicetto@gentoo.org - - - git://git.overlays.gentoo.org/dev/jmbsvicetto.git - http://git.overlays.gentoo.org/gitroot/dev/jmbsvicetto.git - git+ssh://git@git.overlays.gentoo.org/dev/jmbsvicetto.git - http://git.overlays.gentoo.org/gitweb/?p=dev/jmbsvicetto.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=dev/jmbsvicetto.git;a=rss - - - - - http://overlays.gentoo.org/dev/jokey - - jokey@gentoo.org - - - svn://overlays.gentoo.org/dev/jokey/trunk - http://overlays.gentoo.org/dev/jokey/timeline - - - - - http://jyujin.de/ - - mdeininger@jyujin.de - - git://git.becquerel.org/portage-overlay.git - http://git.jyujin.de/?p=portage-overlay.git;a=atom - - - - - http://www.kaa.org.ua/gentoo - - oleg@kaa.org.ua - - - http://www.kaa.org.ua/gentoo - http://www.kaa.org.ua/gentoo - - - - - http://kde.gentoo.org - - kde@gentoo.org - - - git://git.overlays.gentoo.org/proj/kde.git - http://git.overlays.gentoo.org/gitroot/proj/kde.git - git+ssh://git@git.overlays.gentoo.org/proj/kde.git - http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=rss - - - - - http://git.overlays.gentoo.org/gitweb/?p=proj/kde-sunset.git;a=summary - - gentoo-desktop+subscribe@lists.gentoo.org - - - git://git.overlays.gentoo.org/proj/kde-sunset.git - http://git.overlays.gentoo.org/gitroot/proj/kde-sunset.git - git+ssh://git@git.overlays.gentoo.org/proj/kde-sunset.git - http://git.overlays.gentoo.org/gitweb/?p=proj/kde-sunset.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=proj/kde-sunset.git;a=rss - - - - - http://dev.gentoo.org/~mueli - - mueli@gentoo.org - - - git://git.overlays.gentoo.org/proj/kerberos.git - http://git.overlays.gentoo.org/gitroot/proj/kerberos.git - git+ssh://git@git.overlays.gentoo.org/proj/kerberos.git - http://git.overlays.gentoo.org/gitweb/?p=proj/kerberos.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=proj/kerberos.git;a=rss - - - - - http://git.overlays.gentoo.org/gitweb/?p=user/keruspe.git;a=summary - - Marc-Antoine@Perennou.com - - - git://git.overlays.gentoo.org/user/keruspe.git - http://git.overlays.gentoo.org/gitroot/user/keruspe.git - git+ssh://git@git.overlays.gentoo.org/user/keruspe.git - http://git.overlays.gentoo.org/gitweb/?p=user/keruspe.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=user/keruspe.git;a=rss - - - - - http://www.gentoo.org/proj/en/kolab/index.xml - - wrobel@gentoo.org - - svn://overlays.gentoo.org/proj/kolab/overlay - http://overlays.gentoo.org/proj/kolab/timeline - - - - - http://git.overlays.gentoo.org/gitweb/?p=user/kork.git;a=summary - - hsggebhardt@googlemail.com - - - git://git.overlays.gentoo.org/user/kork.git - http://git.overlays.gentoo.org/gitroot/user/kork.git - git+ssh://git@git.overlays.gentoo.org/user/kork.git - http://git.overlays.gentoo.org/gitweb/?p=user/kork.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=user/kork.git;a=rss - - - - - - dang@gentoo.org;cardoe@gentoo.org - - git://github.com/dang/kvm.git - http://github.com/feeds/dang/commits/kvm/master - - - - - http://git.overlays.gentoo.org/gitweb/?p=proj/kuroo.git;a=summary - - detlev.casanova@gmail.com - - - git://git.overlays.gentoo.org/proj/kuroo.git - http://git.overlays.gentoo.org/gitroot/proj/kuroo.git - git+ssh://git@git.overlays.gentoo.org/proj/kuroo.git - http://git.overlays.gentoo.org/gitweb/?p=proj/kuroo.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=proj/kuroo.git;a=rss - - - - - http://github.com/laurentb/gentoo-overlay - - laurent@bachelier.name - - - git://github.com/laurentb/gentoo-overlay.git - http://github.com/laurentb/gentoo-overlay.git - http://github.com/feeds/laurentb/commits/gentoo-overlay/master - - - - - http://gitorious.org/lcd-filtering - - billl@users.sourceforge.net - - - git://gitorious.org/lcd-filtering/lcd-filtering.git - http://git.gitorious.org/lcd-filtering/lcd-filtering.git - http://gitorious.org/lcd-filtering.atom - - - - - http://git.overlays.gentoo.org/gitweb/?p=dev/leio.git - - leio@gentoo.org - - - git://git.overlays.gentoo.org/dev/leio.git - http://git.overlays.gentoo.org/gitroot/dev/leio.git - git+ssh://git@git.overlays.gentoo.org/dev/leio.git - http://git.overlays.gentoo.org/gitweb/?p=dev/leio.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=dev/leio.git;a=rss - - - - - http://www.lila-center.info - - fosstux@gmail.com - - http://svn.berlios.de/svnroot/repos/lila-theme/trunk/lila/gentoo/overlay - - - - - http://overlays.gentoo.org - - liquidx@gentoo.org - - svn://overlays.gentoo.org/dev/liquidx - http://overlays.gentoo.org/dev/liquidx/timeline - - - - - http://repo.or.cz/w/gentoo-lisp-overlay.git - - gentoo-lisp@gentoo.org - - git://repo.or.cz/gentoo-lisp-overlay.git - http://repo.or.cz/w/gentoo-lisp-overlay.git?a=rss - - - - - - http://git.overlays.gentoo.org/gitweb/?p=dev/loki_val.git;a=summary - - loki_val@gentoo.org - - - git://git.overlays.gentoo.org/dev/loki_val - http://git.overlays.gentoo.org/gitroot/dev/loki_val.git - git+ssh://git@git.overlays.gentoo.org/dev/loki_val.git - http://git.overlays.gentoo.org/gitweb/?p=dev/loki_val.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=dev/loki_val.git;a=rss - - - - - http://www.gentoo-cn.org/gitweb/?p=loongson.git;a=summary - - r0bertz@gentoo.org - - git://www.gentoo-cn.org/var/git/loongson.git - - - - - http://www.lordvan.com - - lordvan@gentoo.org - - - git://git.overlays.gentoo.org/dev/lordvan.git - http://git.overlays.gentoo.org/gitroot/dev/lordvan.git - git+ssh://git@git.overlays.gentoo.org/dev/lordvan.git - http://git.overlays.gentoo.org/gitweb/?p=dev/lordvan.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=dev/lordvan.git;a=rss - - - - - http://github.com/bignaux/lorelei-overlay - - ronan@aimao.org - - - git://github.com/bignaux/lorelei-overlay.git - http://github.com/bignaux/lorelei-overlay.git - http://github.com/feeds/bignaux/commits/lorelei-overlay/master - - - - - http://git.overlays.gentoo.org/gitweb/?p=proj/ltsp.git;a=summary - - dberkholz@gentoo.org - - - git://git.overlays.gentoo.org/proj/ltsp.git - http://git.overlays.gentoo.org/gitroot/proj/ltsp.git - git+ssh://git@git.overlays.gentoo.org/proj/ltsp.git - http://git.overlays.gentoo.org/gitweb/?p=proj/ltsp.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=proj/ltsp.git;a=rss - - - - - http://overlays.gentoo.org/dev/lu_zero - - lu_zero@gentoo.org - - svn://overlays.gentoo.org/dev/lu_zero - http://overlays.gentoo.org/dev/lu_zero/timeline - - - - - http://luke.dashjr.org - - luke_armagetron@dashjr.org - - svn://svn.dashjr.org/luke-portage-overlay/trunk - - - - - http://www.gentoo.org/proj/en/desktop/lxde/ - - yngwin@gentoo.org - - http://bitbucket.org/yngwin/lxde-overlay - http://bitbucket.org/yngwin/lxde-overlay/atom/ - - - - - http://git.overlays.gentoo.org/gitweb/?p=proj/m68k.git - - m68k@gentoo.org - - git://git.overlays.gentoo.org/proj/m68k.git - http://git.overlays.gentoo.org/gitweb/?p=proj/m68k.git;a=atom - - - - - http://git.overlays.gentoo.org/gitweb/?p=dev/maekke.git - - maekke@gentoo.org - - - git://git.overlays.gentoo.org/dev/maekke.git - http://git.overlays.gentoo.org/gitroot/dev/maekke.git - git+ssh://git@git.overlays.gentoo.org/dev/maekke.git - http://git.overlays.gentoo.org/gitweb/?p=dev/maekke.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=dev/maekke.git;a=rss - - - - - http://github.com/maggu2810/maggu2810-overlay - - maggu2810@web.de - - - git://github.com/maggu2810/maggu2810-overlay.git - http://github.com/maggu2810/maggu2810-overlay.git - http://github.com/feeds/maggu2810/commits/maggu2810-overlay/master - - - - - http://dev.openbossa.org/trac/mamona/wiki/MamonaGentooOverlay - - ricardo.salveti@openbossa.org - - http://rsalveti.net/git/projects/mamona-overlay/ - http://rsalveti.net/git/?p=mamona-overlay;a=atom - - - - - http://overlays.gentoo.org/dev/marineam - - marineam@gentoo.org - - svn://overlays.gentoo.org/dev/marineam/xen - http://overlays.gentoo.org/dev/marineam/timeline - - - - - http://git.overlays.gentoo.org/gitweb/?p=dev/matsuu.git - - matsuu@gentoo.org - - - git://git.overlays.gentoo.org/dev/matsuu.git - http://git.overlays.gentoo.org/gitroot/dev/matsuu.git - git+ssh://git@git.overlays.gentoo.org/dev/matsuu.git - http://git.overlays.gentoo.org/gitweb/?p=dev/matsuu.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=dev/matsuu.git;a=rss - - - - - http://git.overlays.gentoo.org/gitweb/?p=user/menelkir.git;a=summary - - menelkir@itroll.org - - - git://git.overlays.gentoo.org/user/menelkir.git - http://git.overlays.gentoo.org/gitroot/user/menelkir.git - git+ssh://git@git.overlays.gentoo.org/user/menelkir.git - http://git.overlays.gentoo.org/gitweb/?p=user/menelkir.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=user/menelkir.git;a=rss - - - - - http://git.overlays.gentoo.org/gitweb/?p=proj/mozilla.git - - mozilla@gentoo.org - - git://git.overlays.gentoo.org/proj/mozilla.git - http://git.overlays.gentoo.org/gitweb/?p=proj/mozilla.git;a=atom - - - - - http://github.com/musicpd/mpd-overlay - - netzdamon@gmail.com - - - git://github.com/musicpd/mpd-overlay.git - http://github.com/musicpd/mpd-overlay/commits/master.atom - - - - - http://git.overlays.gentoo.org/gitweb/?p=dev/mrpouet.git - - mrpouet@gentoo.org - - - git://git.overlays.gentoo.org/dev/mrpouet.git - http://git.overlays.gentoo.org/gitroot/dev/mrpouet.git - git+ssh://git@git.overlays.gentoo.org/dev/mrpouet.git - http://git.overlays.gentoo.org/gitweb/?p=dev/mrpouet.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=dev/mrpouet.git;a=rss - - - - - http://github.com/radhermit/msp430-overlay - - radhermit@gentoo.org - - - git://github.com/radhermit/msp430-overlay.git - http://github.com/radhermit/msp430-overlay.git - http://github.com/radhermit/msp430-overlay/commits/master.atom - - - - - http://github.com/sjnewbury/multilib-overlay - - multilib@gentoo.org - - git://github.com/sjnewbury/multilib-overlay.git - http://github.com/feeds/sjnewbury/commits/multilib-overlay/master - - - - - http://gitorious.org/gentoo-multimedia - - media-video@gentoo.org - - git://gitorious.org/gentoo-multimedia/gentoo-multimedia.git - http://gitorious.org/gentoo-multimedia.atom - - - - - http://git.overlays.gentoo.org/gitweb/?p=user/mv.git - - vaeth@mathematik.uni-wuerzburg.de - - - git://git.overlays.gentoo.org/user/mv.git - http://git.overlays.gentoo.org/gitroot/user/mv.git - git+ssh://git@git.overlays.gentoo.org/user/mv.git - http://git.overlays.gentoo.org/gitweb/?p=user/mv.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=user/mv.git;a=rss - - - - - http://git.overlays.gentoo.org/gitweb/?p=proj/mysql.git;a=summary - - mysql-bugs@gentoo.org - - - git://git.overlays.gentoo.org/proj/mysql.git - http://git.overlays.gentoo.org/gitroot/proj/mysql.git - git+ssh://git@git.overlays.gentoo.org/proj/mysql.git - http://git.overlays.gentoo.org/gitweb/?p=proj/mysql.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=proj/mysql.git;a=rss - - - - - http://n4g.mars.arge.at - - Mario-Fetka@gmx.at - - https://svn.disconnected-by-peer.at/svn/n4g/trunk/novell4gentoo/ - - - - - http://n4g.mars.arge.at - - Mario-Fetka@gmx.at - - https://svn.disconnected-by-peer.at/svn/n4g/branches/experimental/ - - - - - http://slonopotamus.org/gentoo-on-n8x0 - - luke_n8x0_overlay@dashjr.org - - git://slonopotamus.org/overlay - - - - - http://git.overlays.gentoo.org/gitweb/?p=dev/nelchael.git;a=summary - - nelchael@gentoo.org - - - git://git.overlays.gentoo.org/dev/nelchael.git - http://git.overlays.gentoo.org/gitroot/dev/nelchael.git - git+ssh://git@git.overlays.gentoo.org/dev/nelchael.git - http://git.overlays.gentoo.org/gitweb/?p=dev/nelchael.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=dev/nelchael.git;a=rss - - - - - http://git.overlays.gentoo.org/gitweb/?p=dev/neurogeek.git - - neurogeek@gentoo.org - - - git://git.overlays.gentoo.org/dev/neurogeek.git - http://git.overlays.gentoo.org/gitroot/dev/neurogeek.git - git+ssh://git@git.overlays.gentoo.org/dev/neurogeek.git - http://git.overlays.gentoo.org/gitweb/?p=dev/neurogeek.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=dev/neurogeek.git;a=rss - - - - - http://gitorious.org/neuvoo/overlay - - jacobgalbreath@gmail.com - - - git://gitorious.org/neuvoo/overlay.git - http://gitorious.org/neuvoo.atom - - - - - http://git.overlays.gentoo.org/gitweb/?p=user/nikai.git - - nikai@nikai.net - - - git://git.overlays.gentoo.org/user/nikai.git - http://git.overlays.gentoo.org/gitroot/user/nikai.git - git+ssh://git@git.overlays.gentoo.org/user/nikai.git - http://git.overlays.gentoo.org/gitweb/?p=user/nikai.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=user/nikai.git;a=rss - - - - - http://git.overlays.gentoo.org/gitweb/?p=dev/nirbheek.git - - nirbheek@gentoo.org - - - git://git.overlays.gentoo.org/dev/nirbheek.git - http://git.overlays.gentoo.org/gitroot/dev/nirbheek.git - git+ssh://git@git.overlays.gentoo.org/dev/nirbheek.git - http://git.overlays.gentoo.org/gitweb/?p=dev/nirbheek.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=dev/nirbheek.git;a=rss - - - - - http://git.njw.me.uk/cgit/cgit.cgi/njw-gentoo-local/ - - gentoo-overlay@njw.me.uk - - http://git.njw.me.uk/njw-gentoo-local.git - http://git.njw.me.uk/cgit/cgit.cgi/njw-gentoo-local/atom/?h=master - - - - - http://overlays.gentoo.org/proj/nx - - nx@gentoo.org - - svn://overlays.gentoo.org/proj/nx/testing - http://overlays.gentoo.org/proj/nx/timeline - - - - - http://github.com/nuteater/nuteater-overlay - - perttu.luukko@iki.fi - - - git://github.com/nuteater/nuteater-overlay.git - http://github.com/feeds/nuteater/commits/nuteater-overlay/master - - - - - http://ohnopub.net/~ohnobinki/gentoo - - ohnobinki@ohnopublishing.net - - http://ohnopublishing.net/hg/ohnobinki_overlay - http://ohnopublishing.net/hg/ohnobinki_overlay/rss-log - - - - - http://overlays.gentoo.org/proj/embedded/wiki/openmoko - - OdinsHorse@googlemail.com - - svn://overlays.gentoo.org/proj/embedded/openmoko - http://overlays.gentoo.org/proj/embedded/timeline - - - - - http://geki.ath.cx/index.php/OpenOffice - - h.mth@web.de - - http://geki.ath.cx/hacks/overlay.tar.bz2 - - - - - - http://git.overlays.gentoo.org/gitweb/?p=dev/uberlord;a=summary - - roy@marples.name - - git://git.overlays.gentoo.org/dev/uberlord - http://git.overlays.gentoo.org/gitweb/?p=dev/uberlord.git;a=atom - - - - - http://gentoo-wiki.com/Howto_OSS4 - - majeru@gentoo.ro - - http://hg.atheme.org/users/majeru/portage-overlay/ - http://hg.atheme.org/users/majeru/portage-overlay/atom-log - - - - - http://repo.or.cz/w/otih-overlay.git - - fabian@datensalat.eu - - git://repo.or.cz/otih-overlay.git - http://repo.or.cz/w/otih-overlay.git?a=rss - - - - - http://git.overlays.gentoo.org/gitweb/?p=dev/pchrist.git - - pchrist@gentoo.org - - - git://git.overlays.gentoo.org/dev/pchrist.git - http://git.overlays.gentoo.org/gitroot/dev/pchrist.git - git+ssh://git@git.overlays.gentoo.org/dev/pchrist.git - http://git.overlays.gentoo.org/gitweb/?p=dev/pchrist.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=dev/pchrist.git;a=rss - - - - - http://github.com/eatnumber1/pcsx2-overlay/tree/master - - gabrielmaculus@gmail.com - - git://github.com/eatnumber1/pcsx2-overlay.git - http://github.com/feeds/eatnumber1/commits/pcsx2-overlay/master - - - - - http://pd-overlay.sourceforge.net/ - - mescalinum@gmail.com - - https://pd-overlay.svn.sourceforge.net/svnroot/pd-overlay/pd-overlay - http://sourceforge.net/export/rss2_keepsake.php?group_id=180376 - - - - - http://pda.gentoo.ru - - alexxy@gentoo.ru - - git://vcs.gentoo.ru/gentoo-pda - - - - - http://www.pentoo.ch - - zerochaos@pentoo.ch - - https://www.pentoo.ch/svn/portage/trunk/ - - - - - http://overlays.gentoo.org/proj/perl/ - - perl@gentoo.org - - - git://git.overlays.gentoo.org/proj/perl-overlay.git - http://git.overlays.gentoo.org/gitroot/proj/perl-overlay.git - git+ssh://git@git.overlays.gentoo.org/proj/perl-overlay.git - http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=rss - - - - - http://git.overlays.gentoo.org/gitweb/?p=proj/php.git;a=summary - - php-bugs@gentoo.org - - - git://git.overlays.gentoo.org/proj/php.git - http://git.overlays.gentoo.org/gitroot/proj/php.git - git+ssh://git@git.overlays.gentoo.org/proj/php.git - http://git.overlays.gentoo.org/gitweb/?p=proj/php.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=proj/php.git;a=rss - - - - - http://git.overlays.gentoo.org/gitweb/?p=user/piczu.git;a=summary - - maciag.artur@gmail.com - - - git://git.overlays.gentoo.org/user/piczu.git - http://git.overlays.gentoo.org/gitroot/user/piczu.git - git+ssh://git@git.overlays.gentoo.org/user/piczu.git - http://git.overlays.gentoo.org/gitweb/?p=user/piczu.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=user/piczu.git;a=rss - - - - - http://blog.pioto.org - - pioto@pioto.org - - git://git.pioto.org/pioto-overlay.git - http://git.pioto.org/gitweb/pioto-overlay.git?a=atom - - - - - http://overlays.gentoo.org/dev/anant/wiki - - anant@gentoo.org - - svn://overlays.gentoo.org/dev/anant/plan9 - http://overlays.gentoo.org/dev/anant/timeline - - - - - http://necoro.eu/portato - - gentoo@necoro.eu - - - git://github.com/Necoro/portato-overlay.git - http://github.com/Necoro/portato-overlay/commits/master.atom - - - - - http://overlays.gentoo.org/proj/postgresql - - pgsql-bugs@gentoo.org - - svn://overlays.gentoo.org/proj/postgresql/experimental - http://overlays.gentoo.org/proj/postgresql/timeline - - - - - http://overlays.gentoo.org/proj/postgresql - - pgsql-bugs@gentoo.org - - svn://overlays.gentoo.org/proj/postgresql/testing - http://overlays.gentoo.org/proj/postgresql/timeline - - - - - http://overlays.gentoo.org/proj/powerpc - - ranger@gentoo.org - - svn://overlays.gentoo.org/proj/powerpc - http://overlays.gentoo.org/proj/powerpc/timeline - - - - - http://powerman.name/RTFM/Gentoo_ebuilds.html - - powerman@powerman.name - - - http://powerman.name/download/Gentoo/powerman-overlay.tgz - - - - - http://proaudio.tuxfamily.org/wiki - - evermind@tuxfamily.org - - svn://svn.tuxfamily.org/svnroot/proaudio/proaudio/trunk/overlays/proaudio - - - - - http://git.overlays.gentoo.org/gitweb/?p=user/pross.git;a=summary - - pross@pross.org.uk - - - git://git.overlays.gentoo.org/user/pross.git - http://git.overlays.gentoo.org/gitroot/user/pross.git - git+ssh://git@git.overlays.gentoo.org/user/pross.git - http://git.overlays.gentoo.org/gitweb/?p=user/pross.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=user/pross.git;a=rss - - - - - http://git.overlays.gentoo.org/gitweb/?p=user/purak.git;a=summary - - bburaksezer@gmail.com - - - git://git.overlays.gentoo.org/user/purak.git - http://git.overlays.gentoo.org/gitroot/user/purak.git - git+ssh://git@git.overlays.gentoo.org/user/purak.git - http://git.overlays.gentoo.org/gitweb/?p=user/purak.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=user/purak.git;a=rss - - - - - http://git.goodpoint.de/?p=pure-funtoo.git;a=summary - - sebastian@pipping.org - - git://git.goodpoint.de/pure-funtoo.git - http://git.goodpoint.de/?p=pure-funtoo.git;a=atom - - - - - http://overlays.gentoo.org/proj/python/wiki - - python@gentoo.org - - svn://overlays.gentoo.org/proj/python/overlays/python - http://overlays.gentoo.org/proj/python/timeline - - - - - http://overlays.gentoo.org - - pythonhead@gentoo.org - - svn://overlays.gentoo.org/dev/pythonhead - http://overlays.gentoo.org/dev/pythonhead/timeline - - - - - http://gitorious.org/gentoo-qt/qting-edge - - yngwin@gentoo.org - - git://gitorious.org/gentoo-qt/qting-edge.git - http://gitorious.org/gentoo-qt.atom - - - - - http://overlay.rafaelmartins.eng.br/ - - rafael@rafaelmartins.eng.br - - - http://hg.rafaelmartins.eng.br/gentoo-overlay/ - - - - - http://github.com/ramereth/ramereth-overlay/tree/master - - ramereth@gentoo.org - - git://github.com/ramereth/ramereth-overlay.git - http://github.com/feeds/ramereth/commits/ramereth-overlay/master - - - - - http://code.google.com/p/raw/ - - mahatma@eu.by - - http://raw.googlecode.com/svn/trunk - http://code.google.com/feeds/p/raw/svnchanges/basic - - - - - http://overlays.gentoo.org/dev/rbu/wiki - - rbu@gentoo.org - - - svn://overlays.gentoo.org/dev/rbu/overlay - http://overlays.gentoo.org/dev/rbu/timeline - - - - - http://git.overlays.gentoo.org/gitweb/?p=dev/remi.git - - remi@gentoo.org - - - git://git.overlays.gentoo.org/dev/remi.git - http://git.overlays.gentoo.org/gitroot/dev/remi.git - git+ssh://git@git.overlays.gentoo.org/dev/remi.git - http://git.overlays.gentoo.org/gitweb/?p=dev/remi.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=dev/remi.git;a=rss - - - - - http://git.overlays.gentoo.org/gitweb/?p=user/rebutia.git;a=summary - - ps@twin.jikos.cz - - - git://git.overlays.gentoo.org/user/rebutia.git - http://git.overlays.gentoo.org/gitroot/user/rebutia.git - git+ssh://git@git.overlays.gentoo.org/user/rebutia.git - http://git.overlays.gentoo.org/gitweb/?p=user/rebutia.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=user/rebutia.git;a=rss - - - - - http://code.google.com/p/rion-overlay/ - - rion4ik@gmail.com - - http://rion-overlay.googlecode.com/hg/ - http://code.google.com/feeds/p/rion-overlay/hgchanges/basic - - - - - http://git.overlays.gentoo.org/gitweb/?p=dev/robbat2.git;a=summary - - robbat2@gentoo.org - - - git://git.overlays.gentoo.org/dev/robbat2.git - http://git.overlays.gentoo.org/gitroot/dev/robbat2.git - git+ssh://git@git.overlays.gentoo.org/dev/robbat2.git - http://git.overlays.gentoo.org/gitweb/?p=dev/robbat2.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=dev/robbat2.git;a=rss - - - - - http://gitorious.org/roslin/roslin - - lazy_bum@o2.pl - - - git://gitorious.org/roslin/roslin.git - http://git.gitorious.org/roslin/roslin.git - http://gitorious.org/roslin/roslin.atom - - - - - http://os-rostov.ru/ - - oleg.kluchkin@gmail.com - - http://svn.os-rostov.ru/repos/overlay - - - - - http://overlays.gentoo.org/proj/rox - - rox@gentoo.org - - svn://overlays.gentoo.org/proj/rox/trunk/overlay/ - http://overlays.gentoo.org/proj/rox/timeline - - - - - http://git.overlays.gentoo.org/gitweb/?p=user/rubenqba.git;a=summary - - ruben.bressler@cerpamid.co.cu - - - git://git.overlays.gentoo.org/user/rubenqba.git - http://git.overlays.gentoo.org/gitroot/user/rubenqba.git - git+ssh://git@git.overlays.gentoo.org/user/rubenqba.git - http://git.overlays.gentoo.org/gitweb/?p=user/rubenqba.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=user/rubenqba.git;a=rss - - - - - http://overlays.gentoo.org/proj/ruby/wiki - - ruby@gentoo.org - - - git://git.overlays.gentoo.org/proj/ruby-overlay.git - http://git.overlays.gentoo.org/gitroot/proj/ruby-overlay.git - git+ssh://git@git.overlays.gentoo.org/proj/ruby-overlay.git - http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=rss - - - - - http://s3d.berlios.de/ - - sven.eckelmann@gmx.de - - git://gitorious.org/s3d-gentoo/s3d-gentoo.git - http://gitorious.org/s3d-gentoo.atom - - - - - http://sabayonlinux.org - - lxnay@sabayonlinux.org - - git://sabayon.org/projects/overlay.git - http://gitweb.sabayon.org/?p=overlay.git;a=atom - - - - - http://github.com/cschwan/sage-on-gentoo - - cschwan@students.uni-mainz.de - - - git://github.com/cschwan/sage-on-gentoo.git - http://github.com/cschwan/sage-on-gentoo.git - http://github.com/feeds/cschwan/commits/sage-on-gentoo/master - - - - - http://git.overlays.gentoo.org/gitweb/?p=user/sardemff7.git;a=summary - - sardemff7.pub@gmail.com - - - git://git.overlays.gentoo.org/user/sardemff7.git - http://git.overlays.gentoo.org/gitroot/user/sardemff7.git - git+ssh://git@git.overlays.gentoo.org/user/sardemff7.git - http://git.overlays.gentoo.org/gitweb/?p=user/sardemff7.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=user/sardemff7.git;a=rss - - - - - http://git.overlays.gentoo.org/gitweb/?p=user/sattvik.git;a=summary - - gentoo@sattvik.com - - - git://git.overlays.gentoo.org/user/sattvik.git - http://git.overlays.gentoo.org/gitroot/user/sattvik.git - git+ssh://git@git.overlays.gentoo.org/user/sattvik.git - http://git.overlays.gentoo.org/gitweb/?p=user/sattvik.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=user/sattvik.git;a=rss - - - - - http://git.overlays.gentoo.org/gitweb/?p=dev/scarabeus.git - - scarabeus@gentoo.org - - - git://git.overlays.gentoo.org/dev/scarabeus.git - http://git.overlays.gentoo.org/gitroot/dev/scarabeus.git - git+ssh://git@git.overlays.gentoo.org/dev/scarabeus.git - http://git.overlays.gentoo.org/gitweb/?p=dev/scarabeus.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=dev/scarabeus.git;a=rss - - - - - http://overlays.gentoo.org/proj/science/wiki/en - - sci@gentoo.org - - - git://git.overlays.gentoo.org/proj/sci.git - http://git.overlays.gentoo.org/gitroot/proj/sci.git - git+ssh://git@git.overlays.gentoo.org/proj/sci.git - http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=rss - - - - - http://overlays.gentoo.org/dev/matsuu/ - - matsuu@gentoo.org - - svn://overlays.gentoo.org/dev/matsuu/secondlife/ - http://overlays.gentoo.org/dev/matsuu/timeline - - - - - http://overlays.gentoo.org/dev/seemant - - seemant@gentoo.org - - svn://overlays.gentoo.org/dev/seemant - http://overlays.gentoo.org/dev/seemant/timeline - - - - - http://dev.gentoo.org/~serkan - - serkan@gentoo.org - - http://bazaar.launchpad.net/~serkan-kaba/serkan-overlay/mainline - - - - - http://scm.calivia.com/svn/sipx/gentoo - - msl@calivia.com - - http://scm.calivia.com/svn/sipx/gentoo - - - - - http://git.overlays.gentoo.org/gitweb/?p=user/smithdanea.git;a=summary - - smithdanea@gmail.com - - - git://git.overlays.gentoo.org/user/smithdanea.git - http://git.overlays.gentoo.org/gitroot/user/smithdanea.git - git+ssh://git@git.overlays.gentoo.org/user/smithdanea.git - http://git.overlays.gentoo.org/gitweb/?p=user/smithdanea.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=user/smithdanea.git;a=rss - - - - - http://git.overlays.gentoo.org/gitweb/?p=dev/sochotnicky.git;a=summary - - sochotnicky@gentoo.org - - - git://git.overlays.gentoo.org/dev/sochotnicky.git - http://git.overlays.gentoo.org/gitroot/dev/sochotnicky.git - git+ssh://git@git.overlays.gentoo.org/dev/sochotnicky.git - http://git.overlays.gentoo.org/gitweb/?p=dev/sochotnicky.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=dev/sochotnicky.git;a=rss - - - - - - l.valerimanera@gmail.com - - git://repo.or.cz/gentoo-soor-overlay.git - http://repo.or.cz/w/gentoo-soor-overlay.git?a=rss - - - - - http://git.goodpoint.de/?p=overlay-sping.git;a=summary - - sping@gentoo.org - - - git://git.goodpoint.de/overlay-sping.git - http://git.goodpoint.de/?p=overlay-sping.git;a=atom - - - - - http://git.overlays.gentoo.org/gitweb/?p=dev/steev.git;a=summary - - steev@gentoo.org - - - git://git.overlays.gentoo.org/dev/steev.git - http://git.overlays.gentoo.org/gitroot/dev/steev.git - git+ssh://git@git.overlays.gentoo.org/dev/steev.git - http://git.overlays.gentoo.org/gitweb/?p=dev/steev.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=dev/steev.git;a=rss - - - - - http://code.google.com/p/stormfront/ - - jkomar@jbox.ca - - - http://stormfront.googlecode.com/svn/trunk/ - http://code.google.com/feeds/p/stormfront/svnchanges/basic - - - - - http://stuge.se/ - - peter@stuge.se - - - git://git.stuge.se/stuge-overlay.git - - - - - http://sugarlabs.org/go/Community/Distributions/Gentoo - - alsroot@member.fsf.org - - git://git.overlays.gentoo.org/proj/sugar.git - http://git.overlays.gentoo.org/gitweb/?p=proj/sugar.git;a=atom - - - - - http://overlays.gentoo.org/dev/suka - - suka@gentoo.org - - svn://overlays.gentoo.org/dev/suka - http://overlays.gentoo.org/dev/suka/timeline - - - - - http://overlays.gentoo.org/proj/sunrise - - sunrise@gentoo.org - - svn://overlays.gentoo.org/proj/sunrise/reviewed/ - http://overlays.gentoo.org/proj/sunrise/timeline - - - - - http://dev.gentoo.org/~swegener/ - - swegener@gentoo.org - - rsync://rsync.gentoo.stealer.net/swegener-overlay/ - - - - - http://gitorious.org/projects/tante_overlay/repos/mainline - - tante@the-gay-bar.com - - git://gitorious.org/tante_overlay/mainline.git - http://gitorious.org/tante_overlay.atom - - - - - https://overlays.gentoo.org/dev/mescalinum - - mescalinum@gentoo.org - - svn://overlays.gentoo.org/dev/mescalinum/tcl-8.6 - http://overlays.gentoo.org/dev/mescalinum/timeline - - - - - https://overlays.gentoo.org/dev/mescalinum - - mescalinum@gentoo.org - - svn://overlays.gentoo.org/dev/mescalinum/tcl-multislot - http://overlays.gentoo.org/dev/mescalinum/timeline - - - - - - rmh3093@gmail.com - - git://zen-sources.org/zen/THE.git - http://git.zen-sources.org/?p=THE.git;a=atom - - - - - http://www.mavrinac.com/index.cgi?page=tp - - mavrinac@gmail.com - - git://git.thousandparsec.net/git/gentoo-overlay.git - http://git.thousandparsec.net/gitweb/gitweb.cgi?p=gentoo-overlay.git;a=atom - - - - - http://overlays.gentoo.org/proj/toolchain/wiki - - toolchain@gentoo.org - - svn://overlays.gentoo.org/proj/toolchain - http://overlays.gentoo.org/proj/toolchain/timeline - - - - - http://overlays.gentoo.org/dev/trapni/ - - trapni@gentoo.org - - svn://overlays.gentoo.org/dev/trapni/overlay - http://overlays.gentoo.org/dev/trapni/timeline - - - - - http://svn.digital-trauma.de/gentoo/ - - gentoo-overlay@digital-trauma.de - - http://svn.digital-trauma.de/gentoo/trunk/ - - - - - http://www.tryton.org/ - - cedric.krier@b2ck.com - - http://www.tryton.org/hg/tryton-overlay/ - http://hg.tryton.org/hgwebdir.cgi/tryton-overlay/atom-log - - - - - http://git.overlays.gentoo.org/gitweb/?p=proj/turbogears2.git;a=summary - - sping@gentoo.org - - - git://git.overlays.gentoo.org/proj/turbogears2.git - http://git.overlays.gentoo.org/gitroot/proj/turbogears2.git - git+ssh://git@git.overlays.gentoo.org/proj/turbogears2.git - http://git.overlays.gentoo.org/gitweb/?p=proj/turbogears2.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=proj/turbogears2.git;a=rss - - - - - http://repo.or.cz/w/ub0rlay.git - - f@ub0r.de - - git://repo.or.cz/ub0rlay.git - http://repo.or.cz/w/ub0rlay.git?a=rss - - - - - http://github.com/unknown-horizons/Portage-Overlay-for-Unknown-Horizons - - b.mallinger@gmx.at - - - git://github.com/unknown-horizons/Portage-Overlay-for-Unknown-Horizons.git - http://github.com/unknown-horizons/Portage-Overlay-for-Unknown-Horizons.git - http://github.com/unknown-horizons/Portage-Overlay-for-Unknown-Horizons/commits/master.atom - - - - - http://overlays.gentoo.org/proj/vdr - - vdr@gentoo.org - - svn://overlays.gentoo.org/proj/vdr/vdr-devel - http://overlays.gentoo.org/proj/vdr/timeline - - - - - http://overlays.gentoo.org/proj/vdr - - vdr@gentoo.org - - svn://overlays.gentoo.org/proj/vdr/testing - http://overlays.gentoo.org/proj/vdr/timeline - - - - - http://overlays.gentoo.org/proj/vdr - - vdr@gentoo.org - - svn://overlays.gentoo.org/proj/vdr/vdr-xine-overlay - http://overlays.gentoo.org/proj/vdr/timeline - - - - - http://www.verlihub-project.org - - netcelli@verlihub-project.org - - git://verlihub.git.sourceforge.net/gitroot/verlihub/overlay - - - - - http://github.com/v-fox - - virtuousfox@gmail.com - - - git://github.com/v-fox/gentoo_overlay.git - http://github.com/v-fox/gentoo_overlay.git - http://github.com/v-fox/gentoo_overlay/commits/master.atom - - - - - http://bugs.gentoo.org/show_bug.cgi?id=122500 - - vmware@gentoo.org - - svn://overlays.gentoo.org/proj/vmware/trunk - http://overlays.gentoo.org/proj/vmware/timeline - - - - - http://svn.netdomination.org/gentoo-voip - - voip@gentoo.org - - svn://overlays.gentoo.org/proj/voip/trunk - http://overlays.gentoo.org/proj/voip/timeline - - - - - - http://cafarelli.fr/websvn/listing.php?repname=voyageur-overlay - - voyageur@gentoo.org - - https://cafarelli.fr/svn/voyageur-overlay - http://cafarelli.fr/websvn/rss.php?repname=voyageur-overlay&path=&isdir=1 - - - - - http://overlays.gentoo.org/proj/vps - - vserver-devs@gentoo.org - - svn://overlays.gentoo.org/proj/vps - http://overlays.gentoo.org/proj/vps/timeline - - - - - http://wacfg.noova.de - - nutz@noova.de - - git://github.com/nutztherookie/wacfg-overlay.git - http://github.com/nutztherookie/wacfg-overlay/commits/master.atom - - - - - http://overlays.gentoo.org - - web-apps@gentoo.org - - svn://overlays.gentoo.org/proj/webapps/experimental - http://overlays.gentoo.org/proj/webapps/timeline - - - - - http://dev.gentoo.org/~wired/ - - wired@gentoo.org - - git://github.com/wired/wirelay.git - http://github.com/feeds/wired/commits/wirelay/master - - - - - http://git.overlays.gentoo.org/gitweb/?p=user/wish.git;a=summary - - iskren.s@gmail.com - - - git://git.overlays.gentoo.org/user/wish.git - http://git.overlays.gentoo.org/gitroot/user/wish.git - git+ssh://git@git.overlays.gentoo.org/user/wish.git - http://git.overlays.gentoo.org/gitweb/?p=user/wish.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=user/wish.git;a=rss - - - - - http://www.wolf31o2.org - - wolf31o2@wolf31o2.org - - git://git.wolf31o2.org/overlays/wolf31o2.git - - - - - http://overlays.gentoo.org - - wrobel@gentoo.org - - svn://overlays.gentoo.org/dev/wrobel/stable - http://overlays.gentoo.org/dev/wrobel/timeline - - - - - http://overlays.gentoo.org - - wschlich@gentoo.org - - svn://overlays.gentoo.org/dev/wschlich/stable - http://overlays.gentoo.org/dev/wschlich/timeline - - - - - http://overlays.gentoo.org - - wschlich@gentoo.org - - svn://overlays.gentoo.org/dev/wschlich/testing - http://overlays.gentoo.org/dev/wschlich/timeline - - - - - http://www.gentoo.org/proj/en/desktop/x/x11/ - - x11@gentoo.org - - - git://git.overlays.gentoo.org/proj/x11 - http://git.overlays.gentoo.org/gitroot/proj/x11.git - git+ssh://git@git.overlays.gentoo.org/proj/x11.git - http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=rss - - - - - http://overlays.gentoo.org/proj/emacs/ - - xemacs@gentoo.org - - svn://overlays.gentoo.org/proj/emacs/xemacs-overlay - http://overlays.gentoo.org/proj/emacs/timeline - - - - - http://overlays.gentoo.org/proj/xen - - xen@gentoo.org - - svn://overlays.gentoo.org/proj/xen/overlay - http://overlays.gentoo.org/proj/xen/timeline - - - - - http://overlays.gentoo.org/proj/xfce/wiki - - xfce@gentoo.org - - - git://git.overlays.gentoo.org/proj/xfce.git - http://git.overlays.gentoo.org/gitroot/proj/xfce.git - git+ssh://git@git.overlays.gentoo.org/proj/xfce.git - http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=rss - - - - - http://github.com/dgoncharov/xgr - - dgoncharov@users.sf.net - - - git://github.com/dgoncharov/xgr.git - - - - - http://git.overlays.gentoo.org/gitweb/?p=user/xhub.git;a=summary - - olivier.huber@crans.org - - - git://git.overlays.gentoo.org/user/xhub.git - http://git.overlays.gentoo.org/gitroot/user/xhub.git - git+ssh://git@git.overlays.gentoo.org/user/xhub.git - http://git.overlays.gentoo.org/gitweb/?p=user/xhub.git;a=atom - http://git.overlays.gentoo.org/gitweb/?p=user/xhub.git;a=rss - - - - - http://git.goodpoint.de/?p=overlay-xmms-zombie.git;a=summary - - sebastian@pipping.org - - git://git.goodpoint.de/overlay-xmms-zombie.git - http://git.goodpoint.de/?p=overlay-xmms-zombie.git;a=atom - - - - - http://gentoo.xwing.info - - casta@xwing.info - - rsync://gentoo.xwing.info/xwing-overlay - - - - - http://gitorious.org/yporti/overlay - - bruno@yporti.com - - - git://gitorious.org/yporti/overlay.git - http://git.gitorious.org/yporti/overlay.git - - - - - http://gentoo.zugaina.org/ - - ycarus@zugaina.org - - rsync://gentoo.zugaina.org/zugaina-portage - - diff --git a/Documentation/ls_xhl/root_overlay/var/lib/layman/go-genlink.tar.bz2 b/Documentation/ls_xhl/root_overlay/var/lib/layman/go-genlink.tar.bz2 deleted file mode 100644 index 3d17e63..0000000 Binary files a/Documentation/ls_xhl/root_overlay/var/lib/layman/go-genlink.tar.bz2 and /dev/null differ diff --git a/Documentation/ls_xhl/root_overlay/var/lib/layman/make.conf b/Documentation/ls_xhl/root_overlay/var/lib/layman/make.conf deleted file mode 100644 index 3cbfeb3..0000000 --- a/Documentation/ls_xhl/root_overlay/var/lib/layman/make.conf +++ /dev/null @@ -1,4 +0,0 @@ -PORTDIR_OVERLAY=" -/var/lib/layman/go-genlink -$PORTDIR_OVERLAY -" diff --git a/Documentation/ls_xhl/root_overlay/var/lib/layman/overlays.xml b/Documentation/ls_xhl/root_overlay/var/lib/layman/overlays.xml deleted file mode 100644 index 6401284..0000000 --- a/Documentation/ls_xhl/root_overlay/var/lib/layman/overlays.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - go-genlink - This overlay provides ebuild's for the genlink based hardware. - http://linamh.disconnected-by-peer.at - - mario.fetka@gmail.com - - https://svn.disconnected-by-peer.at/svn/linamh/trunk/genlink/ - - diff --git a/Documentation/sablink/etc/make.conf b/Documentation/sablink/etc/make.conf deleted file mode 100644 index 4029eb9..0000000 --- a/Documentation/sablink/etc/make.conf +++ /dev/null @@ -1,51 +0,0 @@ -# These settings were set by the catalyst build script that automatically -# built this stage. -# Please consult /usr/share/portage/config/make.conf.example for a more -# detailed example. -# CFLAGS="-O2 -pipe -march=armv5te" -GRAPHITE="-floop-interchange -ftree-loop-distribution -floop-strip-mine -floop-block" -CFLAGS="-O2 -ftree-vectorize -march=armv5te -pipe ${GRAPHITE}" -LDFLAGS="-Wl,-O1 -Wl,--as-needed" -CXXFLAGS="${CFLAGS}" -# WARNING: Changing your CHOST is not something that should be done lightly. -# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing. -CHOST="armv5tel-softfloat-linux-gnueabi" - -source /var/lib/layman/make.conf - -FEATURES="ccache distcc parallel-fetch protect-owned splitdebug buildpkg" -#MAKEOPTS="-j7" -MAKEOPTS="-j2" -CCACHE_SIZE="20G" -ACCEPT_KEYWORDS="~arm" -PORTAGE_NICENESS="8" -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 fy ga gl he hi hr hu is it ja kk km ko lt lv mk mn ms nb nds nl nn pa pl pt pt_BR ro ru rw se sk sl sr sr@Latn ss sv ta tg tr uk 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 zh" -PHP_TARGETS="php5-3" -ACCEPT_LICENSE="*" - -## USE ARRAYS ## -LINK_BAD="-kdeprefix -arts -qt3 -beagle -gnome -evo -mono -eds -apm -oss -branding -esd -win32codecs -acpi -opengl" -LINK_MEDIA="musicbrainz wmf fame cdr mp3rtp xine cddb alsa dvb dvd network dvdread ipod audiofile dvdr cdda mjpeg cpudetection v4l v4l2" -LINK_CODECS="x264 gsm lame dv mp3 stream live openal theora ogg a52 matroska xvid flac ffmpeg aac speex real dts musepack" -LINK_SYSTEM="cjk unicode gnutls nptl gcj udev kerberos acl dbus bash-completion lzo rar policykit bzip2 bidi wifi lm_sensors usb bluetooth irda ieee1394" -LINK_FILESYS="fat hfs jfs xfs ntfs reiserfs sysfs inotify" -LINK_PRINT="cups ppds foomatic-db gimpprint freetype xprint scanner" -LINK_XSYS="gif svg gphoto2 dga lcd openexr png" -LINK_COMMS="jabber msn yahoo icq irc aim rss slp mail imap" - -USE="${LINK_BAD} ${LINK_MEDIA} ${LINK_CODECS} ${LINK_SYSTEM} ${LINK_FILESYS} ${LINK_PRINT} ${LINK_XSYS} ${LINK_COMMS}" - -## DEVICES ## -INPUT_DEVICES="evdev void" -LIRC_DEVICES="audio audio_alsa serial pctv" -CAMERAS="agfa_cl20 casio_qv dimagev dimera3500 kodak_dc120 kodak_dc210 kodak_dc240 kodak_dc3200 kodak_ez200 konica_qm150 panasonic_coolshot panasonic_dc1000 panasonic_dc1580 panasonic_l859 polaroid_pdc320 polaroid_pdc640 polaroid_pdc700 ricoh_g3 sipix_blink sipix_blink2 sipix_web2 sony_dscf1 sony_dscf55 toshiba_pdrm11 adc65 aox barbie canon clicksmart310 digigr8 digita directory enigma13 fuji gsmart300 hp215 iclick jamcam jd11 konica largan lg_gsm mars mustek pccam300 pccam600 ptp2 ricoh samsung sierra smal sonix soundvision spca50x sq905 stv0674 stv0680 sx330z template" -APACHE2_MPMS="prefork" - -## PORTAGE CONFIG ## -source /var/lib/layman/make.conf -CONFIG_PROTECT="/etc /etc/conf.d /etc/init.d" -CONFIG_PROTECT_MASK="/etc/skel" - -PORTAGE_BINHOST="http://192.168.10.4:8080" -PKGDIR="/home/packages" - diff --git a/Documentation/sablink/etc/portage/env/no-distcc.conf b/Documentation/sablink/etc/portage/env/no-distcc.conf deleted file mode 100644 index 3a78156..0000000 --- a/Documentation/sablink/etc/portage/env/no-distcc.conf +++ /dev/null @@ -1 +0,0 @@ -FEATURES="-distcc parallel-fetch protect-owned splitdebug" diff --git a/Documentation/sablink/etc/portage/package.env b/Documentation/sablink/etc/portage/package.env deleted file mode 100644 index b6820bb..0000000 --- a/Documentation/sablink/etc/portage/package.env +++ /dev/null @@ -1,8 +0,0 @@ -# disable distcc for packages having troubles -sys-kernel/buffalo_ls_pro-sources no-distcc.conf -sys-kernel/buffalo_ls_live-sources no-distcc.conf -sys-kernel/buffalo_ls_chl-sources no-distcc.conf -sys-kernel/buffalo_ls_chl2-sources no-distcc.conf -sys-kernel/buffalo_ls_xhl-sources no-distcc.conf -# fix compilation -#dev-libs/pth dev-libs-pth.conf diff --git a/Documentation/sablink/etc/portage/package.keywords b/Documentation/sablink/etc/portage/package.keywords deleted file mode 100644 index 822e636..0000000 --- a/Documentation/sablink/etc/portage/package.keywords +++ /dev/null @@ -1,9 +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 - - -no-herd - - @gentoo.org - - - - +mario.fetka@gmail.com