Install this version:
emerge -a =app-crypt/firefox-decrypt-1.1.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-crypt/firefox-decrypt-1.1.1
Or alternatively:
emerge --autounmask-write -a =app-crypt/firefox-decrypt-1.1.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.1.1 | 8 | ~amd64 | 0 |
# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{12..14} pypy3_11 )
PYTHON_REQ_USE="sqlite"
DISTUTILS_USE_PEP517=setuptools
DISTUTILS_SINGLE_IMPL=1
inherit distutils-r1
DESCRIPTION="Tool to extract passwords from Mozilla (Firefox, Thunderbird, etc.) profiles"
HOMEPAGE="https://github.com/Unode/firefox_decrypt"
SRC_URI="https://github.com/unode/${PN/-/_}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN/-/_}-${PV}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="dev-libs/nss"
BDEPEND="
$(python_gen_cond_dep 'dev-python/setuptools-scm[${PYTHON_USEDEP}]')
"
distutils_enable_tests unittest
src_prepare() {
rm tests/version.t || die
distutils-r1_src_prepare
}
python_prepare_all() {
python_fix_shebang "${S}"/tests
distutils-r1_python_prepare_all
}
python_test() {
cd "${S}"/tests || die
${EPYTHON} run_all -v || die
}
dev-libs/nss
$(python_gen_cond_dep 'dev-python/setuptools-scm[${PYTHON_USEDEP}]')
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | firefox-decrypt-1.1.1.tar.gz | 95537 bytes | https://github.com/unode/firefox_decrypt/archive/refs/tags/1.1.1.tar.gz |