On 2022-11-10 12:29, Andrew Ammerlaan wrote:
> diff --git a/eclass/docs.eclass b/eclass/docs.eclass
> index 611485c227f..f7a82939a53 100644
> --- a/eclass/docs.eclass
> +++ b/eclass/docs.eclass
> @@ -207,16 +207,15 @@ sphinx_deps() {
> }
>
> # @FUNCTION: sphinx_compile
> -# @INTERNAL
> # @DE
On 2022-11-24 22:24, Matt Turner wrote:
> GNOME 43 will no longer need these packages. They seem to be in varying
> states of decay upstream.
>
> - net-libs/sofia-sip
It's used by GNOME Calls though.
On 2023-01-02 22:37, Maciej Barć wrote:
> edune is a thin wrapper for dune, which will help to run special,
> uncommon dune commands;
> dune-compile is a function to selectively pick which packages will be
> compiled "for-release" (as dune call it);
> dune-compile without any arguments replaces the
On 2023-01-05 23:55, alexey+gen...@asokolov.org wrote:
> From: Alexey Sokolov
>
> Signed-off-by: Alexey Sokolov
> ---
> eclass/distutils-r1.eclass | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
> index 371d52
On 2023-01-06 18:20, Florian Schmaus wrote:
> Signed-off-by: Florian Schmaus
> ---
> eclass/gradle.eclass | 149 +
> eclass/tests/gradle.sh | 62 +
> 2 files changed, 211 insertions(+)
> create mode 100644 eclass/gradle.eclass
> create
Hello!
I would like to proxy maint those two!
> app-eselect/eselect-timezone
> Oh, and mercurial.eclass with two bugs open.
Previously I worked in writing an eselect module and an eclass for the
dotnet project in gentoo, and I think I'm qualified to work on those.
signature.asc
Description: PGP
On 2022-11-06 07:09, Michał Górny wrote:
> Hi, everyone.
>
> I think it's time to ask once again: how much do you need Python 3.8
> target to remain available in Gentoo?
>
> Right now we support four CPython targets: 3.8 through 3.11. 3.10 is
> the current default, we're going to move 3.11 from
On 2021-10-02 15:57, Joonas Niilola wrote:
> # A library without revdeps. Last upstream release in 2009, huge amount
There's a revdep in ::guru (app-accessibility/rhvoice)
What do I do: use bundled rapidxml or add dev-libs/rapidxml to ::guru?
> # of open bugs not fixed has led the project being fo
Signed-off-by: Anna Vyalkova
---
Related to this version bump and unmask:
https://archives.gentoo.org/gentoo-proxy-maint/message/d86352b4ebad8c4ddd14fcd8ce37162f
...27-upgrade-to-net-news_rssguard-4_0.en.txt | 29 +++
1 file changed, 29 insertions(+)
create mode 100644
2021-10
On 2021-10-27 10:19, John Helmert III wrote:
> > +Display-If-Installed:
> Why the version restriction? Seems unecessary to me, especially for
> anyone who might completely miss the mask who could upgrade straight
> to >=rssguard-4.0 due to when they sync.
Because users, who have already upgraded
On 2025-03-18, Michał Górny wrote:
> +Other Python implementations
> +
> +At the same time, we are also going to remove the target support
> +for Python 3.10 (python3_10) and PyPy 3.10 (pypy3). If you were using
> +the pypy3 target before, now you will need to explicitl
On 2025-03-21, Michał Górny wrote:
> Hello, everyone.
>
> TL;DR: I'm thinking of shutting down all gentoo-mirror repositories,
> except for gentoo and guru.
>
>
> Over 10 years ago, I've started the repository mirror & CI project.
> What started as a bunch of shell scripts on a user-donated ser
On 2025-03-28, Michał Górny wrote:
> Hello,
>
> I've looked at our repositories.xml and the quality/status attributes
> don't seem to be used very meaningfully.
>
> That is, by quality:
>
> core: gentoo [official]
> stable: opentransactions (?) [official (?!)]
> testing: hyprland-overlay, moexia
On 2023-01-24 18:11, Michał Górny wrote:
> How many packages do you expect to add to this new category? It's not
> customary to create a new category for one package.
Look at www-servers/nginx package, it's huge! Lots of modules
(many of them are 3rd-party) could be separate packages.
No objections. Lots of work though :)
I'd prefer if PyPI names are guidelines, not a strict policy. I don't
like CamelCase and separators other than dash ("-") :P
Also I don't like when packages are named "dev-python/python-foo"
instead of just "dev-python/foo".
On 2023-01-28 19:02, Ulrich Mueller wrote:
> > On Sat, 28 Jan 2023, Michał Górny wrote:
> >> However, it's been pointed out that this makes it hard for people to
> >> find packages they're looking for.
>
> I don't understand this argument. Why would all-lowercase make finding a
> package harde
On 2023-01-30 12:00, Michał Górny wrote:
> However, there's a can of worms around the corner -- should we also
> allow normalizing "-" and "_" across different packages (see dev-
> python/sphinx*)?
PyPI treats "-" and "_" separators as the same, so I'd not use
underscores for in-repo consistency.
Much wanted eclass. Thanks!
> dev-lang/crystal
> dev-util/shards
These packages are only used in ::guru, so they could be moved there.
Is it better than
RESTRICT="test"
?
On 2023-03-25 09:18, Hans de Graaff wrote:
> Signed-off-by: Hans de Graaff
> ---
> eclass/ruby-fakegem.eclass | 9 +
> eclass/ruby-ng.eclass | 25 +
> 2 files changed, 34 insertions(+)
>
> diff --git a/eclass/ruby-fakegem.eclass b/eclass/ruby-fakegem.eclass
On 2023-04-17 09:37, Florian Schmaus wrote:
> The EGO_SUM alternatives
> - do not have the same level of trust and therefore have a negative
> impact on security (a dubious tarball someone put somewhere, especially
> when proxy-maint)
Solution: generate release tarballs in upstream CI/CD.
> - a
Hello,
Portage can use ccache and sccache to speed up builds, but some
languages (like Go and Nim) support caches out-of-the-box. It's not fair
that we can't use them.
I'd like to start discussion on this topic. What should be the preferred
method of handling build caches?
I think adding more st
On 2023-04-25 16:09, Maciej Barć wrote:
> You would also have to have correct permissions on cache dirs
> (root:portage or portage:portage) this also means that the cache dir
> will have to be set during build explicitly.
> Do both Nim and Go support setting it?
Yes. For Nim it would be somethin
On 2023-05-30 17:52, Florian Schmaus wrote:
> To prevent harm from Gentoo, we should reach an agreement that everyone
> can live with. To achieve a consensus, and since I can not rule out that
> I missed a post that includes specific numbers, please share your ideas
> on how EGO_SUM could be rei
Hi lists,
You might know about the `app-portage/metagen` utility that generates
metadata.xml files with your name and email. But there was no tool that
autofilled upstream information, so I wrote it.
Using it is as simple as:
$ gentle foo-0.1.ebuild
You can install it as `app-portage/ge
On 2023-07-11 08:41, TrakRailySurely wrote:
> Hello Everyone.
>
> When one package has another library that only depends on that package,
> should that library be statically linked?
> For example, the library aws-crt-cpp on which aws-sdk-cpp depends.
> This package only depends on aws-sdk-cpp.
D
TL;DR:
Install:
# eselect repository enable guru && emaint sync -r guru
# emerge dev-util/find-work
Browse documentation:
$ xdg-open https://find-work.sysrq.in/
$ man find-work
Backstory
-
I used to be very active in ::guru, trying to fix
On 2024-07-10 09:19, Florian Schmaus wrote:
From: Florian Schmaus
Add a new eclass for dev-util/rebar:3, based on the work of Anna
Vyalkova in ::guru (thanks!).
There's also rebar3.eclass in lanodanOverlay, hereby CC-ing Haelwenn on
this.
The Erlang/OTP ecosystem is moving to R
On 2024-10-12 11:13, Michał Górny wrote:
On Sat, 2024-10-12 at 10:50 +0200, Luca Barbato wrote:
On 12/10/24 10:12, Michał Górny wrote:
> Comments?
>
I'm afraid it would lead to way too many packages and I'm not sure the
overall experience would be an improvement.
5 are too many?
Absolutely n
On 2025-03-11, Eli Schwartz wrote:
> On 3/10/25 4:53 PM, Maciej Barć wrote:
>> Hi!
>>
>>> Although maybe it should be sci-ml.
>>
>> Let's _not_ use *-ml since for us ml stands for OCaml (which comes from
>> ML - "Meta langauge").
>>
>> sci-ai, dev-ai, and app-ai (say, "app-ai/ollama"?) are nice
Signed-off-by: Anna (navi) Figueiredo Gomes
---
eclass/mercurial.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/mercurial.eclass b/eclass/mercurial.eclass
index 776ed2d9a1f0..a016a3dd7456 100644
--- a/eclass/mercurial.eclass
+++ b/eclass/mercurial.eclass
33 matches
Mail list logo