Install this version:
emerge -a =media-gfx/beeref-0.3.3
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-gfx/beeref-0.3.3
Or alternatively:
emerge --autounmask-write -a =media-gfx/beeref-0.3.3
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.3.3 | 8 | ~amd64 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{12..14} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 desktop xdg
DESCRIPTION="A Simple Reference Image Viewer"
HOMEPAGE="https://beeref.org/"
SRC_URI="https://github.com/rbreu/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
>=dev-python/pyqt6-6.6.1
>=dev-python/rectangle-packer-2.0.2
>=dev-python/exif-1.6.0
>=dev-python/lxml-5.1.0
"
src_install() {
distutils-r1_src_install
newicon beeref/assets/logo.svg beeref.svg
make_desktop_entry "beeref %f" "BeeRef" "beeref" \
"Graphics" "MimeType=application/x-beeref"
}
>=dev-python/pyqt6-6.6.1 >=dev-python/rectangle-packer-2.0.2 >=dev-python/exif-1.6.0 >=dev-python/lxml-5.1.0
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | beeref-0.3.3.tar.gz | 860201 bytes | https://github.com/rbreu/beeref/archive/refs/tags/v0.3.3.tar.gz |