From 437f30293325eae76f2a61b72177e44efe6cb151 Mon Sep 17 00:00:00 2001 From: Uilian Ries Date: Mon, 9 Mar 2020 08:58:57 -0300 Subject: [PATCH] Use folder 'all' for zyre Signed-off-by: Uilian Ries --- recipes/zyre/{2.0.0 => all}/CMakeLists.txt | 0 recipes/zyre/{2.0.0 => all}/conandata.yml | 0 recipes/zyre/{2.0.0 => all}/conanfile.py | 1 - .../patches/0001-cmake-use-conan-disable-executables.patch | 0 .../patches/0002-zyre-disable-git-escape-CMAKE_BUILD_TYPE.patch | 0 .../patches/0003-fix-zyre-self-test-on-windows.patch | 0 recipes/zyre/{2.0.0 => all}/test_package/CMakeLists.txt | 0 recipes/zyre/{2.0.0 => all}/test_package/conanfile.py | 0 recipes/zyre/{2.0.0 => all}/test_package/test_package.cpp | 0 9 files changed, 1 deletion(-) rename recipes/zyre/{2.0.0 => all}/CMakeLists.txt (100%) rename recipes/zyre/{2.0.0 => all}/conandata.yml (100%) rename recipes/zyre/{2.0.0 => all}/conanfile.py (99%) rename recipes/zyre/{2.0.0 => all}/patches/0001-cmake-use-conan-disable-executables.patch (100%) rename recipes/zyre/{2.0.0 => all}/patches/0002-zyre-disable-git-escape-CMAKE_BUILD_TYPE.patch (100%) rename recipes/zyre/{2.0.0 => all}/patches/0003-fix-zyre-self-test-on-windows.patch (100%) rename recipes/zyre/{2.0.0 => all}/test_package/CMakeLists.txt (100%) rename recipes/zyre/{2.0.0 => all}/test_package/conanfile.py (100%) rename recipes/zyre/{2.0.0 => all}/test_package/test_package.cpp (100%) diff --git a/recipes/zyre/2.0.0/CMakeLists.txt b/recipes/zyre/all/CMakeLists.txt similarity index 100% rename from recipes/zyre/2.0.0/CMakeLists.txt rename to recipes/zyre/all/CMakeLists.txt diff --git a/recipes/zyre/2.0.0/conandata.yml b/recipes/zyre/all/conandata.yml similarity index 100% rename from recipes/zyre/2.0.0/conandata.yml rename to recipes/zyre/all/conandata.yml diff --git a/recipes/zyre/2.0.0/conanfile.py b/recipes/zyre/all/conanfile.py similarity index 99% rename from recipes/zyre/2.0.0/conanfile.py rename to recipes/zyre/all/conanfile.py index c572a085d3fe0..3eed388c44e28 100644 --- a/recipes/zyre/2.0.0/conanfile.py +++ b/recipes/zyre/all/conanfile.py @@ -4,7 +4,6 @@ class ZyreConan(ConanFile): name = "zyre" - version = "2.0.0" license = "MPL-2.0" url = "https://github.com/conan-io/conan-center-index" homepage = "https://github.com/zeromq/zyre" diff --git a/recipes/zyre/2.0.0/patches/0001-cmake-use-conan-disable-executables.patch b/recipes/zyre/all/patches/0001-cmake-use-conan-disable-executables.patch similarity index 100% rename from recipes/zyre/2.0.0/patches/0001-cmake-use-conan-disable-executables.patch rename to recipes/zyre/all/patches/0001-cmake-use-conan-disable-executables.patch diff --git a/recipes/zyre/2.0.0/patches/0002-zyre-disable-git-escape-CMAKE_BUILD_TYPE.patch b/recipes/zyre/all/patches/0002-zyre-disable-git-escape-CMAKE_BUILD_TYPE.patch similarity index 100% rename from recipes/zyre/2.0.0/patches/0002-zyre-disable-git-escape-CMAKE_BUILD_TYPE.patch rename to recipes/zyre/all/patches/0002-zyre-disable-git-escape-CMAKE_BUILD_TYPE.patch diff --git a/recipes/zyre/2.0.0/patches/0003-fix-zyre-self-test-on-windows.patch b/recipes/zyre/all/patches/0003-fix-zyre-self-test-on-windows.patch similarity index 100% rename from recipes/zyre/2.0.0/patches/0003-fix-zyre-self-test-on-windows.patch rename to recipes/zyre/all/patches/0003-fix-zyre-self-test-on-windows.patch diff --git a/recipes/zyre/2.0.0/test_package/CMakeLists.txt b/recipes/zyre/all/test_package/CMakeLists.txt similarity index 100% rename from recipes/zyre/2.0.0/test_package/CMakeLists.txt rename to recipes/zyre/all/test_package/CMakeLists.txt diff --git a/recipes/zyre/2.0.0/test_package/conanfile.py b/recipes/zyre/all/test_package/conanfile.py similarity index 100% rename from recipes/zyre/2.0.0/test_package/conanfile.py rename to recipes/zyre/all/test_package/conanfile.py diff --git a/recipes/zyre/2.0.0/test_package/test_package.cpp b/recipes/zyre/all/test_package/test_package.cpp similarity index 100% rename from recipes/zyre/2.0.0/test_package/test_package.cpp rename to recipes/zyre/all/test_package/test_package.cpp