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

(-)libevent-2.0.3.ebuild (-4 / +4 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2010 Gentoo Foundation
1
# Copyright 1999-2010 Gentoo Foundation
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/dev-libs/libevent/libevent-2.0.3.ebuild,v 1.2 2010/01/14 21:28:03 fauli Exp $
3
# $Header: $
4
5
EAPI="2"
4
6
5
inherit libtool
7
inherit libtool
6
8
Lines 24-32 Link Here
24
	prevver=$(best_version ${CATEGORY}/${PN})
26
	prevver=$(best_version ${CATEGORY}/${PN})
25
}
27
}
26
28
27
src_unpack() {
29
src_prepare() {
28
	unpack ${A}
29
	cd "${S}"
30
	# don't waste time building tests/samples
30
	# don't waste time building tests/samples
31
	sed -i \
31
	sed -i \
32
		-e 's|^\(SUBDIRS =.*\)sample test\(.*\)$|\1\2|' \
32
		-e 's|^\(SUBDIRS =.*\)sample test\(.*\)$|\1\2|' \

Return to bug 308711