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

(-)mono-4.4.1.0.ebuild~ (-2 / +7 lines)
Lines 3-9 Link Here
3
3
4
EAPI=6
4
EAPI=6
5
5
6
inherit eutils linux-info mono-env flag-o-matic pax-utils versionator multilib-minimal
6
inherit autotools eutils linux-info mono-env flag-o-matic pax-utils versionator multilib-minimal
7
7
8
DESCRIPTION="Mono runtime and class libraries, a C# compiler/interpreter"
8
DESCRIPTION="Mono runtime and class libraries, a C# compiler/interpreter"
9
HOMEPAGE="http://www.mono-project.com/Main_Page"
9
HOMEPAGE="http://www.mono-project.com/Main_Page"
Lines 31-36 DEPEND="${COMMONDEPEND} Link Here
31
	!dev-lang/mono-basic
31
	!dev-lang/mono-basic
32
"
32
"
33
33
34
PATCHES=(
35
	"${FILESDIR}"/${PN}-4.8.0.371-makedev.patch
36
)
37
34
S="${WORKDIR}/${PN}-$(get_version_component_range 1-3)"
38
S="${WORKDIR}/${PN}-$(get_version_component_range 1-3)"
35
39
36
pkg_pretend() {
40
pkg_pretend() {
Lines 80-86 src_prepare() { Link Here
80
	#epatch "${FILESDIR}/fix-for-bug36724.patch"
84
	#epatch "${FILESDIR}/fix-for-bug36724.patch"
81
85
82
	default
86
	default
83
	#eapply_user
87
	# PATCHES contains configure.ac patch
88
	eautoreconf
84
	multilib_copy_sources
89
	multilib_copy_sources
85
}
90
}
86
91

Return to bug 638746