commit: dc92f5bf8388f51dcf489cb66465c7ed8731ed1e
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 9 08:48:07 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Oct 9 09:03:50 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc92f5bf
dev-dotnet/nini: Fix compat with mono-4
Package-Manager: portage-2.3.1
dev-dotnet/nini/nini-1.1.0-r2.ebuild | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/dev-dotnet/nini/nini-1.1.0-r2.ebuild
b/dev-dotnet/nini/nini-1.1.0-r2.ebuild
index b828a7e..2ccc1bc 100644
--- a/dev-dotnet/nini/nini-1.1.0-r2.ebuild
+++ b/dev-dotnet/nini/nini-1.1.0-r2.ebuild
@@ -1,9 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=2
-
+EAPI=5
inherit mono multilib versionator
DESCRIPTION="Nini - A configuration library for .NET"
@@ -18,21 +17,21 @@ IUSE="debug"
RDEPEND=">=dev-lang/mono-2"
DEPEND="${RDEPEND}
app-arch/sharutils
- sys-apps/sed"
+"
-S=${WORKDIR}/Nini/Source
+S="${WORKDIR}/Nini/Source"
src_prepare() {
- uudecode -o Nini.snk "${FILESDIR}"/Nini.snk.uue
+ uudecode -o Nini.snk "${FILESDIR}"/Nini.snk.uue || die
}
src_configure() {
- use debug&&DEBUG="-debug"
+ use debug && DEBUG="-debug"
}
src_compile() {
#See nini in Debian for info
- gmcs ${DEBUG} \
+ mcs ${DEBUG} \
-nowarn:1616 \
-target:library \
-out:Nini.dll \