Merge pull request #29 from pjf/deprecate_bundles

Deprecate bundles and install options.
This commit is contained in:
Paul Fenwick 2014-10-31 22:44:26 +11:00
commit 628bec7f06
11 changed files with 166 additions and 233 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
}
]
}

27
CustomBiomes-1.6.8.ckan Normal file
View File

@ -0,0 +1,27 @@
{
"spec_version" : 1,
"name" : "Custom Biomes",
"identifier" : "CustomBiomes",
"abstract" : "Add or replace biomes to any celestial body in KSP",
"download" : "http://addons.cursecdn.com/files/2217%5C373/CustomBiomes_1_6_8.zip",
"license" : "CC-BY-NC-SA-3.0",
"version" : "1.6.8",
"release_status" : "stable",
"ksp_version" : "0.25",
"depends" : [
{ "name" : "CustomBiomesData" }
],
"recommends" : [
{ "name" : "CustomBiomesKerbal" }
],
"resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/threads/66256"
},
"install" : [
{
"file" : "CustomBiomes",
"install_to" : "GameData",
"filter" : "PluginData"
}
]
}

View File

@ -0,0 +1,25 @@
{
"spec_version" : 1,
"name" : "Custom Biomes (Kerbal data)",
"identifier" : "CustomBiomesKerbal",
"abstract" : "Custom biomes data for the Kerbal system",
"download" : "http://addons.cursecdn.com/files/2217%5C373/CustomBiomes_1_6_8.zip",
"license" : "CC-BY-NC-SA-3.0",
"version" : "1.6.8",
"release_status" : "stable",
"ksp_version" : "any",
"depends" : [ { "name" : "CustomBiomes" } ],
"provides" : [ "CustomBiomesData" ],
"conflicts" : [ { "name" : "CustomBiomesData" } ],
"resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/threads/66256"
},
"install" : [
{
"file" : "CustomBiomes",
"install_to" : "GameData",
"comment" : "This regexp only installs PluginData, and nothing else",
"filter_regexp" : "^(?!CustomBiomes/PluginData/)"
}
]
}

View File

@ -0,0 +1,44 @@
{
"spec_version": 1,
"name": "Custom Biomes (Real Solar System data)",
"identifier": "CustomBiomesRSS",
"abstract": "Custom biomes for the Real Solar System",
"license": "CC-BY-NC-SA",
"release_status": "stable",
"ksp_version": "any",
"depends": [
{
"name": "RealSolarSystem"
},
{
"name": "CustomBiomes"
}
],
"provides": [
"CustomBiomesData"
],
"conflicts": [
{
"name": "CustomBiomesData"
}
],
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/55145",
"github": {
"url": "https://github.com/NathanKell/RealSolarSystem"
}
},
"install": [
{
"file": "CustomBiomes",
"install_to": "GameData",
"comment": "This regexp only installs PluginData, and nothing else",
"filter_regexp": "^(?!CustomBiomes/PluginData/)"
}
],
"author": "NathanKell",
"version": "v8.2.1",
"download": "https://github.com/NathanKell/RealSolarSystem/releases/download/v8.2.1/RealSolarSystem_v8.2.1.zip",
"x_generated_by": "netkan",
"download_size": 221951
}

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
}
]
}

47
Firespitter-6.3.5.ckan Normal file
View File

@ -0,0 +1,47 @@
{
"spec_version": 1,
"identifier": "Firespitter",
"license": "restricted",
"comment": "Our version really depends on FirespitterCore",
"ksp_version_min": "0.24.2",
"resources": {
"github": {
"url": "https://github.com/snjo/Firespitter"
},
"kerbalstuff": {
"url": "https://kerbalstuff.com/mod/63/Firespitter"
},
"homepage": "http://forum.kerbalspaceprogram.com/showthread.php/24551-Firespitter"
},
"depends": [
{
"name": "FirespitterCore",
"min_version": "7.0.5398.27328"
}
],
"x_supports": [
{
"name": "PartCatalog"
}
],
"install": [
{
"file": "Firespitter",
"install_to": "GameData",
"filter": "Firespitter.dll",
"comment": "The DLL is installed from FirespitterCore"
},
{
"file": "PartCatalog",
"install_to": "GameData",
"comment": "Firespitter graphics for PartCatalog"
}
],
"name": "Firespitter",
"abstract": "Propeller plane and helicopter parts",
"author": "Snjo",
"version": "6.3.5",
"download": "https://kerbalstuff.com/mod/63/Firespitter/download/6.3.5",
"x_generated_by": "netkan",
"download_size": 37457313
}

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

@ -16,6 +16,9 @@
}
],
"recommends": [
{
"name": "CustomBiomesRSS"
},
{
"name": "RealismOverhaul"
},
@ -35,16 +38,6 @@
"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.1",
"download": "https://github.com/NathanKell/RealSolarSystem/releases/download/v8.2.1/RealSolarSystem_v8.2.1.zip",

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
}