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

(-)a/app-misc/beanstalkd/beanstalkd-1.4.3.ebuild (-1 / +7 lines)
Lines 10-16 SRC_URI="http://xph.us/dist/beanstalkd/${P}.tar.gz" Link Here
10
10
11
LICENSE="GPL-3"
11
LICENSE="GPL-3"
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
13
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc
14
~sparc-fbsd ~x86 ~x86-fbsd ~x64-macos ~x86-macos"
14
15
15
RDEPEND=">=dev-libs/libevent-1.4.7"
16
RDEPEND=">=dev-libs/libevent-1.4.7"
16
DEPEND="${RDEPEND}
17
DEPEND="${RDEPEND}
Lines 18-23 DEPEND="${RDEPEND} Link Here
18
19
19
IUSE="test"
20
IUSE="test"
20
21
22
src_compile() {
23
	econf --with-event="${EPREFIX}"/usr
24
	emake || die "emake failed"
25
}
26
21
pkg_preinst() {
27
pkg_preinst() {
22
	enewuser beanstalk -1 -1 /dev/null daemon
28
	enewuser beanstalk -1 -1 /dev/null daemon
23
}
29
}

Return to bug 303397