Gentoo Archives: gentoo-user

From: Nils Freydank <nils.freydank@××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] How to use github source in ebuild?
Date: Sat, 08 Apr 2017 10:26:03
Message-Id: 78532805.44e6xlpAHr@pygoscelis
In Reply to: [gentoo-user] How to use github source in ebuild? by mgcyung
1 You need special variables provided by an git eclass. Newest is git-r3.eclass
2 which you can find in <path-to-portage-tree>/eclass/.
3
4 General docs are in devmanual.gentoo.org (which is mostly up-to-date).
5
6 Here is an example in my overlay (inside the portage tree are several others,
7 too):
8
9 https://git.holgersson.xyz/holgersson-overlay/tree/games-fps/urbanterror/
10 urbanterror-9999.ebuild
11
12 HTH,
13 Nils
14
15 --
16 GPG fingerprint: '00EF D31F 1B60 D5DB ADB8 31C1 C0EC E696 0E54 475B'
17 Nils Freydank

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] How to use github source in ebuild? mgcyung <mgcyung@×××××.com>