commit: d161e93f812a1672761539c758b65584fbabd13c
Author: Heather <Heather <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Tue May 19 17:46:56 2015 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Tue May 19 17:46:56 2015 +0000
URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=d161e93f
clean up obsolete stuff in mono live ebuild
dev-lang/mono/mono-9999.ebuild | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/dev-lang/mono/mono-9999.ebuild b/dev-lang/mono/mono-9999.ebuild
index ee8d8bc..fd34cd2 100644
--- a/dev-lang/mono/mono-9999.ebuild
+++ b/dev-lang/mono/mono-9999.ebuild
@@ -97,19 +97,13 @@ src_configure() {
src_make() {
# Doesn't require previous mono to be installed
emake get-monolite-latest
- emake EXTERNAL_MCS=${PWD}/mcs/class/lib/monolite/gmcs.exe "$@" || die
"emake failed"
+ emake EXTERNAL_MCS=${PWD}/mcs/class/lib/monolite/gmcs.exe "$@"
}
src_test() {
- emake check || die "tests fails"
+ emake check
}
src_install() {
autotools-utils_src_install
-
- # Remove files not respecting LDFLAGS and that we are not supposed to
provide, see Fedora
- # mono.spec and
http://www.mail-archive.com/[email protected]/msg24870.html
- # for reference.
- rm -f "${ED}"/usr/lib/mono/{2.0,4.5}/mscorlib.dll.so
- rm -f "${ED}"/usr/lib/mono/{2.0,4.5}/mcs.exe.so
}