x11-misc/mimeo - 2023 (tatsh-overlay)

Search

Install

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

Package Information

Description:
Open files by MIME-type or file name using regular expressions.
Homepage:
https://xyne.dev/projects/mimeo/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
2023 8 ~amd64 ~arm ~arm64 ~ppc64 ~x86 0
View Raw Ebuild
# 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
}

Inherited Eclasses

Dependencies

DEPEND

>=dev-python/pyxdg-0.25-r1[]

RDEPEND

>=dev-python/pyxdg-0.25-r1[]

Manifest for 2023

Type File Size Source URLs
DIST mimeo-2023.tar.xz 24960 bytes https://xyne.dev/projects/mimeo/src/mimeo-2023.tar.xz