From 080772e91a7644bb7d43128b0eb915d43a0d4efb Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Mon, 1 Feb 2016 20:51:07 +0501 Subject: [PATCH] servo: Merge #9485 - Update references to pcwalton's repositories (from servo:pcwalton); r=nox Source-Repo: https://github.com/servo/servo Source-Revision: e7371b36dd0d3142e65fa54f87e023671c509e35 --- servo/ORGANIZATION.md | 2 +- servo/components/compositing/Cargo.toml | 12 ++++++------ servo/components/servo/Cargo.lock | 6 +++--- servo/components/servo/Cargo.toml | 12 ++++++------ servo/ports/cef/Cargo.lock | 6 +++--- servo/ports/gonk/Cargo.lock | 6 +++--- 6 files changed, 22 insertions(+), 22 deletions(-) diff --git a/servo/ORGANIZATION.md b/servo/ORGANIZATION.md index 14a99a37fff6..d40d71fcdee1 100644 --- a/servo/ORGANIZATION.md +++ b/servo/ORGANIZATION.md @@ -100,7 +100,7 @@ * , : bindings to SpiderMonkey * : an HTTP implementation * : an HTML5 parser -* : an IPC implementation +* : an IPC implementation * : image decoders * : cross-platform windowing and input * : bindings to Moz2D/Azure (cross-platform 2D rendering library) diff --git a/servo/components/compositing/Cargo.toml b/servo/components/compositing/Cargo.toml index 708fd6fd6ad2..7c2d91a5d6c7 100644 --- a/servo/components/compositing/Cargo.toml +++ b/servo/components/compositing/Cargo.toml @@ -64,22 +64,22 @@ git = "https://github.com/servo/ipc-channel" git = "https://github.com/ecoal95/rust-offscreen-rendering-context" [target.arm-linux-androideabi.dependencies.gaol] -git = "https://github.com/pcwalton/gaol" +git = "https://github.com/servo/gaol" [target.x86_64-apple-darwin.dependencies.gaol] -git = "https://github.com/pcwalton/gaol" +git = "https://github.com/servo/gaol" [target.x86_64-unknown-linux-gnu.dependencies.gaol] -git = "https://github.com/pcwalton/gaol" +git = "https://github.com/servo/gaol" [target.i686-unknown-linux-gnu.dependencies.gaol] -git = "https://github.com/pcwalton/gaol" +git = "https://github.com/servo/gaol" [target.arm-unknown-linux-gnueabihf.dependencies.gaol] -git = "https://github.com/pcwalton/gaol" +git = "https://github.com/servo/gaol" [target.aarch64-unknown-linux-gnu.dependencies.gaol] -git = "https://github.com/pcwalton/gaol" +git = "https://github.com/servo/gaol" [dependencies] app_units = {version = "0.1", features = ["plugins"]} diff --git a/servo/components/servo/Cargo.lock b/servo/components/servo/Cargo.lock index c0777983ce82..fe810d3d6744 100644 --- a/servo/components/servo/Cargo.lock +++ b/servo/components/servo/Cargo.lock @@ -11,7 +11,7 @@ dependencies = [ "devtools_traits 0.0.1", "env_logger 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "gaol 0.0.1 (git+https://github.com/pcwalton/gaol)", + "gaol 0.0.1 (git+https://github.com/servo/gaol)", "gfx 0.0.1", "gfx_tests 0.0.1", "gleam 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -249,7 +249,7 @@ dependencies = [ "core-text 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "devtools_traits 0.0.1", "euclid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "gaol 0.0.1 (git+https://github.com/pcwalton/gaol)", + "gaol 0.0.1 (git+https://github.com/servo/gaol)", "gfx 0.0.1", "gfx_traits 0.0.1", "gleam 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -584,7 +584,7 @@ dependencies = [ [[package]] name = "gaol" version = "0.0.1" -source = "git+https://github.com/pcwalton/gaol#e1349d8d3d933b3a90f9c86baa390261c510e019" +source = "git+https://github.com/servo/gaol#e1349d8d3d933b3a90f9c86baa390261c510e019" dependencies = [ "libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/servo/components/servo/Cargo.toml b/servo/components/servo/Cargo.toml index e2c8c6766b8f..606fc097c0ac 100644 --- a/servo/components/servo/Cargo.toml +++ b/servo/components/servo/Cargo.toml @@ -126,22 +126,22 @@ version = "0.3" features = ["release_max_level_info"] [target.arm-linux-androideabi.dependencies.gaol] -git = "https://github.com/pcwalton/gaol" +git = "https://github.com/servo/gaol" [target.x86_64-apple-darwin.dependencies.gaol] -git = "https://github.com/pcwalton/gaol" +git = "https://github.com/servo/gaol" [target.x86_64-unknown-linux-gnu.dependencies.gaol] -git = "https://github.com/pcwalton/gaol" +git = "https://github.com/servo/gaol" [target.i686-unknown-linux-gnu.dependencies.gaol] -git = "https://github.com/pcwalton/gaol" +git = "https://github.com/servo/gaol" [target.arm-unknown-linux-gnueabihf.dependencies.gaol] -git = "https://github.com/pcwalton/gaol" +git = "https://github.com/servo/gaol" [target.aarch64-unknown-linux-gnu.dependencies.gaol] -git = "https://github.com/pcwalton/gaol" +git = "https://github.com/servo/gaol" [dependencies.ipc-channel] git = "https://github.com/servo/ipc-channel" diff --git a/servo/ports/cef/Cargo.lock b/servo/ports/cef/Cargo.lock index f266f78660b1..aebba34aa5f7 100644 --- a/servo/ports/cef/Cargo.lock +++ b/servo/ports/cef/Cargo.lock @@ -250,7 +250,7 @@ dependencies = [ "core-text 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "devtools_traits 0.0.1", "euclid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "gaol 0.0.1 (git+https://github.com/pcwalton/gaol)", + "gaol 0.0.1 (git+https://github.com/servo/gaol)", "gfx 0.0.1", "gfx_traits 0.0.1", "gleam 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -552,7 +552,7 @@ dependencies = [ [[package]] name = "gaol" version = "0.0.1" -source = "git+https://github.com/pcwalton/gaol#e1349d8d3d933b3a90f9c86baa390261c510e019" +source = "git+https://github.com/servo/gaol#e1349d8d3d933b3a90f9c86baa390261c510e019" dependencies = [ "libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1553,7 +1553,7 @@ dependencies = [ "devtools_traits 0.0.1", "env_logger 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "gaol 0.0.1 (git+https://github.com/pcwalton/gaol)", + "gaol 0.0.1 (git+https://github.com/servo/gaol)", "gfx 0.0.1", "gleam 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "glutin_app 0.0.1", diff --git a/servo/ports/gonk/Cargo.lock b/servo/ports/gonk/Cargo.lock index 22f1d6acbce6..2d355cf7725d 100644 --- a/servo/ports/gonk/Cargo.lock +++ b/servo/ports/gonk/Cargo.lock @@ -231,7 +231,7 @@ dependencies = [ "core-text 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "devtools_traits 0.0.1", "euclid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "gaol 0.0.1 (git+https://github.com/pcwalton/gaol)", + "gaol 0.0.1 (git+https://github.com/servo/gaol)", "gfx 0.0.1", "gfx_traits 0.0.1", "gleam 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -543,7 +543,7 @@ dependencies = [ [[package]] name = "gaol" version = "0.0.1" -source = "git+https://github.com/pcwalton/gaol#e1349d8d3d933b3a90f9c86baa390261c510e019" +source = "git+https://github.com/servo/gaol#e1349d8d3d933b3a90f9c86baa390261c510e019" dependencies = [ "libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1524,7 +1524,7 @@ dependencies = [ "devtools_traits 0.0.1", "env_logger 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "gaol 0.0.1 (git+https://github.com/pcwalton/gaol)", + "gaol 0.0.1 (git+https://github.com/servo/gaol)", "gfx 0.0.1", "gleam 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)",