Hello, Here is an ebuild for the latest evolume.
Put it in portage overlay : /usr/local/portage/x11-plugins/evolume then simply type as root : ebuild /usr/local/portage/x11-plugins/evolume/evolume-0.0.14.ebuild digest and then install it with emerge. Enjoy, Gabriel
# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="This is module for enlightenment 0.17 for managing volume" # DEAD #HOMEPAGE="http://rec0.rec.smr.ru/davinchi/public/e17/${P}.tar.bz2" #SRC_URI="http://rec0.rec.smr.ru/davinchi/public/e17/${P}.tar.bz2" # NEW MIRROR #HOMEPAGE="http://pr0t0cod7.ath.cx/Code/_files/${P}.tar.bz2" #SRC_URI="http://pr0t0cod7.ath.cx/Code/_files/${P}.tar.bz2" MY_PV=${PV/0.0.14/0.0.14ha1} HOMEPAGE="http://paq.osdn.org.ua/~davinchi/" SRC_URI="http://paq.osdn.org.ua/~davinchi/${PN}-${MY_PV}.tar.bz2" LICENSE="BSD" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="X" DEPEND="x11-wm/e" S=${WORKDIR}/${P}-${MY_PV} src_compile() { econf || die "econf failed" emake || die "emake failed" } src_install() { make DESTDIR=${D} install || die }