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

(-)snappy-1.1.2-r1.ebuild.old (-3 / +2 lines)
Lines 4-10 Link Here
4
4
5
EAPI="5"
5
EAPI="5"
6
6
7
inherit eutils autotools-multilib
7
inherit eutils autotools-multilib base
8
8
9
DESCRIPTION="A high-speed compression/decompression library by Google"
9
DESCRIPTION="A high-speed compression/decompression library by Google"
10
HOMEPAGE="https://code.google.com/p/snappy/"
10
HOMEPAGE="https://code.google.com/p/snappy/"
Lines 17-30 Link Here
17
IUSE="static-libs"
17
IUSE="static-libs"
18
18
19
src_prepare() {
19
src_prepare() {
20
	default
21
22
	# Avoid automagic lzo and gzip by not checking for it
20
	# Avoid automagic lzo and gzip by not checking for it
23
	sed -i '/^CHECK_EXT_COMPRESSION_LIB/d' configure.ac || die
21
	sed -i '/^CHECK_EXT_COMPRESSION_LIB/d' configure.ac || die
24
22
25
	# don't install unwanted files
23
	# don't install unwanted files
26
	sed -i 's/COPYING INSTALL//' Makefile.am || die
24
	sed -i 's/COPYING INSTALL//' Makefile.am || die
27
25
26
	base_src_prepare
28
	eautoreconf
27
	eautoreconf
29
}
28
}
30
29

Return to bug 523026