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 tomas.chva...@gmail.com 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

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

2016-01-24 Thread Andreas K. Hüttel
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, libreoffice

[gentoo-dev] Gentoostats

2016-01-24 Thread Andreas K. Hüttel
ploy 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/j5ak 0

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

2016-02-15 Thread Andreas K. Hüttel
sufell 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. -- Andrea

[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
unity (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 count anymore. -- Andreas K. Hüttel G

Re: [gentoo-dev] Uncoordinated changes

2016-02-14 Thread Andreas K. Hüttel
er 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/

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

2016-03-19 Thread Andreas K. Hüttel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 # Andreas K. Huettel <dilfri...@gentoo.org> (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

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
p 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: #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
problem is resolved or 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-

[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 @@

[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 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

[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

[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 @@

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

2020-04-10 Thread Andreas K . Hüttel
quot;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 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
le 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 v3 6/9] glep-0072: Combine and amend description of states

2020-04-13 Thread Andreas K . Hüttel
; 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üttel dilfri...@gen

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üttel dilfri...

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

2020-04-13 Thread Andreas K . Hüttel
ven 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 Gentoo Linux

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 ... -- Andreas K. Hüttel dilfri...@gentoo.org

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

2020-04-11 Thread Andreas K . Hüttel
y 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.

[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

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

2020-05-02 Thread Andreas K . Hüttel
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.

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

2020-04-26 Thread Andreas K . Hüttel
tions (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 Gentoo

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, too

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

2020-05-08 Thread Andreas K . Hüttel
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 digitally signed

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

2020-05-09 Thread Andreas K . Hüttel
-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.

[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

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

2020-05-27 Thread Andreas K . Hüttel
s 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 Gentoo Linux developer (counci

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

2020-08-04 Thread Andreas K . Hüttel
). - -- 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 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

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] [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.org Gen

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

2020-06-06 Thread Andreas K . Hüttel
/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 dilfri.

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

2020-06-09 Thread Andreas K . Hüttel
/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
uments... > > > [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, toolchain, base-system,

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/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 is a

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] A feedback about the CI bug reporting system

2020-11-07 Thread Andreas K . Hüttel
istence 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 Linux develop

[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)

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] Suggestion: Trying to locate and remove unused dev- & media-libs?

2021-01-08 Thread Andreas K . Hüttel
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 > media-

[gentoo-dev] New project: binhost

2021-02-10 Thread Andreas K . Hüttel
onfigurations 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? :D Cheers,

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