commit:     2efbca4649d8b2ac09150113bb4c5d2aa33333a2
Author:     ArsenShnurkov <ArsenShnurkov <AT> users <DOT> noreply <DOT> github 
<DOT> com>
AuthorDate: Tue Jan 30 17:27:43 2018 +0000
Commit:     Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
CommitDate: Tue Jan 30 17:27:43 2018 +0000
URL:        https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=2efbca46

remove dependency

 .../files/mono-System.Collections.Immutable.csproj | 22 ++++++++++++++++------
 ...ystem-collections-immutable-2.0.0_pre-r1.ebuild |  8 ++++----
 2 files changed, 20 insertions(+), 10 deletions(-)

diff --git 
a/dev-dotnet/system-collections-immutable/files/mono-System.Collections.Immutable.csproj
 
b/dev-dotnet/system-collections-immutable/files/mono-System.Collections.Immutable.csproj
index cf547ed..4990140 100644
--- 
a/dev-dotnet/system-collections-immutable/files/mono-System.Collections.Immutable.csproj
+++ 
b/dev-dotnet/system-collections-immutable/files/mono-System.Collections.Immutable.csproj
@@ -107,17 +107,27 @@
     <Compile Include="AV.cs" />
     <Compile 
Include="$(CommonPath)/System/Runtime/Versioning/NonVersionableAttribute.cs" />
   </ItemGroup>
+  <ItemGroup>
+    <Reference Include="System" />
+    <Reference Include="System.Core" />
+  </ItemGroup>
   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
-  <Import Project="$(MSBuildExtensionsPath)\MSBuild.Community.Tasks.Targets" />
   <Import Project="$(MSBuildExtensionsPath)\resources.targets" />
   <Target Name="BeforeBuild">
     <PropertyGroup Condition=" '$(VersionNumber)' == '' ">
       <VersionNumber>2.0.0.0</VersionNumber>
     </PropertyGroup>
-    <AssemblyInfo CodeLanguage="C#" OutputFile="AV.cs" 
AssemblyVersion="$(VersionNumber)" AssemblyFileVersion="$(VersionNumber)" />
+    <ItemGroup>
+      <AssemblyAttributes Include="AssemblyVersion">
+        <_Parameter1>$(VersionNumber)</_Parameter1>
+      </AssemblyAttributes>
+      <AssemblyAttributes Include="AssemblyFileVersion">
+        <_Parameter1>$(VersionNumber)</_Parameter1>
+      </AssemblyAttributes>
+      <AssemblyAttributes Include="AssemblyInformationalVersion">
+        <_Parameter1>$(VersionNumber)</_Parameter1>
+      </AssemblyAttributes>   
+      </ItemGroup>
+    <WriteCodeFragment Language="C#" OutputFile="AV.cs" 
AssemblyAttributes="@(AssemblyAttributes)" />
   </Target>
-  <ItemGroup>
-    <Reference Include="System" />
-    <Reference Include="System.Core" />
-  </ItemGroup>
 </Project>

diff --git 
a/dev-dotnet/system-collections-immutable/system-collections-immutable-2.0.0_pre-r1.ebuild
 
b/dev-dotnet/system-collections-immutable/system-collections-immutable-2.0.0_pre-r1.ebuild
index a4ac334..f5dafb0 100644
--- 
a/dev-dotnet/system-collections-immutable/system-collections-immutable-2.0.0_pre-r1.ebuild
+++ 
b/dev-dotnet/system-collections-immutable/system-collections-immutable-2.0.0_pre-r1.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=6
+EAPI="6"
+
 RESTRICT="mirror"
 KEYWORDS="~amd64"
 SLOT="0"
@@ -10,7 +11,7 @@ SLOT="0"
 USE_DOTNET="net45"
 IUSE="+${USE_DOTNET} +gac developer debug doc"
 
-inherit gac dotnet
+inherit dotnet xbuild gac
 
 GITHUB_ACCOUNT="dotnet"
 GITHUB_PROJECTNAME="corefx"
@@ -28,7 +29,6 @@ RDEPEND="${COMMON_DEPEND}
 "
 DEPEND="${COMMON_DEPEND}
        dev-dotnet/buildtools
-       >=dev-dotnet/msbuildtasks-1.5.0.240
 "
 
 PROJ1=System.Collections.Immutable

Reply via email to