diff options
| author | Billy O'Neal <bion@microsoft.com> | 2021-09-14 13:41:56 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-14 13:41:56 -0700 |
| commit | cf2f757e1fd296c40e7a42162bb0c4c487360ee4 (patch) | |
| tree | c04c51df0be5afb980f1b66dc82d050c36b7efad | |
| parent | a35e2377cfb8a48aa5a5fdfb0d94b9e598c0b782 (diff) | |
| download | vcpkg-cf2f757e1fd296c40e7a42162bb0c4c487360ee4.tar.gz vcpkg-cf2f757e1fd296c40e7a42162bb0c4c487360ee4.zip | |
Revert "[stduuid] Adding new port stduuid (#16382)" (#20161)
This reverts commit e201002b4f4827d7b7b672f0c5c672a77fc3b77d.
| -rw-r--r-- | ports/stduuid/portfile.cmake | 30 | ||||
| -rw-r--r-- | ports/stduuid/vcpkg.json | 28 | ||||
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/s-/stduuid.json | 9 |
4 files changed, 0 insertions, 71 deletions
diff --git a/ports/stduuid/portfile.cmake b/ports/stduuid/portfile.cmake deleted file mode 100644 index ca21c5f9f..000000000 --- a/ports/stduuid/portfile.cmake +++ /dev/null @@ -1,30 +0,0 @@ -vcpkg_from_github(
- OUT_SOURCE_PATH SOURCE_PATH
- REPO mariusbancila/stduuid
- REF 5890c94bfac2f00f22a1c1481e5839c51d6a6f3f
- SHA512 82c5dc652c5c7cf0a51d4ec5d61203df1f55498d31b1a1812603391a09c95908d2cb3db396bd2e28c9ed42913cbc4c66b514fb5381bafdf50f6e32cbf545c3b9
- HEAD_REF master
-)
-
-vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
- FEATURES
- test UUID_BUILD_TESTS
- system-gen UUID_SYSTEM_GENERATOR
- cxx20-span UUID_USING_CXX20_SPAN
-)
-
-vcpkg_cmake_configure(
- SOURCE_PATH ${SOURCE_PATH}
- OPTIONS
- ${FEATURE_OPTIONS}
-)
-
-vcpkg_cmake_install()
-
-vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/${PORT})
-
-file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug")
-file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/lib")
-
-# Handle copyright
-file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
diff --git a/ports/stduuid/vcpkg.json b/ports/stduuid/vcpkg.json deleted file mode 100644 index 3646fbd87..000000000 --- a/ports/stduuid/vcpkg.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "stduuid", - "version-date": "2021-08-30", - "description": "A C++17 cross-platform single-header library implementation for universally unique identifiers, simply know as either UUID or GUID (mostly on Windows)", - "homepage": "https://github.com/mariusbancila/stduuid", - "license": "MIT", - "dependencies": [ - { - "name": "vcpkg-cmake", - "host": true - }, - { - "name": "vcpkg-cmake-config", - "host": true - } - ], - "features": { - "cxx20-span": { - "description": "Using span from std instead of gsl" - }, - "system-gen": { - "description": "Enable operating system uuid generator" - }, - "test": { - "description": "Build the unit tests" - } - } -} diff --git a/versions/baseline.json b/versions/baseline.json index 8915c42d0..d272013f6 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6228,10 +6228,6 @@ "baseline": "2020-09-14", "port-version": 1 }, - "stduuid": { - "baseline": "2021-08-30", - "port-version": 0 - }, "stlab": { "baseline": "1.6.2", "port-version": 1 diff --git a/versions/s-/stduuid.json b/versions/s-/stduuid.json deleted file mode 100644 index 430b96954..000000000 --- a/versions/s-/stduuid.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "versions": [ - { - "git-tree": "012e2fe37e183a722bedb2e469fb08daa3864f52", - "version-date": "2021-08-30", - "port-version": 0 - } - ] -} |
