dev-libs/cyrus-sasl-xoauth2 - 0.2 (guru)

Search

Install

Install this version:

emerge -a =dev-libs/cyrus-sasl-xoauth2-0.2

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-libs/cyrus-sasl-xoauth2-0.2

Or alternatively:

emerge --autounmask-write -a =dev-libs/cyrus-sasl-xoauth2-0.2

Package Information

Description:
XOAUTH2 mechanism plugin for cyrus-sasl
Homepage:
https://github.com/moriyoshi/cyrus-sasl-xoauth2
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.2 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit autotools

DESCRIPTION="XOAUTH2 mechanism plugin for cyrus-sasl"
HOMEPAGE="https://github.com/moriyoshi/cyrus-sasl-xoauth2"
SRC_URI="https://github.com/moriyoshi/cyrus-sasl-xoauth2/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="dev-libs/cyrus-sasl"
DEPEND="${RDEPEND}"

src_prepare() {
	sed -i -e "s|/lib/sasl2|/$(get_libdir)/sasl2|" Makefile.am || die
	default
	./autogen.sh
	eautoreconf
}

src_install() {
	default
	find "${ED}" -type f -name '*.la' -delete || die
}

Inherited Eclasses

Dependencies

DEPEND

dev-libs/cyrus-sasl

RDEPEND

dev-libs/cyrus-sasl

Manifest for 0.2

Type File Size Source URLs
DIST cyrus-sasl-xoauth2-0.2.tar.gz 14120 bytes https://github.com/moriyoshi/cyrus-sasl-xoauth2/archive/refs/tags/v0.2.tar.gz