Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 500476 | Differences between
and this patch

Collapse All | Expand All

(-)czmq-2.2.0.ebuild (-1 / +8 lines)
Lines 8-14 Link Here
8
8
9
inherit autotools-utils
9
inherit autotools-utils
10
10
11
DESCRIPTION=" High-level C Binding for ZeroMQ"
11
DESCRIPTION="High-level C Binding for ZeroMQ"
12
HOMEPAGE="http://czmq.zeromq.org"
12
HOMEPAGE="http://czmq.zeromq.org"
13
SRC_URI="http://download.zeromq.org/${P}.tar.gz"
13
SRC_URI="http://download.zeromq.org/${P}.tar.gz"
14
14
Lines 38-42 Link Here
38
src_install() {
38
src_install() {
39
	autotools-utils_src_install
39
	autotools-utils_src_install
40
40
41
	# See https://bugs.gentoo.org/show_bug.cgi?id=500476
42
	ebegin "Renaming makecert to czmq_makecert"
43
	mv "${D}"/usr/bin/makecert "${D}"/usr/bin/czmq_makecert
44
	eend
45
46
	elog "To avoid colliding with Mono, this package's makecert utility was renamed czmq_makecert."
47
41
	doman doc/*.[1-9]
48
	doman doc/*.[1-9]
42
}
49
}

Return to bug 500476