Gentoo Archives: gentoo-dev

From: William Hubbs <williamh@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Initial review for github-snapshot.eclass
Date: Tue, 31 May 2011 19:29:26
Message-Id: 20110531192800.GA11134@linux1
In Reply to: [gentoo-dev] Initial review for github-snapshot.eclass by "Michał Górny"
1 On Tue, May 31, 2011 at 04:24:23PM +0200, Michał Górny wrote:
2 > EAPI=4
3 >
4 > inherit github-snapshot
5 >
6 > DESCRIPTION="Random github package"
7 > HOMEPAGE="https://github.com/foo/bar"
8
9 bar is actually ${PN}.
10
11 > SRC_URI="http://github.com/foo/${PN}/tarball/${P} -> ${P}.tar.gz"
12
13 The first ${P} above isn't right, because that is where the tag of the
14 snapshot goes.
15
16 Regards,
17
18 William

Replies

Subject Author
Re: [gentoo-dev] Initial review for github-snapshot.eclass "Michał Górny" <mgorny@g.o>