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

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-06-27 16:43:31 +02:00
parent e1fb712f32
commit cecdf49428
2 changed files with 37 additions and 0 deletions

View File

@@ -4,3 +4,4 @@ DIST mgorny-dev-scripts-78.tar.bz2 19738 BLAKE2B beb1ca1672133d1c0eed57458a823a9
DIST mgorny-dev-scripts-79.tar.bz2 20035 BLAKE2B bbaf820e401759f7e44b2180d1d9d2e3f53162273c35c08766000ed9719cda92ae07f5b825bc1d2b86c52e1ca810a5d80c8ba3c45a3135c2cbd636bffae874b3 SHA512 751e9e1f0752ec7d975963b2d63804ca062a6a1ad44922fe978e8f937626c305b30476ead7c7ae771ca213e3ce5340a43485a5134f1124bc3cbed1939fc66c43
DIST mgorny-dev-scripts-80.tar.bz2 20696 BLAKE2B 9e4dc34804bc7ab863bdbbcdd5d7b850c1c5ee4e5ac01c6e1c8452ad8d53ce1ec6d0e666c5fa14a1547fa16b77c067bc867c868a29533e6104e87053ed6fbdd6 SHA512 2ddde4d5334d43d861ef68bd5439aa337af3cca8e3812f7db5cd8510517f44d1ee79ab3f87768996afcb9f4c495e3fb2d7bc3603e8535a5f9b6944693e03a359
DIST mgorny-dev-scripts-81.tar.bz2 20826 BLAKE2B cada2d94f2f50f576a062bd11052ec540ef0d73a09303aba41fa714dd6a501f5f6dac878f0b7bf8ede16810881e2908104a19285978ce3f89621a516157e9df7 SHA512 2560072c0241a668a937b0f9e5d55c3417a2988b39bb36b3995132f16b03a2f2fbe894ee51a80a15b7cce427a7907e3e2eca4b9aa467aabb66f7c55212d033eb
DIST mgorny-dev-scripts-82.tar.bz2 20939 BLAKE2B f3d6c07ee5424e450f0d3c183d19e6dd44ea7603247f7c0e1ba19484a67c20ecf047ffc1a20aea15ddc774bb539b85a7b2ee94560ccf294a69638a82bc4910d1 SHA512 28b371525a0e1f8a00e37abcdd9f528725417fe3d6c01697851e4cddf01781c1475048c659fcbaf58dd221f5b055cf8aaaec574ee2049008a01dfbadd1eec388

View File

@@ -0,0 +1,36 @@
# 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 bin/*
insinto /usr/lib
doins -r lib/*
}