Install this version:
emerge -a =x11-misc/mimeo-2023
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =x11-misc/mimeo-2023
Or alternatively:
emerge --autounmask-write -a =x11-misc/mimeo-2023
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_1{0,1,2,3,4,5} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 shell-completion
DESCRIPTION="Open files by MIME-type or file name using regular expressions."
HOMEPAGE="https://xyne.dev/projects/mimeo/"
SRC_URI="https://xyne.dev/projects/${PN}/src/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
RDEPEND=">=dev-python/pyxdg-0.25-r1[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"
python_install_all() {
distutils-r1_python_install_all
newbashcomp "${FILESDIR}/mimeo-completion.sh" mimeo
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | mimeo-2023.tar.xz | 24960 bytes | https://xyne.dev/projects/mimeo/src/mimeo-2023.tar.xz |