Re: [gentoo-user] How to use github source in ebuild?

2017-04-08 Thread mgcyung
Nils Freydank writes: > You need special variables provided by an git eclass. Newest is git-r3.eclass > which you can find in /eclass/. > > General docs are in devmanual.gentoo.org (which is mostly up-to-date). > > Here is an example in my overlay (inside the portage tree are several others, >

Re: [gentoo-user] How to copy a file into '/etc' in ebuild?

2017-04-08 Thread mgcyung
netfab writes: > Le 08/04/17 à 16:23, mgcyung a tapoté : >> I am new to ebuild writing. And I want to copy a file into >> diretory /etc in src_install of a ebuild. Which function should I use? >> > > Maybe insinto/doins. > > > https://devmanual.g

[gentoo-user] How to use github source in ebuild?

2017-04-08 Thread mgcyung
I am new to ebuild writing. And I want to write a ebuild with the sources from github. If there is a 'git' protocal support in SRC_URI or other method? Best wishes --- mgcyung

[gentoo-user] How to copy a file into '/etc' in ebuild?

2017-04-08 Thread mgcyung
I am new to ebuild writing. And I want to copy a file into diretory /etc in src_install of a ebuild. Which function should I use? Best wishes --- mgcyung