dev-perl/RPC-EPC-Service - 0.0.11 (akater)

Search

Install

Install this version:

emerge -a =dev-perl/RPC-EPC-Service-0.0.11

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

autounmask =dev-perl/RPC-EPC-Service-0.0.11

Or alternatively:

emerge --autounmask-write -a =dev-perl/RPC-EPC-Service-0.0.11

Package Information

Description:
An Asynchronous Remote Procedure Stack

Ebuild Details

Version EAPI Keywords Slot
0.0.11 8 ~amd64 ~arm ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux 0
View Raw Ebuild
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DIST_AUTHOR=KIWANAMI
DIST_VERSION=v0.0.11
inherit perl-module

DESCRIPTION="An Asynchronous Remote Procedure Stack"
RESTRICT="mirror"

SLOT="0"
KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux"

BDEPEND="dev-perl/Module-Build"
RDEPEND="
	dev-perl/AnyEvent
	dev-perl/Data-SExpression
"

Inherited Eclasses

Dependencies

RDEPEND

	dev-perl/AnyEvent
	dev-perl/Data-SExpression

BDEPEND

dev-perl/Module-Build