app-portage/mgorny-dev-scripts: Bump to 76

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-06-02 14:47:54 +02:00
parent 0ac95c1e0a
commit ad157a75fc
2 changed files with 35 additions and 0 deletions

View File

@@ -6,3 +6,4 @@ DIST mgorny-dev-scripts-71.tar.bz2 18512 BLAKE2B cd0764c2a8558ddaa5c9605ccf5a821
DIST mgorny-dev-scripts-72.tar.bz2 18561 BLAKE2B 9e489f18f7209824f25cf04b2dcf85f199d6feefa8c8e8003e71a646ab798bc9a3856aa57baa60362a0b5605bac9ce990503bd76e4db69190035f027a3b38a12 SHA512 21f6fe780f889c1073725f39ff283a31292572db3cec62921cbb665f2737d4edf5058d1b587d8e5c460a8ee93d708cdc035ef5cfe39daf7a1a27c1499fbccf61
DIST mgorny-dev-scripts-73.tar.bz2 18641 BLAKE2B 553160151240c19fd368fcbc051654fed42394452b4ce9fbf0af308e88d530f1ae71e8e5e9845a327f3961ec38d20a757ab7494f483816c4896254f576c2bde6 SHA512 8177f926e15801089f83f0e2c6ddb488265c873d80045951924214419cd67a8668dac7c52997b28d75db073a952f9ef8b08f73d85ba0042fbeff3d5988af75b2
DIST mgorny-dev-scripts-74.tar.bz2 18627 BLAKE2B 45eded78392f42674de5b0eaf51f7b1f2e907bc8d95359d299835b134802d91cae6be64c77537b8c28c112571f565d8a049e218b5177ac55e26c5da0780e9570 SHA512 4e85f4c8b2e7b845c8810261fdc9ec1c1642a5a7d7a886489307b6e2ef63c50ec8afe9b522308a7d3f091ecced428a836668b1e4f79d1eaab20f2fde0e9444b3
DIST mgorny-dev-scripts-76.tar.bz2 18645 BLAKE2B 1f65a408d4ff5e82a0ade4c22ea56dcafd4900a5f5fdfd25140dbab9f42fe7031191f4944d0f173773d64a1afe2ce9d6628ae8b03e56c6469740a749f6bb2bef SHA512 5e86a602f9d0a96cd6c3dcb36b73b8ee3c6579c07c0d47033330d83e19cff1ab91952247eedd97b2f25236077a9d3639e3e49863c73edcd74db6537169d8732f

View File

@@ -0,0 +1,34 @@
# Copyright 2019-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Handy scripts for ebuild development and more"
HOMEPAGE="
https://gitweb.gentoo.org/proj/mgorny-dev-scripts.git
https://github.com/gentoo/mgorny-dev-scripts/
"
SRC_URI="
https://gitweb.gentoo.org/proj/mgorny-dev-scripts.git/snapshot/${P}.tar.bz2
"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos"
RDEPEND="
app-portage/gentoolkit
>=app-portage/gpyutils-0.12
dev-perl/URI
dev-util/pkgcheck
dev-vcs/git
net-misc/wget
sys-apps/portage
x11-misc/xdg-utils
"
src_install() {
dodoc README.rst
rm -f COPYING README.rst || die
dobin *
}