On 12/21/2009 01:08 PM, Helmut Jarausch wrote:
Hi,
I'd like to change the ebuild for media-gfx/keyjnote
to that of the successor
http://impressive.sourceforge.net/
Unfortunately, I cannot find out the SRC_URI for the ebuild (to be
created in my overlay tree).
Does anybody know to find out how to do this.
(I have seen that SRC_URI is quite different for different
projects hosted by Sourceforge.)
If you change the name of the ebuild to reflect the new name of the
project, it will change automatically. If you want to keep the ebuild
name, you need to use:
mirror://sourceforge/impressive/Impressive-${PV}.tar.gz
This however will still keep the version number of the ebuild.
The general form of sourceforge SRC_URIs is:
mirror://sourceforge/projectname/filename
Since "projectname" is usually the same as the ebuild name, you use "${PN}".