Re: [gentoo-dev] Uncoordinated changes

2016-02-14 Thread Andreas K. Hüttel
x27;t bother to speak up earlier or volunteer to improve something, and now I'm unhappy with what was decided and implemented." -- Andreas K. Hüttel Gentoo Linux developer (council, perl, libreoffice) dilfri...@gentoo.org http://www.akhuettel.de/

Re: [gentoo-dev] libressl: proposing a new project and calling for help

2016-02-15 Thread Andreas K. Hüttel
by hasufell and what > remain is just following through on his plan. > > Before I put up a project page, can I ask who is interested in this? I'd gladly take part, though sadly my Gentoo time is pretty much approaching zero these days. But maybe that will improve some day.

[gentoo-dev] games.eclass deprecation - repoman warning in next portage release

2016-02-17 Thread Andreas K. Hüttel
-- Andreas K. Hüttel Gentoo Linux developer (council, perl, libreoffice) dilfri...@gentoo.org http://www.akhuettel.de/

Re: [gentoo-dev] Re: games.eclass policy

2016-02-20 Thread Andreas K. Hüttel
rate with the community (and stick to the rules of the community, but that's a different issue). If you try to ignore everyone with a differing opinion and push your will through by just doing whatever you want, at some point you'll be so much in the minority that your opinion doesnt coun

[gentoo-dev] Last rites x11-libs/libview

2016-03-19 Thread Andreas K. Hüttel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 # Andreas K. Huettel (19 Mar 2016) # Dead upstream since 2010, new VMware uses new incompatible # proprietary libview. No other consumers. Removal in 30 days. # Bug 569930 x11-libs/libview - -- Andreas K. Hüttel Gentoo Linux developer (council

Re: [gentoo-dev] On banning merge commits

2016-05-08 Thread Andreas K. Hüttel
ou start by accepting my retirement. I think you should take a vacation for a while... Preferably somewhere tropical, with no internet access and lots of beach... -- Andreas K. Hüttel Gentoo Linux developer (council, perl, libreoffice) dilfri...@gentoo.org http://www.akhuettel.de/

Re: [gentoo-dev] On banning merge commits

2016-05-08 Thread Andreas K. Hüttel
to come up with criteria for merges and actually enforce them (meaning, if you mess up the tree more than twice you lose your push access. Hello QA.). -- Andreas K. Hüttel Gentoo Linux developer (council, perl, libreoffice) dilfri...@gentoo.org http://www.akhuettel.de/

Re: [gentoo-dev] New Working Group established to evaluate the stable tree

2016-08-15 Thread Andreas K. Hüttel
element for the operation * and there's an inverse for each element The neutral element can be shown to be unique. Oh, offtopic? Sorry -- Andreas K. Hüttel Gentoo Linux developer (council, perl, libreoffice) dilfri...@gentoo.org http://www.akhuettel.de/

Re: #wg-stable: Reservations about a "STABLE" & "NeedsStable" bugzilla keywords (re: [gentoo-dev] New Working Group established to evaluate the stable tree)

2016-08-15 Thread Andreas K. Hüttel
introduced, the extraction of fixed or non-fixed bugs might even be automatized. - -- Andreas K. Hüttel Gentoo Linux developer (council, perl, libreoffice) dilfri...@gentoo.org http://www.akhuettel.de/ -BEGIN PGP SIGNATURE- V

[gentoo-dev] [PATCH 1/5] depend.apache.eclass: Replace build_with_use with has_version

2016-12-08 Thread Andreas K . Hüttel
From: Doug Freed --- eclass/depend.apache.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eclass/depend.apache.eclass b/eclass/depend.apache.eclass index b69c2ec..a7d206f 100644 --- a/eclass/depend.apache.eclass +++ b/eclass/depend.apache.eclass @@ -290,7 +290,7

[gentoo-dev] [PATCH 4/5] depend.apache.eclass: For EAPI=6, move initialization of APACHE_BASEDIR and APACHE_MODULESDIR into pkg_setup

2016-12-08 Thread Andreas K . Hüttel
--- eclass/depend.apache.eclass | 35 --- 1 file changed, 24 insertions(+), 11 deletions(-) diff --git a/eclass/depend.apache.eclass b/eclass/depend.apache.eclass index a51ec55..8582396 100644 --- a/eclass/depend.apache.eclass +++ b/eclass/depend.apache.eclass @@ -

[gentoo-dev] [PATCH 2/5] depend.apache.eclass: Disallow EAPI=1

2016-12-08 Thread Andreas K . Hüttel
--- eclass/depend.apache.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/depend.apache.eclass b/eclass/depend.apache.eclass index a7d206f..e858a85 100644 --- a/eclass/depend.apache.eclass +++ b/eclass/depend.apache.eclass @@ -43,7 +43,7 @@ inherit multilib cas

[gentoo-dev] [PATCH 5/5] depend.apache.eclass: Restructure pkg_setup so in_iuse is used from EAPI=6 on

2016-12-08 Thread Andreas K . Hüttel
--- eclass/depend.apache.eclass | 31 +++ 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/eclass/depend.apache.eclass b/eclass/depend.apache.eclass index 8582396..2d7b062 100644 --- a/eclass/depend.apache.eclass +++ b/eclass/depend.apache.eclass @@ -176,

[gentoo-dev] depend.apache.eclass rework, try 2

2016-12-08 Thread Andreas K . Hüttel
Here's a fresh attempt to improve depend.apache.eclass; this time some of the ideas from dwfreed's patch are implemented. The initialization of two variables is shifted from global scope to pkg_setup. We still remain with one eclass though (and what I haven't used is the new dependency/useflag co

[gentoo-dev] [PATCH 3/5] depend.apache.eclass: Add missing function want_apache2_4

2016-12-08 Thread Andreas K . Hüttel
--- eclass/depend.apache.eclass | 17 + 1 file changed, 17 insertions(+) diff --git a/eclass/depend.apache.eclass b/eclass/depend.apache.eclass index e858a85..a51ec55 100644 --- a/eclass/depend.apache.eclass +++ b/eclass/depend.apache.eclass @@ -225,6 +225,23 @@ want_apache2_2() {

[gentoo-dev] [PATCH 1/9] dev-lang/perl: Migrate to PERL_FEATURES

2024-05-02 Thread Andreas K . Hüttel
Signed-off-by: Andreas K. Hüttel --- dev-lang/perl/perl-5.38.2-r3.ebuild | 864 profiles/base/make.defaults | 2 +- profiles/desc/perl_features.desc| 9 + 3 files changed, 874 insertions(+), 1 deletion(-) create mode 100644 dev-lang/perl/perl-5.38.2

[gentoo-dev] [PATCH 2/9] app-editors/padre: Port to PERL_FEATURES

2024-05-02 Thread Andreas K . Hüttel
Signed-off-by: Andreas K. Hüttel --- .../{padre-1.0.0-r2.ebuild => padre-1.0.0-r3.ebuild} | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) rename app-editors/padre/{padre-1.0.0-r2.ebuild => padre-1.0.0-r3.ebuild} (94%) diff --git a/app-editors/padre/padre-1.0.0-r2.ebu

[gentoo-dev] [PATCH 3/9] app-metrics/collectd: Port to PERL_FEATURES

2024-05-02 Thread Andreas K . Hüttel
Signed-off-by: Andreas K. Hüttel --- .../{collectd-5.12.0-r9.ebuild => collectd-5.12.0-r10.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename app-metrics/collectd/{collectd-5.12.0-r9.ebuild => collectd-5.12.0-r10.ebuild} (98%) diff --git a/app-metrics/collectd/co

[gentoo-dev] [PATCH 4/9] media-sound/cantata: Port to PERL_FEATURES

2024-05-02 Thread Andreas K . Hüttel
Signed-off-by: Andreas K. Hüttel --- .../{cantata-2.5.0-r1.ebuild => cantata-2.5.0-r2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename media-sound/cantata/{cantata-2.5.0-r1.ebuild => cantata-2.5.0-r2.ebuild} (95%) diff --git a/media-sound/cantata/cantata-2.

[gentoo-dev] [PATCH 5/9] net-analyzer/snortalog: Port to PERL_FEATURES

2024-05-02 Thread Andreas K . Hüttel
Signed-off-by: Andreas K. Hüttel --- .../{snortalog-2.4.3-r1.ebuild => snortalog-2.4.3-r2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename net-analyzer/snortalog/{snortalog-2.4.3-r1.ebuild => snortalog-2.4.3-r2.ebuild} (91%) diff --git a/net-analyzer/sno

[gentoo-dev] [PATCH 6/9] virtual/perl-threads: Port to PERL_FEATURES

2024-05-02 Thread Andreas K . Hüttel
Signed-off-by: Andreas K. Hüttel --- ...-threads-2.360.0.ebuild => perl-threads-2.360.0-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename virtual/perl-threads/{perl-threads-2.360.0.ebuild => perl-threads-2.360.0-r1.ebuild} (70%) diff --git a/virtual/perl-thread

[gentoo-dev] [PATCH 7/9] www-apache/mod_perl: Port to PERL_FEATURES

2024-05-02 Thread Andreas K . Hüttel
Signed-off-by: Andreas K. Hüttel --- ...{mod_perl-2.0.13.ebuild => mod_perl-2.0.13-r1.ebuild} | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) rename www-apache/mod_perl/{mod_perl-2.0.13.ebuild => mod_perl-2.0.13-r1.ebuild} (89%) diff --git a/www-apache/mod_perl/mod_perl-

[gentoo-dev] [PATCH 8/9] perl-module.eclass: Implement dependency on PERL_FEATURES

2024-05-02 Thread Andreas K . Hüttel
Signed-off-by: Andreas K. Hüttel --- eclass/perl-module.eclass | 47 ++- 1 file changed, 36 insertions(+), 11 deletions(-) diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass index 7bb02abed8c5..029fc78e4a85 100644 --- a/eclass/perl

[gentoo-dev] [PATCH 9/9] profiles: use.mask perl_features_debug

2024-05-02 Thread Andreas K . Hüttel
Signed-off-by: Andreas K. Hüttel --- profiles/base/use.mask | 5 + 1 file changed, 5 insertions(+) diff --git a/profiles/base/use.mask b/profiles/base/use.mask index f27ab3bcd0b8..392c76f40109 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -4,6 +4,11 @@ # This file is

Re: [gentoo-dev] Fwd: [gentoo-dev-announce] Call for items for September 13 council meeting

2011-09-07 Thread Andreas K. Hüttel
Ack.. both makes definitely sense. > -- Přeposlaná zpráva -- > Od: Tomáš Chvátal > Datum: 5. září 2011 18:08 > Předmět: Re: [gentoo-dev-announce] Call for items for September 13 > council meeting > Komu: gentoo-dev@lists.gentoo.org > > > Start collecting ideas for EAPI5. > >

Re: [gentoo-dev] [RFD] Adopt-a-package, proxy-maintenance, and other musings

2016-01-24 Thread Andreas K. Hüttel
ing on the channel, submitting e.g. pull requests and discussing ebuild topics. As dev, please consider helping out there; more eyes not just improve code quality, but also response times and community coherence. Cheers, Andreas - -- Andreas K. Hüttel Gentoo Linux developer (council, perl, l

[gentoo-dev] Gentoostats

2016-01-24 Thread Andreas K. Hüttel
ly deploy it (the last point is important!)? YES! - -- Andreas K. Hüttel Gentoo Linux developer (council, perl, libreoffice) dilfri...@gentoo.org http://www.akhuettel.de/ -BEGIN PGP SIGNATURE- Version: GnuPG v2 iQIcBAEBCgAGBQJWpPT9AAoJEHRrah2soMK+WjoP/2zsgRV565keOQdPaya/j

Re: [gentoo-dev] [PATCH 07/10] glep-0072: Combine and amend description of states

2020-04-10 Thread Andreas K . Hüttel
about "Developers should file stabilization requests, however, pending stabilization on these arches alone cannot block any further steps (as, e.g., cleanup of old versions)." -- Andreas K. Hüttel dilfri...@gentoo.org Gentoo Linux developer (council, qa, toolchain, base-system, p

Re: [gentoo-dev] [PATCH 00/10] GLEP 72 (arches.desc) revival

2020-04-10 Thread Andreas K . Hüttel
atus "security", designating "stable with security support". (Acts in every other respect exactly like "stable".) What do you think? -- Andreas K. Hüttel dilfri...@gentoo.org Gentoo Linux developer (council, qa, toolchain, base-system, perl, libreoffice) signature.asc Description: This is a digitally signed message part.

Re: [gentoo-dev] [PATCH 07/10] glep-0072: Combine and amend description of states

2020-04-10 Thread Andreas K . Hüttel
all "degraded" profiles have to be "exp"? (Need to get the coffee first.) -- Andreas K. Hüttel dilfri...@gentoo.org Gentoo Linux developer (council, qa, toolchain, base-system, perl, libreoffice) signature.asc Description: This is a digitally signed message part.

Re: [gentoo-dev] [PATCH 00/10] GLEP 72 (arches.desc) revival

2020-04-11 Thread Andreas K . Hüttel
curity team web page too. -- Andreas K. Hüttel dilfri...@gentoo.org Gentoo Linux developer (council, qa, toolchain, base-system, perl, libreoffice) signature.asc Description: This is a digitally signed message part.

Re: [gentoo-dev] [PATCH 03/10] glep-0072: Rename bad depgraph state to 'degraded'

2020-04-11 Thread Andreas K . Hüttel
; > find one that clearly suggests it's between testing and stable, and not > > > 'lenient' in ~arch. How about 'transitional' or 'incomplete-stable'? > > > > "interim"? > > half-ass-stable? ;-) transcendent ... -- Andr

Re: [gentoo-dev] [PATCH v3 6/9] glep-0072: Combine and amend description of states

2020-04-13 Thread Andreas K . Hüttel
es, even if we explicitly state that they can't block anything. Otherwise these arches will never be able to get out of the transitional hole. [Maybe someone who actually does slow-arch work should speak up. Anyone out there still reading g-dev?] -- Andreas K. Hüttel dilfri...@gentoo.org Gen

Re: [gentoo-dev] [PATCH v3 6/9] glep-0072: Combine and amend description of states

2020-04-13 Thread Andreas K . Hüttel
t; Why would people file streqs for other packages then? Shrug. I'm not going to fight here for anything. Just my experience after some arches lost stable status was that these arch people still wanted to get CC'ed in stabilization requests. If only to keep track. -- Andreas K. Hütte

Re: [gentoo-dev] [RFC] CC-ARCHES keyword on Bugzilla

2020-04-13 Thread Andreas K . Hüttel
> let's > add a 'CC-ARCHES' keyword to Bugzilla. If a bug is marked with that > keyword and passes sanity check, NATTkA will automatically CC all > relevant arch teams (based on keyword list). > > What do you think? Sounds great. Do it! :) -- Andreas K. H

Re: [gentoo-dev] [RFC] Ideas for gentoostats implementation

2020-04-26 Thread Andreas K . Hüttel
structions (like how to enable only for one machine, and additionally provide us with the cluster size). I guess in this case we can add this further step, since whoever is doing that will be both invested in Gentoo and able to read docs. -- Andreas K. Hüttel dilfri...@gentoo.org G

[gentoo-dev] last rites: dev-tex/revtex

2020-05-02 Thread Andreas K . Hüttel
# Andreas K. Hüttel (2020-05-02) # Included in recent texlive versions. Please uninstall. # Removal in 30 days. dev-tex/revtex -- Andreas K. Hüttel dilfri...@gentoo.org Gentoo Linux developer (council, qa, toolchain, base-system, perl, libreoffice) signature.asc Description: This is a

[gentoo-dev] Cleaning up the installation handbook (Legacy boot / MBR / ...)

2020-05-02 Thread Andreas K . Hüttel
protest or support. Cheers, Andreas -- Andreas K. Hüttel dilfri...@gentoo.org Gentoo Linux developer (council, qa, toolchain, base-system, perl, libreoffice) signature.asc Description: This is a digitally signed message part.

[gentoo-dev] De-stabilizing and re-stabilizing (on amd64 only)

2020-05-08 Thread Andreas K . Hüttel
idn't do the job, so I needed to figure out the config of www.g.o (corresponding to former stable) first... Cheers, Andreas -- Andreas K. Hüttel dilfri...@gentoo.org Gentoo Linux developer (council, qa, toolchain, base-system, perl, libreoffice) signature.asc Description: This is a digita

Re: [gentoo-dev] [gentoostats continued] Collected data and justification for it

2020-05-09 Thread Andreas K . Hüttel
s? using -Os or -O3, -funroll-loop (just kidding) * How quick is gcc / binutils / ... adoption? * clang usage? -- Andreas K. Hüttel dilfri...@gentoo.org Gentoo Linux developer (council, qa, toolchain, base-system, perl, libreoffice) signature.asc Description: This is a digitally signed message part.

Re: [gentoo-dev] [PATCH 0/1] remove EGO_VENDOR support from go-module.eclass

2020-05-11 Thread Andreas K . Hüttel
> This patch makes migrating mandatory by forcing ebuilds to die if they > have EGO_VENDOR set and are using go-module.eclass. You can't commit this as long as there is a single such ebuild in the tree. -- Andreas K. Hüttel dilfri...@gentoo.org Gentoo Linux developer (council, qa

Re: [gentoo-dev] Value of Continuous integration vs Code Review / Pull Requests

2020-05-27 Thread Andreas K . Hüttel
loy something) and it uses gitweb for repository > > browsing (which we use today.) > > Not to mention it's ugly and I found it cumbersome to use. Everytime I tried to use Gerrit I got so thouroughly confused that I gave up after a while. -- Andreas K. Hüttel dilfri...@gentoo.org G

Re: [gentoo-dev] Graphics Project disbanded [pkgs up for grabs]

2020-06-06 Thread Andreas K . Hüttel
a-gfx/pngquant > media-libs/lensfun > media-libs/libgphoto2 That said, I think the basic action is in this case pretty unproductive. We now have a large number of central libraries maintainer-needed (libpng, jpeg, tiff, ...) which would really merit a team... -- Andreas K. Hüttel di

Re: [gentoo-dev] [RFC] Concept of Projects - How to proceed?

2020-06-07 Thread Andreas K . Hüttel
> Now for the future, I wouldn't mind having a "last rite: XYV Project" or > similar e-mail sent to gentoo-dev{-announce} before action to ebuilds is > taken, so the project members/lead has one final chance to stop it. Good plan. -- Andreas K. Hüttel dilfri...@gentoo.or

Re: [gentoo-dev] [RFC] Concept of Projects - How to proceed?

2020-06-07 Thread Andreas K . Hüttel
of the cases where a project would really make sense. We have a lot of central libraries here that are used by many other software. libpng, jpeg, tiff, ... These are definitely worth a team of maintainers. -- Andreas K. Hüttel dilfri...@gentoo.org Gentoo Linux developer (council, qa, toolchain

Re: [gentoo-dev] Graphics Project disbanded [pkgs up for grabs]

2020-06-09 Thread Andreas K . Hüttel
https://wiki.gentoo.org/wiki/Project:Codec_project Here's the page. I consider this started once 3 other people have joined... -- Andreas K. Hüttel dilfri...@gentoo.org Gentoo Linux developer (council, qa, toolchain, base-system, perl, libreoffice) signature.asc Description: This is a digitally signed message part.

Re: [gentoo-dev] [RFC] Codec project

2020-06-11 Thread Andreas K . Hüttel
27;s domain instead. Same arguments... > > > [1] > https://archives.gentoo.org/gentoo-dev/message/79073ab9c7cebd79fc12e897e110 > bc3c [2] https://wiki.gentoo.org/wiki/Project:Codec_project -- Andreas K. Hüttel dilfri...@gentoo.org Gentoo Linux developer (council, qa, toolc

[gentoo-dev] Last 24h for voting in council election

2020-07-04 Thread Andreas K . Hüttel
Hi all, the last 24 for voting in the council election start soon... GO VOTE :) Cheers -A -- Andreas K. Hüttel dilfri...@gentoo.org Gentoo Linux developer (council, qa, toolchain, base-system, perl, libreoffice) signature.asc Description: This is a digitally signed message part.

[gentoo-dev] last rites: sys-kernel/genkernel-next

2020-07-11 Thread Andreas K . Hüttel
# Andreas K. Hüttel (2020-07-11) # Fails to build with recent glibc, bug 719968 # Removal in 30 days sys-kernel/genkernel-next -- Andreas K. Hüttel dilfri...@gentoo.org Gentoo Linux developer (council, qa, toolchain, base-system, perl, libreoffice) signature.asc Description: This is a

[gentoo-dev] Fwd: [JuliaLang] Pkg downtime incident

2020-08-04 Thread Andreas K . Hüttel
bf1d2). - -- Andreas K. Hüttel dilfri...@gentoo.org Gentoo Linux developer (council, qa, toolchain, base-system, perl, libreoffice) signature.asc Description: This is a digitally signed message part.

[gentoo-dev] news item: riscv multilib profile is going away

2020-09-04 Thread Andreas K . Hüttel
[** Note 1: This only affects one specific profile. **] [** Note 2: I am still testing the migration process proposed here. **] Title: riscv multilib profile is going away Author: Andreas K. Hüttel Posted: 2020-09-06 Revision: 1 News-Item-Format: 2.0 Display-If-Profile: default/linux/riscv/17.0

[gentoo-dev] Deprecating AMD64 17.0 profiles?

2020-10-22 Thread Andreas K . Hüttel
t; > > > A simple reordering could help new installs. Independent of this useful change, it's probably time to deprecate the amd64 17.0 profiles! -- Andreas K. Hüttel dilfri...@gentoo.org Gentoo Linux developer (council, qa, toolchain, base-system, perl, libreoffice) sign

Re: [gentoo-dev] Packages & projects up for grabs due to jer's retirement

2020-11-04 Thread Andreas K . Hüttel
For the record, > net-dns/libidn2 * added also toolchain (glibc dependency) > net-misc/chrony * added also base-system -- Andreas K. Hüttel dilfri...@gentoo.org Gentoo Linux developer (council, qa, toolchain, base-system, perl, libreoffice) signature.asc Description: This is a dig

Re: [gentoo-dev] A feedback about the CI bug reporting system

2020-11-07 Thread Andreas K . Hüttel
e insistence to keep your setup closed-source, you are not helping your case. If you want this to be an in any way official Gentoo project, you'll have to stick to the Gentoo social contract just like everyone else. Cheers, Andreas -- Andreas K. Hüttel dilfri...@gentoo.org Gentoo Lin

Re: [gentoo-dev] Dissolving project desktop-misc

2020-11-29 Thread Andreas K . Hüttel
twork x11-themes/shiki-colors x11-themes/silver-xcursors x11-themes/tactile x11-themes/tactile3 x11-themes/tangerine-icon-theme x11-themes/yasis-icon-theme x11-themes/zukini -- Andreas K. Hüttel dilfri...@gentoo.org Gentoo Linux developer (council, qa, toolchain, base-system, perl, libreoffice) sig

Re: [gentoo-dev] Dissolving project desktop-misc

2020-11-29 Thread Andreas K . Hüttel
> x11-misc/xosview > x11-misc/xteddy Taking these two. -- Andreas K. Hüttel dilfri...@gentoo.org Gentoo Linux developer (council, qa, toolchain, base-system, perl, libreoffice) signature.asc Description: This is a digitally signed message part.

Re: [gentoo-dev] Dissolving project desktop-misc

2020-11-29 Thread Andreas K . Hüttel
> > x11-misc/xsnow > And this one of course. There's a version bump available that works in modern window managers. :) -- Andreas K. Hüttel dilfri...@gentoo.org Gentoo Linux developer (council, qa, toolchain, base-system, perl, libreoffice) signature.asc Description: This

Re: [gentoo-dev] Suggestion: Trying to locate and remove unused dev- & media-libs?

2021-01-08 Thread Andreas K . Hüttel
libs/intel-mediasdk > media-libs/kodi-platform > media-libs/libggigcp > media-libs/libggimisc > media-libs/libgroove > media-libs/liblingoteach > media-libs/libyami > media-libs/memphis > media-libs/noise-suppression-for-voice > media-libs/raul > media-libs/sdl-terminal > m

[gentoo-dev] New project: binhost

2021-02-10 Thread Andreas K . Hüttel
about * what configurations should we use * what portage features are still needed or need improvements (e.g. binpkg signing and verification) * how should hosting look like * and how we can test this on a limited scale before it goes "into production" * ... Comments, ideas, flamebaits

Re: [gentoo-dev] New project: binhost

2021-02-10 Thread Andreas K . Hüttel
lity to pick the most appropriate binary packages to use based > on user preferences (with a mix of hard and soft preferences). The more definite answer should come from Zac, but I think a good part of this is already implemented. :) -- Andreas K. Hüttel dilfri...@gentoo.org Gentoo Linux