diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2007-05-13 08:10:05 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2007-05-13 08:10:05 +0000 |
commit | 90ab44c3efec78854dcd4fc28662153fddc241c8 (patch) | |
tree | 15bc8b6719c21755be38850b414bcb1313809db1 /dev-perl/Gearman-Server/Gearman-Server-1.09-r1.ebuild | |
parent | add herd to missing metadata.xml files in category app-admin (diff) | |
download | gentoo-2-90ab44c3efec78854dcd4fc28662153fddc241c8.tar.gz gentoo-2-90ab44c3efec78854dcd4fc28662153fddc241c8.tar.bz2 gentoo-2-90ab44c3efec78854dcd4fc28662153fddc241c8.zip |
Patch gearmand to have a suitable cmdline in the process listing, and thus simplify the init script greatly.
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-perl/Gearman-Server/Gearman-Server-1.09-r1.ebuild')
-rw-r--r-- | dev-perl/Gearman-Server/Gearman-Server-1.09-r1.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-perl/Gearman-Server/Gearman-Server-1.09-r1.ebuild b/dev-perl/Gearman-Server/Gearman-Server-1.09-r1.ebuild new file mode 100644 index 000000000000..b0d9bf4c0c9b --- /dev/null +++ b/dev-perl/Gearman-Server/Gearman-Server-1.09-r1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gearman-Server/Gearman-Server-1.09-r1.ebuild,v 1.1 2007/05/13 08:10:05 robbat2 Exp $ + +inherit perl-module + +DESCRIPTION="Gearman distributed job system - worker/client connector" +HOMEPAGE="http://search.cpan.org/search?query=Gearman-Server&mode=dist" +SRC_URI="mirror://cpan/authors/id/B/BR/BRADFITZ/${P}.tar.gz" + +IUSE="" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~amd64 ~ppc ~x86" + +DEPEND=">=dev-perl/Danga-Socket-1.57 + >=dev-perl/Gearman-1.07 + dev-lang/perl" + +mydoc="CHANGES" + +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 +} |