|
From: <mut...@us...> - 2010-04-25 14:36:21
|
Revision: 611
http://libmage.svn.sourceforge.net/libmage/?rev=611&view=rev
Author: mutanabbi
Date: 2010-04-25 14:36:12 +0000 (Sun, 25 Apr 2010)
Log Message:
-----------
Laptop config repository is initiated
Added Paths:
-----------
gentoo-configs/mutanabbi/laptop/
gentoo-configs/mutanabbi/laptop/etc/
gentoo-configs/mutanabbi/laptop/etc/X11/
gentoo-configs/mutanabbi/laptop/etc/X11/files.rel
gentoo-configs/mutanabbi/laptop/etc/X11/xorg.conf
gentoo-configs/mutanabbi/laptop/etc/X11/xorg.conf.d/
gentoo-configs/mutanabbi/laptop/etc/X11/xorg.conf.d/20-synaptics.conf
gentoo-configs/mutanabbi/laptop/etc/X11/xorg.conf.d/files.rel
gentoo-configs/mutanabbi/laptop/etc/autofs/
gentoo-configs/mutanabbi/laptop/etc/autofs/auto.master
gentoo-configs/mutanabbi/laptop/etc/autofs.d/
gentoo-configs/mutanabbi/laptop/etc/autofs.d/auto.master
gentoo-configs/mutanabbi/laptop/etc/conf.d/
gentoo-configs/mutanabbi/laptop/etc/conf.d/consolefont
gentoo-configs/mutanabbi/laptop/etc/conf.d/files.rel
gentoo-configs/mutanabbi/laptop/etc/conf.d/hostname
gentoo-configs/mutanabbi/laptop/etc/conf.d/keymaps
gentoo-configs/mutanabbi/laptop/etc/conf.d/net
gentoo-configs/mutanabbi/laptop/etc/files.rel
gentoo-configs/mutanabbi/laptop/etc/fstab
gentoo-configs/mutanabbi/laptop/etc/hal/
gentoo-configs/mutanabbi/laptop/etc/hal/fdi/
gentoo-configs/mutanabbi/laptop/etc/hal/fdi/policy/
gentoo-configs/mutanabbi/laptop/etc/hal/fdi/policy/10-x11-input-kbd.fdi
gentoo-configs/mutanabbi/laptop/etc/hal/fdi/policy/10-x11-input-touchpad.fdi
gentoo-configs/mutanabbi/laptop/etc/hal/fdi/policy/files.rel
gentoo-configs/mutanabbi/laptop/etc/hosts
gentoo-configs/mutanabbi/laptop/etc/make.conf
gentoo-configs/mutanabbi/laptop/etc/mplayer/
gentoo-configs/mutanabbi/laptop/etc/mplayer/files.rel
gentoo-configs/mutanabbi/laptop/etc/mplayer/mplayer.conf
gentoo-configs/mutanabbi/laptop/etc/paludis/
gentoo-configs/mutanabbi/laptop/etc/paludis/bashrc
gentoo-configs/mutanabbi/laptop/etc/paludis/files.rel
gentoo-configs/mutanabbi/laptop/etc/paludis/keywords.conf
gentoo-configs/mutanabbi/laptop/etc/paludis/use.conf
gentoo-configs/mutanabbi/laptop/etc/paludis/use.conf.d/
gentoo-configs/mutanabbi/laptop/etc/paludis/use.conf.d/files.rel
gentoo-configs/mutanabbi/laptop/etc/paludis/use.conf.d/per-package.conf
gentoo-configs/mutanabbi/laptop/etc/portage/
gentoo-configs/mutanabbi/laptop/etc/portage/files.rel
gentoo-configs/mutanabbi/laptop/etc/portage/package.keywords
gentoo-configs/mutanabbi/laptop/etc/portage/package.use
gentoo-configs/mutanabbi/laptop/home/
gentoo-configs/mutanabbi/laptop/home/radja/
gentoo-configs/mutanabbi/laptop/relink.sh
gentoo-configs/mutanabbi/laptop/root/
gentoo-configs/mutanabbi/laptop/usr/
gentoo-configs/mutanabbi/laptop/usr/local/
gentoo-configs/mutanabbi/laptop/usr/local/bin/
gentoo-configs/mutanabbi/laptop/usr/local/bin/files.rel
gentoo-configs/mutanabbi/laptop/usr/local/bin/myPhotoEdit.sh
gentoo-configs/mutanabbi/laptop/var/
gentoo-configs/mutanabbi/laptop/var/lib/
gentoo-configs/mutanabbi/laptop/var/lib/portage/
gentoo-configs/mutanabbi/laptop/var/lib/portage/files.rel
gentoo-configs/mutanabbi/laptop/var/lib/portage/world
Property changes on: gentoo-configs/mutanabbi/laptop
___________________________________________________________________
Added: svn:externals
+ scripts https://libmage.svn.sourceforge.net/svnroot/libmage/gentoo-configs/scripts
common https://libmage.svn.sourceforge.net/svnroot/libmage/gentoo-configs/mutanabbi/common
Added: gentoo-configs/mutanabbi/laptop/etc/X11/files.rel
===================================================================
--- gentoo-configs/mutanabbi/laptop/etc/X11/files.rel (rev 0)
+++ gentoo-configs/mutanabbi/laptop/etc/X11/files.rel 2010-04-25 14:36:12 UTC (rev 611)
@@ -0,0 +1 @@
+relocate "`get_files`"
Added: gentoo-configs/mutanabbi/laptop/etc/X11/xorg.conf
===================================================================
--- gentoo-configs/mutanabbi/laptop/etc/X11/xorg.conf (rev 0)
+++ gentoo-configs/mutanabbi/laptop/etc/X11/xorg.conf 2010-04-25 14:36:12 UTC (rev 611)
@@ -0,0 +1,167 @@
+Section "ServerFlags"
+# Option "IgnoreABI" "on"
+ Option "AllowEmptyInput" "True"
+ Option "AutoAddDevices" "True"
+ Option "AutoEnableDevices" "True"
+EndSection
+
+Section "Files"
+ FontPath "/usr/share/fonts/misc/"
+ FontPath "/usr/share/fonts/Type1/"
+ FontPath "/usr/share/fonts/100dpi/"
+ FontPath "/usr/share/fonts/75dpi/"
+EndSection
+
+Section "Module"
+ Load "glx"
+ Load "extmod"
+ Load "dbe"
+# This loads the DRI module
+# Load "dri"
+# Load "dbe" # Double buffer extension
+# SubSection "extmod"
+# Option "omit xfree86-dga" # don't initialise the DGA extension
+# EndSubSection
+# Load "freetype"
+# Load "xtt"
+EndSection
+
+Section "InputClass"
+ Identifier "hptpd"
+ MatchIsTouchpad "on"
+ Driver "synaptics"
+ Option "HorizEdgeScroll" "true"
+ Option "HorizScrollDelta" "100"
+ Option "VertEdgeScroll" "true"
+ Option "VertScrollDelta" "100"
+ Option "VertTwoFingerScroll" "on"
+ Option "HorizTwoFingerScroll" "on"
+ Option "TapButton1" "1"
+ Option "TapButton2" "3"
+ Option "TapButton3" "2"
+ Option "AutoServerLayout" "on"
+EndSection
+
+Section "InputClass"
+ Identifier "Mouse1"
+ MatchIsPointer "on"
+ MatchProduct "TrackPoint"
+ Driver "evdev"
+ Option "EmulateWheelButton" "2"
+ Option "EmulateWheel" "on"
+EndSection
+
+
+Section "InputClass"
+ Identifier "Keyboard1"
+ Driver "evdev"
+ MatchIsKeyboard "on"
+ Option "xkbmodel" "evdev"
+ Option "xkblayout" "us,ru"
+ Option "xkbmodel" "pc104"
+ Option "xkbvariant" ",winkeys"
+ Option "xkbrules" "xorg"
+ Option "xkboptions" "grp:alt_shift_toggle,grp_led:scroll"
+ Option "AutoServerLayout" "on"
+EndSection
+
+Section "ServerLayout"
+ Identifier "Simple Layout"
+ Screen "Screen 1" 0 0
+# InputDevice "hptpd" "CoreTouchpad"
+# InputDevice "Mouse1" "CorePointer"
+# InputDevice "evdev keyboard" "CoreKeyboard"
+EndSection
+
+
+#Section "InputDevice"
+# Identifier "Keyboard1"
+# Driver "kbd"
+# Option "AutoRepeat" "500 30"
+## Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
+# Option "XkbRules" "xorg"
+# Option "XkbModel" "pc105"
+# Option "XkbLayout" "us(winkeys),ru(winkeys)"
+# Option "XkbVariant" ",winkeys,winkeys"
+#EndSection
+#
+#Section "InputDevice"
+# Identifier "Mouse1"
+# Driver "evdev"
+#EndSection
+
+#Section "Monitor"
+# Identifier "SyncMaster 757DFX"
+# HorizSync 31.5 - 82.0
+# VertRefresh 40.0 - 150.0
+## Option ReducedBlanking
+#EndSection
+
+#Section "Monitor"
+## Option ReducedBlanking
+# Identifier "MultiSync 2470WMX"
+# HorizSync 30.0 - 64.0
+#EndSection
+
+#Section "Device"
+# Identifier "Standard VGA"
+# Driver "vga"
+# VendorName "Unknown"
+# BoardName "Unknown"
+# Option "AddARGBGLXVisuals" "True"
+#EndSection
+
+Section "Device"
+ # Insert Clocks lines here if appropriate
+ Identifier "ENV7600GS SILENT"
+ Driver "nvidia"
+ Option "NoLogo" "True"
+ Option "DynamicTwinView" "False"
+ Option "RenderAccel" "True"
+ Option "AllowGLXWithComposite" "True"
+ Option "AddARGBGLXVisuals" "True"
+ Option "UseEvents" "false"
+ Option "TripleBuffer" "1"
+ Option "DamageEvents" "1"
+# Option "BackingStore" "1"
+# Option "PixmapCacheSize" "70000"
+ Option "OnDemandVBlankInterrupts" "true"
+ Option "PixmapCacheSize" "1000000" # for 177.67 and later
+ Option "AllowSHMPixmaps" "0"
+EndSection
+
+Section "Screen"
+# Monitor "SyncMaster 757DFX"
+# Option "DRI" "true"
+ Identifier "Screen 1"
+ Device "ENV7600GS SILENT"
+# Monitor "MultiSync 2470WMX"
+ DefaultDepth 24
+ #Option "AGPMode" "x" # 2 или 4, зависит от системы
+ Option "ColorTiling" "on"
+ Option "EnablePageFlip" "true"
+ Option "AccelMethod" "EXA"
+ Option "XAANoOffscreenPixmaps"
+ Option "AGPFastWrite" "on"
+# Option "AddARGBGLXVisuals" "True"
+# SubSection "Display"
+# Viewport 0 0
+# Depth 8
+# Modes "1366x768" "1024x768" "800x600" "640x480"
+# EndSubSection
+# SubSection "Display"
+# Viewport 0 0
+# Depth 16
+# Modes "1366x768" "1024x768" "800x600" "640x480"
+# EndSubSection
+ SubSection "Display"
+ Viewport 0 0
+ Depth 24
+ Modes "1366x768" "1024x768" "800x600" "640x480"
+ EndSubSection
+EndSection
+
+Section "Extensions"
+ Option "Composite" "Enable"
+ Option "RENDER" "Enable"
+EndSection
Added: gentoo-configs/mutanabbi/laptop/etc/X11/xorg.conf.d/20-synaptics.conf
===================================================================
--- gentoo-configs/mutanabbi/laptop/etc/X11/xorg.conf.d/20-synaptics.conf (rev 0)
+++ gentoo-configs/mutanabbi/laptop/etc/X11/xorg.conf.d/20-synaptics.conf 2010-04-25 14:36:12 UTC (rev 611)
@@ -0,0 +1,6 @@
+Section "InputClass"
+Identifier "touchpad catchall"
+MatchIsTouchpad "on"
+MatchDevicePath "/dev/input/event*"
+Driver "synaptics"
+EndSection
Added: gentoo-configs/mutanabbi/laptop/etc/X11/xorg.conf.d/files.rel
===================================================================
--- gentoo-configs/mutanabbi/laptop/etc/X11/xorg.conf.d/files.rel (rev 0)
+++ gentoo-configs/mutanabbi/laptop/etc/X11/xorg.conf.d/files.rel 2010-04-25 14:36:12 UTC (rev 611)
@@ -0,0 +1 @@
+relocate "`get_files`"
Added: gentoo-configs/mutanabbi/laptop/etc/autofs/auto.master
===================================================================
--- gentoo-configs/mutanabbi/laptop/etc/autofs/auto.master (rev 0)
+++ gentoo-configs/mutanabbi/laptop/etc/autofs/auto.master 2010-04-25 14:36:12 UTC (rev 611)
@@ -0,0 +1,25 @@
+# $Id: auto.master,v 1.3 2004/12/09 08:25:48 robbat2 Exp $
+# Sample auto.master file
+# This is an automounter map and it has the following format
+# key [ -mount-options-separated-by-comma ] location
+# For details of the format look at autofs(5).
+#
+/misc /etc/autofs/auto.misc
+#
+# NOTE: mounts done from a hosts map will be mounted with the
+# "nosuid" and "nodev" options unless the "suid" and "dev"
+# options are explicitly given.
+#
+#/net -hosts
+/hd /etc/autofs/auto.local
+/net /etc/autofs/auto.net
+#
+# Include central master map if it can be found using
+# nsswitch sources.
+#
+# Note that if there are entries for /net or /misc (as
+# above) in the included master map any keys that are the
+# same will not be seen as the first read key seen takes
+# precedence.
+#
++auto.master
Added: gentoo-configs/mutanabbi/laptop/etc/autofs.d/auto.master
===================================================================
--- gentoo-configs/mutanabbi/laptop/etc/autofs.d/auto.master (rev 0)
+++ gentoo-configs/mutanabbi/laptop/etc/autofs.d/auto.master 2010-04-25 14:36:12 UTC (rev 611)
@@ -0,0 +1,9 @@
+# $Id: auto.master,v 1.3 2004/12/09 08:25:48 robbat2 Exp $
+# Sample auto.master file
+# Format of this file:
+# mountpoint map options
+# For details of the format look at autofs(8).
+/net /etc/autofs/auto.net
+#/misc /etc/autofs/auto.misc
+#/home /etc/autofs/auto.home
+#/hd /etc/autofs/auto.local
Added: gentoo-configs/mutanabbi/laptop/etc/conf.d/consolefont
===================================================================
--- gentoo-configs/mutanabbi/laptop/etc/conf.d/consolefont (rev 0)
+++ gentoo-configs/mutanabbi/laptop/etc/conf.d/consolefont 2010-04-25 14:36:12 UTC (rev 611)
@@ -0,0 +1,19 @@
+# /etc/conf.d/consolefont
+
+# CONSOLEFONT specifies the default font that you'd like Linux to use on the
+# console. You can find a good selection of fonts in /usr/share/consolefonts;
+# you shouldn't specify the trailing ".psf.gz", just the font name below.
+# To use the default console font, comment out the CONSOLEFONT setting below.
+# This setting is used by the /etc/init.d/consolefont script (NOTE: if you do
+# not want to use it, run "rc-update del consolefont" as root).
+consolefont="Cyr_a8x16"
+
+# consoletranslation is the charset map file to use. Leave commented to use
+# the default one. Have a look in /usr/share/consoletrans for a selection of
+# map files you can use.
+#consoletranslation="8859-1_to_uni"
+
+# unicodemap is the unicode map file to use. Leave commented to use the
+# default one. Have a look in /usr/share/unimaps for a selection of map files
+# you can use.
+#unicodemap="iso01"
Added: gentoo-configs/mutanabbi/laptop/etc/conf.d/files.rel
===================================================================
--- gentoo-configs/mutanabbi/laptop/etc/conf.d/files.rel (rev 0)
+++ gentoo-configs/mutanabbi/laptop/etc/conf.d/files.rel 2010-04-25 14:36:12 UTC (rev 611)
@@ -0,0 +1 @@
+relocate "`get_files`"
Added: gentoo-configs/mutanabbi/laptop/etc/conf.d/hostname
===================================================================
--- gentoo-configs/mutanabbi/laptop/etc/conf.d/hostname (rev 0)
+++ gentoo-configs/mutanabbi/laptop/etc/conf.d/hostname 2010-04-25 14:36:12 UTC (rev 611)
@@ -0,0 +1,2 @@
+# Set to the hostname of this machine
+hostname="mutanabbi"
Added: gentoo-configs/mutanabbi/laptop/etc/conf.d/keymaps
===================================================================
--- gentoo-configs/mutanabbi/laptop/etc/conf.d/keymaps (rev 0)
+++ gentoo-configs/mutanabbi/laptop/etc/conf.d/keymaps 2010-04-25 14:36:12 UTC (rev 611)
@@ -0,0 +1,21 @@
+# Use KEYMAP to specify the default console keymap. There is a complete tree
+# of keymaps in /usr/share/keymaps to choose from.
+keymap="-u ru-ms"
+
+# Should we first load the 'windowkeys' console keymap? Most x86 users will
+# say "yes" here. Note that non-x86 users should leave it as "no".
+windowkeys="YES"
+
+# The maps to load for extended keyboards. Most users will leave this as is.
+extended_keymaps=""
+#extended_keymaps="backspace keypad euro2"
+
+# Tell dumpkeys(1) to interpret character action codes to be
+# from the specified character set.
+# This only matters if you set unicode="yes" in /etc/rc.conf.
+# For a list of valid sets, run `dumpkeys --help`
+dumpkeys_charset="koi8-r"
+
+# Some fonts map AltGr-E to the currency symbol ¤ instead of the Euro €
+# To fix this, set to "yes"
+fix_euro="NO"
Added: gentoo-configs/mutanabbi/laptop/etc/conf.d/net
===================================================================
--- gentoo-configs/mutanabbi/laptop/etc/conf.d/net (rev 0)
+++ gentoo-configs/mutanabbi/laptop/etc/conf.d/net 2010-04-25 14:36:12 UTC (rev 611)
@@ -0,0 +1,8 @@
+# This blank configuration will automatically use DHCP for any net.*
+# scripts in /etc/init.d. To create a more complete configuration,
+# please review /etc/conf.d/net.example and save your configuration
+# in /etc/conf.d/net (this file :]!).
+config_eth0=( "dhcp" )
+config_wimax0=( "dhcp" )
+#config_eth0=( "192.168.0.101 netmask 255.255.255.0" )
+#routes_eth0=( "default via 192.168.0.1" )
Added: gentoo-configs/mutanabbi/laptop/etc/files.rel
===================================================================
--- gentoo-configs/mutanabbi/laptop/etc/files.rel (rev 0)
+++ gentoo-configs/mutanabbi/laptop/etc/files.rel 2010-04-25 14:36:12 UTC (rev 611)
@@ -0,0 +1,2 @@
+relocate "`get_files | grep -v fstab`"
+copy "fstab"
Added: gentoo-configs/mutanabbi/laptop/etc/fstab
===================================================================
--- gentoo-configs/mutanabbi/laptop/etc/fstab (rev 0)
+++ gentoo-configs/mutanabbi/laptop/etc/fstab 2010-04-25 14:36:12 UTC (rev 611)
@@ -0,0 +1,37 @@
+# /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.
+#
+
+# <fs> <mountpoint> <type> <opts> <dump/pass>
+
+# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
+/dev/sda4 / reiserfs noatime 0 1
+/dev/sda3 none swap sw 0 0
+
+proxy:/usr/portage/distfiles /usr/portage/distfiles nfs auto,rw,vers=3 0 0
+
+/dev/cdrom /mnt/cdrom iso9660 noauto,ro,iocharset=utf8 0 0
+/dev/sdc /mnt/flash auto noauto,iocharset=utf8 0 0
+/dev/fd0 /mnt/floppy auto noauto 0 0
+
+# NOTE: The next line is critical for boot!
+proc /proc proc defaults 0 0
+
+# glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
+# POSIX shared memory (shm_open, shm_unlink).
+# (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
+# use almost no memory if not populated with files)
+shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
+
+shm /tmp tmpfs mode=0777 0 0
+/tmp /var/tmp/paludis auto bind 0 0
+
Added: gentoo-configs/mutanabbi/laptop/etc/hal/fdi/policy/10-x11-input-kbd.fdi
===================================================================
--- gentoo-configs/mutanabbi/laptop/etc/hal/fdi/policy/10-x11-input-kbd.fdi (rev 0)
+++ gentoo-configs/mutanabbi/laptop/etc/hal/fdi/policy/10-x11-input-kbd.fdi 2010-04-25 14:36:12 UTC (rev 611)
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+ <deviceinfo version="0.2">
+ <device>
+ <!-- Mouse configuration -->
+ <match key="info.capabilities" contains="input.mouse">
+ <merge key="input.x11_driver" type="string">evdev</merge>
+ </match>
+
+ <!-- Keyboard configuration
+ Section "InputDevice"
+ Driver "evdev"
+ Option "XkbLayout" "en_US,ru(winkeys)"
+ Option "XkbVariant" ",winkeys"
+ Option "XkbRules" "xorg"
+ Option "XkbModel" "pc104"
+ Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scrool"
+ EndSection
+ -->
+ <match key="info.capabilities" contains="input.keymap">
+ <append key="info.callouts.add" type="strlist">hal-setup-keymap</append>
+ </match>
+ <match key="info.capabilities" contains="input.keys">
+ <merge key="input.xkb.rules" type="string">xorg</merge>
+ <merge key="input.x11_driver" type="string">evdev</merge>
+ <merge key="input.xkb.layout" type="string">en,ru</merge>
+ <merge key="input.xkb.model" type="string">pc104</merge>
+ <merge key="input.xkb.variant" type="string">,winkeys</merge>
+ <merge key="input.xkb.options" type="string">grp:alt_shift_toggle,grp_led:scroll</merge>
+ </match>
+ </device>
+ </deviceinfo>
Added: gentoo-configs/mutanabbi/laptop/etc/hal/fdi/policy/10-x11-input-touchpad.fdi
===================================================================
--- gentoo-configs/mutanabbi/laptop/etc/hal/fdi/policy/10-x11-input-touchpad.fdi (rev 0)
+++ gentoo-configs/mutanabbi/laptop/etc/hal/fdi/policy/10-x11-input-touchpad.fdi 2010-04-25 14:36:12 UTC (rev 611)
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<deviceinfo version="0.2">
+ <device>
+ <match key="info.capabilities" contains="input.touchpad">
+<!-- <merge key="input.x11_driver" type="string">synaptics</merge>-->
+ <merge key="input.x11_options.SHMConfig" type="string">on</merge>
+<!--
+ <merge key="input.x11_options.PalmDetect" type="string">off</merge>
+ <merge key="input.x11_options.AccelFactor" type="string">0.0320</merge>
+ <merge key="input.x11_options.MinSpeed" type="string">0.4</merge>
+ <merge key="input.x11_options.MaxSpeed" type="string">0.7</merge>
+ <merge key="input.x11_options.Emulate3Buttons" type="string">on</merge>
+ <merge key="input.x11_options.LockedDrags" type="string">false</merge>
+ <merge key="input.x11_options.TopEdge" type="string">1620</merge>
+ <merge key="input.x11_options.BottomEdge" type="string">4236</merge>
+ <merge key="input.x11_options.LeftEdge" type="string">1752</merge>
+ <merge key="input.x11_options.RightEdge" type="string">5192</merge>
+-->
+ <merge key="input.x11_options.HorizEdgeScroll" type="string">true</merge>
+ <merge key="input.x11_options.HorizScrollDelta" type="string">100</merge>
+ <merge key="input.x11_options.VertEdgeScroll" type="string">true</merge>
+ <merge key="input.x11_options.VertScrollDelta" type="string">100</merge>
+ <merge key="input.x11_options.VertTwoFingerScroll" type="string">on</merge>
+ <merge key="input.x11_options.HorizTwoFingerScroll" type="string">on</merge>
+<!--
+ <merge key="input.x11_options.EmulateTwoFingeerMinZ" type="string">280</merge>
+ <merge key="input.x11_options.EmulateTwoFingeerMinW" type="string">7</merge>
+ <merge key="input.x11_options.EmulateMidButtonTime" type="string">75</merge>
+-->
+ <!-- <merge key="input.x11_options.RightEdge" type="string">1024</merge>
+ <merge key="input.x11_options.TopEdge" type="string">0</merge>
+ <merge key="input.x11_options.BottomEdge" type="string">800</merge>
+ <merge key="input.x11_options.CoastingSpeed" type="string">0.13</merge> -->
+ <merge key="input.x11_options.TapButton1" type="string">1</merge>
+ <merge key="input.x11_options.TapButton2" type="string">3</merge>
+ <merge key="input.x11_options.TapButton3" type="string">2</merge>
+ </match>
+ </device>
+</deviceinfo>
Added: gentoo-configs/mutanabbi/laptop/etc/hal/fdi/policy/files.rel
===================================================================
--- gentoo-configs/mutanabbi/laptop/etc/hal/fdi/policy/files.rel (rev 0)
+++ gentoo-configs/mutanabbi/laptop/etc/hal/fdi/policy/files.rel 2010-04-25 14:36:12 UTC (rev 611)
@@ -0,0 +1 @@
+relocate "`get_files | grep -v fstab`"
Added: gentoo-configs/mutanabbi/laptop/etc/hosts
===================================================================
--- gentoo-configs/mutanabbi/laptop/etc/hosts (rev 0)
+++ gentoo-configs/mutanabbi/laptop/etc/hosts 2010-04-25 14:36:12 UTC (rev 611)
@@ -0,0 +1,34 @@
+# /etc/hosts: Local Host Database
+#
+# This file describes a number of aliases-to-address mappings for the for
+# local hosts that share this file.
+#
+# In the presence of the domain name service or NIS, this file may not be
+# consulted at all; see /etc/host.conf for the resolution order.
+#
+
+# IPv4 and IPv6 localhost aliases
+127.0.0.1 localhost
+::1 localhost
+
+192.168.0.2 proxy
+89.112.2.212 home
+
+#
+# Imaginary network.
+#10.0.0.2 myname
+#10.0.0.3 myfriend
+#
+# According to RFC 1918, you can use the following IP networks for private
+# nets which will never be connected to the Internet:
+#
+# 10.0.0.0 - 10.255.255.255
+# 172.16.0.0 - 172.31.255.255
+# 192.168.0.0 - 192.168.255.255
+#
+# In case you want to be able to connect directly to the Internet (i.e. not
+# behind a NAT, ADSL router, etc...), you need real official assigned
+# numbers. Do not try to invent your own network numbers but instead get one
+# from your network provider (if any) or from your regional registry (ARIN,
+# APNIC, LACNIC, RIPE NCC, or AfriNIC.)
+#
Added: gentoo-configs/mutanabbi/laptop/etc/make.conf
===================================================================
--- gentoo-configs/mutanabbi/laptop/etc/make.conf (rev 0)
+++ gentoo-configs/mutanabbi/laptop/etc/make.conf 2010-04-25 14:36:12 UTC (rev 611)
@@ -0,0 +1,34 @@
+# These settings were set by the catalyst build script that automatically built this stage
+# Please consult /etc/make.conf.example for a more detailed example
+#CFLAGS="-march=athlon64 -pipe -O2 -fomit-frame-pointer"
+CHOST="x86_64-pc-linux-gnu"
+CFLAGS="-march=native -pipe -O3 -minline-stringops-dynamically -ftree-vectorize"
+CXXFLAGS="${CFLAGS}"
+MAKEOPTS="-j2"
+#ALSA_CARDS="AC97"
+AUDIO_CODECS_USE_FLAGS="a52 dts flac mad musepack speex vorbis wav win32codecs"
+VIDEO_CODECS_USE_FLAGS="3dnow 3dnowext asf ffmpeg real xanim xvid x264"
+USE="aac acpi alsa apache2 -arts ${AUDIO_CODECS_USE_FLAGS} bash-completion bzip2 dbus directfb djvu dvd esd fat firefox -fortran ftp gif glitz gimp -gnome graphviz gtk iconv icq -ipv6 java javascript jpeg jpeg2 kde kdehiddenvisibility -kerberos mime mp3 mpeg mplayer musicbrainz mysql -nls nptl nsplugin ogg opengl oss pdf php pisix png qt qt3 quicktime rdesktop readline samba slang sockets ssl svg symlink threads tiff truetype unicode usb vhosts ${VIDEO_CODECS_USE_FLAGS} X xine xinerama xinetd xml zlib"
+FEATURES="parallel-fetch nostrip"
+PORTAGE_NICENESS=20
+ACCEPT_KEYWORDS="~amd64"
+ALSA_CARDS="intel8x0"
+SYNC="rsync://192.168.0.2/gentoo-portage"
+#GENTOO_MIRRORS="http://192.168.0.2"
+# GENTOO_MIRRORS="ftp://ftp.tu-clausthal.de/pub/linux/gentoo/ ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/ ftp://mirror.aiya.ru/pub/gentoo/ ftp://ftp.citkit.ru/pub/Linux/gentoo "
+# GENTOO_MIRRORS="ftp://mirror.aiya.ru/pub/gentoo/"
+INPUT_DEVICES="keyboard mouse"
+VIDEO_CARDS="nv nvidia vesa"
+
+
+APACHE2_MPMS="worker"
+APACHE2_MODULES="actions alias auth_basic auth_digest authn_anon authn_dbd authn_dbm
+ authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner
+ authz_user autoindex cache dav dav_fs dav_lock dbd deflate dir disk_cache env expires
+ ext_filter file_cache filter headers ident imagemap include info log_config logio
+ mem_cache mime mime_magic negotiation proxy proxy_ajp proxy_balancer proxy_connect
+ proxy_http rewrite setenvif so speling status unique_id userdir usertrack vhost_alias"
+
+
+source /usr/portage/local/layman/make.conf
+
Added: gentoo-configs/mutanabbi/laptop/etc/mplayer/files.rel
===================================================================
--- gentoo-configs/mutanabbi/laptop/etc/mplayer/files.rel (rev 0)
+++ gentoo-configs/mutanabbi/laptop/etc/mplayer/files.rel 2010-04-25 14:36:12 UTC (rev 611)
@@ -0,0 +1 @@
+relocate "`get_files`"
Added: gentoo-configs/mutanabbi/laptop/etc/mplayer/mplayer.conf
===================================================================
--- gentoo-configs/mutanabbi/laptop/etc/mplayer/mplayer.conf (rev 0)
+++ gentoo-configs/mutanabbi/laptop/etc/mplayer/mplayer.conf 2010-04-25 14:36:12 UTC (rev 611)
@@ -0,0 +1,142 @@
+#
+# MPlayer configuration file
+#
+# Configuration files are read system-wide from /usr/local/etc/mplayer.conf
+# and per user from ~/.mplayer/config, where per-user settings override
+# system-wide settings, all of which are overrriden by the command line.
+#
+# The configuration file settings are the same as the command line
+# options without the preceding '-'.
+#
+# See the CONFIGURATION FILES section in the man page
+# for a detailed description of the syntax.
+
+
+##################
+# video settings #
+##################
+
+# Specify default video driver (see -vo help for a list).
+vo=gl
+
+# Use SDL video with the aalib subdriver by default.
+#vo = sdl:aalib
+
+# FBdev driver:
+#
+# mode to use (read from fb.modes)
+#fbmode = 640x480-120
+#
+# location of the fb.modes file
+#fbmodeconfig = /etc/fb.modes
+
+# Specify your monitor timings for the vesa and fbdev video output drivers.
+# See /etc/X11/XF86Config for timings. Be careful; if you specify settings
+# that exceed the capabilities of your monitor, you may damage it.
+#
+# horizontal frequency range (k stands for 1000)
+#monitor-hfreq = 31.5k-50k,70k
+#
+# vertical frequency range
+#monitor-vfreq = 50-90
+#
+# dotclock (or pixelclock) range (m stands for 1000000)
+#monitor-dotclock = 30M-300M
+
+# Start in fullscreen mode by default.
+#fs=yes
+
+# Change to a different videomode when going fullscreen.
+#vm=yes
+
+# Override the autodetected color depth, may need 'vm=yes' as well.
+#bpp=0
+
+# Enable software scaling (powerful CPU needed) for video output
+# drivers that do not support hardware scaling.
+#zoom=yes
+
+# standard monitor size, with square pixels
+#monitoraspect=4:3
+
+# Use this for a widescreen monitor, non-square pixels.
+#monitoraspect=16:9
+
+# Keep the player window on top of all other windows.
+#ontop=yes
+
+
+##################
+# audio settings #
+##################
+
+# Specify default audio driver (see -ao help for a list).
+#ao=oss
+
+# Use SDL audio driver with the esd subdriver by default.
+#ao = sdl:esd
+
+# Specify the mixer device.
+#mixer = /dev/mixer
+
+# Resample the sound to 44100Hz with the lavcresample audio filter.
+#af=lavcresample=44100
+
+
+##################
+# other settings #
+##################
+
+# Pretend to be Window Media Player.
+# Fixes playback when playlist and media file use the same URL.
+#user-agent=NSPlayer/4.1.0.3856
+
+# Drop frames to preserve audio/video sync.
+#framedrop = yes
+
+# Specify your preferred skin here (skins are searched for in
+# /usr/local/share/mplayer/skins/<name> and ~/.mplayer/skins/<name>).
+#skin = Abyss
+
+# Resample the font alphamap.
+# 0 plain white fonts
+# 0.75 very narrow black outline (default)
+# 1 narrow black outline
+# 10 bold black outline
+#ffactor = 0.75
+
+# cache settings
+#
+# Use 8MB input cache by default.
+#cache = 8192
+#
+# Prefill 20% of the cache before starting playback.
+#cache-min = 20.0
+#
+# Prefill 50% of the cache before restarting playback after the cache emptied.
+#cache-seek-min = 50
+
+# DVD: Display English subtitles if available.
+slang = ru
+
+# DVD: Play English audio tracks if available.
+alang = ru
+
+######################
+# Subtitles Settings #
+######################
+fontconfig = 1
+font = "DejaVu Serif"
+subfont-osd-scale = 3
+subfont-text-scale = 3
+subfont-outline = 1
+subfont-blur = 1
+subcp = cp1251
+
+###################
+# DVDNAV Settings #
+###################
+#vc=ffmpeg12,
+
+# You can also include other configuration files.
+#include = /path/to/the/file/you/want/to/include
Added: gentoo-configs/mutanabbi/laptop/etc/paludis/bashrc
===================================================================
--- gentoo-configs/mutanabbi/laptop/etc/paludis/bashrc (rev 0)
+++ gentoo-configs/mutanabbi/laptop/etc/paludis/bashrc 2010-04-25 14:36:12 UTC (rev 611)
@@ -0,0 +1,78 @@
+#!/bin/bash
+#
+# $Id: bashrc 605 2010-03-03 04:57:24Z mutanabbi $
+#
+# Configure environment for paludis
+#
+
+function use_old_gcc ()
+{
+ GCC_VERSION="4.2.4"
+ ewarn "${P} is known as gcc 4.3.x not compatible!"
+ ewarn "Switch compiler to gcc ${GCC_VERSION}"
+ CC=x86_64-pc-linux-gnu-gcc-${GCC_VERSION}
+ CPP=x86_64-pc-linux-gnu-cpp-${GCC_VERSION}
+ CXX=x86_64-pc-linux-gnu-g++-${GCC_VERSION}
+ CFLAGS=${CFLAGS/-minline-stringops-dynamically/}
+ CXXFLAGS="${CFLAGS}"
+}
+
+CHOST="x86_64-pc-linux-gnu"
+CFLAGS="-O2 -pipe -ftree-vectorize -falign-jumps=64 -falign-functions=64"
+if [[ "${CATEGORY}/${PN}" == "sys-devel/gcc" && "${PV}" < "4.3" ]] ; then
+ CFLAGS="-march=nocona ${CFLAGS}"
+else
+ case `gcc -v 2>&1 | tail -n 1 | sed 's,.*version \([0-9]\+\.[0-9]\+\.[0-9]\+\) .*,\1,'` in
+ 4.3.*)
+ CFLAGS="-march=native ${CFLAGS} -minline-stringops-dynamically"
+ ;;
+ 4.2.*)
+ CFLAGS="-march=native ${CFLAGS}"
+ ;;
+ 4.*)
+ CFLAGS="-march=nocona ${CFLAGS}"
+ ;;
+ esac
+fi
+
+CXXFLAGS="${CFLAGS}"
+LDFLAGS="-Wl,-O1"
+MAKEOPTS="-j8"
+
+# Switch compiler for broken ebuilds
+case "${P}" in
+ digikam-0.9.4_beta5|qt-4.3.3|xorg-server-1.4.2|libidn-1.14|libtasn1-2.2)
+ use_old_gcc
+ ;;
+esac
+
+# Switch compiler for broken ebuilds use flag relative
+[[ "${P}" == "kdenetwork-3.5.9" ]] && [[ -n "$(echo \"${save_var_USE}\" | grep '\<jingle\>')" ]] \
+ && use_old_gcc
+
+# -O3 safe packets (i.e. being compiled with -O3 will works really faster)
+case "${PN}" in
+ python|sqlite)
+ CFLAGS=${CFLAGS/-O2/-O3}
+ CXXFLAGS="${CFLAGS}"
+ ;;
+esac
+
+case "${PN}" in
+ paludis)
+ CFLAGS=${CFLAGS//-falign-functions=64/}
+ CXXFLAGS="${CFLAGS}"
+ ;;
+esac
+
+# Detect terminal width dynamically for better [ ok ] align
+save_COLUMNS=${COLUMNS}
+COLUMNS=$(stty size 2>/dev/null | cut -d' ' -f2)
+test -z "${COLUMNS}" && COLUMNS=${save_COLUMNS}
+unset save_COLUMNS
+PALUDIS_ENDCOL=$'\e[A\e['$(( ${COLUMNS:-80} - 7 ))'G'
+
+# Bugfix for paludis post install hook eselect_env_update
+# This environmen variables are need for enable follow symlinks
+# option in "file" utilite used by "eselect env"
+#export POSIXLY_CORRECT=
Added: gentoo-configs/mutanabbi/laptop/etc/paludis/files.rel
===================================================================
--- gentoo-configs/mutanabbi/laptop/etc/paludis/files.rel (rev 0)
+++ gentoo-configs/mutanabbi/laptop/etc/paludis/files.rel 2010-04-25 14:36:12 UTC (rev 611)
@@ -0,0 +1 @@
+relocate "`get_files`"
Added: gentoo-configs/mutanabbi/laptop/etc/paludis/keywords.conf
===================================================================
--- gentoo-configs/mutanabbi/laptop/etc/paludis/keywords.conf (rev 0)
+++ gentoo-configs/mutanabbi/laptop/etc/paludis/keywords.conf 2010-04-25 14:36:12 UTC (rev 611)
@@ -0,0 +1,21 @@
+# keywords.conf
+# This file created by portage2paludis.bash
+*/* amd64 ~amd64
+app-dicts/stardict-freedict-eng-rus *
+dev-cpp/clucene *
+dev-python/compizconfig-python *
+dev-python/PyQt4 *
+dev-python/sip *
+media-gfx/picasa *
+sys-devel/gcc ~x86
+x11-apps/ccsm *
+x11-apps/fusion-icon *
+x11-libs/compiz-bcop *
+x11-libs/compizconfig-backend-kconfig *
+x11-libs/libcompizconfig *
+x11-plugins/compiz-fusion-plugins-extra *
+x11-plugins/compiz-fusion-plugins-main *
+x11-themes/emerald-themes *
+x11-wm/compiz *
+x11-wm/compiz-fusion *
+x11-wm/emerald *
Added: gentoo-configs/mutanabbi/laptop/etc/paludis/use.conf
===================================================================
--- gentoo-configs/mutanabbi/laptop/etc/paludis/use.conf (rev 0)
+++ gentoo-configs/mutanabbi/laptop/etc/paludis/use.conf 2010-04-25 14:36:12 UTC (rev 611)
@@ -0,0 +1,71 @@
+*/* BUILD_OPTIONS: jobs=8
+
+# Hardware related flags
+*/* acpi 3dnow 3dnowext mmx mmxext sse sse2 ssse3 -apm cdr dvd dvdr -ieee1394 \
+ lirc lm_sensors -pcmcia -pda usb -v4l v4l2 cups
+
+# Sound related flags
+*/* a52 aac alsa cdda flac id3 id3tag -gstreamer -arts -esd mad midi musicbrainz \
+ mp3 -nas ogg -oss speex vorbis -xmms wav musepack glitz
+
+# Images related flags
+*/* cairo gif gd gphoto2 graphviz imagemagick imlib jpeg mng opengl png svg tiff \
+ openexr exif exiv2 gimp
+
+# Protocol flags
+*/* -aim oscar icq -yahoo -msn jabber jingle
+*/* ipv4 -ipv6 ftp idn gnutls imap samba slp ssl sockets xmlrpc
+
+*/* apache2 dbus fam hal -nis syslog vhosts paludis
+
+*/* expat iconv pcre pdf readline tidy truetype unicode xml xsl fontconfig \
+ latex djvu fat
+
+*/* innodb mysqli mysql sqlite sqlite3
+
+# X related use flags
+*/* X dga dri xinerama xscreensaver xcomposite
+
+*/* boost bzip2 curl fftw zlib ncurses pam slang ctype -kerberos -sdl libwww
+
+*/* posix mmap nptl pcntl threads ppds startup-notification
+
+# Languages flags
+*/* -fortran java javascript perl ithreads php subversion
+
+# Video related flags
+*/* dts dvdread dvdnav encode ffmpeg faac lame mpeg real theora win32codecs xine xv \
+xvid x264 quicktime xanim mplayer
+
+*/* -acl bash-completion branding firefox -doc -nls xface nsplugin mime
+
+# WM flags
+*/* kde -gnome -qt3 qt4 gtk2 -gtk -motif kdehiddenvisibility
+
+# Kernel related flags
+*/* fbcondecor symlink directfb fbcon
+
+*/* INPUT_DEVICES: -* evdev synaptics
+*/* VIDEO_CARDS: -* nv nvidia vesa
+*/* CAMERAS: -* nikon ptp2
+
+# No other than english languages required!
+*/* LINGUAS: -* en ru
+
+*/* ALSA_CARDS: -* intel8x0
+
+*/* APACHE2_MPMS: -* worker
+*/* APACHE2_MODULES: -* actions alias auth_basic auth_digest authn_anon \
+ authn_dbd authn_dbm authn_default authn_file authz_dbm authz_default \
+ authz_groupfile authz_host authz_owner authz_user autoindex cache dav \
+ dav_fs dav_lock dbd deflate dir disk_cache env expires ext_filter \
+ file_cache filter headers ident imagemap include info log_config logio \
+ mem_cache mime mime_magic negotiation proxy proxy_ajp proxy_balancer \
+ proxy_connect proxy_http rewrite setenvif so speling status unique_id \
+ userdir usertrack vhost_alias
+
+*/* LIRC_DEVICES: -* devinput
+
+# KDE4 flags
+*/* webkit plasma gps kdeenablefinal
+
Added: gentoo-configs/mutanabbi/laptop/etc/paludis/use.conf.d/files.rel
===================================================================
--- gentoo-configs/mutanabbi/laptop/etc/paludis/use.conf.d/files.rel (rev 0)
+++ gentoo-configs/mutanabbi/laptop/etc/paludis/use.conf.d/files.rel 2010-04-25 14:36:12 UTC (rev 611)
@@ -0,0 +1 @@
+relocate "`get_files`"
Added: gentoo-configs/mutanabbi/laptop/etc/paludis/use.conf.d/per-package.conf
===================================================================
--- gentoo-configs/mutanabbi/laptop/etc/paludis/use.conf.d/per-package.conf (rev 0)
+++ gentoo-configs/mutanabbi/laptop/etc/paludis/use.conf.d/per-package.conf 2010-04-25 14:36:12 UTC (rev 611)
@@ -0,0 +1,113 @@
+#
+# Per package usings sorted by category
+#
+app-cdr/k3b css
+app-doc/doxygen doc
+app-editors/gvim gtk
+app-editors/vim vim-with-x cscope
+app-emulation/virtualbox-ose alsa qt4 additions
+app-misc/mc -samba -ncurses
+app-misc/screen multiuser
+app-text/poppler-bindings gtk
+app-text/texlive extra
+app-text/lcdf-typetools kpathsea
+app-text/tetex doc
+app-text/djvu -nsplugin
+
+dev-cpp/gtkmm accessibility
+dev-db/mysql embedded -berkdb
+dev-db/sqlite secure-delete
+dev-java/constantine test
+dev-java/sun-jre-bin nsplugin
+dev-lang/erlang doc smp kpoll
+dev-lang/php calendar doc nls -sqlite
+dev-lang/python sqlite tk
+dev-libs/apr -sqlite
+dev-libs/boost doc -icu bjam
+dev-libs/libxml2 doc
+dev-libs/redland berkdb
+dev-libs/xmlrpc-c libwww curl
+dev-php/smarty doc odbc
+dev-scheme/guile deprecated discouraged
+dev-util/subversion apache2 extras -kde -dso
+
+# java uses
+dev-java/jaxen test
+dev-java/commons-logging test
+dev-java/jarjar test
+dev-java/junit test
+dev-java/constantine test
+dev-java/jline test
+dev-java/jna test
+dev-java/jna-posix test
+dev-java/saxpath test
+dev-java/junitperf test
+dev-java/xpp3 test
+dev-java/dom4j test
+
+
+kde-base/*:4.2 doc htmlhandbook
+kde-base/dolphin thumbnail
+kde-base/gwenview kipi
+kde-base/kdemultimedia:4.2 tunepimp
+kde-base/konqueror thumbnail
+kde-base/kopete addbookmarks alias autoreplace connectionstatus contactnotes highlight history irc latex nowlistening sametime sms texteffect
+kde-base/okular chm ebook
+kde-base/kdelibs semantic-desktop
+
+mail-client/mozilla-thunderbird mozcalendar
+media-fonts/terminus-font bolddiag ru-dv ru-g ru-i ru-k
+media-gfx/digikam doc geolocation addressbook
+media-gfx/gimp doc
+media-gfx/graphviz gtk pango
+media-gfx/imagemagick hdri q32 doc
+media-gfx/splashutils bcondecor
+media-libs/a52dec djbfft
+media-libs/alsa-lib doc
+media-libs/freetype kpathsea
+media-libs/gd fontconfig
+media-libs/libsamplerate sndfile
+media-sound/alsa-utils
+media-sound/amarok mp4 doc
+media-sound/ncmpcpp debug visualizer
+# aalib and libcaca just 4 fun use flags. Drop them later
+media-video/mplayer enca real srt fbdv gtk aalib libcaca
+
+net-analyzer/trafshow -slang
+net-analyzer/wireshark gtk pcap
+net-dns/dnsmasq resolvconf
+>=net-misc/openssh-4.6_p1 -ldap
+net-nds/openldap minimal -samba -tcpd -berkdb -gdbm
+net-wireless/bluez-utils old-daemons glib debug
+net-im/pidgin gtk
+net-libs/libsoup gnome
+net-fs/samba -netapi
+
+sys-apps/hal dmi laptop disk-partition
+sys-apps/paludis ruby-bindings glsa inquisitio visibility portage
+sys-apps/v86d x86emu
+sys-devel/gcc doc
+sys-fs/udev extras
+sys-kernel/linux-docs html
+sys-kernel/linux-headers gcc64
+sys-libs/glibc userlocales glibc-omitfp nptlonly
+sys-libs/libstdc++ doc
+
+www-client/mozilla-firefox java mozsvg mozdevelop mozcalendar
+www-servers/apache mpm-worker doc debug
+www-servers/tomcat doc examples source
+
+x11-base/xorg-server debug
+x11-libs/cairo glitz xcb
+x11-libs/libX11 xcb
+x11-libs/qt:4 qt3support
+x11-libs/qt-core:4 glib qt3support
+x11-libs/qt-gui:4 glib qt3support gtk
+x11-libs/qt odbc accessibility glib
+x11-libs/qt-opengl:4 glib qt3support
+x11-libs/qt-sql:4 glib qt3support
+x11-misc/xscreensaver insecure-savers
+x11-themes/gtk-engines-qtcurve firefox3
+
+# for kde 4.3 only
+dev-python/PyQt4 dbus sql svg webkit X
Added: gentoo-configs/mutanabbi/laptop/etc/portage/files.rel
===================================================================
--- gentoo-configs/mutanabbi/laptop/etc/portage/files.rel (rev 0)
+++ gentoo-configs/mutanabbi/laptop/etc/portage/files.rel 2010-04-25 14:36:12 UTC (rev 611)
@@ -0,0 +1 @@
+relocate "`get_files`"
Added: gentoo-configs/mutanabbi/laptop/etc/portage/package.keywords
===================================================================
--- gentoo-configs/mutanabbi/laptop/etc/portage/package.keywords (rev 0)
+++ gentoo-configs/mutanabbi/laptop/etc/portage/package.keywords 2010-04-25 14:36:12 UTC (rev 611)
@@ -0,0 +1,16 @@
+app-dicts/stardict-freedict-eng-rus *
+dev-python/compizconfig-python **
+dev-python/PyQt4 **
+dev-python/sip **
+media-gfx/picasa **
+x11-apps/ccsm **
+x11-apps/fusion-icon **
+x11-libs/compiz-bcop **
+x11-libs/compizconfig-backend-kconfig **
+x11-libs/libcompizconfig **
+x11-plugins/compiz-fusion-plugins-extra **
+x11-plugins/compiz-fusion-plugins-main **
+x11-themes/emerald-themes **
+x11-wm/compiz **
+x11-wm/compiz-fusion **
+x11-wm/emerald **
Added: gentoo-configs/mutanabbi/laptop/etc/portage/package.use
===================================================================
--- gentoo-configs/mutanabbi/laptop/etc/portage/package.use (rev 0)
+++ gentoo-configs/mutanabbi/laptop/etc/portage/package.use 2010-04-25 14:36:12 UTC (rev 611)
@@ -0,0 +1,17 @@
+app-doc/doxygen doc
+dev-lang/python sqlite
+dev-libs/boost doc
+dev-libs/xmlrpc-c libwww curl
+media-gfx/digikam doc
+media-gfx/gimp doc
+media-gfx/splashutils bcondecor
+media-libs/alsa-lib doc
+media-sound/amarok mp4 doc
+=net-misc/openssh-5.0_p1-r2 -ldap
+sys-apps/paludis portage
+sys-apps/v86d x86emu
+sys-devel/gcc doc
+sys-kernel/linux-docs html
+sys-libs/glibc nptlonly
+sys-libs/libstdc++ doc
+x11-libs/libX11 xcb
Added: gentoo-configs/mutanabbi/laptop/relink.sh
===================================================================
--- gentoo-configs/mutanabbi/laptop/relink.sh (rev 0)
+++ gentoo-configs/mutanabbi/laptop/relink.sh 2010-04-25 14:36:12 UTC (rev 611)
@@ -0,0 +1 @@
+link scripts/relink-ilya.sh
\ No newline at end of file
Property changes on: gentoo-configs/mutanabbi/laptop/relink.sh
___________________________________________________________________
Added: svn:special
+ *
Added: gentoo-configs/mutanabbi/laptop/usr/local/bin/files.rel
===================================================================
--- gentoo-configs/mutanabbi/laptop/usr/local/bin/files.rel (rev 0)
+++ gentoo-configs/mutanabbi/laptop/usr/local/bin/files.rel 2010-04-25 14:36:12 UTC (rev 611)
@@ -0,0 +1 @@
+relocate "`get_files`"
Added: gentoo-configs/mutanabbi/laptop/usr/local/bin/myPhotoEdit.sh
===================================================================
--- gentoo-configs/mutanabbi/laptop/usr/local/bin/myPhotoEdit.sh (rev 0)
+++ gentoo-configs/mutanabbi/laptop/usr/local/bin/myPhotoEdit.sh 2010-04-25 14:36:12 UTC (rev 611)
@@ -0,0 +1,133 @@
+#!/bin/bash
+# Copyright 2008 ILYA KOLESNIKOVICH
+# Distributed under the terms of the GNU General Public License v2
+#
+# Dependences:
+# gimp 2.3.0
+# python 2.4.4
+# pygtk 2.12.0
+# pygobject 2.14.0
+
+NAME="PhotoEditer"
+VERSION="1.1.1-beta1"
+HELP="Usage: $0 [OPTION]... [FILE]...
+
+Process JPG images from FILEs (the current directory by default)
+
+Mandatory arguments to long options are mandatory for short options too.
+ -r, --resize SIZE Proportionate resize image for SIZE px by \
+bigger side
+ -l, --levels-stretch Automatic levels stretch
+ -q, --jpeg-quality QLT Save processed jpeg image with QLT quality \
+(0 <= QLT <= 1 ; 1 by default)
+ -C, --directory DIR Change to directory DIR
+ -p, --prefix PREFIX Output filename prefix (\"newsize_\" by default)
+ -s, --silent Silent mode
+ --version Output version information and exit
+ --help Display this help and exit
+"
+OPT=`getopt -n $NAME --long levels_stretch,help,silent,version\
+,directory:,jpeg-quality:,resize:,prefix: -oC:r:lsp:q: -- "$@"`
+
+if [ $? != 0 ] ; then echo "$HELP"; exit 1 ; fi
+
+# Set default values
+COND_LEVELS_STRETCH="#"
+COND_RESIZE="#"
+PREFIX="newsize_"
+JPEG_QUALITY=1
+
+# Parce the command line
+eval set -- "$OPT"
+while [ true ]; do
+ case $1 in
+ -l|--levels-stretch) unset COND_LEVELS_STRETCH; shift;;
+ -C|--directory) OUTPUT_DIR=$2; shift 2;;
+ -r|--resize) NEW_SIZE=$2; unset COND_RESIZE; shift 2;;
+ -p|--prefix) PREFIX=$2; shift 2;;
+ -s|--silent) COND_SILENT="#"; shift;;
+ -q|--jpeg-quality) JPEG_QUALITY=$2; shift 2;;
+ --version) echo "$NAME $VERSION"; exit 0;;
+ --help) echo "$HELP"; exit 0;;
+ --) shift; break;;
+ *) echo $1; echo "Internal error" >&2 ; exit 1;;
+ esac
+done
+
+# Generate array of (oldname,newname) python tuples
+FILELIST="["
+for FILENAME in "$@" ; do
+ FILELIST+="\"${FILENAME}\",
+"
+done
+FILELIST=${FILELIST:0:$((${#FILELIST}-2))}
+FILELIST+="]"
+
+# Generate batch python-fu script for Gimp
+# COND_ variables expand to "#" (symbol of comment) if need be off the line
+SCRIPT="\
+import os
+
+def resize_algorithm(img, drw):
+ def resize_img(img, drw, width, height):
+ pdb.gimp_image_scale(img, width, height)
+ pdb.plug_in_sharpen(img, drw, 15)
+ needed_size=${NEW_SIZE:-0}
+ height=pdb.gimp_image_height(img)
+ width=pdb.gimp_image_width(img)
+ if needed_size >= height and needed_size >= width or needed_size <= 0:
+ exit
+ if height >= width:
+ needed_size_by_other_side = int(pdb.gimp_image_width(img) /\
+ (pdb.gimp_image_height(img) / float(needed_size)))
+ while needed_size < height / 2:
+ height /= 2
+ width /= 2
+ resize_img(img, drw, width, height)
+ height = needed_size
+ width = needed_size_by_other_side
+ else:
+ needed_size_by_other_side = int(pdb.gimp_image_height(img) /\
+ (pdb.gimp_image_width(img) / float(needed_size)))
+ while needed_size < width / 2:
+ height /= 2
+ width /= 2
+ resize_img(img, drw, width, height)
+ height = needed_size_by_other_side
+ width = needed_size
+ resize_img(img, drw, width, height)
+
+flist=$FILELIST
+prefix=\"$PREFIX\"
+output_dir=\"$OUTPUT_DIR\"
+for filename in flist:
+ if output_dir:
+ newfilename = output_dir
+ else:
+ newfilename = os.path.dirname(filename)
+ if newfilename: newfilename += \"/\"
+ newfilename += \"$PREFIX\" + os.path.basename(filename)
+$COND_SILENT\
+ print filename + \" is processing\"
+ try:
+ img = pdb.gimp_file_load(filename, filename)
+ try:
+ drw = pdb.gimp_image_active_drawable(img)
+$COND_LEVELS_STRETCH\
+ pdb.gimp_levels_stretch(drw)
+$COND_RESIZE\
+ resize_algorithm(img, drw)
+ quality = $JPEG_QUALITY
+ if quality < 0 or quality > 1 :
+ quality = 1;
+ pdb.file_jpeg_save(img, drw, newfilename, newfilename,\
+ quality, 0, 0, 1, \"\", 1, 1, 0, 1)
+ finally:
+ pdb.gimp_image_delete(img)
+ except:
+ pass
+pdb.gimp_quit(1)
+"
+
+gimp -i -s --batch-interpreter=python-fu-eval -b "$SCRIPT"
+
Property changes on: gentoo-configs/mutanabbi/laptop/usr/local/bin/myPhotoEdit.sh
___________________________________________________________________
Added: svn:executable
+ *
Added: gentoo-configs/mutanabbi/laptop/var/lib/portage/files.rel
===================================================================
--- gentoo-configs/mutanabbi/laptop/var/lib/portage/files.rel (rev 0)
+++ gentoo-configs/mutanabbi/laptop/var/lib/portage/files.rel 2010-04-25 14:36:12 UTC (rev 611)
@@ -0,0 +1 @@
+relocate "`get_files`"
Added: gentoo-configs/mutanabbi/laptop/var/lib/portage/world
===================================================================
--- gentoo-configs/mutanabbi/laptop/var/lib/portage/world (rev 0)
+++ gentoo-configs/mutanabbi/laptop/var/lib/portage/world 2010-04-25 14:36:12 UTC (rev 611)
@@ -0,0 +1,388 @@
+app-admin/eselect-boost
+app-admin/eselect-esd
+app-admin/gkrellm
+app-admin/hddtemp
+app-admin/logrotate
+app-admin/sudo
+app-admin/syslog-ng
+app-admin/system-config-printer-common
+app-admin/testdisk
+app-arch/p7zip
+app-arch/rar
+app-cdr/k3b
+app-dicts/aspell-ru
+app-dicts/dictd-devils
+app-dicts/stardict-freedict-eng-rus
+app-editors/vim
+app-emulation/emul-linux-x86-java
+app-emulation/emul-linux-x86-soundlibs
+app-emulation/fuse
+app-emulation/wine
+app-misc/cmatrix
+app-misc/colordiff
+app-misc/hal-info
+app-misc/lirc
+app-misc/mc
+app-misc/screen
+app-office/openoffice-bin
+app-portage/cfg-update
+app-portage/eix
+app-portage/esearch
+app-portage/genlop
+app-portage/gentoolkit
+app-portage/layman
+app-portage/ufed
+app-shells/bash-completion
+app-text/antiword
+app-text/asciidoc
+app-text/aspell
+app-text/dictd
+app-text/djvu
+app-text/docbook-xsl-stylesheets
+app-text/docbook2X
+app-text/stardict
+app-text/tree
+app-text/wgetpaste
+app-vim/colorschemes
+app-vim/matrix
+app-vim/nerdcommenter
+app-vim/snipmate
+app-vim/taglist
+app-vim/vim-spell-ru
+dev-db/mysql
+dev-java/ant
+dev-java/java-config
+dev-lang/python
+dev-lang/ruby
+dev-libs/DirectFB
+dev-libs/apr-util
+dev-libs/boost
+dev-libs/klibc
+dev-libs/nss
+dev-python/imaging
+dev-python/pygame
+dev-python/pygobject
+dev-python/pygtk
+dev-python/pyopengl
+dev-python/setuptools
+dev-python/sexy-python
+dev-python/sip
+dev-ruby/sqlite3-ruby
+dev-util/cvs
+dev-util/kdevelop
+dev-util/lafilefixer
+dev-util/qt-creator
+dev-util/strace
+dev-util/subversion
+dev-util/valgrind
+dev-vcs/git
+dev-vcs/hg-git
+games-action/openastromenace
+games-emulation/dosbox
+games-fps/ut2004-demo
+games-puzzle/4stattack
+kde-base/akregator
+kde-base/amor
+kde-base/ark
+kde-base/attica
+kde-base/blinken
+kde-base/bomber
+kde-base/bovo
+kde-base/drkonqi
+kde-base/granatier
+kde-base/gwenview
+kde-base/kabcclient
+kde-base/kaddressbook
+kde-base/kalarm
+kde-base/kalgebra
+kde-base/kalzium
+kde-base/kanagram
+kde-base/kapman
+kde-base/kappfinder
+kde-base/kate
+kde-base/katomic
+kde-base/kbattleship
+kde-base/kblackbox
+kde-base/kblocks
+kde-base/kbounce
+kde-base/kbreakout
+kde-base/kbruch
+kde-base/kcalc
+kde-base/kcharselect
+kde-base/kcheckpass
+kde-base/kcminit
+kde-base/kcmshell
+kde-base/kcontrol
+kde-base/kdebase-cursors
+kde-base/kdebase-data
+kde-base/kdebase-desktoptheme
+kde-base/kdebase-menu
+kde-base/kdebase-menu-icons
+kde-base/kdebase-runtime-meta
+kde-base/kdebase-startkde
+kde-base/kdebase-wallpapers
+kde-base/kdebugdialog
+kde-base/kdegames-meta
+kde-base/kdepasswd
+kde-base/kdepim-kresources
+kde-base/kdepim-strigi-analyzer
+kde-base/kdepim-wizards
+kde-base/kdessh
+kde-base/kdesu
+kde-base/kdetoys-meta
+kde-base/kdeutils-meta
+kde-base/kdf
+kde-base/kdiamond
+kde-base/kdm
+kde-base/kdnssd
+kde-base/keditfiletype
+kde-base/kfile
+kde-base/kfourinline
+kde-base/kgeography
+kde-base/kglobalaccel
+kde-base/kgoldrunner
+kde-base/kgpg
+kde-base/khangman
+kde-base/khelpcenter
+kde-base/khotkeys
+kde-base/kiconfinder
+kde-base/kig
+kde-base/kigo
+kde-base/killbots
+kde-base/kinfocenter
+kde-base/kioclient
+kde-base/kiriki
+kde-base/kiten
+kde-base/kjots
+kde-base/kjumpingcube
+kde-base/kleopatra
+kde-base/klettres
+kde-base/klines
+kde-base/klipper
+kde-base/kmahjongg
+kde-base/kmail
+kde-base/kmenuedit
+kde-base/kmimetypefinder
+kde-base/kmines
+kde-base/kmix
+kde-base/kmplot
+kde-base/knetattach
+kde-base/knetwalk
+kde-base/knewstuff
+kde-base/knode
+kde-base/knotes
+kde-base/knotify
+kde-base/kolf
+kde-base/kollision
+kde-base/konquest
+kde-base/konsole
+kde-base/konsolekalendar
+kde-base/kopete
+kde-base/korganizer
+kde-base/kpasswdserver
+kde-base/kpat
+kde-base/kquitapp
+kde-base/kreadconfig
+kde-base/kreversi
+kde-base/krunner
+kde-base/ksame
+kde-base/kscreensaver
+kde-base/kshisen
+kde-base/ksirk
+kde-base/ksmserver
+kde-base/ksnapshot
+kde-base/kspaceduel
+kde-base/ksplash
+kde-base/ksquares
+kde-base/kstars
+kde-base/kstart
+kde-base/kstartupconfig
+kde-base/kstyles
+kde-base/ksudoku
+kde-base/ksystraycmd
+kde-base/kteatime
+kde-base/ktimer
+kde-base/ktimetracker
+kde-base/ktimezoned
+kde-base/ktouch
+kde-base/ktraderclient
+kde-base/ktron
+kde-base/ktuberling
+kde-base/kturtle
+kde-base/ktux
+kde-base/kubrick
+kde-base/kuiserver
+kde-base/kurifilter-plugins
+kde-base/kvtml-data
+kde-base/kwallet
+kde-base/kwalletd
+kde-base/kweather
+kde-base/kwin
+kde-base/kwordquiz
+kde-base/kwrite
+kde-base/kwrited
+kde-base/libkdeedu
+kde-base/libkdegames
+kde-base/libkmahjongg
+kde-base/lskat
+kde-base/nepomuk
+kde-base/nsplugins
+kde-base/okteta
+kde-base/okular
+kde-base/oxygen-icons
+kde-base/palapeli
+kde-base/powerdevil
+kde-base/printer-applet
+kde-base/renamedlg-plugins
+kde-base/solid-runtime
+kde-base/superkaramba
+kde-base/sweeper
+kde-base/systemsettings
+kde-base/umbrello
+kde-misc/yakuake
+media-fonts/terminus-font
+media-gfx/bootsplash-themes
+media-gfx/digikam
+media-gfx/exiftags
+media-gfx/gimp
+media-gfx/hugin
+media-gfx/imagemagick
+media-gfx/jhead
+media-gfx/jp2a
+media-gfx/splash-themes-gentoo
+media-gfx/splash-themes-livecd
+media-gfx/splashutils
+media-libs/alsa-lib
+media-libs/alsa-oss
+media-libs/faad2
+media-libs/mesa
+media-libs/mutagen
+media-libs/win32codecs
+media-libs/xine-lib
+media-plugins/kipi-plugins
+media-sound/alsa-utils
+media-sound/alsaplayer
+media-sound/amarok
+media-sound/audacity
+media-sound/easytag
+media-sound/esound
+media-sound/hydrogen
+media-sound/lame
+media-sound/mpc
+media-sound/mpd
+media-sound/mpdscribble
+media-sound/ncmpcpp
+media-sound/normalize
+media-sound/picard
+media-sound/qmpdclient
+media-sound/rosegarden
+media-sound/tuxguitar
+media-sound/vorbis-tools
+media-video/ffmpeg
+media-video/kmplayer
+media-video/mkvtoolnix
+media-video/mplayer
+media-video/nvclock
+media-video/nvidia-settings
+media-video/smplayer
+net-analyzer/netcat
+net-analyzer/nmap
+net-analyzer/tcpdump
+net-analyzer/traceroute
+net-analyzer/wireshark
+net-dns/bind-tools
+net-fs/autofs
+net-fs/davfs2
+net-fs/nfs-utils
+net-ftp/ftp
+net-im/pidgin
+net-im/skype
+net-libs/gnutls
+net-libs/xulrunner
+net-misc/aria2
+net-misc/dhcpcd
+net-misc/netkit-telnetd
+net-misc/ntp
+net-misc/whois
+net-p2p/ktorrent
+net-print/cups
+net-proxy/dante
+net-wireless/kbluetooth
+net-wireless/madwimax
+net-wireless/ndiswrapper
+net-wireless/wireless-tools
+net-wireless/wpa_supplicant
+sci-mathematics/gmm
+sys-apps/dbus
+sys-apps/hal
+sys-apps/hdparm
+sys-apps/lm_sensors
+sys-apps/openrc
+sys-apps/paludis
+sys-apps/sandbox
+sys-apps/slocate
+sys-apps/v86d
+sys-block/ms-sys
+sys-boot/grub
+sys-boot/unetbootin
+sys-devel/autogen
+sys-fs/diskdev_cmds
+sys-fs/dosfstools
+sys-fs/hfsutils
+sys-fs/mtools
+sys-fs/ntfs3g
+sys-fs/ntfsprogs
+sys-fs/reiserfsprogs
+sys-kernel/genkernel
+sys-kernel/gentoo-sources
+sys-kernel/linux-docs
+sys-libs/db
+sys-power/acpitool
+sys-power/cpufrequtils
+sys-process/at
+sys-process/htop
+sys-process/iotop
+sys-process/lsof
+sys-process/vixie-cron
+virtual/libstdc++
+www-apache/mod_python
+www-apps/trac
+www-client/elinks
+www-client/links
+www-client/lynx
+www-client/mozilla-firefox
+www-client/opera
+www-plugins/adobe-flash
+www-plugins/nspluginwrapper
+x11-apps/appres
+x11-apps/mesa-progs
+x11-base/xorg-server
+x11-drivers/nvidia-drivers
+x11-drivers/xf86-input-evdev
+x11-drivers/xf86-input-keyboard
+x11-drivers/xf86-input-mouse
+x11-drivers/xf86-input-synaptics
+x11-drivers/xf86-video-nv
+x11-drivers/xf86-video-vesa
+x11-libs/libX11
+x11-libs/libdrm
+x11-libs/libxcb
+x11-libs/qt-assistant
+x11-misc/adesklets
+x11-misc/transset
+x11-misc/xclip
+x11-misc/xcompmgr
+x11-misc/xmobar
+x11-themes/gtk-engines-cleanice
+x11-themes/gtk-engines-dwerg
+x11-themes/gtk-engines-qtcurve
+x11-themes/gtk-engines-ubuntulooks
+x11-themes/qtcurve-qt4
+x11-themes/smplayer-themes
+x11-wm/awesome
+x11-wm/twm
+x11-wm/xmonad
+x11-wm/xmonad-contrib
+dev-libs/libxml2
+kde-misc/kgtk
+kde-misc/kcm_gtk
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|