Skip to content

Commit

Permalink
[libgpod] Remove vcpkg_fail_port_install. (#22739)
Browse files Browse the repository at this point in the history
Previously there was no "supports", and there was overlap with ci.baseline.txt.

In support of #21502
  • Loading branch information
BillyONeal authored Jan 24, 2022
1 parent fb1df57 commit b06a316
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 12 deletions.
4 changes: 1 addition & 3 deletions ports/libgpod/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
vcpkg_fail_port_install(MESSAGE "${PORT} currently only supports Linux platform" ON_TARGET "Windows" "OSX")

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO fadingred/libgpod
Expand Down Expand Up @@ -37,4 +35,4 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)

# Handle copyright
file(COPY ${SOURCE_PATH}/README DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT})
file(INSTALL ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
file(INSTALL ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
3 changes: 2 additions & 1 deletion ports/libgpod/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "libgpod",
"version-date": "2019-08-29",
"port-version": 3,
"port-version": 4,
"description": "libgpod is a library meant to abstract access to an iPod content.",
"homepage": "https://github.com/fadingred/libgpod",
"supports": "!windows & !osx",
"dependencies": [
"glib",
"libplist",
Expand Down
7 changes: 0 additions & 7 deletions scripts/ci.baseline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -536,13 +536,6 @@ libgit2:x64-uwp=fail
libgo:arm-uwp=fail
libgo:x64-uwp=fail
libgo:arm64-windows=fail
libgpod:arm64-windows=fail
libgpod:arm-uwp=fail
libgpod:x64-uwp=fail
libgpod:x64-windows=fail
libgpod:x64-windows-static=fail
libgpod:x64-windows-static-md=fail
libgpod:x86-windows=fail
libhdfs3:x64-linux=fail
libhdfs3:x64-osx=fail
libhydrogen:arm64-windows=fail
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3522,7 +3522,7 @@
},
"libgpod": {
"baseline": "2019-08-29",
"port-version": 3
"port-version": 4
},
"libgta": {
"baseline": "1.0.8",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libgpod.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "7006c4e3b96b2f99797857f8fee4496871940eff",
"version-date": "2019-08-29",
"port-version": 4
},
{
"git-tree": "5adfcf9af0bb6d32ba1d2f28df12216795406115",
"version-date": "2019-08-29",
Expand Down

0 comments on commit b06a316

Please sign in to comment.