[gentoo-dev] Re: How to amend Gentoo ebuilds?

2019-01-07 Thread Zac Medico
On 1/7/19 2:11 PM, Oleh Kravchenko wrote: > Hello Gentoo developers! > > I would like to do minimal changes in already existed ebuilds, > but I don't want to create and modify copy of ebuild. > > Can we have in Gentoo Linux similar functionality like in Yocto? > https://www.yoctoproject.org/docs/

[gentoo-dev] Last rites: sys-apps/man

2019-01-07 Thread Mike Gilbert
# Mike Gilbert

[gentoo-dev] How to amend Gentoo ebuilds?

2019-01-07 Thread Oleh Kravchenko
Hello Gentoo developers! I would like to do minimal changes in already existed ebuilds, but I don't want to create and modify copy of ebuild. Can we have in Gentoo Linux similar functionality like in Yocto? https://www.yoctoproject.org/docs/2.1/dev-manual/dev-manual.html#using-bbappend-files --

[gentoo-dev] [PATCH 2/2] cargo.eclass: add standard src_test

2019-01-07 Thread Georgy Yakovlev
But not set IUSE=test by default Signed-off-by: Georgy Yakovlev --- eclass/cargo.eclass | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/eclass/cargo.eclass b/eclass/cargo.eclass index 06c85ce9de8..051d5c499a6 100644 --- a/eclass/cargo.eclass +++ b/eclass/cargo.ec

[gentoo-dev] [PATCH 1/2] cargo.eclass: allow passing additional arguments to cargo

2019-01-07 Thread Georgy Yakovlev
for example: src_compile() { cargo_src_compile $(usex pcre "--features pcre2" "")" } Signed-off-by: Georgy Yakovlev --- eclass/cargo.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eclass/cargo.eclass b/eclass/cargo.eclass index 50f7830c51b..06c85ce9de8