gui-apps/dosage - 2.1.8 (guru)

Search

Install

Install this version:

emerge -a =gui-apps/dosage-2.1.8

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =gui-apps/dosage-2.1.8

Or alternatively:

emerge --autounmask-write -a =gui-apps/dosage-2.1.8

Package Information

Description:
Keep track of your treatments
Homepage:
https://github.com/diegopvlk/Dosage
License:
CC-BY-SA-4.0 GPL-3

Ebuild Details

Version EAPI Keywords Slot
2.1.8 8 ~amd64 0
View Raw Ebuild
# 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
}

Inherited Eclasses

xdg

Dependencies

DEPEND

	dev-libs/gjs

RDEPEND

	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]

BDEPEND

	dev-libs/glib:2
	dev-libs/libxml2:2
	dev-util/blueprint-compiler
	sys-devel/gettext

Manifest for 2.1.8

Type File Size Source URLs
DIST dosage-2.1.8.tar.gz 1023139 bytes https://github.com/diegopvlk/dosage/archive/refs/tags/v2.1.8.tar.gz