Install this version:
emerge -a =media-gfx/catgirldownloader-0.5
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-gfx/catgirldownloader-0.5
Or alternatively:
emerge --autounmask-write -a =media-gfx/catgirldownloader-0.5
# 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
DESCRIPTION="A GTK4 application that downloads images of catgirl and waifus from multiple sources"
HOMEPAGE="https://github.com/NyarchLinux/CatgirlDownloader"
SRC_URI="https://github.com/NyarchLinux/CatgirlDownloader/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
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
"
S="${WORKDIR}/${PN}-${PV}"
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
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | catgirldownloader-0.5.tar.gz | 6531943 bytes | https://github.com/NyarchLinux/CatgirlDownloader/archive/refs/tags/0.5.tar.gz |