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