Re: [gentoo-dev] Package up for grabs: net-dns/dnscrypt-proxy

2017-08-16 Thread Georgy Yakovlev
Hi, I'd like to take this one. Currently working on the new version and submitted a pull request. https://github.com/gentoo/gentoo/pull/5346 My proxy is Polynomial-C@ Regards, Georgy Yakovlev On 08/16/2017 08:47 PM, Gokturk Yuksek wrote: > Hi, > > The following package i

Re: [gentoo-dev] New SYMLINK_LIB=no migration tool for review

2017-08-19 Thread Georgy Yakovlev
I've found couple of issues, or maybe not. systemd installs to /usr/lib/systemd (or /lib/systemd since 234) unconditionally. I'm not sure if it's special and should be allowed to do that, but it's the only package on the system (except gcc/$CHOST dir) that has 64-bit libraries and binaries in lib.

Re: [gentoo-dev] Packages up for grabs

2017-11-21 Thread Georgy Yakovlev
> On Nov 21, 2017, at 1:01 PM, Manuel Rüger wrote: > > Packages up for grabs: > > ... > * dev-libs/libsodium I’d take this one, since I’m proxy-maintaining net-dns/dnscrypt-proxy by the same upstream and libsodium is a direct dependency of net-dns/dnscrypt-proxy. Regards, Georgy.

Re: [gentoo-dev] Gentoo Overlay Git: Feature Branches

2018-01-31 Thread Georgy Yakovlev
On Wednesday, January 31, 2018 9:31:02 PM PST Robin H. Johnson wrote: > On Wed, Jan 31, 2018 at 09:32:39PM -0500, Lucas Ramage wrote: > > Hello, > > > > Is there a way to specify a branch in repos.conf/overlay_name.conf? > > The source of Portage's pym/portage/sync/modules/git/git.py contains > t

[gentoo-dev] [RFC] systemd's DynamicUser= in .service files

2018-02-11 Thread Georgy Yakovlev
h-systemd.html [2]: https://www.freedesktop.org/software/systemd/man/ systemd.exec.html#DynamicUser= --- Regards, Georgy Yakovlev. signature.asc Description: This is a digitally signed message part.

[gentoo-dev] Last-rites: =net-dns/dnscrypt-proxy-1.9.5-r1

2018-03-13 Thread Georgy Yakovlev
# Georgy Yakovlev (13 Mar 2018) # 1.x version is no longer maintained by upstream # 2.x is in the tree and is better in almost every way # Removal in 90 days. Bug #650464 =net-dns/dnscrypt-proxy-1.9.5-r1 I feel proper mask and last-rite is needed because 2.x is a complete rewrite in another

Re: [gentoo-dev] New Portage fork: sys-apps/portage-mgorny

2018-03-23 Thread Georgy Yakovlev
On Fri, 2018-03-23 at 16:23 +, Patrick Steinhardt wrote: > This wouldn't help the maintainers of overlays, though, and puts > the burden on the user. One scenario where masks maintained in > overlays would be useful is the musl overlay, which carries > patches to various packages to have them c

[gentoo-dev] [PATCH] linux-mod.eclass: support module signing

2018-04-14 Thread Georgy Yakovlev
Hi, There is an old bug[1] to support linux kernel module signing at install. And here is my first attempt to modify an eclass. Need proper input on it and a kick in the right direction. Add 3 variables, settable by users if they keep keys somewhere safe. Otherwise it just works with the auto-ge

[gentoo-dev] Re: [PATCH] linux-mod.eclass: support module signing

2018-04-19 Thread Georgy Yakovlev
On Sat, 2018-04-14 at 14:25 -0700, Georgy Yakovlev wrote: Second version, with safety checks and simplified logic. Fixed most issues of the first patch. Now only use single optional make.conf variable with the path to the key. Rest of parameters are magically extracted from .config or derived

Re: [gentoo-dev] Re: [PATCH] linux-mod.eclass: support module signing

2018-04-20 Thread Georgy Yakovlev
Version 3 with fixes as requested by mgorny, thanks for review! Overall I think eclass needs some love, as and uses semicolons, single square brackets, quoting and eclass descriptions are a bit inconsistent, but that's out of scope of this patch right now. I think all the new code I've added follo

Re: [gentoo-dev] [RFC] multiversion ebuilds

2018-05-12 Thread Georgy Yakovlev
On Saturday, May 12, 2018 5:20:30 AM PDT Gerion Entrup wrote: > Hi, > > just an idea for now. But what you think about multiversion ebuilds? > Technically this could be realized with the following line in the ebuild > itself: ``` > VERSIONS=( 3.0.11 3.0.12 3.1 ) > ``` You may also be interested ch

Re: [gentoo-dev] Developers, please start switching to 17.1 amd64 profiles

2018-05-25 Thread Georgy Yakovlev
On Tuesday, May 22, 2018 9:36:17 AM PDT Michał Górny wrote: > Hi, everyone. > > With some delay, I would like to officially announce that the Council > has approved the direction in which 17.1 amd64 profiles are heading at > its 2018-04-08 meeting [1]. > > [3]:https://bugs.gentoo.org/506276 Thi

Re: [gentoo-dev] Developers, please start switching to 17.1 amd64 profiles

