# Copyright 1999-2022 Gentoo Authors # Copyright 2022 William Throwe # Distributed under the terms of the GNU General Public License v2 EAPI=8 DIST_AUTHOR=ELMEX inherit perl-module DESCRIPTION="An event based IRC protocol client API" SLOT="0" KEYWORDS="~amd64 ~x86" DEPEND="" RDEPEND="dev-perl/AnyEvent dev-perl/common-sense dev-perl/Object-Event"