Install this version:
emerge -a =dev-libs/sasl-xoauth2-20220515
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-libs/sasl-xoauth2-20220515
Or alternatively:
emerge --autounmask-write -a =dev-libs/sasl-xoauth2-20220515
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 20220515 | 8 | 0 |
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit git-r3 cmake
DESCRIPTION="SASL plugin for client-side OAuth 2.0, e.g. Gmail/Outlook/Office/Postfix SMTP"
HOMEPAGE="https://github.com/tarickb/sasl-xoauth2"
SRC_URI=""
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS=""
IUSE=""
RESTRICT="mirror"
EGIT_REPO_URI="https://github.com/tarickb/sasl-xoauth2.git"
EGIT_BRANCH="master"
EGIT_COMMIT="0cabe084"
DEPEND=""
RDEPEND="${DEPEND}"
src_install() {
dobin "${S}/scripts/sasl-xoauth2-tool"
dolib.so "${BUILD_DIR}/src/libsasl-xoauth2.so"
insinto /etc
doins "${S}/src/sasl-xoauth2.conf"
dodoc ChangeLog README.md
}