~bratishkaerik/bratishkaerik-overlay

b016e71e5b75f5d7b821c6b25fa2e554f8768db8 — Eric Joldasov 7 months ago f1b34ef
profiles: mask obsolete package managers and zigup

Signed-off-by: Eric Joldasov <bratishkaerik@getgoogleoff.me>
2 files changed, 13 insertions(+), 9 deletions(-)

M README.md
A profiles/package.mask
M README.md => README.md +1 -9
@@ 31,12 31,4 @@ $ doas emaint sync -r bratishkaerik-overlay
```

# What's inside the repository?
## `dev-zig/gyro`: A Zig package manager with an index, build runner, and build dependencies
* Homepage: https://astrolabe.pm/
* Created (live ebuild)
## `dev-zig/zigmod`: A package manager for the Zig programming language
* Homepage: https://aquila.red/
* Created (live ebuild)
## `dev-zig/zigup`: Download and manage zig compilers
* Homepage: https://github.com/marler8997/zigup
* Created (live ebuild)
Nothing right now.

A profiles/package.mask => profiles/package.mask +12 -0
@@ 0,0 1,12 @@
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

# Eric Joldasov <bratishkaerik@getgoogleoff.me>
# Requires dev-lang/zig-9999, which recently incorporated own (still WI{P) package manager
# and made some changes in std.Build API.
# These packages either no longer required (as they tried to eventually
# help in development of official one) or no longer builds
# Removal on 2023-02-14
dev-zig/gyro
dev-zig/zigmod
dev-zig/zigup