[gentoo-dev] [DRAFT v3] GLEP 84: Standard format for package.mask files

2023-11-01 Thread Arthur Zamarin
This is the third version of the GLEP after previous recommendations and suggestions [1] - thank you for all who participated. Similar to previously, the draft can also be found on glep-0084 branch [2]. [1] https://public-inbox.gentoo.org/gentoo-dev/uzg0mq...@gentoo.org/T/ [2]

[gentoo-dev] [PATCH 1/1] profiles/thirdpartymirrors: drop dead ubuntu mirrors

2023-11-01 Thread Michael Orlitzky
Drop the following mirrors from the "ubuntu" list: * https://mirror.tcc.wa.edu.au/ (doesn't resolve) * http://ubuntu.uni-sofia.bg/ (nothing hosted here) * http://mirror.amsiohosting.net/ (no route to host) * https://ftp.yzu.edu.tw/ (doesn't resolve) *

[gentoo-dev] Last rites: dev-python/pushbullet-py

2023-11-01 Thread Michał Górny
# Michał Górny (2023-11-01) # Broken on py3.12.  Repository archived upstream.  No revdeps. # Removal on 2023-12-01.  Bug #916670. dev-python/pushbullet-py -- Best regards, Michał Górny signature.asc Description: This is a digitally signed message part

[gentoo-dev] [PATCH] eclass/go-env.eclass: add helper to set compile env

2023-11-01 Thread James Le Cuirot
From: Thilo Fromm This change adds a helper function to explicitly set CC, CXX, and GOARCH, and carrying over CFLAGS, LDFLAGS and friends to CGO equivalents, to provide a minimal sane compile environment for Go. It enables Go builds to play nice with crossdev's wrappers for emerge/ebuild etc.