commit: b20ef418f14d7774c5dd5236dd92176bf6b7b18b Author: Heather <Heather <AT> live <DOT> ru> AuthorDate: Mon Aug 10 12:07:25 2015 +0000 Commit: Heather Cynede <cynede <AT> gentoo <DOT> org> CommitDate: Mon Aug 10 12:07:25 2015 +0000 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=b20ef418
mono-addins corrections dev-dotnet/mono-addins/mono-addins-0.6.2-r1.ebuild | 10 ++--- dev-dotnet/mono-addins/mono-addins-1.0-r1.ebuild | 4 +- dev-dotnet/mono-addins/mono-addins-1.0.ebuild | 43 ---------------------- 3 files changed, 7 insertions(+), 50 deletions(-) diff --git a/dev-dotnet/mono-addins/mono-addins-0.6.2-r1.ebuild b/dev-dotnet/mono-addins/mono-addins-0.6.2-r1.ebuild index 6d95e7f..2ed03b7 100644 --- a/dev-dotnet/mono-addins/mono-addins-0.6.2-r1.ebuild +++ b/dev-dotnet/mono-addins/mono-addins-0.6.2-r1.ebuild @@ -2,9 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI="5" +EAPI=5 -inherit eutils autotools mono-env multilib +inherit eutils mono-env multilib DESCRIPTION="A generic framework for creating extensible applications" HOMEPAGE="http://www.mono-project.com/Mono.Addins" @@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="+gtk" RDEPEND=">=dev-lang/mono-2 - gtk? ( >=dev-dotnet/gtk-sharp-2.0 )" + gtk? ( >=dev-dotnet/gtk-sharp-2.0:2 )" DEPEND="${RDEPEND} virtual/pkgconfig" @@ -34,10 +34,10 @@ src_configure() { } src_compile() { - emake -j1 + emake -j1 #nowarn } src_install() { - emake -j1 DESTDIR="${D}" install + emake -j1 DESTDIR="${D}" install #nowarn mono_multilib_comply } diff --git a/dev-dotnet/mono-addins/mono-addins-1.0-r1.ebuild b/dev-dotnet/mono-addins/mono-addins-1.0-r1.ebuild index 3a38560..82e234a 100644 --- a/dev-dotnet/mono-addins/mono-addins-1.0-r1.ebuild +++ b/dev-dotnet/mono-addins/mono-addins-1.0-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI="5" +EAPI=5 inherit eutils dotnet multilib autotools-utils @@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="+gtk" RDEPEND=">=dev-lang/mono-3 - gtk? ( >=dev-dotnet/gtk-sharp-2.12.21 )" + gtk? ( >=dev-dotnet/gtk-sharp-2.12.21:2 )" DEPEND="${RDEPEND} virtual/pkgconfig" MAKEOPTS="${MAKEOPTS} -j1" #nowarn diff --git a/dev-dotnet/mono-addins/mono-addins-1.0.ebuild b/dev-dotnet/mono-addins/mono-addins-1.0.ebuild deleted file mode 100644 index 4839717..0000000 --- a/dev-dotnet/mono-addins/mono-addins-1.0.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="5" - -inherit dotnet multilib autotools-utils - -DESCRIPTION="A generic framework for creating extensible applications" -HOMEPAGE="http://www.mono-project.com/Mono.Addins" -SRC_URI="http://github.com/mono/${PN}/archive/${P}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="+gtk" - -RDEPEND=">=dev-lang/mono-3 - gtk? ( >=dev-dotnet/gtk-sharp-2.12.21 )" -DEPEND="${RDEPEND} - virtual/pkgconfig" -MAKEOPTS="${MAKEOPTS} -j1" #nowarn - -S="${WORKDIR}/${PN}-${P}" - -src_prepare() { - eautoreconf - autotools-utils_src_prepare - sed -i "s;Mono.Cairo;Mono.Cairo, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756;g" Mono.Addins.Gui/Mono.Addins.Gui.csproj || die "sed failed" -} - -src_configure() { - econf $(use_enable gtk gui) -} - -src_compile() { - default -} - -src_install() { - default - dotnet_multilib_comply -}
