Fully validating CKAN with deprecated bundles.

This commit is contained in:
Paul Fenwick 2014-10-31 15:26:19 +11:00
parent 1910345268
commit 63a852254c
8 changed files with 23 additions and 226 deletions

View File

@ -1,41 +0,0 @@
{
"spec_version": 1,
"name" : "Advanced Jet Engine (AJE)",
"abstract" : "Realistic jet engines for KSP",
"identifier": "AJE",
"download" : "https://github.com/NathanKell/AJE/releases/download/v1.5/AJE_v1.5.zip",
"license" : "LGPL-2.1",
"version" : "1.5",
"release_status" : "stable",
"ksp_version" : "0.24.2",
"resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/threads/70008",
"github" : {
"url" : "https://github.com/NathanKell/AJE",
"releases" : true
}
},
"install" : [
{
"file" : "AJE",
"install_to" : "GameData"
}
],
"depends" : [
{ "name" : "FerramAerospaceResearch" }
],
"recommends" : [
{ "name" : "RealFuels" },
{ "name" : "HotRockets" }
],
"bundles" : [
{
"file" : "ModuleManager.2.3.5.dll",
"identifier" : "ModuleManager",
"version" : "2.3.5",
"install_to" : "GameData",
"license" : "CC-BY-SA",
"required" : true
}
]
}

View File

@ -9,10 +9,10 @@
"release_status" : "stable",
"ksp_version" : "0.25",
"depends" : [
{ "name" : "CustomBiomesData" },
{ "name" : "CustomBiomesData" }
],
"recommends" : [
{ "name" : "CustomBiomesKerbal" },
{ "name" : "CustomBiomesKerbal" }
],
"resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/threads/66256"

View File

@ -9,7 +9,7 @@
"release_status" : "stable",
"ksp_version" : "any",
"depends" : [ { "name" : "CustomBiomes" } ],
"provides" : [ { "name" : "CustomBiomesData" } ],
"provides" : [ "CustomBiomesData" ],
"conflicts" : [ { "name" : "CustomBiomesData" } ],
"resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/threads/66256"

20
DeadlyReentry-v6.0.ckan Normal file
View File

@ -0,0 +1,20 @@
{
"spec_version": 1,
"name": "Deadly Reentry Continued",
"abstract": "Makes re-entry much more dangerous",
"identifier": "DeadlyReentry",
"license": "CC-BY-SA",
"release_status": "stable",
"ksp_version": "0.25",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/54954",
"github": {
"url": "https://github.com/NathanKell/DeadlyReentry"
}
},
"author": "NathanKell",
"version": "v6.0",
"download": "https://github.com/NathanKell/DeadlyReentry/releases/download/v6.0/DeadlyReentry_v6.0.zip",
"x_generated_by": "netkan",
"download_size": 1954943
}

View File

@ -1,34 +0,0 @@
{
"spec_version": 1,
"name" : "Deadly Reentry Continued",
"abstract" : "Makes re-entry much more dangerous",
"identifier": "DeadlyReentry",
"download" : "https://github.com/NathanKell/DeadlyReentry/releases/download/v5.2/DeadlyReentryCont_v5.2.zip",
"license" : "CC-BY-SA",
"version" : "v5.2",
"release_status" : "stable",
"ksp_version" : "0.24.2",
"resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/threads/54954",
"github" : {
"url" : "https://github.com/NathanKell/DeadlyReentry",
"releases" : true
}
},
"install" : [
{
"file" : "DeadlyReentry",
"install_to" : "GameData"
}
],
"bundles" : [
{
"file" : "ModuleManager.2.2.0.dll",
"identifier" : "ModuleManager",
"version" : "v2.2.0",
"install_to" : "GameData",
"license" : "CC-BY-SA",
"required" : true
}
]
}

View File

@ -1,42 +0,0 @@
{
"spec_version" : 1,
"name" : "Real Solar System",
"identifier" : "RealSolarSystem",
"abstract" : "Resizes and rearranges the Kerbal system to more closely resemble the Solar System",
"download" : "https://github.com/NathanKell/RealSolarSystem/releases/download/v8.0/RealSolarSystem_v8.0.zip",
"license" : "CC-BY-NC-SA",
"version" : "8.0",
"release_status" : "stable",
"ksp_version" : "0.25",
"depends" : [
{ "name" : "RSSTextures" },
{ "name" : "ModuleManager", "min_version" : "2.5.0" }
],
"recommends" : [
{ "name" : "RealismOverhaul" },
{ "name" : "Toolbar" }
],
"resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/threads/55145",
"github" : {
"url" : "https://github.com/NathanKell/RealSolarSystem",
"releases" : true
}
},
"install" : [
{
"file" : "RealSolarSystem",
"install_to" : "GameData"
}
],
"bundles" : [
{
"file" : "CustomBiomes",
"identifier" : "CustomBiomes",
"version" : "1.6.6",
"install_to" : "GameData",
"license" : "CC-BY-NC-SA",
"required" : false
}
]
}

View File

@ -1,53 +0,0 @@
{
"spec_version": 1,
"name": "Real Solar System",
"identifier": "RealSolarSystem",
"abstract": "Resizes and rearranges the Kerbal system to more closely resemble the Solar System",
"license": "CC-BY-NC-SA",
"release_status": "stable",
"ksp_version": "0.25",
"depends": [
{
"name": "RSSTextures"
},
{
"name": "ModuleManager",
"min_version": "2.5.0"
}
],
"recommends": [
{
"name": "RealismOverhaul"
},
{
"name": "Toolbar"
}
],
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/55145",
"github": {
"url": "https://github.com/NathanKell/RealSolarSystem"
}
},
"install": [
{
"file": "RealSolarSystem",
"install_to": "GameData"
}
],
"bundles": [
{
"file": "CustomBiomes",
"identifier": "CustomBiomes",
"version": "1.6.6",
"install_to": "GameData",
"license": "CC-BY-NC-SA",
"required": false
}
],
"author": "NathanKell",
"version": "v8.1.2",
"download": "https://github.com/NathanKell/RealSolarSystem/releases/download/v8.1.2/RealSolarSystem_v8.1.2.zip",
"comment": "Generated by gh2ckan",
"download_size": 221760
}

View File

@ -1,53 +0,0 @@
{
"spec_version": 1,
"name": "Real Solar System",
"identifier": "RealSolarSystem",
"abstract": "Resizes and rearranges the Kerbal system to more closely resemble the Solar System",
"license": "CC-BY-NC-SA",
"release_status": "stable",
"ksp_version": "0.25",
"depends": [
{
"name": "RSSTextures"
},
{
"name": "ModuleManager",
"min_version": "2.5.0"
}
],
"recommends": [
{
"name": "RealismOverhaul"
},
{
"name": "Toolbar"
}
],
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/55145",
"github": {
"url": "https://github.com/NathanKell/RealSolarSystem"
}
},
"install": [
{
"file": "RealSolarSystem",
"install_to": "GameData"
}
],
"bundles": [
{
"file": "CustomBiomes",
"identifier": "CustomBiomes",
"version": "1.6.6",
"install_to": "GameData",
"license": "CC-BY-NC-SA",
"required": false
}
],
"author": "NathanKell",
"version": "v8.2",
"download": "https://github.com/NathanKell/RealSolarSystem/releases/download/v8.2/RealSolarSystem_v8.2.zip",
"comment": "Generated by gh2ckan",
"download_size": 221881
}