2018-05-27 Thread Georgy Yakovlev
On Sunday, May 27, 2018 12:01:26 AM PDT Matt Turner wrote: > > I just dropped eselect-mesa support from media-libs/mesa -- see bug > https://bugs.gentoo.org/576334 > > I'll be giving it last rites after Mesa 18.1 is stabilized. Go forth and > test :) Thanks! just seen the commit, building as I t

Re: [gentoo-dev] [PATCH] linux-mod.eclass: support module signing

2022-06-26 Thread Georgy Yakovlev
On Tue, 2022-06-21 at 14:19 -0400, Kenton Groombridge wrote: > eee74b9fca1 adds support for module compression, but this breaks > loading > out of tree modules when module signing is enforced because modules > must > be signed before they are compressed. Additionally, the recommended > Portage hook

Re: [gentoo-dev] [PATCH] linux-mod.eclass: support module signing

2022-06-26 Thread Georgy Yakovlev
On Sun, 2022-06-26 at 03:52 -0700, Georgy Yakovlev wrote: > On Tue, 2022-06-21 at 14:19 -0400, Kenton Groombridge wrote: > > eee74b9fca1 adds support for module compression, but this breaks > > loading > > out of tree modules when module signing is enforced because modules &

Re: [gentoo-dev] [PATCH] java-vm-2.eclass: use "eselect java-vm update" if available

2022-06-27 Thread Georgy Yakovlev
On Mon, 2022-06-27 at 21:21 +0200, Florian Schmaus wrote: > Thanks to Mike Gilbert (floppym) for valuable feedback. > > Closes: https://bugs.gentoo.org/853928 > Closes: https://github.com/gentoo/gentoo/pull/26069 > Signed-off-by: Florian Schmaus > --- >  eclass/java-vm-2.eclass | 30 +

Re: [gentoo-dev] [PATCH] linux-mod.eclass: support module signing

2022-06-27 Thread Georgy Yakovlev
On Mon, 2022-06-27 at 14:56 -0400, Mike Gilbert wrote: > On Mon, Jun 27, 2022 at 2:35 PM Kenton Groombridge > wrote: > > > so looks like we need to combine both methods and do the > > > following: > > >  - if signing requested without compression - sign in > > > pkg_preinst. > > >  - if signing re

Re: [gentoo-dev] [PATCH] linux-mod.eclass: support module signing

2022-06-27 Thread Georgy Yakovlev
On Mon, 2022-06-27 at 14:35 -0400, Kenton Groombridge wrote: > On 22/06/26 04:15AM, Georgy Yakovlev wrote: > > On Sun, 2022-06-26 at 03:52 -0700, Georgy Yakovlev wrote: > > > On Tue, 2022-06-21 at 14:19 -0400, Kenton Groombridge wrote: > > > > eee74b9fca1 adds suppo

Re: [gentoo-dev] [PATCH] linux-mod.eclass: support module signing

2022-06-27 Thread Georgy Yakovlev
On Mon, 2022-06-27 at 15:49 -0400, Mike Gilbert wrote: > On Mon, Jun 27, 2022 at 3:42 PM Georgy Yakovlev > wrote: > > > > On Mon, 2022-06-27 at 14:56 -0400, Mike Gilbert wrote: > > > On Mon, Jun 27, 2022 at 2:35 PM Kenton Groombridge > > > wrote: > > &

Re: [gentoo-dev] [PATCH] linux-mod.eclass: support module signing

2022-06-27 Thread Georgy Yakovlev
On Mon, 2022-06-27 at 16:02 -0400, Kenton Groombridge wrote: > > > Why can't we do both in pkg_preinst? I am thinking it would be > > > best > > > if > > > we drop the current compression implementation and rework your > > > old > > > code > > > to handle both compression and signing since the sign

Re: [gentoo-dev] [PATCH] linux-mod.eclass: support module signing

2022-06-27 Thread Georgy Yakovlev
On Mon, 2022-06-27 at 17:50 -0400, Mike Gilbert wrote: > On Mon, Jun 27, 2022 at 5:11 PM Georgy Yakovlev > wrote: > > > > On Mon, 2022-06-27 at 15:49 -0400, Mike Gilbert wrote: > > > On Mon, Jun 27, 2022 at 3:42 PM Georgy Yakovlev > > > wrote: > > >

[gentoo-dev] Looking for co-maintainers for number of packages

2022-07-03 Thread Georgy Yakovlev
I've been rather busy lately and can't keep up with all of my packages. There are pending bumps, some bugs, but nothing too crazy or hard.  So I'm looking for someone to co-maintain (or even take over if you insist) the following packages: * net-mail/notmuch pseudo-autoconf NIH build system that c

Re: [gentoo-dev] [PATCH] linux-mod.eclass: support module signing

2022-07-05 Thread Georgy Yakovlev
...snip > > > In that case, I think the only viable way to make this work is to > > disable automatic stripping and handle stripping via custom code in > > the ebuild/eclass. > > > might work indeed if we do something like (pseudo-bash) > > if [[ module_sign == yes ]]; then >     dostrip -x /lib

[gentoo-dev] Packages up for grabs: dev-lang/typescript, gnome-extra/gnome-shell-extension-pop-shell

2022-09-21 Thread Georgy Yakovlev
Hi, Following package up for grabs: gnome-extra/gnome-shell-extension-pop-shell dev-lang/typescript I no longer uses pop-shell and it's > 1y outdated. typescript is a build dependency and pop-shell is it's only revdep. However, there are plenty of typescript users and package is popular. Yes, i

