mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-03 11:58:07 -07:00
app-portage/mgorny-dev-scripts: Bump to 60
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST mgorny-dev-scripts-59.tar.gz 19385 BLAKE2B 004147bb2005181c3d38ac3a43fa4949d9d8bc65f5673010aac09cfaf769aedffee4757d40f832a2c24e800d406542588afa9d2aa94542b88e21699260ea30f2 SHA512 3cdd57f11280a1f67279e57faff279a49179bbf67a150963722945ad28ffaf2db76271251d072310c74f72c980f468691305681a28ba62e437c685a7ce3c2fe9
|
||||
DIST mgorny-dev-scripts-60.tar.gz 19518 BLAKE2B e94bff4148ca79ab64a2b9f297a1bf44d522ed12de22f589125935b3f1ff5b2f9f3ac7417efc21c1ea9f522cde38022a66f5e7c73bf9dc221a86892d54630bfa SHA512 b0e1a22911d779765c99912d021c1ca7dd0ccc294912eea07c191d197bb4c22961fc43819d5b4144d8a2681d81cc7db258de7597f4669846d440910af19c9a88
|
||||
|
||||
32
app-portage/mgorny-dev-scripts/mgorny-dev-scripts-60.ebuild
Normal file
32
app-portage/mgorny-dev-scripts/mgorny-dev-scripts-60.ebuild
Normal file
@@ -0,0 +1,32 @@
|
||||
# Copyright 2019-2025 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://github.com/projg2/mgorny-dev-scripts/"
|
||||
SRC_URI="
|
||||
https://github.com/projg2/mgorny-dev-scripts/archive/v${PV}.tar.gz
|
||||
-> ${P}.tar.gz
|
||||
"
|
||||
|
||||
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 *
|
||||
}
|
||||
Reference in New Issue
Block a user