dev-perl/AnyEvent-IRC - 0.97 (barnowl)

Search

Install

Install this version:

emerge -a =dev-perl/AnyEvent-IRC-0.97

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

autounmask =dev-perl/AnyEvent-IRC-0.97

Or alternatively:

emerge --autounmask-write -a =dev-perl/AnyEvent-IRC-0.97

Package Information

Description:
An event based IRC protocol client API

Ebuild Details

Version EAPI Keywords Slot
0.97 8 ~amd64 ~x86 0
View Raw Ebuild
# 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"

Inherited Eclasses

Dependencies

RDEPEND

dev-perl/AnyEvent
		 dev-perl/common-sense
		 dev-perl/Object-Event