--- fvwm-crystal-3.0.6-r1.ebuild 2009-09-28 19:09:39.000000000 -0400 +++ fvwm-crystal-3.0.6-r2.ebuild 2010-05-08 16:36:54.000000000 -0400 @@ -1,10 +1,12 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-crystal/fvwm-crystal-3.0.6-r1.ebuild,v 1.2 2009/09/28 22:50:47 vostorga Exp $ EAPI="2" -inherit eutils +PYTHON_DEPEND="2" + +inherit eutils python DESCRIPTION="Configurable and full featured theme for FVWM, with lots of transparency" HOMEPAGE="http://fvwm-crystal.org/" @@ -21,7 +23,12 @@ x11-apps/xwd media-gfx/imagemagick[png]" +pkg_setup() { + python_set_active_version 2 +} + src_prepare() { + python_convert_shebangs -r 2 . find . -type d -name '.svn' -prune -exec rm -rf {} ';' || die epatch "${FILESDIR}/fvwm-crystal.apps.patch" }