Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 298875
Collapse All | Expand All

(-)/usr/portage/app-misc/beanstalkd/beanstalkd-1.4.3.ebuild (+6 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/app-misc/beanstalkd/beanstalkd-1.4.3.ebuild,v 1.1 2010/01/04 19:03:07 patrick Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-misc/beanstalkd/beanstalkd-1.4.3.ebuild,v 1.1 2010/01/04 19:03:07 patrick Exp $
4
4
5
EAPI="2"
6
5
inherit eutils
7
inherit eutils
6
8
7
DESCRIPTION="A fast, distributed, in-memory workqueue service"
9
DESCRIPTION="A fast, distributed, in-memory workqueue service"
Lines 22-27 Link Here
22
	enewuser beanstalk -1 -1 /dev/null daemon
24
	enewuser beanstalk -1 -1 /dev/null daemon
23
}
25
}
24
26
27
src_configure() {
28
	econf --docdir=/usr/share/${PF}
29
}
30
25
src_install() {
31
src_install() {
26
	emake DESTDIR="${D}" install || die "emake install failed."
32
	emake DESTDIR="${D}" install || die "emake install failed."
27
33

Return to bug 298875