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

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-06-06 17:46:28 +02:00
parent 6a8451ed76
commit 222899ef63
2 changed files with 35 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
DIST mgorny-dev-scripts-76.tar.bz2 18645 BLAKE2B 1f65a408d4ff5e82a0ade4c22ea56dcafd4900a5f5fdfd25140dbab9f42fe7031191f4944d0f173773d64a1afe2ce9d6628ae8b03e56c6469740a749f6bb2bef SHA512 5e86a602f9d0a96cd6c3dcb36b73b8ee3c6579c07c0d47033330d83e19cff1ab91952247eedd97b2f25236077a9d3639e3e49863c73edcd74db6537169d8732f
DIST mgorny-dev-scripts-77.tar.bz2 18990 BLAKE2B 0694da44a2dca6c4d42acd13421b1943cc37e83369b3f34e5f545e4be586eed99c443767a9ab326c485aaa84e5d01dea6a806833a668d8cf22f7ef843a9fe2db SHA512 6d676a4dbae0f1cd2e6bc7e808609d401ff016f3cc5ae5bb55036a58247f3e4372c14c14dd7b6432a147005f5bced92d0e7f9f0529f302162c839cb7e1634c5b
DIST mgorny-dev-scripts-78.tar.bz2 19738 BLAKE2B beb1ca1672133d1c0eed57458a823a9ec7a7ec42f927b4620a7d6e1115b0179564a1ee737535983fc5a41b0dbd276d7eaf2ec38eaef94c844c8454c22721b70c SHA512 666dfd90df57877a1cc3b3fcf66f9ee9cb470b786f91bedc339fa5c67e6282d9edfaa3dbea708a48923cdad6e7201d19293076f672dad734bdb83beafe440472

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 *
}