From bf2e6e293098c6b0f0739d27eadf705749421008 Mon Sep 17 00:00:00 2001 From: Izzy Date: Mon, 5 Aug 2019 21:58:43 +0000 Subject: [PATCH] UncleFinneysPoker: converting to Yaml and moving to archive as the app no longer seems to work, see #1719 --- metadata/com.liveplayergames.finneypoker.txt | 50 ---------------- metadata/com.liveplayergames.finneypoker.yml | 62 ++++++++++++++++++++ 2 files changed, 62 insertions(+), 50 deletions(-) delete mode 100644 metadata/com.liveplayergames.finneypoker.txt create mode 100644 metadata/com.liveplayergames.finneypoker.yml diff --git a/metadata/com.liveplayergames.finneypoker.txt b/metadata/com.liveplayergames.finneypoker.txt deleted file mode 100644 index 3690cfd30f..0000000000 --- a/metadata/com.liveplayergames.finneypoker.txt +++ /dev/null @@ -1,50 +0,0 @@ -Categories:Money,Games -License:AGPL-3.0-only -Web Site:https://www.unclefinneyspoker.com/ -Source Code:https://github.com/liveplayergames/UFP -Issue Tracker:https://github.com/liveplayergames/UFP/issues - -Auto Name:Uncle Finney's Poker -Summary:Play head-to-head poker and bet Ether -Description: -Uncle Finney's Poker is a head-to-head, two player poker game. Unlike many other -poker apps, it doesn't deal in fake coins that have no real value. Instead, -players bet, win and lose Ether (ETH), an exciting cryptocurrency that has real -world value. - -'''Note from Upstream:''' - -We are NOT an online casino, as we don't sell chips, hold your bets or take a -"house cut". Instead, bets are deposited, held and paid to the winner by an -independent Ethereum smart-contract that charges a tiny escrow fee. - -What the heck is a smart contract? What the heck is Ethereum? What on Earth is a -cryptocurrency? Check out the [https://www.unclefinneyspoker.com/ Uncle Finney's -Poker website] to educate yourself about this brave new world, or better yet, -just download Uncle Finney's Poker and try it for yourself! . -. - -Repo Type:git -Repo:https://github.com/liveplayergames/UFP - -Build:FD-2.02,202 - disable=jni binaries - commit=9c5712665148e8854d2bc91986d9f892617a23c3 - subdir=android/app - gradle=yes - -Build:FD-2.03,203 - commit=FD-2_03 - subdir=android/app - gradle=yes - -Build:FD-2.04,204 - disable=https://github.com/liveplayergames/UFP/issues/2 - commit=FD-2_04 - subdir=android/app - gradle=yes - -Auto Update Mode:None -Update Check Mode:Tags -Current Version:FD-2.05 -Current Version Code:205 diff --git a/metadata/com.liveplayergames.finneypoker.yml b/metadata/com.liveplayergames.finneypoker.yml new file mode 100644 index 0000000000..204b6951c1 --- /dev/null +++ b/metadata/com.liveplayergames.finneypoker.yml @@ -0,0 +1,62 @@ +Categories: + - Money + - Games +License: AGPL-3.0-only +WebSite: https://www.unclefinneyspoker.com/ +SourceCode: https://github.com/liveplayergames/UFP +IssueTracker: https://github.com/liveplayergames/UFP/issues + +AutoName: Uncle Finney's Poker +Summary: Play head-to-head poker and bet Ether +Description: |- + Uncle Finney's Poker is a head-to-head, two player poker game. Unlike many other + poker apps, it doesn't deal in fake coins that have no real value. Instead, + players bet, win and lose Ether (ETH), an exciting cryptocurrency that has real + world value. + + '''Note from Upstream:''' + + We are NOT an online casino, as we don't sell chips, hold your bets or take a + "house cut". Instead, bets are deposited, held and paid to the winner by an + independent Ethereum smart-contract that charges a tiny escrow fee. + + What the heck is a smart contract? What the heck is Ethereum? What on Earth is a + cryptocurrency? Check out the [https://www.unclefinneyspoker.com/ Uncle Finney's + Poker website] to educate yourself about this brave new world, or better yet, + just download Uncle Finney's Poker and try it for yourself! . + +RepoType: git +Repo: https://github.com/liveplayergames/UFP + +Builds: + - versionName: FD-2.02 + versionCode: 202 + disable: jni binaries + commit: 9c5712665148e8854d2bc91986d9f892617a23c3 + subdir: android/app + gradle: + - yes + + - versionName: FD-2.03 + versionCode: 203 + commit: FD-2_03 + subdir: android/app + gradle: + - yes + + - versionName: FD-2.04 + versionCode: 204 + disable: https://github.com/liveplayergames/UFP/issues/2 + commit: FD-2_04 + subdir: android/app + gradle: + - yes + +MaintainerNotes: 2019-08-05 moving to archive as the app no longer seems to work, + see issue 1719 + +ArchivePolicy: 0 versions +AutoUpdateMode: None +UpdateCheckMode: Tags +CurrentVersion: FD-2.05 +CurrentVersionCode: 205