Re: [gentoo-dev] Proposal to undeprecate EGO_SUM

2022-09-30 Thread Georgy Yakovlev
On Wed, 2022-09-28 at 17:28 +0200, Florian Schmaus wrote: > > I would like to continue discussing whether we should entirely > > > deprecate > > EGO_SUM without the desire to offend anyone. > > > > We now have a pending GitHub PR that bumps restic to 0.14 [1]. > > Restic > is > > a very popular

Re: [gentoo-dev] 23.0 profiles - which features?

2022-11-24 Thread Georgy Yakovlev
On Wed, 2022-10-12 at 23:56 +0200, Andreas K. Huettel wrote: > > Hey all, > > > > in the past I already sent a mail about features for a next profile > > > version. > > The feedback was rather limited, but anyway we got quite a list of > > > ideas. > > The general tracker is bug 876891. > > > >

[gentoo-dev] cargo.eclass improvements

2023-02-09 Thread Georgy Yakovlev
Series of patches to cargo.eclass most important chages are: 1. minimum rust/cargo version bump, which will propogate to all consumers. 2. introduction of custom build profile (similar to what we do in Cmake) This will allow to consistently specify build options, yeat allows overrides from users

[gentoo-dev] [PATCH 1/7] cargo.eclass: bump minimum rust to 1.57.0

2023-02-09 Thread Georgy Yakovlev
and mark RUST_DEPEND as readonly Signed-off-by: Georgy Yakovlev --- eclass/cargo.eclass | 28 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/eclass/cargo.eclass b/eclass/cargo.eclass index a92fe97ec502..d37293ada136 100644 --- a/eclass/cargo.eclass

[gentoo-dev] [PATCH 2/7] cargo.eclass: pass --no-track to cargo install

2023-02-09 Thread Georgy Yakovlev
and drop file removal hack. with --no-track those files are never created. Signed-off-by: Georgy Yakovlev --- eclass/cargo.eclass | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/eclass/cargo.eclass b/eclass/cargo.eclass index d37293ada136..1a8d665fdad2 100644 --- a/eclass

[gentoo-dev] [PATCH 3/7] cargo.eclass: document undocumented variables, mark as readonly

2023-02-09 Thread Georgy Yakovlev
Signed-off-by: Georgy Yakovlev --- eclass/cargo.eclass | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/eclass/cargo.eclass b/eclass/cargo.eclass index 1a8d665fdad2..9c624d607cdd 100644 --- a/eclass/cargo.eclass +++ b/eclass/cargo.eclass @@ -58,8 +58,15 @@ fi

[gentoo-dev] [PATCH 7/7] cargo.eclass: filter out lto flags for C/CXX compilers

2023-02-09 Thread Georgy Yakovlev
we do it in src_compile to avoid excessive flag stripping in projects using cargo.eclass just to fetch crates. Closes: https://bugs.gentoo.org/893658 Signed-off-by: Georgy Yakovlev --- eclass/cargo.eclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eclass/cargo.eclass

[gentoo-dev] [PATCH 5/7] cargo.eclass: use custom profile for all builds

2023-02-09 Thread Georgy Yakovlev
also move install path to config file, so it can be overriden via command line arg if required. Signed-off-by: Georgy Yakovlev --- eclass/cargo.eclass | 33 ++--- 1 file changed, 26 insertions(+), 7 deletions(-) diff --git a/eclass/cargo.eclass b/eclass/cargo.eclass

[gentoo-dev] [PATCH 4/7] cargo.eclass: set progress.when = "never" in config

2023-02-09 Thread Georgy Yakovlev
to avoid possible log file pollution Signed-off-by: Georgy Yakovlev --- eclass/cargo.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/cargo.eclass b/eclass/cargo.eclass index 9c624d607cdd..0ab7ee0dc9b2 100644 --- a/eclass/cargo.eclass +++ b/eclass/cargo.eclass @@ -273,6 +273,7

[gentoo-dev] [PATCH 6/7] cargo.eclass: set codegen-units = 1

2023-02-09 Thread Georgy Yakovlev
This might increase build and lto times a bit, but may result in faster and better optimized result. It also honors resource limits properly. Signed-off-by: Georgy Yakovlev --- eclass/cargo.eclass | 5 + 1 file changed, 5 insertions(+) diff --git a/eclass/cargo.eclass b/eclass/cargo.eclass

Re: [gentoo-dev] [PATCH 4/7] cargo.eclass: set progress.when = "never" in config

2023-02-10 Thread Georgy Yakovlev
On Fri, 2023-02-10 at 07:03 +0100, Michał Górny wrote: > On Thu, 2023-02-09 at 12:48 -0800, Georgy Yakovlev wrote: > > to avoid possible log file pollution > > > > Signed-off-by: Georgy Yakovlev > > --- > >  eclass/cargo.eclass | 1 + > >  1 file change

Re: [gentoo-dev] [PATCH 5/7] cargo.eclass: use custom profile for all builds

2023-02-10 Thread Georgy Yakovlev
On Thu, 2023-02-09 at 16:35 -0500, Ionen Wolkens wrote: > On Thu, Feb 09, 2023 at 12:48:45PM -0800, Georgy Yakovlev wrote: > > +   strip = "none" > > strip was stabilized in rust-1.59, this will likely fail without > USE=nightly on older rusts and other

