commit:     d274e1bc62091b5e4eb7db39026402bb71963583
Author:     ArsenShnurkov <Arsen.Shnurkov <AT> gmail <DOT> com>
AuthorDate: Fri Jan 22 00:46:07 2016 +0000
Commit:     Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Fri Jan 22 00:46:07 2016 +0000
URL:        https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=d274e1bc

remove old version of package

 .../newtonsoftjson/files/Newtonsoft.Json.nuspec    | 45 ----------------------
 .../newtonsoftjson/files/removing-tests.patch      | 33 ----------------
 dev-dotnet/newtonsoftjson/metadata.xml             |  9 -----
 3 files changed, 87 deletions(-)

diff --git a/dev-dotnet/newtonsoftjson/files/Newtonsoft.Json.nuspec 
b/dev-dotnet/newtonsoftjson/files/Newtonsoft.Json.nuspec
deleted file mode 100644
index a557d6b..0000000
--- a/dev-dotnet/newtonsoftjson/files/Newtonsoft.Json.nuspec
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd";>
-  <metadata>
-    <id>Newtonsoft.Json</id>
-    <version>@Version@</version>
-    <title>Json.NET</title>
-    <description>Json.NET is a popular high-performance JSON framework for 
.NET</description>
-    <authors>James Newton-King</authors>
-    <language>en-US</language>
-    <projectUrl>http://www.newtonsoft.com/json</projectUrl>
-    <iconUrl>http://www.newtonsoft.com/content/images/nugeticon.png</iconUrl>
-    
<licenseUrl>https://raw.github.com/JamesNK/Newtonsoft.Json/master/LICENSE.md</licenseUrl>
-    <tags>json</tags>
-    <dependencies>
-      <group targetFramework="net45" />
-      <group targetFramework=".NETPlatform5.0">
-        <dependency id="Microsoft.CSharp" version="4.0.0" />
-        <dependency id="System.Collections" version="4.0.10" />
-        <dependency id="System.Collections.Concurrent" version="4.0.10" />
-        <dependency id="System.ComponentModel.TypeConverter" version="4.0.0" />
-        <dependency id="System.Diagnostics.Debug" version="4.0.10" />
-        <dependency id="System.Diagnostics.Tools" version="4.0.0" />
-        <dependency id="System.Dynamic.Runtime" version="4.0.10" />
-        <dependency id="System.Globalization" version="4.0.10" />
-        <dependency id="System.IO" version="4.0.10" />
-        <dependency id="System.Linq" version="4.0.0" />
-        <dependency id="System.Linq.Expressions" version="4.0.10" />
-        <dependency id="System.ObjectModel" version="4.0.10" />
-        <dependency id="System.Reflection" version="4.0.10" />
-        <dependency id="System.Reflection.Extensions" version="4.0.0" />
-        <dependency id="System.Runtime" version="4.0.20" />
-        <dependency id="System.Runtime.Extensions" version="4.0.10" />
-        <dependency id="System.Runtime.Numerics" version="4.0.0" />
-        <dependency id="System.Runtime.Serialization.Primitives" 
version="4.0.10" />
-        <dependency id="System.Text.Encoding" version="4.0.10" />
-        <dependency id="System.Text.Encoding.Extensions" version="4.0.10" />
-        <dependency id="System.Text.RegularExpressions" version="4.0.10" />
-        <dependency id="System.Threading" version="4.0.10" />
-        <dependency id="System.Threading.Tasks" version="4.0.10" />
-        <dependency id="System.Xml.ReaderWriter" version="4.0.10" />
-        <dependency id="System.Xml.XDocument" version="4.0.10" />
-      </group>
-    </dependencies>
-  </metadata>
-</package>

diff --git a/dev-dotnet/newtonsoftjson/files/removing-tests.patch 
b/dev-dotnet/newtonsoftjson/files/removing-tests.patch
deleted file mode 100644
index 50d3562..0000000
--- a/dev-dotnet/newtonsoftjson/files/removing-tests.patch
+++ /dev/null
@@ -1,33 +0,0 @@
---- a/Src/Newtonsoft.Json.sln  2015-08-31 08:43:56.000000000 +0300
-+++ b/Src/Newtonsoft.Json.sln  2015-09-01 18:48:51.000000000 +0300
-@@ -1,14 +1,10 @@
- 
- Microsoft Visual Studio Solution File, Format Version 12.00
--# Visual Studio 14
-+# Visual Studio 2012
- VisualStudioVersion = 14.0.23107.0
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Newtonsoft.Json", 
"Newtonsoft.Json\Newtonsoft.Json.csproj", 
"{EEEA67F9-9089-481D-A4DC-0966DEC9FD7D}"
- EndProject
--Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Newtonsoft.Json.Tests", 
"Newtonsoft.Json.Tests\Newtonsoft.Json.Tests.csproj", 
"{CCD1B8C4-7349-409C-A090-A9B9A1ABD981}"
--EndProject
--Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = 
"Newtonsoft.Json.TestConsole", 
"Newtonsoft.Json.TestConsole\Newtonsoft.Json.TestConsole.csproj", 
"{3CC9C2DF-CD0A-4096-BF46-B4AFDF0147D2}"
--EndProject
- Global
-       GlobalSection(SolutionConfigurationPlatforms) = preSolution
-               Debug|Any CPU = Debug|Any CPU
-@@ -19,14 +15,6 @@
-               {EEEA67F9-9089-481D-A4DC-0966DEC9FD7D}.Debug|Any CPU.Build.0 = 
Debug|Any CPU
-               {EEEA67F9-9089-481D-A4DC-0966DEC9FD7D}.Release|Any 
CPU.ActiveCfg = Release|Any CPU
-               {EEEA67F9-9089-481D-A4DC-0966DEC9FD7D}.Release|Any CPU.Build.0 
= Release|Any CPU
--              {CCD1B8C4-7349-409C-A090-A9B9A1ABD981}.Debug|Any CPU.ActiveCfg 
= Debug|Any CPU
--              {CCD1B8C4-7349-409C-A090-A9B9A1ABD981}.Debug|Any CPU.Build.0 = 
Debug|Any CPU
--              {CCD1B8C4-7349-409C-A090-A9B9A1ABD981}.Release|Any 
CPU.ActiveCfg = Release|Any CPU
--              {CCD1B8C4-7349-409C-A090-A9B9A1ABD981}.Release|Any CPU.Build.0 
= Release|Any CPU
--              {3CC9C2DF-CD0A-4096-BF46-B4AFDF0147D2}.Debug|Any CPU.ActiveCfg 
= Debug|Any CPU
--              {3CC9C2DF-CD0A-4096-BF46-B4AFDF0147D2}.Debug|Any CPU.Build.0 = 
Debug|Any CPU
--              {3CC9C2DF-CD0A-4096-BF46-B4AFDF0147D2}.Release|Any 
CPU.ActiveCfg = Release|Any CPU
--              {3CC9C2DF-CD0A-4096-BF46-B4AFDF0147D2}.Release|Any CPU.Build.0 
= Release|Any CPU
-       EndGlobalSection
-       GlobalSection(SolutionProperties) = preSolution
-               HideSolutionNode = FALSE

diff --git a/dev-dotnet/newtonsoftjson/metadata.xml 
b/dev-dotnet/newtonsoftjson/metadata.xml
deleted file mode 100644
index 22785a3..0000000
--- a/dev-dotnet/newtonsoftjson/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-  <herd>dotnet</herd>
-  <maintainer>
-    <email>[email protected]</email>
-    <name>dotnet</name>
-  </maintainer>
-</pkgmetadata>

Reply via email to