Gentoo Archives: gentoo-user

From: mgcyung <mgcyung@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] How to use github source in ebuild?
Date: Sun, 09 Apr 2017 05:57:59
Message-Id: 87a87qktsb.fsf@gmail.com
In Reply to: Re: [gentoo-user] How to use github source in ebuild? by Nils Freydank
1 Nils Freydank <nils.freydank@××××××.de> writes:
2
3 > You need special variables provided by an git eclass. Newest is git-r3.eclass
4 > which you can find in <path-to-portage-tree>/eclass/.
5 >
6 > General docs are in devmanual.gentoo.org (which is mostly up-to-date).
7 >
8 > Here is an example in my overlay (inside the portage tree are several others,
9 > too):
10 >
11 > https://git.holgersson.xyz/holgersson-overlay/tree/games-fps/urbanterror/
12 > urbanterror-9999.ebuild
13 >
14 > HTH,
15 > Nils
16
17 It works. Thanks for your guide and example.