Install this version:
emerge -a =dev-vcs/git-credential-email-5.9
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-vcs/git-credential-email-5.9
Or alternatively:
emerge --autounmask-write -a =dev-vcs/git-credential-email-5.9
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 5.9 | 8 | ~amd64 | 0 |
# Copyright 2025-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..14} )
inherit optfeature python-single-r1
DESCRIPTION="Git credential helpers for Microsoft Outlook, Gmail, Yahoo, AOL and Proton Mail"
HOMEPAGE="https://gce.adityagarg.is-a.dev/ https://github.com/AdityaGarg8/git-credential-email/"
SRC_URI="
https://github.com/AdityaGarg8/git-credential-email/archive/refs/tags/v${PV}.tar.gz
-> ${P}.tar.gz
"
LICENSE="Apache-2.0 protonmail? ( GPL-3 )"
SLOT="0"
KEYWORDS="~amd64"
IUSE="protonmail"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="
${PYTHON_DEPS}
dev-vcs/git[perl]
$(python_gen_cond_dep '
dev-python/keyring[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
protonmail? (
dev-python/bcrypt[${PYTHON_USEDEP}]
dev-python/cryptography[${PYTHON_USEDEP}]
dev-python/pgpy[${PYTHON_USEDEP}]
dev-python/requests-toolbelt[${PYTHON_USEDEP}]
dev-python/typing-extensions[${PYTHON_USEDEP}]
)
')
"
BDEPEND="${PYTHON_DEPS}"
src_install() {
python_doscript git-credential-aol
python_doscript git-credential-gmail
python_doscript git-credential-outlook
python_doscript git-credential-yahoo
python_doscript git-msgraph
if use protonmail; then
python_doscript git-protonmail
fi
einstalldocs
}
pkg_postinst() {
optfeature "easier authentication" dev-python/pyqt6-webengine dev-python/pyside:6[webengine,widgets]
optfeature "display QR codes in terminal" dev-python/qrcode
}
Manage flags for this package:
euse -i <flag> -p dev-vcs/git-credential-email |
euse -E <flag> -p dev-vcs/git-credential-email |
euse -D <flag> -p dev-vcs/git-credential-email
dev-vcs/git[perl] $(python_gen_cond_dep ' dev-python/keyring[] dev-python/requests[] protonmail? ( dev-python/bcrypt[] dev-python/cryptography[] dev-python/pgpy[] dev-python/requests-toolbelt[] dev-python/typing-extensions[] ) ')
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | git-credential-email-5.9.tar.gz | 55079 bytes | https://github.com/AdityaGarg8/git-credential-email/archive/refs/tags/v5.9.tar.gz |