Install this version:
emerge -a =gui-apps/dosage-2.1.7
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =gui-apps/dosage-2.1.7
Or alternatively:
emerge --autounmask-write -a =gui-apps/dosage-2.1.7
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.1.7 | 8 | ~amd64 | 0 |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit gnome2-utils meson xdg
DESCRIPTION="Keep track of your treatments"
HOMEPAGE="https://github.com/diegopvlk/Dosage"
SRC_URI="https://github.com/diegopvlk/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${P^}"
LICENSE="CC-BY-SA-4.0 GPL-3"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
dev-libs/gjs
"
RDEPEND="${DEPEND}
dev-libs/glib:2
dev-libs/libportal[introspection]
gui-libs/gtk:4[introspection]
gui-libs/libadwaita:1[introspection]
x11-libs/pango[introspection]
"
BDEPEND="
dev-libs/glib:2
dev-libs/libxml2:2
dev-util/blueprint-compiler
sys-devel/gettext
"
pkg_postinst() {
gnome2_schemas_update
xdg_pkg_postinst
}
pkg_postrm() {
gnome2_schemas_update
xdg_pkg_postrm
}
dev-libs/gjs
dev-libs/gjs dev-libs/glib:2 dev-libs/libportal[introspection] gui-libs/gtk:4[introspection] gui-libs/libadwaita:1[introspection] x11-libs/pango[introspection]
dev-libs/glib:2 dev-libs/libxml2:2 dev-util/blueprint-compiler sys-devel/gettext
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | dosage-2.1.7.tar.gz | 1022286 bytes | https://github.com/diegopvlk/dosage/archive/refs/tags/v2.1.7.tar.gz |