public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: games-util/r2modman-bin/
@ 2023-12-28 19:11 Gonçalo Negrier Duarte
  0 siblings, 0 replies; 12+ messages in thread
From: Gonçalo Negrier Duarte @ 2023-12-28 19:11 UTC (permalink / raw
  To: gentoo-commits

commit:     ff3648a2830ea87015733122b0093d197ee47f3e
Author:     Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
AuthorDate: Thu Dec 28 19:10:44 2023 +0000
Commit:     Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
CommitDate: Thu Dec 28 19:10:44 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ff3648a2

games-util/r2modman-bin: change ${S}

Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail.com>

 games-util/r2modman-bin/r2modman-bin-3.1.45.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 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 0ed315fd7a..e368d3a453 100644
--- a/games-util/r2modman-bin/r2modman-bin-3.1.45.ebuild
+++ b/games-util/r2modman-bin/r2modman-bin-3.1.45.ebuild
@@ -26,13 +26,13 @@ SLOT="0"
 
 KEYWORDS="~amd64 ~x86"
 
-S="${WORKDIR}/${M_PN}-${PV}"
+S="${WORKDIR}"
 
 src_install() {
 	## Install binaries file
-	cp -r "${S}" "${WORKDIR}/${M_PN}" #Fix folder name
+	mv "${M_PN}-${PV}" "${M_PN}" || die #Fix folder name
 	insinto /opt
-	doins -r "${WORKDIR}/${M_PN}"
+	doins -r "${M_PN}"
 	fperms 755 "/opt/${M_PN}/r2modman"
 
 	# Install desktop file


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: games-util/r2modman-bin/
@ 2023-12-28 19:15 Gonçalo Negrier Duarte
  0 siblings, 0 replies; 12+ messages in thread
From: Gonçalo Negrier Duarte @ 2023-12-28 19:15 UTC (permalink / raw
  To: gentoo-commits

commit:     ed0a6b2593b1a069c22556d547cc3112736082ff
Author:     Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
AuthorDate: Thu Dec 28 19:14:47 2023 +0000
Commit:     Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> 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 <gonegrier.duarte <AT> 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"


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: games-util/r2modman-bin/
@ 2023-12-28 19:49 Gonçalo Negrier Duarte
  0 siblings, 0 replies; 12+ messages in thread
From: Gonçalo Negrier Duarte @ 2023-12-28 19:49 UTC (permalink / raw
  To: gentoo-commits

commit:     250f7e701ef7f3aecb2bddcf0d69e2483727d16d
Author:     Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
AuthorDate: Thu Dec 28 19:44:27 2023 +0000
Commit:     Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
CommitDate: Thu Dec 28 19:44:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=250f7e70

games-util/r2modman-bin: update LICENSE

Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail.com>

 games-util/r2modman-bin/r2modman-bin-3.1.45.ebuild | 11 +++++------
 1 file changed, 5 insertions(+), 6 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 1793d45137..979bc070d1 100644
--- a/games-util/r2modman-bin/r2modman-bin-3.1.45.ebuild
+++ b/games-util/r2modman-bin/r2modman-bin-3.1.45.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 DESCRIPTION="A simple and easy to use mod manager for several games using Thunderstore"
 HOMEPAGE="https://github.com/ebkr/r2modmanPlus"
 
-LICENSE="GPL-3"
+LICENSE="MIT"
 SLOT="0"
 
 KEYWORDS="~amd64 ~x86"
@@ -28,12 +28,15 @@ KEYWORDS="~amd64 ~x86"
 S="${WORKDIR}"
 
 src_install() {
-	## Install binaries file
+	# Install binaries file
 	mv "${M_PN}-${PV}" "${M_PN}" || die #Fix folder name
 	insinto /opt
 	doins -r "${M_PN}"
 	fperms 755 "/opt/${M_PN}/r2modman"
 
+	#Install License file in proper location
+	find "${ED}" -name "LICENSE*" -delete || die
+
 	# Install desktop file
 	domenu "${FILESDIR}/${M_PN}".desktop
 
@@ -47,7 +50,3 @@ src_install() {
 	newicon -s 192 "${DISTDIR}/${M_PN}"-192x192.png "${M_PN}".png
 	newicon -s 256 "${DISTDIR}/${M_PN}"-256x256.png "${M_PN}".png
 }
-
-pkg_postinst() {
-	xdg_desktop_database_update
-}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: games-util/r2modman-bin/
@ 2023-12-28 22:59 Lucio Sauer
  0 siblings, 0 replies; 12+ messages in thread
From: Lucio Sauer @ 2023-12-28 22:59 UTC (permalink / raw
  To: gentoo-commits

commit:     f89acaca9314149a107d63d3e2f4c54af73c14b2
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Thu Dec 28 22:58:05 2023 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Thu Dec 28 22:58:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f89acaca

games-util/r2modman-bin: symlink binary to PATH

Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>

 games-util/r2modman-bin/r2modman-bin-3.1.45.ebuild | 1 +
 1 file changed, 1 insertion(+)

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 ae34e8427a..585a7d7464 100644
--- a/games-util/r2modman-bin/r2modman-bin-3.1.45.ebuild
+++ b/games-util/r2modman-bin/r2modman-bin-3.1.45.ebuild
@@ -33,6 +33,7 @@ src_install() {
 	insinto /opt
 	doins -r "${M_PN}"
 	fperms 755 "/opt/${M_PN}/r2modman"
+	dosym -r /opt/r2modman/r2modman /usr/bin/r2modman
 
 	#Install License file in proper location
 	find "${ED}" -name "LICENSE*" -delete || die


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: games-util/r2modman-bin/
@ 2023-12-28 22:59 Lucio Sauer
  0 siblings, 0 replies; 12+ messages in thread
From: Lucio Sauer @ 2023-12-28 22:59 UTC (permalink / raw
  To: gentoo-commits

commit:     eb04432f94091c343c35e29c5684bd587568f1f9
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Thu Dec 28 22:54:08 2023 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Thu Dec 28 22:58:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=eb04432f

games-util/r2modman-bin: add version to downloaded image files

Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>

 games-util/r2modman-bin/Manifest                   | 16 ++++++-------
 games-util/r2modman-bin/r2modman-bin-3.1.45.ebuild | 27 +++++++++-------------
 2 files changed, 19 insertions(+), 24 deletions(-)

diff --git a/games-util/r2modman-bin/Manifest b/games-util/r2modman-bin/Manifest
index 197d284eb7..5889c05f1a 100644
--- a/games-util/r2modman-bin/Manifest
+++ b/games-util/r2modman-bin/Manifest
@@ -1,9 +1,9 @@
-DIST r2modman-128x128.png 4729 BLAKE2B bf7050ad2f512634331f4fd993a19f985835d6f63a0afe51b8e66bc205edf7401faccd03ada8cc898cee099d6a31c7086252425755acc6129dad101bbdb1fe7e SHA512 8dd26f80dd682c8be63af237062337c43e99fdc70497056aa709d37a106ef49862e3017348b6facd65eb480696c628c575e3aecb1ff054523bee119d4db63ab9
-DIST r2modman-16x16.png 630 BLAKE2B babe2fd2e48f18b5584fcfba4453b4cfee3c45c81ff4c54058d20752e392d1f09c0df5d111ec9f8daae871fd9ec322a64ee2a0a236abfd478364aa833c71a954 SHA512 e89f06ab89ffec2899c49115329ae43c6a12338bbc15c8e786d66287fd224e2d478f70076878591b4ea5f3c18dd6779011ab21bd64d3bd2b697ca933e4081fc9
-DIST r2modman-192x192.png 7319 BLAKE2B 378899c12ce58942539c354b652a302d1fd3c91387e2645892b161f035cef8396f0d92c753918d945112a96da5daa4ccfbed2144fc7edfbdf56ba7e72121c6c0 SHA512 c6392c415034c61545f401287a4b445a116211edefb5f55e5cf5ccfaf6ca5f9be535a5b8bd781ddeeed44e7097e774cc8c2f294ba5a4713ab506b037e99dd212
-DIST r2modman-256x256.png 6690 BLAKE2B c0e62dc9d3bc7b261751a46e1fef35d2b6cf0ca06ee6c5b6f6ed61c3fe91e9f82b9d67a7641cf40f5724f5a0b6f109e370c9d2330728be3ff35ccc0a3b2f0f90 SHA512 bc67772e00d404816ab5d737b7d5dfbd093f1f457ca72863356dd5a3da8625535e7ed3f724275bc74356073f9d35b3b56bc392479561e33c8cc63a583762f2a1
-DIST r2modman-32x32.png 1262 BLAKE2B 76f1205935009b55afe63812ef8bb2b9a3a307c16343359c5a15de70745f587f50834dba73cf98b06b9d2a11ec3e1b58617168ce67a19b9e13d5a19aac65af66 SHA512 9778da7bd19d569fe65f4f44984bf1213f8161013f9820be577154559a8dfff4cc165d494e303d4f6595f9eafd2d502a1088e522cbba4993aaaa58ebac3bf29d
-DIST r2modman-48x48.png 1837 BLAKE2B 5956f438170d3ba3d30ebc7d7cf57b21d5b7d3ee7552b7beb51a59ac4619dc1b721a57a18b7798c64f35238dcd23ffeabfb12bafde02b45a67126236b5755325 SHA512 265bc260f4eefb2fc7b0e770999b5932b84200d76b5ca2afa97f5d5b446dab5dfa0a744e0585ccbef93703441300817c61159f9adff420784bfad95ae3557947
-DIST r2modman-64x64.png 2439 BLAKE2B 2d44448882fb73db2b503cf41593531e856b3b2280a79fc0c8722338c25d4b92dd8fb7d21aa37a544156edf96185cc46ca53eb653a8e1d904c3531470f27d1ef SHA512 0f8bee1b874531e57889889d0f230d91a1a3c0a2f158b40d3d12c6f1891bd9982f850b69ea6cdcafe878df58b3e36c00c80c0ff9457584d6f1e14564afc2541c
-DIST r2modman-96x96.png 3607 BLAKE2B 1e86a115e2f90ea3a39e3f2dfb61036b47f20c67897bbc268c512910433f04ee3dac505b0dd4f97f07ca11568e65df4c58b497fc9eef04ea3597665e56656cc1 SHA512 5ca72dc1069660f7deb92e7046f56e2ac216b8e3bce77fb68b67e0f8d79849ce3521ea0afff5702726c4f709a9d006e5d90ec8aab8b26782b57e2564f3fba231
+DIST r2modman-bin-3.1.45-128x128.png 4729 BLAKE2B bf7050ad2f512634331f4fd993a19f985835d6f63a0afe51b8e66bc205edf7401faccd03ada8cc898cee099d6a31c7086252425755acc6129dad101bbdb1fe7e SHA512 8dd26f80dd682c8be63af237062337c43e99fdc70497056aa709d37a106ef49862e3017348b6facd65eb480696c628c575e3aecb1ff054523bee119d4db63ab9
+DIST r2modman-bin-3.1.45-16x16.png 630 BLAKE2B babe2fd2e48f18b5584fcfba4453b4cfee3c45c81ff4c54058d20752e392d1f09c0df5d111ec9f8daae871fd9ec322a64ee2a0a236abfd478364aa833c71a954 SHA512 e89f06ab89ffec2899c49115329ae43c6a12338bbc15c8e786d66287fd224e2d478f70076878591b4ea5f3c18dd6779011ab21bd64d3bd2b697ca933e4081fc9
+DIST r2modman-bin-3.1.45-192x192.png 7319 BLAKE2B 378899c12ce58942539c354b652a302d1fd3c91387e2645892b161f035cef8396f0d92c753918d945112a96da5daa4ccfbed2144fc7edfbdf56ba7e72121c6c0 SHA512 c6392c415034c61545f401287a4b445a116211edefb5f55e5cf5ccfaf6ca5f9be535a5b8bd781ddeeed44e7097e774cc8c2f294ba5a4713ab506b037e99dd212
+DIST r2modman-bin-3.1.45-256x256.png 6690 BLAKE2B c0e62dc9d3bc7b261751a46e1fef35d2b6cf0ca06ee6c5b6f6ed61c3fe91e9f82b9d67a7641cf40f5724f5a0b6f109e370c9d2330728be3ff35ccc0a3b2f0f90 SHA512 bc67772e00d404816ab5d737b7d5dfbd093f1f457ca72863356dd5a3da8625535e7ed3f724275bc74356073f9d35b3b56bc392479561e33c8cc63a583762f2a1
+DIST r2modman-bin-3.1.45-32x32.png 1262 BLAKE2B 76f1205935009b55afe63812ef8bb2b9a3a307c16343359c5a15de70745f587f50834dba73cf98b06b9d2a11ec3e1b58617168ce67a19b9e13d5a19aac65af66 SHA512 9778da7bd19d569fe65f4f44984bf1213f8161013f9820be577154559a8dfff4cc165d494e303d4f6595f9eafd2d502a1088e522cbba4993aaaa58ebac3bf29d
+DIST r2modman-bin-3.1.45-48x48.png 1837 BLAKE2B 5956f438170d3ba3d30ebc7d7cf57b21d5b7d3ee7552b7beb51a59ac4619dc1b721a57a18b7798c64f35238dcd23ffeabfb12bafde02b45a67126236b5755325 SHA512 265bc260f4eefb2fc7b0e770999b5932b84200d76b5ca2afa97f5d5b446dab5dfa0a744e0585ccbef93703441300817c61159f9adff420784bfad95ae3557947
+DIST r2modman-bin-3.1.45-64x64.png 2439 BLAKE2B 2d44448882fb73db2b503cf41593531e856b3b2280a79fc0c8722338c25d4b92dd8fb7d21aa37a544156edf96185cc46ca53eb653a8e1d904c3531470f27d1ef SHA512 0f8bee1b874531e57889889d0f230d91a1a3c0a2f158b40d3d12c6f1891bd9982f850b69ea6cdcafe878df58b3e36c00c80c0ff9457584d6f1e14564afc2541c
+DIST r2modman-bin-3.1.45-96x96.png 3607 BLAKE2B 1e86a115e2f90ea3a39e3f2dfb61036b47f20c67897bbc268c512910433f04ee3dac505b0dd4f97f07ca11568e65df4c58b497fc9eef04ea3597665e56656cc1 SHA512 5ca72dc1069660f7deb92e7046f56e2ac216b8e3bce77fb68b67e0f8d79849ce3521ea0afff5702726c4f709a9d006e5d90ec8aab8b26782b57e2564f3fba231
 DIST r2modman-bin-3.1.45.tar.gz 113307930 BLAKE2B 9986a264b1feae0bb3189c866734e193a4cfb674681e6f1b4c3c002a963d784aa02bada90598d386ea0a3a2dbbf1dcc0c838780605e8b9d3f3557648320c4920 SHA512 15703a27066f33f6f3945df06cbbd922e13f8eae018ca6dc94068fee4ecdb492472add5f53bc037fef404c8c10dc15de13e2e0de52338b2d33fd4490ad85ed53

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 979bc070d1..ae34e8427a 100644
--- a/games-util/r2modman-bin/r2modman-bin-3.1.45.ebuild
+++ b/games-util/r2modman-bin/r2modman-bin-3.1.45.ebuild
@@ -8,14 +8,14 @@ M_PN=r2modman
 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/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
+	https://raw.githubusercontent.com/ebkr/r2modmanPlus/v${PV}/src/assets/icon/16x16.png -> ${P}-16x16.png
+	https://raw.githubusercontent.com/ebkr/r2modmanPlus/v${PV}/src/assets/icon/32x32.png -> ${P}-32x32.png
+	https://raw.githubusercontent.com/ebkr/r2modmanPlus/v${PV}/src/assets/icon/48x48.png -> ${P}-48x48.png
+	https://raw.githubusercontent.com/ebkr/r2modmanPlus/v${PV}/src/assets/icon/64x64.png -> ${P}-64x64.png
+	https://raw.githubusercontent.com/ebkr/r2modmanPlus/v${PV}/src/assets/icon/96x96.png -> ${P}-96x96.png
+	https://raw.githubusercontent.com/ebkr/r2modmanPlus/v${PV}/src/assets/icon/128x128.png -> ${P}-128x128.png
+	https://raw.githubusercontent.com/ebkr/r2modmanPlus/v${PV}/src/assets/icon/192x192.png -> ${P}-192x192.png
+	https://raw.githubusercontent.com/ebkr/r2modmanPlus/v${PV}/src/assets/icon/256x256.png -> ${P}-256x256.png
 "
 DESCRIPTION="A simple and easy to use mod manager for several games using Thunderstore"
 HOMEPAGE="https://github.com/ebkr/r2modmanPlus"
@@ -41,12 +41,7 @@ src_install() {
 	domenu "${FILESDIR}/${M_PN}".desktop
 
 	# Install icons
-	newicon -s 16 "${DISTDIR}/${M_PN}"-16x16.png "${M_PN}".png
-	newicon -s 32 "${DISTDIR}/${M_PN}"-32x32.png "${M_PN}".png
-	newicon -s 48 "${DISTDIR}/${M_PN}"-48x48.png "${M_PN}".png
-	newicon -s 64 "${DISTDIR}/${M_PN}"-64x64.png "${M_PN}".png
-	newicon -s 96 "${DISTDIR}/${M_PN}"-96x96.png "${M_PN}".png
-	newicon -s 128 "${DISTDIR}/${M_PN}"-128x128.png "${M_PN}".png
-	newicon -s 192 "${DISTDIR}/${M_PN}"-192x192.png "${M_PN}".png
-	newicon -s 256 "${DISTDIR}/${M_PN}"-256x256.png "${M_PN}".png
+	for size in 16 32 48 64 96 128 192 256; do
+		newicon -s ${size} "${DISTDIR}"/${P}-${size}x${size}.png ${M_PN}.png
+	done
 }


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: games-util/r2modman-bin/
@ 2023-12-30 17:26 Gonçalo Negrier Duarte
  0 siblings, 0 replies; 12+ messages in thread
From: Gonçalo Negrier Duarte @ 2023-12-30 17:26 UTC (permalink / raw
  To: gentoo-commits

commit:     642433dfda83e74e31241dea07481c9460ff8817
Author:     Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
AuthorDate: Sat Dec 30 17:19:32 2023 +0000
Commit:     Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
CommitDate: Sat Dec 30 17:25:46 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=642433df

games-util/r2modman-bin: fix all bugs

Closes: https://bugs.gentoo.org/920923
Closes: https://bugs.gentoo.org/920924
Closes: https://bugs.gentoo.org/920925
Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail.com>

 games-util/r2modman-bin/r2modman-bin-3.1.45.ebuild | 29 ++++++++++++++++++++++
 1 file changed, 29 insertions(+)

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 585a7d7464..608fd53e6e 100644
--- a/games-util/r2modman-bin/r2modman-bin-3.1.45.ebuild
+++ b/games-util/r2modman-bin/r2modman-bin-3.1.45.ebuild
@@ -23,10 +23,39 @@ HOMEPAGE="https://github.com/ebkr/r2modmanPlus"
 LICENSE="MIT"
 SLOT="0"
 
+RDEPEND="
+	net-dns/c-ares
+	media-video/ffmpeg
+	x11-libs/gtk+
+	net-libs/http-parser
+	dev-libs/libappindicator
+	dev-libs/libevent
+	x11-libs/libnotify
+	media-libs/libvpx
+	dev-libs/libxslt
+	x11-libs/libXScrnSaver
+	sys-libs/zlib[minizip]
+	dev-libs/nss
+	dev-libs/re2
+	app-arch/snappy
+"
+
 KEYWORDS="~amd64 ~x86"
 
 S="${WORKDIR}"
 
+QA_PREBUILT="
+	/opt/r2modman/chrome-sandbox
+	/opt/r2modman/libEGL.so
+	/opt/r2modman/libGLESv2.so
+	/opt/r2modman/libffmpeg.so
+	/opt/r2modman/libvk_swiftshader.so
+	/opt/r2modman/libvulkan.so
+	/opt/r2modman/r2modman
+	/opt/r2modman/swiftshader/libEGL.so
+	/opt/r2modman/swiftshader/libGLESv2.so
+"
+
 src_install() {
 	# Install binaries file
 	mv "${M_PN}-${PV}" "${M_PN}" || die #Fix folder name


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: games-util/r2modman-bin/
@ 2024-01-01 21:14 Gonçalo Negrier Duarte
  0 siblings, 0 replies; 12+ messages in thread
From: Gonçalo Negrier Duarte @ 2024-01-01 21:14 UTC (permalink / raw
  To: gentoo-commits

commit:     4449904320e3af8958519a9607a3c762b842f40f
Author:     Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
AuthorDate: Mon Jan  1 21:12:27 2024 +0000
Commit:     Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
CommitDate: Mon Jan  1 21:14:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=44499043

games-util/r2modman-bin: fix unresolved SONAME dependencies

Closes:https://bugs.gentoo.org/921158
Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail.com>

 games-util/r2modman-bin/r2modman-bin-3.1.45.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 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 608fd53e6e..e2a6b4e7c4 100644
--- a/games-util/r2modman-bin/r2modman-bin-3.1.45.ebuild
+++ b/games-util/r2modman-bin/r2modman-bin-3.1.45.ebuild
@@ -25,8 +25,8 @@ SLOT="0"
 
 RDEPEND="
 	net-dns/c-ares
-	media-video/ffmpeg
-	x11-libs/gtk+
+	media-video/ffmpeg[alsa]
+	x11-libs/gtk+[cups]
 	net-libs/http-parser
 	dev-libs/libappindicator
 	dev-libs/libevent
@@ -34,6 +34,7 @@ RDEPEND="
 	media-libs/libvpx
 	dev-libs/libxslt
 	x11-libs/libXScrnSaver
+	x11-libs/libxkbcommon
 	sys-libs/zlib[minizip]
 	dev-libs/nss
 	dev-libs/re2


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: games-util/r2modman-bin/
@ 2024-02-22 14:12 Gonçalo Negrier Duarte
  0 siblings, 0 replies; 12+ messages in thread
From: Gonçalo Negrier Duarte @ 2024-02-22 14:12 UTC (permalink / raw
  To: gentoo-commits

commit:     cc6b0807459fb0e796b66eee37e534b709942d95
Author:     Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
AuthorDate: Thu Feb 22 13:41:45 2024 +0000
Commit:     Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
CommitDate: Thu Feb 22 14:12:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cc6b0807

games-util/r2modman-bin: add 3.1.47, drop 3.1.45

Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail.com>

 games-util/r2modman-bin/Manifest                       | 18 +++++++++---------
 ...an-bin-3.1.45.ebuild => r2modman-bin-3.1.47.ebuild} |  0
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/games-util/r2modman-bin/Manifest b/games-util/r2modman-bin/Manifest
index 5889c05f1a..33ef029c4c 100644
--- a/games-util/r2modman-bin/Manifest
+++ b/games-util/r2modman-bin/Manifest
@@ -1,9 +1,9 @@
-DIST r2modman-bin-3.1.45-128x128.png 4729 BLAKE2B bf7050ad2f512634331f4fd993a19f985835d6f63a0afe51b8e66bc205edf7401faccd03ada8cc898cee099d6a31c7086252425755acc6129dad101bbdb1fe7e SHA512 8dd26f80dd682c8be63af237062337c43e99fdc70497056aa709d37a106ef49862e3017348b6facd65eb480696c628c575e3aecb1ff054523bee119d4db63ab9
-DIST r2modman-bin-3.1.45-16x16.png 630 BLAKE2B babe2fd2e48f18b5584fcfba4453b4cfee3c45c81ff4c54058d20752e392d1f09c0df5d111ec9f8daae871fd9ec322a64ee2a0a236abfd478364aa833c71a954 SHA512 e89f06ab89ffec2899c49115329ae43c6a12338bbc15c8e786d66287fd224e2d478f70076878591b4ea5f3c18dd6779011ab21bd64d3bd2b697ca933e4081fc9
-DIST r2modman-bin-3.1.45-192x192.png 7319 BLAKE2B 378899c12ce58942539c354b652a302d1fd3c91387e2645892b161f035cef8396f0d92c753918d945112a96da5daa4ccfbed2144fc7edfbdf56ba7e72121c6c0 SHA512 c6392c415034c61545f401287a4b445a116211edefb5f55e5cf5ccfaf6ca5f9be535a5b8bd781ddeeed44e7097e774cc8c2f294ba5a4713ab506b037e99dd212
-DIST r2modman-bin-3.1.45-256x256.png 6690 BLAKE2B c0e62dc9d3bc7b261751a46e1fef35d2b6cf0ca06ee6c5b6f6ed61c3fe91e9f82b9d67a7641cf40f5724f5a0b6f109e370c9d2330728be3ff35ccc0a3b2f0f90 SHA512 bc67772e00d404816ab5d737b7d5dfbd093f1f457ca72863356dd5a3da8625535e7ed3f724275bc74356073f9d35b3b56bc392479561e33c8cc63a583762f2a1
-DIST r2modman-bin-3.1.45-32x32.png 1262 BLAKE2B 76f1205935009b55afe63812ef8bb2b9a3a307c16343359c5a15de70745f587f50834dba73cf98b06b9d2a11ec3e1b58617168ce67a19b9e13d5a19aac65af66 SHA512 9778da7bd19d569fe65f4f44984bf1213f8161013f9820be577154559a8dfff4cc165d494e303d4f6595f9eafd2d502a1088e522cbba4993aaaa58ebac3bf29d
-DIST r2modman-bin-3.1.45-48x48.png 1837 BLAKE2B 5956f438170d3ba3d30ebc7d7cf57b21d5b7d3ee7552b7beb51a59ac4619dc1b721a57a18b7798c64f35238dcd23ffeabfb12bafde02b45a67126236b5755325 SHA512 265bc260f4eefb2fc7b0e770999b5932b84200d76b5ca2afa97f5d5b446dab5dfa0a744e0585ccbef93703441300817c61159f9adff420784bfad95ae3557947
-DIST r2modman-bin-3.1.45-64x64.png 2439 BLAKE2B 2d44448882fb73db2b503cf41593531e856b3b2280a79fc0c8722338c25d4b92dd8fb7d21aa37a544156edf96185cc46ca53eb653a8e1d904c3531470f27d1ef SHA512 0f8bee1b874531e57889889d0f230d91a1a3c0a2f158b40d3d12c6f1891bd9982f850b69ea6cdcafe878df58b3e36c00c80c0ff9457584d6f1e14564afc2541c
-DIST r2modman-bin-3.1.45-96x96.png 3607 BLAKE2B 1e86a115e2f90ea3a39e3f2dfb61036b47f20c67897bbc268c512910433f04ee3dac505b0dd4f97f07ca11568e65df4c58b497fc9eef04ea3597665e56656cc1 SHA512 5ca72dc1069660f7deb92e7046f56e2ac216b8e3bce77fb68b67e0f8d79849ce3521ea0afff5702726c4f709a9d006e5d90ec8aab8b26782b57e2564f3fba231
-DIST r2modman-bin-3.1.45.tar.gz 113307930 BLAKE2B 9986a264b1feae0bb3189c866734e193a4cfb674681e6f1b4c3c002a963d784aa02bada90598d386ea0a3a2dbbf1dcc0c838780605e8b9d3f3557648320c4920 SHA512 15703a27066f33f6f3945df06cbbd922e13f8eae018ca6dc94068fee4ecdb492472add5f53bc037fef404c8c10dc15de13e2e0de52338b2d33fd4490ad85ed53
+DIST r2modman-bin-3.1.47-128x128.png 4729 BLAKE2B bf7050ad2f512634331f4fd993a19f985835d6f63a0afe51b8e66bc205edf7401faccd03ada8cc898cee099d6a31c7086252425755acc6129dad101bbdb1fe7e SHA512 8dd26f80dd682c8be63af237062337c43e99fdc70497056aa709d37a106ef49862e3017348b6facd65eb480696c628c575e3aecb1ff054523bee119d4db63ab9
+DIST r2modman-bin-3.1.47-16x16.png 630 BLAKE2B babe2fd2e48f18b5584fcfba4453b4cfee3c45c81ff4c54058d20752e392d1f09c0df5d111ec9f8daae871fd9ec322a64ee2a0a236abfd478364aa833c71a954 SHA512 e89f06ab89ffec2899c49115329ae43c6a12338bbc15c8e786d66287fd224e2d478f70076878591b4ea5f3c18dd6779011ab21bd64d3bd2b697ca933e4081fc9
+DIST r2modman-bin-3.1.47-192x192.png 7319 BLAKE2B 378899c12ce58942539c354b652a302d1fd3c91387e2645892b161f035cef8396f0d92c753918d945112a96da5daa4ccfbed2144fc7edfbdf56ba7e72121c6c0 SHA512 c6392c415034c61545f401287a4b445a116211edefb5f55e5cf5ccfaf6ca5f9be535a5b8bd781ddeeed44e7097e774cc8c2f294ba5a4713ab506b037e99dd212
+DIST r2modman-bin-3.1.47-256x256.png 6690 BLAKE2B c0e62dc9d3bc7b261751a46e1fef35d2b6cf0ca06ee6c5b6f6ed61c3fe91e9f82b9d67a7641cf40f5724f5a0b6f109e370c9d2330728be3ff35ccc0a3b2f0f90 SHA512 bc67772e00d404816ab5d737b7d5dfbd093f1f457ca72863356dd5a3da8625535e7ed3f724275bc74356073f9d35b3b56bc392479561e33c8cc63a583762f2a1
+DIST r2modman-bin-3.1.47-32x32.png 1262 BLAKE2B 76f1205935009b55afe63812ef8bb2b9a3a307c16343359c5a15de70745f587f50834dba73cf98b06b9d2a11ec3e1b58617168ce67a19b9e13d5a19aac65af66 SHA512 9778da7bd19d569fe65f4f44984bf1213f8161013f9820be577154559a8dfff4cc165d494e303d4f6595f9eafd2d502a1088e522cbba4993aaaa58ebac3bf29d
+DIST r2modman-bin-3.1.47-48x48.png 1837 BLAKE2B 5956f438170d3ba3d30ebc7d7cf57b21d5b7d3ee7552b7beb51a59ac4619dc1b721a57a18b7798c64f35238dcd23ffeabfb12bafde02b45a67126236b5755325 SHA512 265bc260f4eefb2fc7b0e770999b5932b84200d76b5ca2afa97f5d5b446dab5dfa0a744e0585ccbef93703441300817c61159f9adff420784bfad95ae3557947
+DIST r2modman-bin-3.1.47-64x64.png 2439 BLAKE2B 2d44448882fb73db2b503cf41593531e856b3b2280a79fc0c8722338c25d4b92dd8fb7d21aa37a544156edf96185cc46ca53eb653a8e1d904c3531470f27d1ef SHA512 0f8bee1b874531e57889889d0f230d91a1a3c0a2f158b40d3d12c6f1891bd9982f850b69ea6cdcafe878df58b3e36c00c80c0ff9457584d6f1e14564afc2541c
+DIST r2modman-bin-3.1.47-96x96.png 3607 BLAKE2B 1e86a115e2f90ea3a39e3f2dfb61036b47f20c67897bbc268c512910433f04ee3dac505b0dd4f97f07ca11568e65df4c58b497fc9eef04ea3597665e56656cc1 SHA512 5ca72dc1069660f7deb92e7046f56e2ac216b8e3bce77fb68b67e0f8d79849ce3521ea0afff5702726c4f709a9d006e5d90ec8aab8b26782b57e2564f3fba231
+DIST r2modman-bin-3.1.47.tar.gz 114194217 BLAKE2B 7d95a4f4d0f5ae06f7c8a4844edc9b647d27425598a56fb30d55cd028b4c3ce934daa2ab98d876aca745afdb20d34d19de07e3353216143a584f4f20f6fab8a2 SHA512 7d1f5b80d637d4a7d2bfa29ad902e69b8d87f034526418b9d773c99308e8edbe453f9b650745a3e2b747a19770a636d29e9c07ea9d00e939b0c7421088858425

diff --git a/games-util/r2modman-bin/r2modman-bin-3.1.45.ebuild b/games-util/r2modman-bin/r2modman-bin-3.1.47.ebuild
similarity index 100%
rename from games-util/r2modman-bin/r2modman-bin-3.1.45.ebuild
rename to games-util/r2modman-bin/r2modman-bin-3.1.47.ebuild


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: games-util/r2modman-bin/
@ 2024-04-10 12:45 Gonçalo Negrier Duarte
  0 siblings, 0 replies; 12+ messages in thread
From: Gonçalo Negrier Duarte @ 2024-04-10 12:45 UTC (permalink / raw
  To: gentoo-commits

commit:     29d6d02d55a48565d9fb8ca8b62af775fe9b6e3e
Author:     Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
AuthorDate: Wed Apr 10 12:04:43 2024 +0000
Commit:     Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
CommitDate: Wed Apr 10 12:45:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=29d6d02d

games-util/r2modman-bin: add 3.1.48, drop 3.1.47

Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail.com>

 games-util/r2modman-bin/Manifest                       | 18 +++++++++---------
 ...an-bin-3.1.47.ebuild => r2modman-bin-3.1.48.ebuild} |  0
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/games-util/r2modman-bin/Manifest b/games-util/r2modman-bin/Manifest
index 33ef029c4c..8f37ae97f4 100644
--- a/games-util/r2modman-bin/Manifest
+++ b/games-util/r2modman-bin/Manifest
@@ -1,9 +1,9 @@
-DIST r2modman-bin-3.1.47-128x128.png 4729 BLAKE2B bf7050ad2f512634331f4fd993a19f985835d6f63a0afe51b8e66bc205edf7401faccd03ada8cc898cee099d6a31c7086252425755acc6129dad101bbdb1fe7e SHA512 8dd26f80dd682c8be63af237062337c43e99fdc70497056aa709d37a106ef49862e3017348b6facd65eb480696c628c575e3aecb1ff054523bee119d4db63ab9
-DIST r2modman-bin-3.1.47-16x16.png 630 BLAKE2B babe2fd2e48f18b5584fcfba4453b4cfee3c45c81ff4c54058d20752e392d1f09c0df5d111ec9f8daae871fd9ec322a64ee2a0a236abfd478364aa833c71a954 SHA512 e89f06ab89ffec2899c49115329ae43c6a12338bbc15c8e786d66287fd224e2d478f70076878591b4ea5f3c18dd6779011ab21bd64d3bd2b697ca933e4081fc9
-DIST r2modman-bin-3.1.47-192x192.png 7319 BLAKE2B 378899c12ce58942539c354b652a302d1fd3c91387e2645892b161f035cef8396f0d92c753918d945112a96da5daa4ccfbed2144fc7edfbdf56ba7e72121c6c0 SHA512 c6392c415034c61545f401287a4b445a116211edefb5f55e5cf5ccfaf6ca5f9be535a5b8bd781ddeeed44e7097e774cc8c2f294ba5a4713ab506b037e99dd212
-DIST r2modman-bin-3.1.47-256x256.png 6690 BLAKE2B c0e62dc9d3bc7b261751a46e1fef35d2b6cf0ca06ee6c5b6f6ed61c3fe91e9f82b9d67a7641cf40f5724f5a0b6f109e370c9d2330728be3ff35ccc0a3b2f0f90 SHA512 bc67772e00d404816ab5d737b7d5dfbd093f1f457ca72863356dd5a3da8625535e7ed3f724275bc74356073f9d35b3b56bc392479561e33c8cc63a583762f2a1
-DIST r2modman-bin-3.1.47-32x32.png 1262 BLAKE2B 76f1205935009b55afe63812ef8bb2b9a3a307c16343359c5a15de70745f587f50834dba73cf98b06b9d2a11ec3e1b58617168ce67a19b9e13d5a19aac65af66 SHA512 9778da7bd19d569fe65f4f44984bf1213f8161013f9820be577154559a8dfff4cc165d494e303d4f6595f9eafd2d502a1088e522cbba4993aaaa58ebac3bf29d
-DIST r2modman-bin-3.1.47-48x48.png 1837 BLAKE2B 5956f438170d3ba3d30ebc7d7cf57b21d5b7d3ee7552b7beb51a59ac4619dc1b721a57a18b7798c64f35238dcd23ffeabfb12bafde02b45a67126236b5755325 SHA512 265bc260f4eefb2fc7b0e770999b5932b84200d76b5ca2afa97f5d5b446dab5dfa0a744e0585ccbef93703441300817c61159f9adff420784bfad95ae3557947
-DIST r2modman-bin-3.1.47-64x64.png 2439 BLAKE2B 2d44448882fb73db2b503cf41593531e856b3b2280a79fc0c8722338c25d4b92dd8fb7d21aa37a544156edf96185cc46ca53eb653a8e1d904c3531470f27d1ef SHA512 0f8bee1b874531e57889889d0f230d91a1a3c0a2f158b40d3d12c6f1891bd9982f850b69ea6cdcafe878df58b3e36c00c80c0ff9457584d6f1e14564afc2541c
-DIST r2modman-bin-3.1.47-96x96.png 3607 BLAKE2B 1e86a115e2f90ea3a39e3f2dfb61036b47f20c67897bbc268c512910433f04ee3dac505b0dd4f97f07ca11568e65df4c58b497fc9eef04ea3597665e56656cc1 SHA512 5ca72dc1069660f7deb92e7046f56e2ac216b8e3bce77fb68b67e0f8d79849ce3521ea0afff5702726c4f709a9d006e5d90ec8aab8b26782b57e2564f3fba231
-DIST r2modman-bin-3.1.47.tar.gz 114194217 BLAKE2B 7d95a4f4d0f5ae06f7c8a4844edc9b647d27425598a56fb30d55cd028b4c3ce934daa2ab98d876aca745afdb20d34d19de07e3353216143a584f4f20f6fab8a2 SHA512 7d1f5b80d637d4a7d2bfa29ad902e69b8d87f034526418b9d773c99308e8edbe453f9b650745a3e2b747a19770a636d29e9c07ea9d00e939b0c7421088858425
+DIST r2modman-bin-3.1.48-128x128.png 4729 BLAKE2B bf7050ad2f512634331f4fd993a19f985835d6f63a0afe51b8e66bc205edf7401faccd03ada8cc898cee099d6a31c7086252425755acc6129dad101bbdb1fe7e SHA512 8dd26f80dd682c8be63af237062337c43e99fdc70497056aa709d37a106ef49862e3017348b6facd65eb480696c628c575e3aecb1ff054523bee119d4db63ab9
+DIST r2modman-bin-3.1.48-16x16.png 630 BLAKE2B babe2fd2e48f18b5584fcfba4453b4cfee3c45c81ff4c54058d20752e392d1f09c0df5d111ec9f8daae871fd9ec322a64ee2a0a236abfd478364aa833c71a954 SHA512 e89f06ab89ffec2899c49115329ae43c6a12338bbc15c8e786d66287fd224e2d478f70076878591b4ea5f3c18dd6779011ab21bd64d3bd2b697ca933e4081fc9
+DIST r2modman-bin-3.1.48-192x192.png 7319 BLAKE2B 378899c12ce58942539c354b652a302d1fd3c91387e2645892b161f035cef8396f0d92c753918d945112a96da5daa4ccfbed2144fc7edfbdf56ba7e72121c6c0 SHA512 c6392c415034c61545f401287a4b445a116211edefb5f55e5cf5ccfaf6ca5f9be535a5b8bd781ddeeed44e7097e774cc8c2f294ba5a4713ab506b037e99dd212
+DIST r2modman-bin-3.1.48-256x256.png 6690 BLAKE2B c0e62dc9d3bc7b261751a46e1fef35d2b6cf0ca06ee6c5b6f6ed61c3fe91e9f82b9d67a7641cf40f5724f5a0b6f109e370c9d2330728be3ff35ccc0a3b2f0f90 SHA512 bc67772e00d404816ab5d737b7d5dfbd093f1f457ca72863356dd5a3da8625535e7ed3f724275bc74356073f9d35b3b56bc392479561e33c8cc63a583762f2a1
+DIST r2modman-bin-3.1.48-32x32.png 1262 BLAKE2B 76f1205935009b55afe63812ef8bb2b9a3a307c16343359c5a15de70745f587f50834dba73cf98b06b9d2a11ec3e1b58617168ce67a19b9e13d5a19aac65af66 SHA512 9778da7bd19d569fe65f4f44984bf1213f8161013f9820be577154559a8dfff4cc165d494e303d4f6595f9eafd2d502a1088e522cbba4993aaaa58ebac3bf29d
+DIST r2modman-bin-3.1.48-48x48.png 1837 BLAKE2B 5956f438170d3ba3d30ebc7d7cf57b21d5b7d3ee7552b7beb51a59ac4619dc1b721a57a18b7798c64f35238dcd23ffeabfb12bafde02b45a67126236b5755325 SHA512 265bc260f4eefb2fc7b0e770999b5932b84200d76b5ca2afa97f5d5b446dab5dfa0a744e0585ccbef93703441300817c61159f9adff420784bfad95ae3557947
+DIST r2modman-bin-3.1.48-64x64.png 2439 BLAKE2B 2d44448882fb73db2b503cf41593531e856b3b2280a79fc0c8722338c25d4b92dd8fb7d21aa37a544156edf96185cc46ca53eb653a8e1d904c3531470f27d1ef SHA512 0f8bee1b874531e57889889d0f230d91a1a3c0a2f158b40d3d12c6f1891bd9982f850b69ea6cdcafe878df58b3e36c00c80c0ff9457584d6f1e14564afc2541c
+DIST r2modman-bin-3.1.48-96x96.png 3607 BLAKE2B 1e86a115e2f90ea3a39e3f2dfb61036b47f20c67897bbc268c512910433f04ee3dac505b0dd4f97f07ca11568e65df4c58b497fc9eef04ea3597665e56656cc1 SHA512 5ca72dc1069660f7deb92e7046f56e2ac216b8e3bce77fb68b67e0f8d79849ce3521ea0afff5702726c4f709a9d006e5d90ec8aab8b26782b57e2564f3fba231
+DIST r2modman-bin-3.1.48.tar.gz 114435215 BLAKE2B 327b59c19023438f97361af71558548b89629a0906dc9310baddeef91ef9e07fdf9cb4adb1bd87f724ab507f930d913e520808299705d1ef5b346101564fa094 SHA512 a8a3be77b760548b66ac80cf6b5c78f6ef72c4f64ff85b68d26cdac709e152b6930c71d5fc8bdfedf24fa3021552d723b145678bc987755ef3a6543af53e8442

diff --git a/games-util/r2modman-bin/r2modman-bin-3.1.47.ebuild b/games-util/r2modman-bin/r2modman-bin-3.1.48.ebuild
similarity index 100%
rename from games-util/r2modman-bin/r2modman-bin-3.1.47.ebuild
rename to games-util/r2modman-bin/r2modman-bin-3.1.48.ebuild


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: games-util/r2modman-bin/
@ 2024-09-05 19:21 Gonçalo Negrier Duarte
  0 siblings, 0 replies; 12+ messages in thread
From: Gonçalo Negrier Duarte @ 2024-09-05 19:21 UTC (permalink / raw
  To: gentoo-commits

commit:     216fb3bfddfc7c930a628dfc70bcf80b7ff6a85a
Author:     Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
AuthorDate: Thu Sep  5 18:54:34 2024 +0000
Commit:     Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
CommitDate: Thu Sep  5 19:20:58 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=216fb3bf

games-util/r2modman-bin: add 3.1.49, drop 3.1.48

Closes: https://bugs.gentoo.org/937367
Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail.com>

 games-util/r2modman-bin/Manifest                       | 18 +++++++++---------
 ...an-bin-3.1.48.ebuild => r2modman-bin-3.1.49.ebuild} |  2 ++
 2 files changed, 11 insertions(+), 9 deletions(-)

diff --git a/games-util/r2modman-bin/Manifest b/games-util/r2modman-bin/Manifest
index 8f37ae97f..35675c87b 100644
--- a/games-util/r2modman-bin/Manifest
+++ b/games-util/r2modman-bin/Manifest
@@ -1,9 +1,9 @@
-DIST r2modman-bin-3.1.48-128x128.png 4729 BLAKE2B bf7050ad2f512634331f4fd993a19f985835d6f63a0afe51b8e66bc205edf7401faccd03ada8cc898cee099d6a31c7086252425755acc6129dad101bbdb1fe7e SHA512 8dd26f80dd682c8be63af237062337c43e99fdc70497056aa709d37a106ef49862e3017348b6facd65eb480696c628c575e3aecb1ff054523bee119d4db63ab9
-DIST r2modman-bin-3.1.48-16x16.png 630 BLAKE2B babe2fd2e48f18b5584fcfba4453b4cfee3c45c81ff4c54058d20752e392d1f09c0df5d111ec9f8daae871fd9ec322a64ee2a0a236abfd478364aa833c71a954 SHA512 e89f06ab89ffec2899c49115329ae43c6a12338bbc15c8e786d66287fd224e2d478f70076878591b4ea5f3c18dd6779011ab21bd64d3bd2b697ca933e4081fc9
-DIST r2modman-bin-3.1.48-192x192.png 7319 BLAKE2B 378899c12ce58942539c354b652a302d1fd3c91387e2645892b161f035cef8396f0d92c753918d945112a96da5daa4ccfbed2144fc7edfbdf56ba7e72121c6c0 SHA512 c6392c415034c61545f401287a4b445a116211edefb5f55e5cf5ccfaf6ca5f9be535a5b8bd781ddeeed44e7097e774cc8c2f294ba5a4713ab506b037e99dd212
-DIST r2modman-bin-3.1.48-256x256.png 6690 BLAKE2B c0e62dc9d3bc7b261751a46e1fef35d2b6cf0ca06ee6c5b6f6ed61c3fe91e9f82b9d67a7641cf40f5724f5a0b6f109e370c9d2330728be3ff35ccc0a3b2f0f90 SHA512 bc67772e00d404816ab5d737b7d5dfbd093f1f457ca72863356dd5a3da8625535e7ed3f724275bc74356073f9d35b3b56bc392479561e33c8cc63a583762f2a1
-DIST r2modman-bin-3.1.48-32x32.png 1262 BLAKE2B 76f1205935009b55afe63812ef8bb2b9a3a307c16343359c5a15de70745f587f50834dba73cf98b06b9d2a11ec3e1b58617168ce67a19b9e13d5a19aac65af66 SHA512 9778da7bd19d569fe65f4f44984bf1213f8161013f9820be577154559a8dfff4cc165d494e303d4f6595f9eafd2d502a1088e522cbba4993aaaa58ebac3bf29d
-DIST r2modman-bin-3.1.48-48x48.png 1837 BLAKE2B 5956f438170d3ba3d30ebc7d7cf57b21d5b7d3ee7552b7beb51a59ac4619dc1b721a57a18b7798c64f35238dcd23ffeabfb12bafde02b45a67126236b5755325 SHA512 265bc260f4eefb2fc7b0e770999b5932b84200d76b5ca2afa97f5d5b446dab5dfa0a744e0585ccbef93703441300817c61159f9adff420784bfad95ae3557947
-DIST r2modman-bin-3.1.48-64x64.png 2439 BLAKE2B 2d44448882fb73db2b503cf41593531e856b3b2280a79fc0c8722338c25d4b92dd8fb7d21aa37a544156edf96185cc46ca53eb653a8e1d904c3531470f27d1ef SHA512 0f8bee1b874531e57889889d0f230d91a1a3c0a2f158b40d3d12c6f1891bd9982f850b69ea6cdcafe878df58b3e36c00c80c0ff9457584d6f1e14564afc2541c
-DIST r2modman-bin-3.1.48-96x96.png 3607 BLAKE2B 1e86a115e2f90ea3a39e3f2dfb61036b47f20c67897bbc268c512910433f04ee3dac505b0dd4f97f07ca11568e65df4c58b497fc9eef04ea3597665e56656cc1 SHA512 5ca72dc1069660f7deb92e7046f56e2ac216b8e3bce77fb68b67e0f8d79849ce3521ea0afff5702726c4f709a9d006e5d90ec8aab8b26782b57e2564f3fba231
-DIST r2modman-bin-3.1.48.tar.gz 114435215 BLAKE2B 327b59c19023438f97361af71558548b89629a0906dc9310baddeef91ef9e07fdf9cb4adb1bd87f724ab507f930d913e520808299705d1ef5b346101564fa094 SHA512 a8a3be77b760548b66ac80cf6b5c78f6ef72c4f64ff85b68d26cdac709e152b6930c71d5fc8bdfedf24fa3021552d723b145678bc987755ef3a6543af53e8442
+DIST r2modman-bin-3.1.49-128x128.png 4729 BLAKE2B bf7050ad2f512634331f4fd993a19f985835d6f63a0afe51b8e66bc205edf7401faccd03ada8cc898cee099d6a31c7086252425755acc6129dad101bbdb1fe7e SHA512 8dd26f80dd682c8be63af237062337c43e99fdc70497056aa709d37a106ef49862e3017348b6facd65eb480696c628c575e3aecb1ff054523bee119d4db63ab9
+DIST r2modman-bin-3.1.49-16x16.png 630 BLAKE2B babe2fd2e48f18b5584fcfba4453b4cfee3c45c81ff4c54058d20752e392d1f09c0df5d111ec9f8daae871fd9ec322a64ee2a0a236abfd478364aa833c71a954 SHA512 e89f06ab89ffec2899c49115329ae43c6a12338bbc15c8e786d66287fd224e2d478f70076878591b4ea5f3c18dd6779011ab21bd64d3bd2b697ca933e4081fc9
+DIST r2modman-bin-3.1.49-192x192.png 7319 BLAKE2B 378899c12ce58942539c354b652a302d1fd3c91387e2645892b161f035cef8396f0d92c753918d945112a96da5daa4ccfbed2144fc7edfbdf56ba7e72121c6c0 SHA512 c6392c415034c61545f401287a4b445a116211edefb5f55e5cf5ccfaf6ca5f9be535a5b8bd781ddeeed44e7097e774cc8c2f294ba5a4713ab506b037e99dd212
+DIST r2modman-bin-3.1.49-256x256.png 6690 BLAKE2B c0e62dc9d3bc7b261751a46e1fef35d2b6cf0ca06ee6c5b6f6ed61c3fe91e9f82b9d67a7641cf40f5724f5a0b6f109e370c9d2330728be3ff35ccc0a3b2f0f90 SHA512 bc67772e00d404816ab5d737b7d5dfbd093f1f457ca72863356dd5a3da8625535e7ed3f724275bc74356073f9d35b3b56bc392479561e33c8cc63a583762f2a1
+DIST r2modman-bin-3.1.49-32x32.png 1262 BLAKE2B 76f1205935009b55afe63812ef8bb2b9a3a307c16343359c5a15de70745f587f50834dba73cf98b06b9d2a11ec3e1b58617168ce67a19b9e13d5a19aac65af66 SHA512 9778da7bd19d569fe65f4f44984bf1213f8161013f9820be577154559a8dfff4cc165d494e303d4f6595f9eafd2d502a1088e522cbba4993aaaa58ebac3bf29d
+DIST r2modman-bin-3.1.49-48x48.png 1837 BLAKE2B 5956f438170d3ba3d30ebc7d7cf57b21d5b7d3ee7552b7beb51a59ac4619dc1b721a57a18b7798c64f35238dcd23ffeabfb12bafde02b45a67126236b5755325 SHA512 265bc260f4eefb2fc7b0e770999b5932b84200d76b5ca2afa97f5d5b446dab5dfa0a744e0585ccbef93703441300817c61159f9adff420784bfad95ae3557947
+DIST r2modman-bin-3.1.49-64x64.png 2439 BLAKE2B 2d44448882fb73db2b503cf41593531e856b3b2280a79fc0c8722338c25d4b92dd8fb7d21aa37a544156edf96185cc46ca53eb653a8e1d904c3531470f27d1ef SHA512 0f8bee1b874531e57889889d0f230d91a1a3c0a2f158b40d3d12c6f1891bd9982f850b69ea6cdcafe878df58b3e36c00c80c0ff9457584d6f1e14564afc2541c
+DIST r2modman-bin-3.1.49-96x96.png 3607 BLAKE2B 1e86a115e2f90ea3a39e3f2dfb61036b47f20c67897bbc268c512910433f04ee3dac505b0dd4f97f07ca11568e65df4c58b497fc9eef04ea3597665e56656cc1 SHA512 5ca72dc1069660f7deb92e7046f56e2ac216b8e3bce77fb68b67e0f8d79849ce3521ea0afff5702726c4f709a9d006e5d90ec8aab8b26782b57e2564f3fba231
+DIST r2modman-bin-3.1.49.tar.gz 115328659 BLAKE2B 38e91b41916342b8fe9240b0260a4d19f1875b47812ddce59f53420e772b5d60022ba94b5e53045737031d2388fa96919f3b0eaa3e075a05f63743535c6bd386 SHA512 fe4da116cfa9402b841740ff62d1553cb1d0cb913d50e885cea3186f2de95aeb1aa7d8a61578138339c827348c105e852f5cc3c0ab9c91c18152eeebb37dbd94

diff --git a/games-util/r2modman-bin/r2modman-bin-3.1.48.ebuild b/games-util/r2modman-bin/r2modman-bin-3.1.49.ebuild
similarity index 98%
rename from games-util/r2modman-bin/r2modman-bin-3.1.48.ebuild
rename to games-util/r2modman-bin/r2modman-bin-3.1.49.ebuild
index ebd671ece..32fe3ee91 100644
--- a/games-util/r2modman-bin/r2modman-bin-3.1.48.ebuild
+++ b/games-util/r2modman-bin/r2modman-bin-3.1.49.ebuild
@@ -29,10 +29,12 @@ KEYWORDS="~amd64 ~x86"
 
 RDEPEND="
 	net-dns/c-ares
+	media-libs/mesa
 	media-video/ffmpeg[alsa]
 	x11-libs/gtk+[cups]
 	net-libs/http-parser
 	dev-libs/libappindicator
+	x11-libs/libdrm
 	dev-libs/libevent
 	x11-libs/libnotify
 	media-libs/libvpx


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: games-util/r2modman-bin/
@ 2024-09-06 14:38 Takuya Wakazono
  0 siblings, 0 replies; 12+ messages in thread
From: Takuya Wakazono @ 2024-09-06 14:38 UTC (permalink / raw
  To: gentoo-commits

commit:     a588fb41eade4b2ac9e61726c8cae3ea829faafd
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Fri Sep  6 14:37:53 2024 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Fri Sep  6 14:37:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a588fb41

games-util/r2modman-bin: add missing rdeps

Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 ...3.1.49.ebuild => r2modman-bin-3.1.49-r1.ebuild} | 36 ++++++++++++++++------
 1 file changed, 26 insertions(+), 10 deletions(-)

diff --git a/games-util/r2modman-bin/r2modman-bin-3.1.49.ebuild b/games-util/r2modman-bin/r2modman-bin-3.1.49-r1.ebuild
similarity index 85%
rename from games-util/r2modman-bin/r2modman-bin-3.1.49.ebuild
rename to games-util/r2modman-bin/r2modman-bin-3.1.49-r1.ebuild
index 32fe3ee91..85328dd9c 100644
--- a/games-util/r2modman-bin/r2modman-bin-3.1.49.ebuild
+++ b/games-util/r2modman-bin/r2modman-bin-3.1.49-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -28,23 +28,39 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 RDEPEND="
+	app-accessibility/at-spi2-core:2
+	app-arch/snappy
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/libevent
+	dev-libs/libxslt
+	dev-libs/nspr
+	dev-libs/nss
+	dev-libs/re2
 	net-dns/c-ares
+	media-libs/alsa-lib
+	media-libs/libvpx
 	media-libs/mesa
 	media-video/ffmpeg[alsa]
-	x11-libs/gtk+[cups]
+	net-print/cups
 	net-libs/http-parser
-	dev-libs/libappindicator
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3[cups]
 	x11-libs/libdrm
-	dev-libs/libevent
 	x11-libs/libnotify
-	media-libs/libvpx
-	dev-libs/libxslt
-	x11-libs/libXScrnSaver
+	x11-libs/libX11
+	x11-libs/libxcb
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
 	x11-libs/libxkbcommon
+	x11-libs/libXrandr
+	x11-libs/libXScrnSaver
+	x11-libs/pango
+	sys-apps/dbus
 	sys-libs/zlib[minizip]
-	dev-libs/nss
-	dev-libs/re2
-	app-arch/snappy
 "
 
 QA_PREBUILT="


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: games-util/r2modman-bin/
@ 2024-10-28 17:18 Gonçalo Negrier Duarte
  0 siblings, 0 replies; 12+ messages in thread
From: Gonçalo Negrier Duarte @ 2024-10-28 17:18 UTC (permalink / raw
  To: gentoo-commits

commit:     e154a76f2f2c59245428ae4e78e0e9d875de4721
Author:     Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
AuthorDate: Mon Oct 28 17:10:23 2024 +0000
Commit:     Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
CommitDate: Mon Oct 28 17:18:31 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e154a76f

games-util/r2modman-bin: add 3.1.51, drop 3.1.49-r1

Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail.com>

 games-util/r2modman-bin/Manifest                       | 18 +++++++++---------
 ...bin-3.1.49-r1.ebuild => r2modman-bin-3.1.51.ebuild} |  0
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/games-util/r2modman-bin/Manifest b/games-util/r2modman-bin/Manifest
index 35675c87b..923d2ca79 100644
--- a/games-util/r2modman-bin/Manifest
+++ b/games-util/r2modman-bin/Manifest
@@ -1,9 +1,9 @@
-DIST r2modman-bin-3.1.49-128x128.png 4729 BLAKE2B bf7050ad2f512634331f4fd993a19f985835d6f63a0afe51b8e66bc205edf7401faccd03ada8cc898cee099d6a31c7086252425755acc6129dad101bbdb1fe7e SHA512 8dd26f80dd682c8be63af237062337c43e99fdc70497056aa709d37a106ef49862e3017348b6facd65eb480696c628c575e3aecb1ff054523bee119d4db63ab9
-DIST r2modman-bin-3.1.49-16x16.png 630 BLAKE2B babe2fd2e48f18b5584fcfba4453b4cfee3c45c81ff4c54058d20752e392d1f09c0df5d111ec9f8daae871fd9ec322a64ee2a0a236abfd478364aa833c71a954 SHA512 e89f06ab89ffec2899c49115329ae43c6a12338bbc15c8e786d66287fd224e2d478f70076878591b4ea5f3c18dd6779011ab21bd64d3bd2b697ca933e4081fc9
-DIST r2modman-bin-3.1.49-192x192.png 7319 BLAKE2B 378899c12ce58942539c354b652a302d1fd3c91387e2645892b161f035cef8396f0d92c753918d945112a96da5daa4ccfbed2144fc7edfbdf56ba7e72121c6c0 SHA512 c6392c415034c61545f401287a4b445a116211edefb5f55e5cf5ccfaf6ca5f9be535a5b8bd781ddeeed44e7097e774cc8c2f294ba5a4713ab506b037e99dd212
-DIST r2modman-bin-3.1.49-256x256.png 6690 BLAKE2B c0e62dc9d3bc7b261751a46e1fef35d2b6cf0ca06ee6c5b6f6ed61c3fe91e9f82b9d67a7641cf40f5724f5a0b6f109e370c9d2330728be3ff35ccc0a3b2f0f90 SHA512 bc67772e00d404816ab5d737b7d5dfbd093f1f457ca72863356dd5a3da8625535e7ed3f724275bc74356073f9d35b3b56bc392479561e33c8cc63a583762f2a1
-DIST r2modman-bin-3.1.49-32x32.png 1262 BLAKE2B 76f1205935009b55afe63812ef8bb2b9a3a307c16343359c5a15de70745f587f50834dba73cf98b06b9d2a11ec3e1b58617168ce67a19b9e13d5a19aac65af66 SHA512 9778da7bd19d569fe65f4f44984bf1213f8161013f9820be577154559a8dfff4cc165d494e303d4f6595f9eafd2d502a1088e522cbba4993aaaa58ebac3bf29d
-DIST r2modman-bin-3.1.49-48x48.png 1837 BLAKE2B 5956f438170d3ba3d30ebc7d7cf57b21d5b7d3ee7552b7beb51a59ac4619dc1b721a57a18b7798c64f35238dcd23ffeabfb12bafde02b45a67126236b5755325 SHA512 265bc260f4eefb2fc7b0e770999b5932b84200d76b5ca2afa97f5d5b446dab5dfa0a744e0585ccbef93703441300817c61159f9adff420784bfad95ae3557947
-DIST r2modman-bin-3.1.49-64x64.png 2439 BLAKE2B 2d44448882fb73db2b503cf41593531e856b3b2280a79fc0c8722338c25d4b92dd8fb7d21aa37a544156edf96185cc46ca53eb653a8e1d904c3531470f27d1ef SHA512 0f8bee1b874531e57889889d0f230d91a1a3c0a2f158b40d3d12c6f1891bd9982f850b69ea6cdcafe878df58b3e36c00c80c0ff9457584d6f1e14564afc2541c
-DIST r2modman-bin-3.1.49-96x96.png 3607 BLAKE2B 1e86a115e2f90ea3a39e3f2dfb61036b47f20c67897bbc268c512910433f04ee3dac505b0dd4f97f07ca11568e65df4c58b497fc9eef04ea3597665e56656cc1 SHA512 5ca72dc1069660f7deb92e7046f56e2ac216b8e3bce77fb68b67e0f8d79849ce3521ea0afff5702726c4f709a9d006e5d90ec8aab8b26782b57e2564f3fba231
-DIST r2modman-bin-3.1.49.tar.gz 115328659 BLAKE2B 38e91b41916342b8fe9240b0260a4d19f1875b47812ddce59f53420e772b5d60022ba94b5e53045737031d2388fa96919f3b0eaa3e075a05f63743535c6bd386 SHA512 fe4da116cfa9402b841740ff62d1553cb1d0cb913d50e885cea3186f2de95aeb1aa7d8a61578138339c827348c105e852f5cc3c0ab9c91c18152eeebb37dbd94
+DIST r2modman-bin-3.1.51-128x128.png 4729 BLAKE2B bf7050ad2f512634331f4fd993a19f985835d6f63a0afe51b8e66bc205edf7401faccd03ada8cc898cee099d6a31c7086252425755acc6129dad101bbdb1fe7e SHA512 8dd26f80dd682c8be63af237062337c43e99fdc70497056aa709d37a106ef49862e3017348b6facd65eb480696c628c575e3aecb1ff054523bee119d4db63ab9
+DIST r2modman-bin-3.1.51-16x16.png 630 BLAKE2B babe2fd2e48f18b5584fcfba4453b4cfee3c45c81ff4c54058d20752e392d1f09c0df5d111ec9f8daae871fd9ec322a64ee2a0a236abfd478364aa833c71a954 SHA512 e89f06ab89ffec2899c49115329ae43c6a12338bbc15c8e786d66287fd224e2d478f70076878591b4ea5f3c18dd6779011ab21bd64d3bd2b697ca933e4081fc9
+DIST r2modman-bin-3.1.51-192x192.png 7319 BLAKE2B 378899c12ce58942539c354b652a302d1fd3c91387e2645892b161f035cef8396f0d92c753918d945112a96da5daa4ccfbed2144fc7edfbdf56ba7e72121c6c0 SHA512 c6392c415034c61545f401287a4b445a116211edefb5f55e5cf5ccfaf6ca5f9be535a5b8bd781ddeeed44e7097e774cc8c2f294ba5a4713ab506b037e99dd212
+DIST r2modman-bin-3.1.51-256x256.png 6690 BLAKE2B c0e62dc9d3bc7b261751a46e1fef35d2b6cf0ca06ee6c5b6f6ed61c3fe91e9f82b9d67a7641cf40f5724f5a0b6f109e370c9d2330728be3ff35ccc0a3b2f0f90 SHA512 bc67772e00d404816ab5d737b7d5dfbd093f1f457ca72863356dd5a3da8625535e7ed3f724275bc74356073f9d35b3b56bc392479561e33c8cc63a583762f2a1
+DIST r2modman-bin-3.1.51-32x32.png 1262 BLAKE2B 76f1205935009b55afe63812ef8bb2b9a3a307c16343359c5a15de70745f587f50834dba73cf98b06b9d2a11ec3e1b58617168ce67a19b9e13d5a19aac65af66 SHA512 9778da7bd19d569fe65f4f44984bf1213f8161013f9820be577154559a8dfff4cc165d494e303d4f6595f9eafd2d502a1088e522cbba4993aaaa58ebac3bf29d
+DIST r2modman-bin-3.1.51-48x48.png 1837 BLAKE2B 5956f438170d3ba3d30ebc7d7cf57b21d5b7d3ee7552b7beb51a59ac4619dc1b721a57a18b7798c64f35238dcd23ffeabfb12bafde02b45a67126236b5755325 SHA512 265bc260f4eefb2fc7b0e770999b5932b84200d76b5ca2afa97f5d5b446dab5dfa0a744e0585ccbef93703441300817c61159f9adff420784bfad95ae3557947
+DIST r2modman-bin-3.1.51-64x64.png 2439 BLAKE2B 2d44448882fb73db2b503cf41593531e856b3b2280a79fc0c8722338c25d4b92dd8fb7d21aa37a544156edf96185cc46ca53eb653a8e1d904c3531470f27d1ef SHA512 0f8bee1b874531e57889889d0f230d91a1a3c0a2f158b40d3d12c6f1891bd9982f850b69ea6cdcafe878df58b3e36c00c80c0ff9457584d6f1e14564afc2541c
+DIST r2modman-bin-3.1.51-96x96.png 3607 BLAKE2B 1e86a115e2f90ea3a39e3f2dfb61036b47f20c67897bbc268c512910433f04ee3dac505b0dd4f97f07ca11568e65df4c58b497fc9eef04ea3597665e56656cc1 SHA512 5ca72dc1069660f7deb92e7046f56e2ac216b8e3bce77fb68b67e0f8d79849ce3521ea0afff5702726c4f709a9d006e5d90ec8aab8b26782b57e2564f3fba231
+DIST r2modman-bin-3.1.51.tar.gz 116977084 BLAKE2B e9fac092ed1c2ce3eee3c03dd17dd50a47fc09343bee26bb5110c21bbb561c5992a23a15da6d89bc8b16f6cd16db65b3cde13b588be1a30fdf1820bee25c1af4 SHA512 379ec7d59a9f75ae5abe19a40f8ab57361c91eb1872c56e134be768e8104ea543442d0a079a908c1b92c28283d4f4073a04102d0f7cb880b50f04b0c00254e2c

diff --git a/games-util/r2modman-bin/r2modman-bin-3.1.49-r1.ebuild b/games-util/r2modman-bin/r2modman-bin-3.1.51.ebuild
similarity index 100%
rename from games-util/r2modman-bin/r2modman-bin-3.1.49-r1.ebuild
rename to games-util/r2modman-bin/r2modman-bin-3.1.51.ebuild


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2024-10-28 17:18 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-28 22:59 [gentoo-commits] repo/proj/guru:dev commit in: games-util/r2modman-bin/ Lucio Sauer
  -- strict thread matches above, loose matches on Subject: below --
2024-10-28 17:18 Gonçalo Negrier Duarte
2024-09-06 14:38 Takuya Wakazono
2024-09-05 19:21 Gonçalo Negrier Duarte
2024-04-10 12:45 Gonçalo Negrier Duarte
2024-02-22 14:12 Gonçalo Negrier Duarte
2024-01-01 21:14 Gonçalo Negrier Duarte
2023-12-30 17:26 Gonçalo Negrier Duarte
2023-12-28 22:59 Lucio Sauer
2023-12-28 19:49 Gonçalo Negrier Duarte
2023-12-28 19:15 Gonçalo Negrier Duarte
2023-12-28 19:11 Gonçalo Negrier Duarte

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox