Install this version:
emerge -a =media-gfx/catgirldownloader-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-gfx/catgirldownloader-9999
Or alternatively:
emerge --autounmask-write -a =media-gfx/catgirldownloader-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_13 python3_14 )
inherit meson python-r1 git-r3
DESCRIPTION="A GTK4 application that downloads images of catgirl and waifus from multiple sources"
HOMEPAGE="https://github.com/NyarchLinux/CatgirlDownloader"
EGIT_REPO_URI="https://github.com/NyarchLinux/CatgirlDownloader.git"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND="
${PYTHON_DEPS}
gui-libs/gtk:4
gui-libs/libadwaita
dev-python/pygobject[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
"
RDEPEND="${DEPEND}"
BDEPEND="
${PYTHON_DEPS}
dev-build/meson
"
src_prepare() {
default
sed -i -e "s|python.find_installation('python3').path()|'${PYTHON}'|g" src/meson.build || die
}
pkg_postinst() {
python_optimize
}
pkg_setup() {
python_setup
}
gui-libs/gtk:4 gui-libs/libadwaita dev-python/pygobject[] dev-python/requests[]
gui-libs/gtk:4 gui-libs/libadwaita dev-python/pygobject[] dev-python/requests[]
dev-build/meson