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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AABF2158015 for ; Thu, 28 Dec 2023 19:15:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6E802BC050; Thu, 28 Dec 2023 19:15:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C94752BC050 for ; Thu, 28 Dec 2023 19:15:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 03F1834068A for ; Thu, 28 Dec 2023 19:15:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91FAAAE5 for ; Thu, 28 Dec 2023 19:15:44 +0000 (UTC) From: "Gonçalo Negrier Duarte" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gonçalo Negrier Duarte" Message-ID: <1703790887.ed0a6b2593b1a069c22556d547cc3112736082ff.gonegrier.duarte@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-util/r2modman-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-util/r2modman-bin/r2modman-bin-3.1.45.ebuild X-VCS-Directories: games-util/r2modman-bin/ X-VCS-Committer: gonegrier.duarte X-VCS-Committer-Name: Gonçalo Negrier Duarte X-VCS-Revision: ed0a6b2593b1a069c22556d547cc3112736082ff X-VCS-Branch: dev Date: Thu, 28 Dec 2023 19:15:44 +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: 8e9dcf8d-3820-45da-a60f-cbeef79d7a7c X-Archives-Hash: e7fd32045e31be5fe74675a6dc55a500 commit: ed0a6b2593b1a069c22556d547cc3112736082ff Author: Gonçalo Negrier Duarte gmail com> AuthorDate: Thu Dec 28 19:14:47 2023 +0000 Commit: Gonçalo Negrier Duarte gmail com> CommitDate: Thu Dec 28 19:14:47 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ed0a6b25 games-util/r2modman-bin: fix SRC_URI and clenup ebuild Signed-off-by: Gonçalo Negrier Duarte gmail.com> games-util/r2modman-bin/r2modman-bin-3.1.45.ebuild | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/games-util/r2modman-bin/r2modman-bin-3.1.45.ebuild b/games-util/r2modman-bin/r2modman-bin-3.1.45.ebuild index e368d3a453..1793d45137 100644 --- a/games-util/r2modman-bin/r2modman-bin-3.1.45.ebuild +++ b/games-util/r2modman-bin/r2modman-bin-3.1.45.ebuild @@ -4,19 +4,18 @@ EAPI=8 M_PN=r2modman -M_PK=${PN::-3} inherit desktop xdg SRC_URI=" https://github.com/ebkr/${M_PN}Plus/releases/download/v${PV}/${M_PN}-${PV}.tar.gz -> ${P}.tar.gz - https://raw.githubusercontent.com/ebkr/r2modmanPlus/v3.1.45/src/assets/icon/16x16.png -> "${M_PN}"-16x16.png - https://raw.githubusercontent.com/ebkr/r2modmanPlus/v3.1.45/src/assets/icon/32x32.png -> "${M_PN}"-32x32.png - https://raw.githubusercontent.com/ebkr/r2modmanPlus/v3.1.45/src/assets/icon/48x48.png -> "${M_PN}"-48x48.png - https://raw.githubusercontent.com/ebkr/r2modmanPlus/v3.1.45/src/assets/icon/64x64.png -> "${M_PN}"-64x64.png - https://raw.githubusercontent.com/ebkr/r2modmanPlus/v3.1.45/src/assets/icon/96x96.png -> "${M_PN}"-96x96.png - https://raw.githubusercontent.com/ebkr/r2modmanPlus/v3.1.45/src/assets/icon/128x128.png -> "${M_PN}"-128x128.png - https://raw.githubusercontent.com/ebkr/r2modmanPlus/v3.1.45/src/assets/icon/192x192.png -> "${M_PN}"-192x192.png - https://raw.githubusercontent.com/ebkr/r2modmanPlus/v3.1.45/src/assets/icon/256x256.png -> "${M_PN}"-256x256.png + https://raw.githubusercontent.com/ebkr/r2modmanPlus/v${PV}/src/assets/icon/16x16.png -> "${M_PN}"-16x16.png + https://raw.githubusercontent.com/ebkr/r2modmanPlus/v${PV}/src/assets/icon/32x32.png -> "${M_PN}"-32x32.png + https://raw.githubusercontent.com/ebkr/r2modmanPlus/v${PV}/src/assets/icon/48x48.png -> "${M_PN}"-48x48.png + https://raw.githubusercontent.com/ebkr/r2modmanPlus/v${PV}/src/assets/icon/64x64.png -> "${M_PN}"-64x64.png + https://raw.githubusercontent.com/ebkr/r2modmanPlus/v${PV}/src/assets/icon/96x96.png -> "${M_PN}"-96x96.png + https://raw.githubusercontent.com/ebkr/r2modmanPlus/v${PV}/src/assets/icon/128x128.png -> "${M_PN}"-128x128.png + https://raw.githubusercontent.com/ebkr/r2modmanPlus/v${PV}/src/assets/icon/192x192.png -> "${M_PN}"-192x192.png + https://raw.githubusercontent.com/ebkr/r2modmanPlus/v${PV}/src/assets/icon/256x256.png -> "${M_PN}"-256x256.png " DESCRIPTION="A simple and easy to use mod manager for several games using Thunderstore" HOMEPAGE="https://github.com/ebkr/r2modmanPlus"