[gentoo-dev] [PATCH] eclass/linux-mod.eclass: add module signing support

2018-09-20 Thread Georgy Yakovlev
aving it as a module fails to sing for some reason, it's something in kernel/kbuild and not related to this eclass change. Closes: https://bugs.gentoo.org/447352 Signed-off-by: Georgy Yakovlev --- eclass/linux-mod.eclass | 109 ++-- profiles/use.desc

Re: [gentoo-dev] [PATCH] eclass/linux-mod.eclass: add module signing support

2018-09-21 Thread Georgy Yakovlev
On Friday, September 21, 2018 5:58:00 AM PDT Alexander Tsoy wrote: > В Чт, 20/09/2018 в 22:13 -0700, Georgy Yakovlev пишет: > > ->%--- > > @@ -144,13 +158,16 @@ esac > > > > 0) die "EAPI=${EAPI} is not supported with > &g

Re: [gentoo-dev] [PATCH] eclass/linux-mod.eclass: add module signing support

2018-09-21 Thread Georgy Yakovlev
intaining separate package, especially with kernel update pace will be a nightmare. -- Regads, Georgy Yakovlev Gentoo Linux Developer signature.asc Description: This is a digitally signed message part.

[gentoo-dev] [PATCH 2/2] profiles: mask module signing for testing

2018-10-01 Thread Georgy Yakovlev
Signed-off-by: Georgy Yakovlev --- profiles/base/use.mask | 4 1 file changed, 4 insertions(+) diff --git a/profiles/base/use.mask b/profiles/base/use.mask index 6082a468925..374cdbe85fe 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -4,6 +4,10 @@ # This file is only

[gentoo-dev] [PATCH 1/2] eclass/linux-mod.eclass: add module signing support

2018-10-01 Thread Georgy Yakovlev
aving it as a module fails to sing for some reason, it's something in kernel/kbuild and not related to this eclass change. Bug: https://bugs.gentoo.org/447352 Signed-off-by: Georgy Yakovlev --- eclass/linux-mod.eclass | 109 ++-- profiles/use.desc

[gentoo-dev] [RFC] adding more entries to profiles/info_pkgs

2018-12-14 Thread Georgy Yakovlev
on without going crazy and clobbering output too much. Thoughts? Regards, Georgy Yakovlev Gentoo Linux Developer signature.asc Description: This is a digitally signed message part.

Re: [gentoo-dev] [RFC] adding more entries to profiles/info_pkgs

2018-12-16 Thread Georgy Yakovlev
On Saturday, December 15, 2018 3:57:02 AM PST Mikle Kolyada wrote: > On 15.12.2018 5:00, Georgy Yakovlev wrote: > > Hi, > > > > while lurking on bugzilla lately I noticed that package part of > > "emerge --info" output may be lacking in some cases. > >

Re: [gentoo-dev] [RFC] adding more entries to profiles/info_pkgs

2018-12-16 Thread Georgy Yakovlev
On Sunday, December 16, 2018 2:18:33 PM PST Toralf Förster wrote: > On 12/15/18 3:00 AM, Georgy Yakovlev wrote: > > that should be enough to provide a bit more to initial information without > > going crazy and clobbering output too much. > > > > Thoughts? > >

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

2019-01-02 Thread Georgy Yakovlev
This adds 2 eclass variables ECARGO_BUILD_FLAGS ECARGO_INSTALL_FLAGS contents will be passed to "cargo build" and "cargo install" calls in cargo_src_compile() and cargo_src_install() respectively. Closes: https://github.com/gentoo/gentoo/pull/10725 Signed-off-by: Georgy Y

Re: [gentoo-dev] [PATCH] cargo.eclass: allow passing additional arguments to cargo

2019-01-02 Thread Georgy Yakovlev
On Wednesday, January 2, 2019 8:52:45 PM PST Michał Górny wrote: > On Wed, 2019-01-02 at 13:58 -0800, Georgy Yakovlev wrote: > > This adds 2 eclass variables > > > > ECARGO_BUILD_FLAGS > > ECARGO_INSTALL_FLAGS > > > > contents will be passed to &qu

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

