--- slim-1.3.0-r2.ebuild 2008-09-26 18:41:02.000000000 +0200 +++ slim-1.3.1.ebuild 2008-09-26 19:12:15.000000000 +0200 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-misc/slim/slim-1.3.0-r2.ebuild,v 1.5 2008/09/26 10:42:41 aballier Exp $ -inherit eutils toolchain-funcs pam +inherit toolchain-funcs pam DESCRIPTION="Simple Login Manager" HOMEPAGE="http://slim.berlios.de" @@ -28,7 +28,6 @@ src_unpack() { unpack ${A} cd "${S}" - epatch "${FILESDIR}"/${P}-gcc43.patch # respect C[XX]FLAGS, fix crosscompile, # fix linking order for --as-needed" @@ -45,8 +44,7 @@ # Set the default logfile to /dev/null to avoid cluttering up the harddisk # as slim puts a lot of garbage in its logfile # Make slim honor XSESSION in /etc/rc.conf by default. - sed -i -e 's#X11R6/##g' -e 's#/usr/bin:##' \ - -e 's/# daemon/daemon/' \ + sed -i -e 's/# daemon/daemon/' \ -e 's#/var/log/slim.log#/dev/null#g' \ -e '/^login_cmd.*/s#exec /bin/bash.*#exec /bin/bash -login /etc/X11/xinit/xinitrc#' \ slim.conf || die "sed failed in slim.conf"