oups, Yep, your right! thanks, here's the new one, thanks Jesse! Gabriel Jesse Luehrs wrote: On Sat, 29 Oct 2005 18:19:04 +0200 Gabriel Rossetti <[EMAIL PROTECTED]> wrote: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, GabrielS=${WORKDIR}/${P}-${MY_PV} should be S=${WORKDIR}/${PN}-${MY_PV} Jesse ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today * Register for a JBoss Training Course Free Certification Exam for All Training Attendees Through End of 2005 Visit http://www.jboss.com/services/certification for more information _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel |
# 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}/${PN}-${MY_PV} src_compile() { econf || die "econf failed" emake || die "emake failed" } src_install() { make DESTDIR=${D} install || die }