Install this version:
emerge -a =dev-util/cambalache-0.90.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-util/cambalache-0.90.2
Or alternatively:
emerge --autounmask-write -a =dev-util/cambalache-0.90.2
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.90.2 | 8 | -* ~amd64 | 0 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit gnome2-utils meson xdg
DESCRIPTION="RAD tool for Gtk 4 and 3 with a clear MVC design and data model first philosophy."
HOMEPAGE="https://gitlab.gnome.org/jpu/cambalache"
SRC_URI="${HOMEPAGE}/-/archive/${PV}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="-* ~amd64"
RESTRICT="bindist mirror"
IUSE=""
DEPEND="
dev-python/lxml
dev-python/pygobject
>=gui-libs/gtk-4.0.0[broadway,introspection,wayland]
>=gui-libs/gtksourceview-5[introspection]
>=x11-libs/gtk+-2.24.0[broadway,introspection,wayland]
"
S=${WORKDIR}/${P}
pkg_postinst() {
gnome2_schemas_update
xdg_pkg_postinst
}
pkg_postrm() {
gnome2_schemas_update
xdg_pkg_postrm
}
dev-python/lxml dev-python/pygobject >=gui-libs/gtk-4.0.0[broadway,introspection,wayland] >=gui-libs/gtksourceview-5[introspection] >=x11-libs/gtk+-2.24.0[broadway,introspection,wayland]
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | cambalache-0.90.2.tar.gz | 527405 bytes | https://gitlab.gnome.org/jpu/cambalache/-/archive/0.90.2/cambalache-0.90.2.tar.gz |