From 84aa1908bc5e586c8cec49801a93ac1e86358547 Mon Sep 17 00:00:00 2001 From: Joe Kappus Date: Wed, 17 Jul 2024 13:47:59 -0400 Subject: [PATCH 1/5] app-admin/agru: new package, add 0.1.10 Signed-off-by: Joe Kappus --- app-admin/agru/Manifest | 2 ++ app-admin/agru/agru-0.1.10.ebuild | 25 +++++++++++++++++++++++++ app-admin/agru/metadata.xml | 12 ++++++++++++ 3 files changed, 39 insertions(+) create mode 100644 app-admin/agru/Manifest create mode 100644 app-admin/agru/agru-0.1.10.ebuild create mode 100644 app-admin/agru/metadata.xml diff --git a/app-admin/agru/Manifest b/app-admin/agru/Manifest new file mode 100644 index 0000000000..21ace448a0 --- /dev/null +++ b/app-admin/agru/Manifest @@ -0,0 +1,2 @@ +DIST agru-0.1.10-deps.tar.xz 175756 BLAKE2B da07ad7d294e473ff772929b2d3d1d128f4d95bf5cfdcecba0e57a40c47cc410282f00aba8b6a8963302ce273c7846c7125c0bb4ea89fbff3fe0b86b5958adff SHA512 cb2be81f4d64c67072e3856da23f9be29e14febc4e6f09daae550b8c0aee4153b56d62bbb473d354658099da4bb8fa2f19742c7649cb3be672f9653b7e68f771 +DIST agru-0.1.10.tar.gz 88805 BLAKE2B 1dcf24b7b4f1bd5916b4d84423f7f7849906a27ef6473da8f36bd22079a9c194ab4688d42785d0c7baa004daff64e46e71bdd69ff257127483d2cc25c305665a SHA512 6b7a406bbd202277ac54c2ba22708dfcea1e2b7ff44a2dd345c70817927b0be1f974d68b02a2955b368c9c4e2b11b512fca3b99b0a41f7df55720fc404abbc5b diff --git a/app-admin/agru/agru-0.1.10.ebuild b/app-admin/agru/agru-0.1.10.ebuild new file mode 100644 index 0000000000..85dbdc0734 --- /dev/null +++ b/app-admin/agru/agru-0.1.10.ebuild @@ -0,0 +1,25 @@ +EAPI=7 +inherit go-module + +DESCRIPTION="A tool for managing GitLab groups and projects" +HOMEPAGE="https://gitlab.com/etke.cc/tools/agru" +SRC_URI="https://gitlab.com/etke.cc/tools/agru/-/archive/v${PV}/v${PV}.tar.gz -> ${P}.tar.gz + https://xwaretech.info/agru-${PV}-deps.tar.xz" + +LICENSE="AGPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +RESTRICT="mirror strip" + +S="${WORKDIR}/${PN}-v${PV}-d6a2bd6d8a4fca3dbb0201c020e4f70ce9a90c39" + +src_compile() { + cd "${S}/cmd/agru" || die + ego build -o agru || die +} + +src_install() { + cd "${S}/cmd/agru" || die + dobin agru +} diff --git a/app-admin/agru/metadata.xml b/app-admin/agru/metadata.xml new file mode 100644 index 0000000000..0676e5acb2 --- /dev/null +++ b/app-admin/agru/metadata.xml @@ -0,0 +1,12 @@ + + + + + joe@wt.gd + Joe Kappus + + + https://gitlab.com/etke.cc/tools/agru/-/issues + etke.cc/tools/agru + + From 5e20a4cf5f0e3be71e0206b3a30fbd1751545ee9 Mon Sep 17 00:00:00 2001 From: Jonas Frei Date: Wed, 17 Jul 2024 22:00:31 +0200 Subject: [PATCH 2/5] media-sound/dzr: Optimized after commit comments See: https://github.com/gentoo/guru/commit/5b9aa829c938f95e8203ff369dd28cee4f432733#commitcomment-144330620 Signed-off-by: Jonas Frei --- media-sound/dzr/dzr-240704.ebuild | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/media-sound/dzr/dzr-240704.ebuild b/media-sound/dzr/dzr-240704.ebuild index 94371499e8..2418dedead 100644 --- a/media-sound/dzr/dzr-240704.ebuild +++ b/media-sound/dzr/dzr-240704.ebuild @@ -1,8 +1,10 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 +inherit prefix + DESCRIPTION="DZR: the command line deezer.com player" HOMEPAGE="https://github.com/yne/dzr" SRC_URI="https://github.com/yne/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" @@ -11,24 +13,17 @@ LICENSE="Unlicense" SLOT="0" KEYWORDS="~amd64" -DEPEND=" +RDEPEND=" app-misc/jq[oniguruma] dev-libs/openssl dev-util/dialog media-video/mpv net-misc/curl " -RDEPEND="${DEPEND}" -BDEPEND="" src_install() { - exeinto /usr/bin - doexe dzr - doexe dzr-dec - doexe dzr-id3 - doexe dzr-srt - doexe dzr-url - default + hprefixify dzr* + dobin dzr* } pkg_postinst() { From ff24a644a0e1040eebbc6be90703b83d834d728a Mon Sep 17 00:00:00 2001 From: Joe Kappus Date: Wed, 17 Jul 2024 16:20:41 -0400 Subject: [PATCH 3/5] app-admin/agru: fixups, update EAPI 7 -> 8 Also adapted antecrescent's feedback from https://github.com/gentoo/guru/commit/84aa1908bc5e586c8cec49801a93ac1e86358547 Signed-off-by: Joe Kappus --- app-admin/agru/Manifest | 2 +- app-admin/agru/agru-0.1.10.ebuild | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app-admin/agru/Manifest b/app-admin/agru/Manifest index 21ace448a0..6d90a10a3d 100644 --- a/app-admin/agru/Manifest +++ b/app-admin/agru/Manifest @@ -1,2 +1,2 @@ DIST agru-0.1.10-deps.tar.xz 175756 BLAKE2B da07ad7d294e473ff772929b2d3d1d128f4d95bf5cfdcecba0e57a40c47cc410282f00aba8b6a8963302ce273c7846c7125c0bb4ea89fbff3fe0b86b5958adff SHA512 cb2be81f4d64c67072e3856da23f9be29e14febc4e6f09daae550b8c0aee4153b56d62bbb473d354658099da4bb8fa2f19742c7649cb3be672f9653b7e68f771 -DIST agru-0.1.10.tar.gz 88805 BLAKE2B 1dcf24b7b4f1bd5916b4d84423f7f7849906a27ef6473da8f36bd22079a9c194ab4688d42785d0c7baa004daff64e46e71bdd69ff257127483d2cc25c305665a SHA512 6b7a406bbd202277ac54c2ba22708dfcea1e2b7ff44a2dd345c70817927b0be1f974d68b02a2955b368c9c4e2b11b512fca3b99b0a41f7df55720fc404abbc5b +DIST agru-0.1.10.tar.bz2 71878 BLAKE2B 21985b9b9deab5915eaf17843d64243b18206d95321717c7118d8c59d0c6df577bf0da9a12f63e2a60579a3a6772e8f9addcab07b200087757a0f41bd1501be2 SHA512 0ff1f1bf99a183d7a9727951758d454143eab6111a6890e4e0617b58a58ef348d42283780a7a04a1d3a53747db0888f86fc95cecbaff3dae03af0d5c5142b135 diff --git a/app-admin/agru/agru-0.1.10.ebuild b/app-admin/agru/agru-0.1.10.ebuild index 85dbdc0734..ba10ddc5e0 100644 --- a/app-admin/agru/agru-0.1.10.ebuild +++ b/app-admin/agru/agru-0.1.10.ebuild @@ -1,22 +1,22 @@ -EAPI=7 +# Copyright 1999-2024 Gentoo Authors + +EAPI=8 inherit go-module DESCRIPTION="A tool for managing GitLab groups and projects" HOMEPAGE="https://gitlab.com/etke.cc/tools/agru" -SRC_URI="https://gitlab.com/etke.cc/tools/agru/-/archive/v${PV}/v${PV}.tar.gz -> ${P}.tar.gz +SRC_URI="https://gitlab.com/etke.cc/tools/agru/-/archive/v${PV}/v${PV}.tar.bz2 -> ${P}.tar.bz2 https://xwaretech.info/agru-${PV}-deps.tar.xz" +S="${WORKDIR}/${PN}-v${PV}-d6a2bd6d8a4fca3dbb0201c020e4f70ce9a90c39" + LICENSE="AGPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" -RESTRICT="mirror strip" - -S="${WORKDIR}/${PN}-v${PV}-d6a2bd6d8a4fca3dbb0201c020e4f70ce9a90c39" src_compile() { cd "${S}/cmd/agru" || die - ego build -o agru || die + ego build -o agru } src_install() { From 833b7e5d3e3e9ac93e2517906611c967ae42f06d Mon Sep 17 00:00:00 2001 From: Joe Kappus Date: Wed, 17 Jul 2024 16:34:55 -0400 Subject: [PATCH 4/5] app-admin/agru: fix copyright/license header 3rd time's the charm. Signed-off-by: Joe Kappus --- app-admin/agru/agru-0.1.10.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-admin/agru/agru-0.1.10.ebuild b/app-admin/agru/agru-0.1.10.ebuild index ba10ddc5e0..6c8479c1cf 100644 --- a/app-admin/agru/agru-0.1.10.ebuild +++ b/app-admin/agru/agru-0.1.10.ebuild @@ -1,4 +1,5 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit go-module From 97457236ad27360563874efd03bc7067ffa87190 Mon Sep 17 00:00:00 2001 From: RadoslavL Date: Wed, 17 Jul 2024 22:24:55 +0300 Subject: [PATCH 5/5] Fixed spell mistake in postinstall message in package net-p2p/p2pool Closes: https://github.com/gentoo/guru/pull/219 Signed-off-by: David Roman --- net-p2p/p2pool/p2pool-3.10.ebuild | 2 +- net-p2p/p2pool/p2pool-3.5.ebuild | 2 +- net-p2p/p2pool/p2pool-3.6.2.ebuild | 2 +- net-p2p/p2pool/p2pool-3.7.ebuild | 2 +- net-p2p/p2pool/p2pool-3.8.ebuild | 2 +- net-p2p/p2pool/p2pool-3.9.ebuild | 2 +- net-p2p/p2pool/p2pool-4.0.ebuild | 2 +- net-p2p/p2pool/p2pool-9999.ebuild | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/net-p2p/p2pool/p2pool-3.10.ebuild b/net-p2p/p2pool/p2pool-3.10.ebuild index 6631d1ee3c..fc31467550 100644 --- a/net-p2p/p2pool/p2pool-3.10.ebuild +++ b/net-p2p/p2pool/p2pool-3.10.ebuild @@ -56,6 +56,6 @@ pkg_postinst() { ewarn "You MUST use your primary address when using p2pool, just like solo mining." ewarn "If you want privacy, create a new mainnet wallet for P2Pool mining." ewarn "" - ewarn "Rewards will not be visibile unless you use a wallet that supports P2Pool." + ewarn "Rewards will not be visible unless you use a wallet that supports P2Pool." ewarn "See https://p2pool.io/#help and https://github.com/SChernykh/p2pool for more information." } diff --git a/net-p2p/p2pool/p2pool-3.5.ebuild b/net-p2p/p2pool/p2pool-3.5.ebuild index be4821ed9d..156af215cb 100644 --- a/net-p2p/p2pool/p2pool-3.5.ebuild +++ b/net-p2p/p2pool/p2pool-3.5.ebuild @@ -104,6 +104,6 @@ pkg_postinst() { ewarn "You MUST use your primary address when using p2pool, just like solo mining." ewarn "If you want privacy, create a new mainnet wallet for P2Pool mining." ewarn "" - ewarn "Rewards will not be visibile unless you use a wallet that supports P2Pool." + ewarn "Rewards will not be visible unless you use a wallet that supports P2Pool." ewarn "See https://p2pool.io/#help and https://github.com/SChernykh/p2pool for more information." } diff --git a/net-p2p/p2pool/p2pool-3.6.2.ebuild b/net-p2p/p2pool/p2pool-3.6.2.ebuild index 6631d1ee3c..fc31467550 100644 --- a/net-p2p/p2pool/p2pool-3.6.2.ebuild +++ b/net-p2p/p2pool/p2pool-3.6.2.ebuild @@ -56,6 +56,6 @@ pkg_postinst() { ewarn "You MUST use your primary address when using p2pool, just like solo mining." ewarn "If you want privacy, create a new mainnet wallet for P2Pool mining." ewarn "" - ewarn "Rewards will not be visibile unless you use a wallet that supports P2Pool." + ewarn "Rewards will not be visible unless you use a wallet that supports P2Pool." ewarn "See https://p2pool.io/#help and https://github.com/SChernykh/p2pool for more information." } diff --git a/net-p2p/p2pool/p2pool-3.7.ebuild b/net-p2p/p2pool/p2pool-3.7.ebuild index 6631d1ee3c..fc31467550 100644 --- a/net-p2p/p2pool/p2pool-3.7.ebuild +++ b/net-p2p/p2pool/p2pool-3.7.ebuild @@ -56,6 +56,6 @@ pkg_postinst() { ewarn "You MUST use your primary address when using p2pool, just like solo mining." ewarn "If you want privacy, create a new mainnet wallet for P2Pool mining." ewarn "" - ewarn "Rewards will not be visibile unless you use a wallet that supports P2Pool." + ewarn "Rewards will not be visible unless you use a wallet that supports P2Pool." ewarn "See https://p2pool.io/#help and https://github.com/SChernykh/p2pool for more information." } diff --git a/net-p2p/p2pool/p2pool-3.8.ebuild b/net-p2p/p2pool/p2pool-3.8.ebuild index 6631d1ee3c..fc31467550 100644 --- a/net-p2p/p2pool/p2pool-3.8.ebuild +++ b/net-p2p/p2pool/p2pool-3.8.ebuild @@ -56,6 +56,6 @@ pkg_postinst() { ewarn "You MUST use your primary address when using p2pool, just like solo mining." ewarn "If you want privacy, create a new mainnet wallet for P2Pool mining." ewarn "" - ewarn "Rewards will not be visibile unless you use a wallet that supports P2Pool." + ewarn "Rewards will not be visible unless you use a wallet that supports P2Pool." ewarn "See https://p2pool.io/#help and https://github.com/SChernykh/p2pool for more information." } diff --git a/net-p2p/p2pool/p2pool-3.9.ebuild b/net-p2p/p2pool/p2pool-3.9.ebuild index 6631d1ee3c..fc31467550 100644 --- a/net-p2p/p2pool/p2pool-3.9.ebuild +++ b/net-p2p/p2pool/p2pool-3.9.ebuild @@ -56,6 +56,6 @@ pkg_postinst() { ewarn "You MUST use your primary address when using p2pool, just like solo mining." ewarn "If you want privacy, create a new mainnet wallet for P2Pool mining." ewarn "" - ewarn "Rewards will not be visibile unless you use a wallet that supports P2Pool." + ewarn "Rewards will not be visible unless you use a wallet that supports P2Pool." ewarn "See https://p2pool.io/#help and https://github.com/SChernykh/p2pool for more information." } diff --git a/net-p2p/p2pool/p2pool-4.0.ebuild b/net-p2p/p2pool/p2pool-4.0.ebuild index e54bdb6850..57ceb6d336 100644 --- a/net-p2p/p2pool/p2pool-4.0.ebuild +++ b/net-p2p/p2pool/p2pool-4.0.ebuild @@ -48,6 +48,6 @@ pkg_postinst() { ewarn "You MUST use your primary address when using p2pool, just like solo mining." ewarn "If you want privacy, create a new mainnet wallet for P2Pool mining." ewarn "" - ewarn "Rewards will not be visibile unless you use a wallet that supports P2Pool." + ewarn "Rewards will not be visible unless you use a wallet that supports P2Pool." ewarn "See https://p2pool.io/#help and https://github.com/SChernykh/p2pool for more information." } diff --git a/net-p2p/p2pool/p2pool-9999.ebuild b/net-p2p/p2pool/p2pool-9999.ebuild index 431adbea28..9b4f93a319 100644 --- a/net-p2p/p2pool/p2pool-9999.ebuild +++ b/net-p2p/p2pool/p2pool-9999.ebuild @@ -50,6 +50,6 @@ pkg_postinst() { ewarn "You MUST use your primary address when using p2pool, just like solo mining." ewarn "If you want privacy, create a new mainnet wallet for P2Pool mining." ewarn "" - ewarn "Rewards will not be visibile unless you use a wallet that supports P2Pool." + ewarn "Rewards will not be visible unless you use a wallet that supports P2Pool." ewarn "See https://p2pool.io/#help and https://github.com/SChernykh/p2pool for more information." }