On Tue, May 31, 2011 at 04:24:23PM +0200, Michał Górny wrote: > EAPI=4 > > inherit github-snapshot > > DESCRIPTION="Random github package" > HOMEPAGE="https://github.com/foo/bar" bar is actually ${PN}. > SRC_URI="http://github.com/foo/${PN}/tarball/${P} -> ${P}.tar.gz" The first ${P} above isn't right, because that is where the tag of the snapshot goes. Regards, William