You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-perl/Gearman-Server/Gearman-Server-1.120.0-r1.e...

32 lines
674 B

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
MODULE_AUTHOR=DORMANDO
MODULE_VERSION=1.12
inherit perl-module
DESCRIPTION="Gearman distributed job system - worker/client connector"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RDEPEND="
>=dev-perl/Danga-Socket-1.520.0
>=dev-perl/Gearman-1.07
!!sys-cluster/gearmand
"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
"
PATCHES=( "${FILESDIR}/$PN-1.09-Use-saner-name-in-process-listing.patch" )
src_install() {
perl-module_src_install
newinitd "${FILESDIR}"/gearmand-init.d-1.09 gearmand
newconfd "${FILESDIR}"/gearmand-conf.d-1.09 gearmand
}