2019-01-06 Thread Georgy Yakovlev
for example: src_compile() { cargo_src_compile $(usex pcre "--features pcre2" "")" } Signed-off-by: Georgy Yakovlev --- Some packages just copy cargo_src_install and add custom arguments. This change will allow just passing arguments to cargo_src_* instead.

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

2019-01-06 Thread Georgy Yakovlev
But not set IUSE=test by default Signed-off-by: Georgy Yakovlev This is pretty straightforward change, just adds standard src_test for cargo --- eclass/cargo.eclass | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/eclass/cargo.eclass b/eclass/cargo.eclass index

Re: [gentoo-dev] [PATCH] cargo.eclass: allow passing additional arguments to cargo

2019-01-06 Thread Georgy Yakovlev
On Thursday, January 3, 2019 1:37:20 AM PST Sergei Trofimovich wrote: > On Wed, 2 Jan 2019 13:58:26 -0800 > > Georgy Yakovlev wrote: > > +# @CODE > > +# ECARGO_BUILD_FLAGS="$(usex pcre "--features pcre2" "")" > > +# @CODE > >

[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

[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

[gentoo-dev] [PATCH] opam.eclass: unbreak on EAPI=7

2019-02-02 Thread Georgy Yakovlev
Since D, ED, ROOT, EROOT no longer have a trailing slash in EAPI=7 This eclass is terribly broken, installing things into imageusr/... Reported by AnAverageHuman on #gentoo-dev-help Signed-off-by: Georgy Yakovlev --- eclass/opam.eclass | 14 +++--- 1 file changed, 7 insertions(+), 7

[gentoo-dev] [PATCH 1/2] opam.eclass: unbreak on EAPI=7

2019-02-02 Thread Georgy Yakovlev
Since D, ED, ROOT, EROOT no longer have a trailing slash in EAPI=7 This eclass is terribly broken, installing things into imageusr/... Reported by AnAverageHuman on #gentoo-dev-help Signed-off-by: Georgy Yakovlev --- eclass/opam.eclass | 14 +++--- 1 file changed, 7 insertions(+), 7

[gentoo-dev] [PATCH] opam.eclass: check only for known EAPI, die otherwise

2019-02-02 Thread Georgy Yakovlev
Signed-off-by: Georgy Yakovlev --- eclass/opam.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/opam.eclass b/eclass/opam.eclass index ba4f515f0ec..0342d46553d 100644 --- a/eclass/opam.eclass +++ b/eclass/opam.eclass @@ -13,8 +13,8 @@ # src_install for opam

[gentoo-dev] [PATCH 2/2] opam.eclass: check only for known EAPI, die otherwise

2019-02-02 Thread Georgy Yakovlev
Signed-off-by: Georgy Yakovlev --- eclass/opam.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/opam.eclass b/eclass/opam.eclass index 03ffc027641..c742ff7e936 100644 --- a/eclass/opam.eclass +++ b/eclass/opam.eclass @@ -1,51 +1,51 @@ # Copyright 1999-2017

Re: [gentoo-dev] [PATCH] opam.eclass: unbreak on EAPI=7

2019-02-03 Thread Georgy Yakovlev
On Sunday, February 3, 2019 1:01:17 AM PST Sergei Trofimovich wrote: > On Sat, 2 Feb 2019 21:27:29 -0800 > > Georgy Yakovlev wrote: > > Since D, ED, ROOT, EROOT no longer have a trailing slash in EAPI=7 > > This eclass is terribly broken, installing thi

Re: [gentoo-dev] [PATCH] opam.eclass: unbreak on EAPI=7

2019-02-04 Thread Georgy Yakovlev
On Monday, February 4, 2019 2:52:37 AM PST Alexis Ballier wrote: > On Sat, 2 Feb 2019 21:27:29 -0800 > > Georgy Yakovlev wrote: > > Since D, ED, ROOT, EROOT no longer have a trailing slash in EAPI=7 > > This eclass is terribly broken, installing things into > > image

Re: [gentoo-dev] util-linux build time increase?

2019-02-21 Thread Georgy Yakovlev
es without. ./configure getcwd test takes unreasonably long time under sandbox. don't have util-linux statistics to show. -- Georgy Yakovlev Gentoo Linux Developer signature.asc Description: This is a digitally signed message part.

[gentoo-dev] Last rites: app-shells/rust-zshcomp

2019-04-11 Thread Georgy Yakovlev
# Georgy Yakovlev (11 Apr 2019) # Rust provides zsh completion. # This one is old, unmaintained obsolete version. # Removal in 30 days. app-shells/rust-zshcomp -- Georgy Yakovlev Gentoo Linux Developer signature.asc Description: This is a digitally signed message part.

[gentoo-dev] Last rites: dev-java/oracle-{jre,jdk}-bin

2019-04-17 Thread Georgy Yakovlev
# Georgy Yakovlev (17 Apr 2019) # The Oracle JDK License has changed for releases starting April 16, 2019 # While it may be fine to use for some usecases it's not comepletely clear # what is considered "personal use" and if we can legally distribute it. # License states: # "

Re: [gentoo-dev] Last rites: dev-java/oracle-{jre,jdk}-bin

2019-04-17 Thread Georgy Yakovlev
On Wednesday, April 17, 2019 6:31:42 PM PDT Mike Gilbert wrote: > On Wed, Apr 17, 2019 at 3:35 PM Georgy Yakovlev wrote: > > # Georgy Yakovlev (17 Apr 2019) > > # The Oracle JDK License has changed for releases starting April 16, 2019 > > # While it may be fine to use for s

[gentoo-dev] Last rites: abandoned Java libraries

2019-04-26 Thread Georgy Yakovlev
# Patrice Clement (19 Apr 2019) # Another round of abandoned Java libraries that must go. # Removal in 30 days. dev-java/lucene-analyzers dev-java/sun-java3d-bin dev-java/sun-dtdparser dev-java/stax app-misc/bfm Closes: https://github.com/gentoo/gentoo/pull/11739 signature.asc Description: This

[gentoo-dev] Re: Rust flags

2019-05-14 Thread Georgy Yakovlev
On Tuesday, May 14, 2019 9:15:52 AM PDT Andrew Savchenko wrote: > Hi all! > > Looks like rustc supports target CPU and optlevel options, e.g. > rustc -C target-cpu=skylake -C opt-level=3 > as well as more fine-grade optimizations. > > But I see no way to specify them when building rust software

Re: [gentoo-dev] Re: Rust flags

2019-05-14 Thread Georgy Yakovlev
On Tuesday, May 14, 2019 3:01:48 PM PDT Andrew Savchenko wrote: > On Tue, 14 May 2019 11:47:04 -0700 Georgy Yakovlev wrote: > > On Tuesday, May 14, 2019 9:15:52 AM PDT Andrew Savchenko wrote: > > > Hi all! > > > > > > Looks like rustc supports

[gentoo-dev] Last-rites: dev-util/rustfmt

2019-06-18 Thread Georgy Yakovlev
# Georgy Yakovlev (17 Jun 2019) # this is now provided by dev-lang/rust{-bin}[rustfmt] # it's tightly integrated with rust toolchain, eselect-rust # and it no longer makes sense ship this as standalone pkg dev-util/rustfmt -- Georgy Yakovlev Gentoo Linux Developer signature.asc Descri

Re: [gentoo-dev] [PATCH 0/7] User/group assignment: ftp, mail, postmaster

2019-06-20 Thread Georgy Yakovlev
On Thursday, June 20, 2019 3:11:07 AM PDT Michał Górny wrote: > Hi, > > Please review. > > [1] > https://wiki.gentoo.org/wiki/Project:Quality_Assurance/UID_GID_Assignment > it's probably wort adding links to other distro standard UIDs as a reference. RHEL[1] Fedora[2] Arch[3] [1] http

Re: [gentoo-dev] Amazon Corretto openjdk builds?

2019-06-26 Thread Georgy Yakovlev
On Wednesday, June 26, 2019 11:03:58 AM PDT Paul B. Henson wrote: > Is anybody looking at Amazon's new openjdk distribution? > > https://aws.amazon.com/corretto/ > > Advertised as production ready with long term support, no-cost. I'm not > sure how it compares to the current AdoptJDK builds

Re: [gentoo-dev] Gentoo-CI can now filter on maintainers (also verbose output)

2019-07-25 Thread Georgy Yakovlev
On Thursday, July 25, 2019 7:05:16 AM PDT Michał Górny wrote: > Hi, > > Just a quick bit of news on gentoo-ci. > > Firstly, I've implemented support for quiet/verbose reports. So now > the default report seen at [1] is not that huge, and if somebody wants > all the details at [2]. > This is gr

[gentoo-dev] new UID/GID assignement for dnscrypt-proxy (553)

2019-07-26 Thread Georgy Yakovlev
Please review. Will update wiki[1] page after approval. [1] https://wiki.gentoo.org/wiki/Project:Quality_Assurance/UID_GID_Assignment Best regards, Georgy

[gentoo-dev] [PATCH 2/3] acct-user/dnscrypt-proxy: new user (UID 553)

2019-07-26 Thread Georgy Yakovlev
Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Georgy Yakovlev --- acct-user/dnscrypt-proxy/dnscrypt-proxy-0.ebuild | 12 acct-user/dnscrypt-proxy/metadata.xml| 8 2 files changed, 20 insertions(+) create mode 100644 acct-user/dnscrypt-proxy

[gentoo-dev] [PATCH 1/3] acct-group/dnscrypt-proxy: new group (GID 553)

2019-07-26 Thread Georgy Yakovlev
Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Georgy Yakovlev --- acct-group/dnscrypt-proxy/dnscrypt-proxy-0.ebuild | 9 + acct-group/dnscrypt-proxy/metadata.xml| 8 2 files changed, 17 insertions(+) create mode 100644 acct-group/dnscrypt-proxy

[gentoo-dev] [PATCH 3/3] net-dns/dnscrypt-proxy: update live ebuild, use acct packages

2019-07-26 Thread Georgy Yakovlev
Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Georgy Yakovlev --- net-dns/dnscrypt-proxy/dnscrypt-proxy-.ebuild | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/net-dns/dnscrypt-proxy/dnscrypt-proxy-.ebuild b/net-dns/dnscrypt-proxy

Re: [gentoo-dev] [PATCH 00/12] Use acct-{group,user} for systemd accounts

2019-07-26 Thread Georgy Yakovlev
values used in Arch, and both of those sets are incomplete, so > doesn't really matter. LGTM as well, since fedora is as close as you can get to systemd upstream makes sense to match closely to their IDs which is the case. -- Best regards, Georgy Yakovlev Gentoo Linux Developer signature.asc Description: This is a digitally signed message part.

Re: [gentoo-dev] new UID/GID assignement for dnscrypt-proxy (553)

2019-07-27 Thread Georgy Yakovlev
353, it's unused. -- Best regards, Georgy Yakovlev Gentoo Linux Developer signature.asc Description: This is a digitally signed message part.

[gentoo-dev] [PATCH 3/3] net-dns/dnscrypt-proxy: update live ebuild, use acct packages

2019-07-27 Thread Georgy Yakovlev
Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Georgy Yakovlev --- net-dns/dnscrypt-proxy/dnscrypt-proxy-.ebuild | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/net-dns/dnscrypt-proxy/dnscrypt-proxy-.ebuild b/net-dns/dnscrypt-proxy

[gentoo-dev] [PATCH 2/3] acct-user/dnscrypt-proxy: new user (UID 353)

2019-07-27 Thread Georgy Yakovlev
Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Georgy Yakovlev --- acct-user/dnscrypt-proxy/dnscrypt-proxy-0.ebuild | 12 acct-user/dnscrypt-proxy/metadata.xml| 8 2 files changed, 20 insertions(+) create mode 100644 acct-user/dnscrypt-proxy

[gentoo-dev] new UID/GID assignement for dnscrypt-proxy (353)

2019-07-27 Thread Georgy Yakovlev
Second attempt, now using UID/GID 353

[gentoo-dev] [PATCH 1/3] acct-group/dnscrypt-proxy: new group (GID 353)

2019-07-27 Thread Georgy Yakovlev
Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Georgy Yakovlev --- acct-group/dnscrypt-proxy/dnscrypt-proxy-0.ebuild | 9 + acct-group/dnscrypt-proxy/metadata.xml| 8 2 files changed, 17 insertions(+) create mode 100644 acct-group/dnscrypt-proxy

[gentoo-dev] [PATCH 2/3] profiles: add eapi=5 to ppc64/17.0/64bit-userland/little-endian/systemd

2019-08-15 Thread Georgy Yakovlev
Signed-off-by: Georgy Yakovlev --- .../powerpc/ppc64/17.0/64bit-userland/little-endian/systemd/eapi | 1 + 1 file changed, 1 insertion(+) create mode 100644 profiles/default/linux/powerpc/ppc64/17.0/64bit-userland/little-endian/systemd/eapi diff --git a/profiles/default/linux/powerpc/ppc64

[gentoo-dev] mark ppc64le profiles stable

2019-08-15 Thread Georgy Yakovlev
Let's mark ppc64le profiles stable. It passes CI https://github.com/gentoo/gentoo/pull/12711 Regards, Georgy.

[gentoo-dev] [PATCH 1/3] profiles: add eapi=5 to ppc64/17.0/64bit-userland/little-endian

2019-08-15 Thread Georgy Yakovlev
Signed-off-by: Georgy Yakovlev --- .../linux/powerpc/ppc64/17.0/64bit-userland/little-endian/eapi | 1 + 1 file changed, 1 insertion(+) create mode 100644 profiles/default/linux/powerpc/ppc64/17.0/64bit-userland/little-endian/eapi diff --git a/profiles/default/linux/powerpc/ppc64/17.0

[gentoo-dev] [PATCH 3/3] profiles/profiles.desc: mark ppc64le profiles stable

2019-08-15 Thread Georgy Yakovlev
Signed-off-by: Georgy Yakovlev --- profiles/profiles.desc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/profiles.desc b/profiles/profiles.desc index afafbf39dea..d9384010e59 100644 --- a/profiles/profiles.desc +++ b/profiles/profiles.desc @@ -159,8 +159,8

Re: [gentoo-dev] mark ppc64le profiles stable

2019-08-15 Thread Georgy Yakovlev
On Thursday, August 15, 2019 1:32:28 AM PDT Georgy Yakovlev wrote: > Let's mark ppc64le profiles stable. > It passes CI https://github.com/gentoo/gentoo/pull/12711 > > Regards, Georgy. pushed. signature.asc Description: This is a digitally signed message part.

[gentoo-dev] Last rites: sys-kernel/bliss-initramfs

2019-08-17 Thread Georgy Yakovlev
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 # Georgy Yakovlev (2019-08-17) # Unmaintained both upstream and in gentoo, author retired # Removal in 30 days sys-kernel/bliss-initramfs @fearedbliss retired a while ago. upstream page[1] litreally says: "This project is no longer in develo

[gentoo-dev] Packages up for grabs: dev-java/oracle-jdk-bin, dev-java/oracle-jre-bin

2019-08-18 Thread Georgy Yakovlev
All future versions masked, unmaintained, multiple security bugs, the most important bug is a possible serious license violation[1] that puts users into legal trouble. nobody in java team maintains it, so if you want to keep it - please take care of it. Current tarballs no longer accessible, down

[gentoo-dev] [PATCH] cargo.eclass: add cargo_live_src_unpack()

2019-08-28 Thread Georgy Yakovlev
27;s an example of src_unpack() src_unpack() { if [[ "${PV}" == ** ]]; then git-r3_src_unpack cargo_live_src_unpack else cargo_src_unpack fi } Signed-off-by: Georgy Yakovlev --- eclass/cargo.eclass | 27 +++

[gentoo-dev] [PATCH 1/2] profiles/desc: descriptions for CPU_FLAGS_PPC use_expand

2019-08-31 Thread Georgy Yakovlev
Signed-off-by: Georgy Yakovlev --- profiles/desc/cpu_flags_ppc.desc | 6 ++ 1 file changed, 6 insertions(+) create mode 100644 profiles/desc/cpu_flags_ppc.desc diff --git a/profiles/desc/cpu_flags_ppc.desc b/profiles/desc/cpu_flags_ppc.desc new file mode 100644 index 000

[gentoo-dev] [PATCH 2/2] profiles: Add CPU_FLAGS_PPC to USE_EXPAND

2019-08-31 Thread Georgy Yakovlev
hide everywhere, and unhide in top level powerpc profile Signed-off-by: Georgy Yakovlev --- profiles/arch/powerpc/make.defaults | 9 + profiles/base/make.defaults | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 profiles/arch/powerpc/make.defaults

[gentoo-dev] PATCH: add CPU_FLAGS_PPC USE_EXPAND

2019-08-31 Thread Georgy Yakovlev
Possible users from the tree: altivec useflag consumers (many) media libraries (x264, x265, libpng and others.) also firefox-70[1] will have auto-detection of features but we may want to prevent automagic optimizations. cpuid2cpuflags support[2] is ready and and will be merged soon, so user

Re: [gentoo-dev] [PATCH 1/2] profiles/desc: descriptions for CPU_FLAGS_PPC use_expand

2019-08-31 Thread Georgy Yakovlev
On 8/30/19 11:11 PM, Michał Górny wrote: > On Sat, 2019-08-31 at 00:03 -0700, Georgy Yakovlev wrote: >> +altivec - Use the AltiVec instruction set >> +vsx - Use the Vector Scalar Extension instruction set (POWER7 and later) >> +vsx3 - Use the Vector Scalar Extension v.3 in

Re: [gentoo-dev] [PATCH 1/2] profiles/desc: descriptions for CPU_FLAGS_PPC use_expand

2019-08-31 Thread Georgy Yakovlev
On 8/30/19 11:29 PM, Michał Górny wrote: > On Sat, 2019-08-31 at 00:19 -0700, Georgy Yakovlev wrote: >> On 8/30/19 11:11 PM, Michał Górny wrote: >>> On Sat, 2019-08-31 at 00:03 -0700, Georgy Yakovlev wrote: >> >>>> +altivec - Use the AltiVec instruction s

Re: [gentoo-dev] [PATCH] tmpfiles.eclass: fix @USAGE to not include function name

2019-09-06 Thread Georgy Yakovlev
On Friday, September 6, 2019 11:52:53 AM PDT Michael Everitt wrote: > On 06/09/19 18:27, Ben Kohler wrote: > > This series seems super counter-intuitive to me .. surely all usage > examples (in Linux/etc in general) utilise the command itself to provide > context of how to invoke the function/etc

Re: [gentoo-dev] rfc: go 1.13 and go modules

2019-09-09 Thread Georgy Yakovlev
On Monday, September 9, 2019 2:46:16 PM PDT William Hubbs wrote: > On Tue, Sep 10, 2019 at 08:35:17AM +1200, Kent Fredric wrote: > > On Mon, 9 Sep 2019 12:34:18 -0500 > > > > William Hubbs wrote: > > > There is another option I want to try which is adding "go mod vendor" to > > > src_unpack for g

Re: [gentoo-dev] Need ARM/AArch64 test data for cpuid2cpuflags

2019-09-11 Thread Georgy Yakovlev
On 9/10/19 12:44 PM, Michał Górny wrote: > Hi, everyone. > > I've recently (finally!) started adding tests to cpuid2cpuflags. Tests > are based on mocked syscalls that return arch-specific data read from > text files. So far I've got x86 and ppc covered, and now I'd like to > add tests for vario

[gentoo-dev] [PATCH] 2019-09-11-cpu_flags_ppc-introduction: new item

2019-09-11 Thread Georgy Yakovlev
Signed-off-by: Georgy Yakovlev --- ...19-09-11-cpu_flags_ppc-introduction.en.txt | 38 +++ 1 file changed, 38 insertions(+) create mode 100644 2019-09-11-cpu_flags_ppc-introduction/2019-09-11-cpu_flags_ppc-introduction.en.txt diff --git a/2019-09-11-cpu_flags_ppc-introduction

[gentoo-dev] [PATCH 1/3] cargo.eclass: do not use virtual/cargo anymore

2019-10-25 Thread Georgy Yakovlev
Bug: https://bugs.gentoo.org/695698 Signed-off-by: Georgy Yakovlev --- eclass/cargo.eclass | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/eclass/cargo.eclass b/eclass/cargo.eclass index 44d11cdb838..dc031623067 100644 --- a/eclass/cargo.eclass +++ b/eclass

[gentoo-dev] RFC: cargo.eclass changes and virtual/cargo retirement

2019-10-25 Thread Georgy Yakovlev
Bug: https://bugs.gentoo.org/695698

[gentoo-dev] [PATCH 2/3] virtual/cargo: drop virtual

2019-10-25 Thread Georgy Yakovlev
not used anymore Closes: https://bugs.gentoo.org/695698 Signed-off-by: Georgy Yakovlev --- virtual/cargo/cargo-1.34.2.ebuild | 17 - virtual/cargo/cargo-1.35.0.ebuild | 17 - virtual/cargo/cargo-1.36.0.ebuild | 17 - virtual/cargo/cargo-1.37.0

[gentoo-dev] [PATCH 3/3] cargo.eclass: use verbose cargo invocation

2019-10-25 Thread Georgy Yakovlev
Signed-off-by: Georgy Yakovlev --- eclass/cargo.eclass | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/eclass/cargo.eclass b/eclass/cargo.eclass index dc031623067..940096ea230 100644 --- a/eclass/cargo.eclass +++ b/eclass/cargo.eclass @@ -115,8 +115,8

Re: [gentoo-dev] packages up for grabs

2019-11-18 Thread Georgy Yakovlev
On 11/18/19 4:47 PM, Tim Harder wrote: Taken: app-arch/pigz net-news/newsboat app-misc/binwalk net-misc/proxychains dev-vcs/tig (with chutzpah) I already maintain this: sys-apps/ripgrep net-irc/weechat app-misc/skim signature.asc Description: OpenPGP digital signature

  1   2   >