diff -r 15f88ae909f1 -r 3d61943fc211 sys-apps/chenvr/chenvr-0.6.ebuild --- a/sys-apps/chenvr/chenvr-0.6.ebuild Tue Jun 07 22:32:58 2011 +0200 +++ b/sys-apps/chenvr/chenvr-0.6.ebuild Mon Oct 03 18:13:08 2011 +0200 @@ -2,9 +2,12 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ +EAPI="3" + DESCRIPTION="An tool to create 32 and/or 64bits chrooted Gentoo" HOMEPAGE="http://tuna.lyua.org/chenvr/" -SRC_URI="http://tuna.lyua.org/downloads/${P}.tar.bz2" +# SRC_URI="http://tuna.lyua.org/downloads/${P}.tar.bz2" +SRC_URI="http://openid.elyzion.net/~darisk/files/soft/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" @@ -14,7 +17,7 @@ DEPEND="" src_install() { - cd "${WORKDIR}/${PN}" + cd "${WORKDIR}/${P}" mkdir -p ${D}usr/bin install chenvr ${D}usr/bin/ || die "installing chenvr script"