From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 959A1158086 for ; Sat, 9 Oct 2021 02:19:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1767E0802; Sat, 9 Oct 2021 02:19:55 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AF41BE0802 for ; Sat, 9 Oct 2021 02:19:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 76EF4342EC6 for ; Sat, 9 Oct 2021 02:19:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B8D0138 for ; Sat, 9 Oct 2021 02:19:52 +0000 (UTC) From: "Petrus Zhao" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Petrus Zhao" Message-ID: <1633745983.3a7c733c6d6119aacd2868b1b32bf69efa0ba81a.PetrusZhao@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-video/uxplay/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-video/uxplay/Manifest media-video/uxplay/uxplay-1.37.ebuild media-video/uxplay/uxplay-1.38.ebuild X-VCS-Directories: media-video/uxplay/ X-VCS-Committer: PetrusZhao X-VCS-Committer-Name: Petrus Zhao X-VCS-Revision: 3a7c733c6d6119aacd2868b1b32bf69efa0ba81a X-VCS-Branch: dev Date: Sat, 9 Oct 2021 02:19:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 51e41085-df5b-47cf-9318-9c7121cae30c X-Archives-Hash: d102783c39a81255e26a471ebca54532 commit: 3a7c733c6d6119aacd2868b1b32bf69efa0ba81a Author: Petrus Zhao gmail com> AuthorDate: Sat Oct 9 02:19:23 2021 +0000 Commit: Petrus Zhao gmail com> CommitDate: Sat Oct 9 02:19:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3a7c733c media-video/uxplay: version bump to 1.38, drop old Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Petrus Zhao gmail.com> media-video/uxplay/Manifest | 2 +- media-video/uxplay/{uxplay-1.37.ebuild => uxplay-1.38.ebuild} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/media-video/uxplay/Manifest b/media-video/uxplay/Manifest index 47e4595ab..eafc7b0c9 100644 --- a/media-video/uxplay/Manifest +++ b/media-video/uxplay/Manifest @@ -1 +1 @@ -DIST uxplay-1.37.tar.gz 295598 BLAKE2B c0fbd887ba65068045448155f6dad93e6af1e7acaa723262c045e47e7535159c4a932564c9e3b5d8bcae505570dab8138b65d09611e8daaad6a609f26ce35244 SHA512 0b14c4b5c463e0ece74ced8f2307a7dcb02cc70157f1c97d4b779e3395ba695851b2014823b5bd4939beddd4c05038dcd323a1c8c94ffd50f8b8c6fca5c3fa71 +DIST uxplay-1.38.tar.gz 297068 BLAKE2B 060f5b4455ccf7234124fb47c5ac94ed137f53fc7a3c142969b00183d177d262614487d8f52e093ecd4acc5b99fe5c26e6702dfbee0c6c83c19c423511f4a61f SHA512 606bcbd1e8de313f6d9a13c2194774fee2feeafd7adbfb3711cb13895c737dea7ea8cf97c2a684c2dcd4c55b6d9c3a2267e54fa86288e75dfc4042f2a9c295fc diff --git a/media-video/uxplay/uxplay-1.37.ebuild b/media-video/uxplay/uxplay-1.38.ebuild similarity index 89% rename from media-video/uxplay/uxplay-1.37.ebuild rename to media-video/uxplay/uxplay-1.38.ebuild index dfa5c081a..3546bbe57 100644 --- a/media-video/uxplay/uxplay-1.37.ebuild +++ b/media-video/uxplay/uxplay-1.38.ebuild @@ -4,7 +4,7 @@ EAPI=8 MY_PN="UxPlay" -MY_PV="${PV}b" +MY_PV="${PV}" inherit cmake @@ -15,7 +15,7 @@ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/FDH2/${MY_PN}.git" inherit git-r3 else - SRC_URI="https://github.com/FDH2/${MY_PN}/archive/refs/tags/${MY_PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/FDH2/${MY_PN}/archive/refs/tags/v${MY_PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~arm ~x86" S="${WORKDIR}/${MY_PN}-${MY_PV}" fi