Description: Gentoo ebuild for a cool theme to install: copy it to /usr/local/portage/x11-themes/klearlook/ and say ebuild /usr/local/portage/x11-themes/klearlook/klearlook-0.9.8.ebuild digest Then, emerge -av klearlook
My two cents: You might want to add RESTRICT="nomirror" to your ebuild so that it won't try to find the file in all of the Gentoo mirrors and then come back to KDE look after a whole bunch of 404 not found. ;-)
it's not the best idea to add an individual ebuild to /usr/portage...
instead you should use your PORTAGE_OVERLAY! (i.e. /usr/local/portage...) otherwise your changes will be lost after the next sync!
cheers
Ratings & Comments
4 Comments
My two cents: You might want to add RESTRICT="nomirror" to your ebuild so that it won't try to find the file in all of the Gentoo mirrors and then come back to KDE look after a whole bunch of 404 not found. ;-)
thanks! fixed
it's not the best idea to add an individual ebuild to /usr/portage... instead you should use your PORTAGE_OVERLAY! (i.e. /usr/local/portage...) otherwise your changes will be lost after the next sync! cheers
hm... you right %) P.S. just I "newbe" in Gentoo-linux